@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	text-decoration: none;
}
.wapper {
	font-size: 15px;
	line-height: 24px;
	background-color: #FFD766;
	text-align: left;
}
/*主題*/
.sj_content {
	font-size:18px;
	vertical-align: top;
	text-align: left;
}
/*-----menu-----*/
.menuBox {
	width: 1000px;
	overflow: hidden;
	height: 50px;
	background-image: url(images/menu_bg.jpg);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
}
/*----
.navigation {
	position: absolute;
	top: 297px;
	margin: 0 0 0 90px;
}----*/
.navigation {
	position: absolute;
	top: 297px;
	margin: 0 0 0 50px;
}
ul, li {
	list-style: none;
}
/* 選單 li 之樣式 */
ul.navigation li {
	position: relative;
	float: left;
}
/* 選單 li 裡面連結之樣式 */
/*ul.navigation li a {
	display: block;
	padding: 12px 20px;
	/*background: #888;*/
	/*color: #874522;
	text-decoration: none;
	font-weight: bold;
}	/*background: #888;*/

ul.navigation li a {
	display: block;
	padding: 12px 10px;
	/*background: #888;*/
	color: #874522;
	text-decoration: none;
	font-weight: bold;
}
/* 特定在第一層，以左邊灰線分隔 */
ul.navigation > li > a {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #b3b3b3;
}
ul.navigation > li > a:hover {
	color: #666;
	background: #DDD
}
/* 特定在第一層 > 第二層或以後下拉部分之樣式 */
ul.navigation ul {
	display: none;
	float: left;
	position: absolute;
	left: 0;
	margin: 0;
}
/* 當第一層選單被觸發時，指定第二層顯示 */
ul.navigation li:hover > ul {
	display: block;
}
/* 特定在第二層或以後下拉部分 li 之樣式 */
ul.navigation ul li {
	border-bottom: 1px solid #DDD;
}
/* 特定在第二層或以後下拉部分 li （最後一項不要底線）之樣式 */
ul.navigation ul li:last-child {
	border-bottom: none;
}
/* 第二層或以後選單 li 之樣式 */
ul.navigation ul a {
	width: 160px;
	padding: 10px 12px;
	color: #666;
	background: #EEE;
}
ul.navigation ul a:hover {
	background: #CCC;
}
/* 第三層之後，上一層的選單觸發則顯示出來（皆為橫向拓展） */
ul.navigation ul li:hover > ul {
	display: block;
	position: absolute;
	top: 0;
	left: 100%;
}
/* 箭頭向下 */
.arrow-bottom {
	display: inline-block;
	margin-left: 5px;
	border-top: 4px solid #FFF;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	width: 1px;
	height: 1px;
}
/* 箭頭向右 */
.arrow-right {
	display: inline-block;
	margin-left: 12px;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-left: 3px solid #666;
	width: 1px;
	height: 1px;
}
/*-----列表-----*/
.list_ctbox {
	width: 400px;
	text-align: left;
}
/*成人*/
.gridA {
	font-size: 13px;
	line-height: 22px;
	text-align: center;
}
.gridA_title {
	font-size: 15px;
	font-weight: bold;
	color: #036eb7;
}
/*親子*/
.gridB {
	font-size: 13px;
	line-height: 22px;
	text-align: center;
}
.gridB_title {
	font-size: 15px;
	font-weight: bold;
	color: #662d91;
}
/*開幕*/
.gridC {
	font-size: 13px;
	line-height: 22px;
	text-align: center;
}
.gridC_title {
	font-size: 15px;
	font-weight: bold;
	color: #008742;
}
/*禮袋*/
.gridD {
	font-size: 13px;
	line-height: 22px;
	text-align: center;
}
.gridD_title {
	font-size: 15px;
	font-weight: bold;
	color: #ff3000;
}
/*-----書單-----*/
.booklist {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #FFF;
	font-size: 13px;
	padding:5px;
	overflow:hidden;
	margin-top:30px;
}
.booklist li {
	text-align: center;
	float:left;
	width:155px;
}
.book_img {
	width:150px;
}
.book_title {
	font-size: 13px;
	font-weight: bold;
	color: #009900;
}
.btnL {
	float:left;
	margin-top:60px;
}
.btnR {
	float:right;
	margin-top:60px;
}

/*-----表格-----*/
.grid1 {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
/*border*/
.borderBgrey {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
/*-----字形-----*/
.W15 {
	font-size: 15px;
}
.W20 {
	font-size: 20px;
}
.brown22W {
	font-size: 22px;
	color: #874722;
	font-weight: bold;
}
.red13W {
	font-size: 13px;
	color: #F00;
}
.green20W {
	font-size: 20px;
	color: #028742;
}
/*-----按鈕-----*/
.btn1 {
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	background-color: #F60;
	text-align: center;
	height: 30px;
	width: 100px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.btn2 {
	font-size: 15px;
	font-weight: bold;
	color: #F30;
	background-color: #FFF;
	text-align: center;
	height: 30px;
	width: 100px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #F30;
	padding: 5px 0;
}

.new_menu a{ display:inline-block; padding:5px; font-size:15px; color:#F06;font-weight:bold; text-decoration:none}
.new_menu a:hover{ text-decoration: underline }

img{ border:none}