@charset "utf-8";
/* CSS Document */

* { font-family: 'Microsoft JhengHei','微軟正黑體',Arial,sans-serif,'新細明體'; }

body{
	font-family: 'Microsoft JhengHei','微軟正黑體',Arial,sans-serif,'新細明體';
	font-size: 15px;
	margin:0;
	color:#000;
	background:url(../images/landing_bg.jpg) center top fixed;
}


img{
	border:none;
}
input, select, textarea{
	font-family: 'Microsoft JhengHei','微軟正黑體',Arial,sans-serif,'新細明體';
}

a{
	color:#039;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}




input[type="text"]{
	border:1px solid #ccc;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
input[type=text]:focus{
	border:1px solid #F60;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

label.error {
	padding: 2px 5px;
	width: auto;
	color: red;
	font-size:11px;
	background:#ffe1e1;
	border:1px solid #F33;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-left:5px;
}

.del_add_wrap{
	border: 5px solid #ccc;
}
.del_head{
	font-size: 1.5em;
	width: 100%;
	text-align: center;
}

.form_remark{
	font-size:12px;
	margin-top:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:5px 10px;
	background:#ddd;
	border:1px solid #ccc;

}
.video_wrap .row div{
	margin: 10px 0;
}
.video_wrap .row div iframe{
	border: 5px solid #fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	background: #ccc;
}
.form_remark_man{
	font-size:12px;
}
.form_remark_man span{
	color:#F00;
}
.section_table td{
	border-bottom:1px solid #ddd;
	border-top:1px solid #fff;
	padding:5px;
}

input.error{
	border: 1px solid red;
}

.qrcode{
	text-align: center;
}
.social_text .row div{
	height: 50px;
	line-height: 50px;
}
.guestbook_wrap .table{
	border: 1px solid #ccc;
}
.guestmsg i{
	font-size: 3em;
	color: #2A71A4;
}
.guestmsg .sname{
	border: 1px solid #2A71A4;
	border-radius: 5px;
	padding: 3px 15px;
	color: #fff;
	background: #2A71A4;
}
.guestmsg .gbdate{
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 3px 5px;
	color: #111;
	margin-left: 10px;
	margin-right: 10px;

}
.gbinfo{
	line-height: 45px;
}

table.table.guestmsg{
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	border-top: 5px solid #ccc;
}

.content{
	padding:0px;
	position:relative;
}
.content_wrap{
	float:left;
	width:100%;
}
.left_wrap{
	float:left;
	width:274px;
	margin-right:10px;
}
.mid_wrap{
	float:left;
	width:663px;
	line-height:1.5em;
	padding:15px;
}
.right_wrap{
	width:100%;

	float:right;
}
.float{
	float:left;
	margin-left:10px;
	margin-bottom:10px;
}
.menu_bg{
	background:url(../images/bg_menu.gif) repeat;
	font-family: Arial,'微軟正黑體','Lucida Grande',sans-serif,'新細明體';
}
.sitewrap{
	background:#FFF;
	box-shadow:0 0 5px #111;
}
.right_sponsor{
	float:left;
	position:absolute;
	top:0px;
	left:50%;
	margin-left:501px;
}

.inner{
	width:678px;
	margin-bottom: 10px;
    margin-left: 10px;
	float:left;
	background:#f6f6f6;
}
.inner .text{
	padding:10px;
}

.social_network{
	height:50px;
	display:block;
	float:right;
	margin-right:15px;
}
.social_network .twitter{
	background:url(../images/icon_soc_twitter.png) no-repeat;
}
.social_network .facebook{
	background:url(../images/icon_soc_fb.png) no-repeat;
}
.social_network .email{
	background:url(../images/icon_soc_email.png) no-repeat;
}
.social_network .twitter, .social_network .facebook, .social_network .email{
	width:29px;
	height:50px;
	float:left;
	text-indent:-999px;
	overflow:hidden;
	margin:0 4px;
}
.social_network .twitter a, .social_network .facebook a, .social_network .email a{
	display:block;
	width:29px;
	height:50px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.social_network .twitter:hover, .social_network .facebook:hover, .social_network .email:hover{
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}


.main_type{
	background:#555;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color:#FFF;
}
.sub_type{
	background:#ddd;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

input.btn_text{
	padding:5px 20px;
	border:1px solid #999;
	cursor:pointer;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family:Arial, Helvetica, sans-serif;
	box-shadow:1px 1px 5px #ccc;
}
input.btn_text:hover{
	border:1px solid #333;
background: rgb(229,229,229); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(229,229,229,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}
.info_padding{
	padding-bottom:15px;
}
.mandatory{
	font-size:12px;
	color:red;
}

.top_wrap{
	float:left;
	width:100%;
}
.header_logo{
	background-image:url(../images/bg_header.jpg);
	background-size:100% 100%;
	height:150px;
}
.logo_search_wrap{
	float:right;
	margin-top:12px;
	margin-right:7px;
}

input.keyword_input{
	background:#3d7411 url(../images/icon_search.png) 8px center no-repeat;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #3d7411 !important;
	padding:5px 6px 5px 25px !important;
	width:210px;
	color:#FFF;
}
.keyword_input:focus{
	border:1px solid #ccc !important;
}
.logo_wrap img{
	margin-right:5px;
}

input.btn_search_index{
	background: rgb(109,177,53); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(109,177,53,1) 0%, rgba(80,134,36,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(109,177,53,1)), color-stop(100%,rgba(80,134,36,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(109,177,53,1) 0%,rgba(80,134,36,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(109,177,53,1) 0%,rgba(80,134,36,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(109,177,53,1) 0%,rgba(80,134,36,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(109,177,53,1) 0%,rgba(80,134,36,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db135', endColorstr='#508624',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow:inset 0px 1px 1px #7fd933;
	border:1px solid #498a15;
	cursor:pointer;
	padding:4px 0px;
	width:117px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFF;
}
input.btn_search_index:hover{
background: rgb(80,134,36); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(80,134,36,1) 0%, rgba(109,177,53,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(80,134,36,1)), color-stop(100%,rgba(109,177,53,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(80,134,36,1) 0%,rgba(109,177,53,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(80,134,36,1) 0%,rgba(109,177,53,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(80,134,36,1) 0%,rgba(109,177,53,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(80,134,36,1) 0%,rgba(109,177,53,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#508624', endColorstr='#6db135',GradientType=0 ); /* IE6-9 */

}
.search_wrap{
	margin-top:5px;

}
.right_block_ba{
	width:281px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:10px;
	padding:0px 2px;
}
.right_block_ba img{
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	border:1px solid #666;
}
.right_block_ba img:hover{
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
.right_block{
	width:100%;
	margin-top:15px;
	margin-bottom:10px;
	float:left;
	display:block;
	background: #301f0e;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

}
.right_block > div:first-child{
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.right_block .heading_equal{
	background:#fff url(../images/title_equal.jpg) left center no-repeat;
	height:39px;
	line-height:39px;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
}
.right_block .heading_ziwei{
	background:#fff url(../images/title_ziwei.jpg) left center no-repeat;
	height:39px;
	line-height:39px;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	text-indent:-9999px;
	overflow:hidden;
}
.right_block .heading_newbook{
	background:#fff url(../images/title_newbook.jpg) left center no-repeat;
	height:39px;
	line-height:39px;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	text-indent:-9999px;
	overflow:hidden;
}
.right_block .heading_iching{
	background:#fff url(../images/title_iching.jpg) left center no-repeat;
	height:39px;
	line-height:39px;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	text-indent:-9999px;
	overflow:hidden;
}
.right_block .heading_services{
	background:#fff url(../images/title_services.jpg) left center no-repeat;
	height:39px;
	line-height:39px;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	text-indent:-9999px;
	overflow:hidden;
}
.right_block .heading a{
	float:right;
	-webkit-text-size-ajust:none;
	color:#FFF;
	text-decoration:none;
	text-transform:none;

	width:160px;

	height:39px;
	font-weight:normal;
	font-size:9px;
	-webkit-transform:scale(0.75);
	position:absolute;
}
.right_block .heading span{
	color:#ff585b;

}
.right_block .r_content{
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
text-align:left;
}

.right_block .b_content{
	background:#f0f0f0;
	padding:10px;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
text-align:left;
}

.right_block .topten{
	background:url(../images/heading_top_ten.jpg) no-repeat;
	height:58px;
	line-height:58px;
	color:#FFF;
	text-indent:-999px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	overflow:hidden;
}
.right_block .topten_content{
	background:#383838;
	padding:10px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	color:#FFF;
}
.right_block .topten_content ul{
	list-style:decimal;
	margin:0;
	padding:0;
}
.right_block .topten_content li{
	padding:12px 0px;
	margin-left:20px;
	border-bottom:1px solid #414141;
	font-size:12px;
	font-weight:bold;
}
.right_block .topten_content .edit_date{
	text-align:right;
	font-size:11px;
	color:#FFF;
}

.inner_full{
	width:950px;
	height:180px;
	border:1px solid #e7e7e7;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin:10px 0px 10px 15px;
	background:#f0f0f0;

}
.mid_block_long .heading{
	background:url(../images/head_bg.jpg) repeat-x;
	height:45px;
	line-height:45px;
	color:#FFF323;
	font-size:18px;
	text-indent:15px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	text-transform:uppercase;
	font-family: Arial,'微軟正黑體','Lucida Grande',Arial,sans-serif,'新細明體';
}
.mid_block_long .b_content{
	padding:10px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	display:inline-block;
	width:100%;
}

.mid_block_long .b_content h1{
	color:#fff;
	background:#F60;
	font-size:18px;
	font-family: 'Microsoft JhengHei','微軟正黑體',Arial,sans-serif,'新細明體';
	margin-bottom:5px;
	padding:5px 10px;
	font-weight:bold;
	border-bottom:3px solid #F90;
	border-radius: 5px;
	display: flex;
}

.mid_block{
	width:100%;
	border:1px solid #dddddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:10px;
	float:left;
}

.mid_block_long{
	width:100%;
	border:1px solid #dddddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:10px;
	float:left;
}

.mid_block_last{
	width:100%;
	border:1px solid #dddddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:10px;
	float:right;
}

.mid_block .heading_course{
	height:45px;
	line-height:39px;
	padding-left:15px;
	color:#FF0;
	overflow:hidden;
	background:#102554 url(../images/head_course.jpg) no-repeat;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.mid_block_last .heading_event{
	height:45px;
	line-height:39px;
	padding-left:15px;
	color:#FF0;
	overflow:hidden;
	background:#102554 url(../images/head_course.jpg) no-repeat;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}



.mid_block .b_content, .mid_block_last .b_content{
	background:#f0f0f0;
	padding:10px;
	display:inline-block;
	width:100%;
}
/*
.mid_block_long .b_content{
	background:#f0f0f0;
	padding:10px;
	display:inline-block;
	width:643px;
}
*/
#slideshow-controls{
	margin-bottom:10px;
}
.game_dl{
	margin-top: 50px;
}
.game_dl > div > .row{
	text-align: center;
	margin-bottom: 20px;
}
.game_dl > div > .row > a{
	background: rgb(34,193,195);
	background: linear-gradient(0deg, rgba(34,193,195,1) 0%, rgba(57,73,214,1) 100%);

	width: 150px;
    height: 150px;
    line-height: 140px;
    font-weight: bold;
    display: inline-block;

	border-radius: 20px;
	border: 5px solid #fff;
	font-size: 5em;
	color: #fff;
	text-decoration: none;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	transition: all 0.3s ease;
}
.game_dl > div > .row > a:hover{
	box-shadow: 0px 0px 20px rgba(0,0,0,0.8);
	color: #fcff13;
	border-color: #fcff13;
}
.game_dl > div > .game_name{
	font-size: 1.5em;
	font-weight: bold;
}
.card_wrap div{
	text-align: center;
}
.card_wrap > div > .row{
	margin: 10px 0;
	font-size: 1.5em;
}
.card_wrap img{
	background: #fff;
	padding: 10px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}


.newslist{
	list-style:none;
	margin:0px;
	padding:0px;
}
.newslist li{
	width:100%;
	float:left;
	margin:10px 5px 6px 0;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.newslist li:hover{
	background:#FFF;
}
.newslist .img_wrap{
	float:left;
	margin-right:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.newslist .img_wrap img{
	border:3px solid #FFF;
	box-shadow:0px 0px 3px #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.newslist .detail_wrap{
}
.newslist a{
	text-decoration:none;
}
.newslist .date{
	font-weight:bold;
	color:#c10435;
	margin:0;
	font-size:12px;
	padding-bottom:2px;
	text-decoration:none;
}
.newslist .desc{
	border-top:1px solid #ddd;
	margin:0;
	font-size:12px;
	padding-top:2px;
	color:#333;
	line-height:1.5em;
	height:3em;
	overflow:hidden;
}




.gallerylist{
	list-style:none;
	margin:0px;
	padding:0px;
}
.gallerylist li{
	width:200px;
	float:left;
	margin:10px 10px;
	padding:10px 0;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.gallerylist li:hover{
	background:#fff;
	box-shadow:0 0 3px #999;
}
.gallerylist .img_wrap{
	text-align:center;
	width:100%;
}
.gallerylist .img_wrap img{
	border:3px solid #fff;
}
.gallerylist .detail_wrap{
	width:100%;
}
.gallerylist .desc{
	margin:0;
	font-size:12px;
	padding-top:2px;
	color:#333;
	text-align:center;
}
.gallerylist a{
	text-decoration:none;
	color:#333;
}


.content_bg {
	background: #fff;
	box-shadow: 0px 0px 10px #111;
}

/* footer */
.footer_wrap{
	background:#181818 url(../images/bg_footer.jpg) right bottom no-repeat;
	color: #fff;
    margin: 0 auto;
    padding: 20px;
    position: relative;
}
.footer_wrap .footer_left{
	float:left;
	width:100%;
}
.footer_wrap .footer_right{
	width:100%;
	float:left;
}
.footer_wrap .footer_left .address{
	font-weight:bold;
	float:left;
	margin-right:20px;
}
.footer_wrap .footer_left .contact_wrap{
	float:left;
	margin-top:20px;
	font-weight:bold;
	width:100%;
}
.footer_wrap .footer_left .tel{
	background:url(../images/icon_footer_tel.jpg) left center no-repeat;
	padding-left:25px;
	float:left;
	margin-right:25px;
}
.footer_wrap .footer_left .fax{
	background:url(../images/icon_footer_fax.jpg) left center no-repeat;
	padding-left:20px;
	float:left;
	margin-right:25px;
}
.footer_wrap .footer_left .email{
	background:url(../images/icon_footer_email.jpg) left center no-repeat;
	padding-left:25px;
	float:left;
	margin-right:25px;
}
.footer_wrap .footer_left .email a{
	color:#fff;
	text-decoration:none;
}
.footer_wrap .footer_left .email a:hover{
	color:#FFF;
}
.footer_wrap .footer_right .link{
	text-align:right;
	color:#fff;

}
.footer_wrap .footer_right .link a{
	color:#fff;
	text-decoration:none;
	font-size:11px;
	padding:3px 0px 3px 0px;
}
.footer_wrap .footer_right .link a:hover{
	color:#FFF;
}
.footer_wrap .footer_right .link span{
	margin:0 10px;
	color:#fff;
}
.footer_wrap .footer_right .copy{
	font-size:11px;
	margin-top:40px;
	color:#fff;
}


/* sponsor */
.footer_sponsor{
	background:url(../images/bg_sponsor.gif);
	border:5px solid #666;
	margin:0px 18px 18px 18px;
	padding:10px;

}
.footer_sponsor h2{
	color:#FFF;
	padding:0px 0px;
	font-size:12px;
	text-transform:uppercase;
}
.footer_sponsor .sponsor_wrap{
	width:100%;
	background:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display:inline-block;
	padding:25px 0;
	margin-bottom:10px;
	box-shadow:inset 0 0 5px #111;
}
.footer_sponsor .sponsor_wrap img{
	margin:0 0px;
}


/* news_listing */
.news_listing {
    list-style: none outside none;
	padding:0px;
	margin:0px;
	width:100%;
	display:inline-block;
}

.news_listing li {
    border-bottom: 1px solid #DDDDDD;
    border-top: 1px solid #FFFFFF;
    font-size: 14px;
    padding: 20px 0px;
	display:inline-block;
	width:100%;
}


.news_thumb_wrap {
    float: left;
    margin-right: 15px;
}
.news_inner_photo {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    float: left;
    margin-top: 20px;
    padding: 5px;
}
.news_thumb {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 3px solid #FFFFFF;
    display: table-cell;
    height: 75px;
    line-height: 75px;
    text-align: center;
    vertical-align: middle;
    width: 75px;
}
.news_thumb img {
    display: table-cell;
    line-height: 75px;
    text-align: center;
    vertical-align: middle;
	width: 75px;
}
.news_listing .p_date {
    color: #837A1D;
    float: left;
    font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
    margin-left: 10px;
    margin-top: 30px;
    width: 70px;
}
.news_listing .p_list_content {
    float: left;
    margin-top: 30px;
    width: 400px;
}
.news_listing a {
    color: #000000;
    display: block;
}
.news_listing .date{
	color: #C10435;
    font-size: 12px;
    font-weight: bold;
}

/* search_listing */
.search_listing{
    list-style: none outside none;
	padding:0px;
	margin:0px;
}

.search_listing li {
    border-bottom: 1px solid #DDDDDD;
    /*border-top: 1px solid #FFFFFF;*/
    font-size: 14px;
    padding: 10px 10px;
}

/* pagination */
.pagination {
    background: #f2f2f2;
    padding: 20px;
    margin-bottom: 20px;
}

.pagination a {
    display: inline-block;
    padding: 3px 9px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255,255,255, 1);
}

.pagination a:hover{
    background: #fefefe;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
    background: -moz-linear-gradient(0% 0% 270deg,#FEFEFE, #f0f0f0);
}

.pagination a.curr {
    border: none;
    background: #616161;
    box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
    color: #f0f0f0;
    text-shadow: 0px 0px 3px rgba(0,0,0, .5);
}

.no_result{
	padding:123px 0;
	text-align:center;
}
.sitemap_list{
	float:left;
	display:block;
	width:300px;
	background:#fff;
	padding:5px 10px;
	margin:5px;
}
.sitemap_list ul{
	padding-left:0px;
	margin:0;
	list-style:none;
}
.sitemap_list ul li{

}
.sitemap_list p{
	margin:5px 0;
	font-weight:bold;
	display:block;
}
.sitemap_list p a{
	color:#000;
	display:block;
	padding:5px;
	border-bottom:1px dashed #999;
}
.sitemap_list a{
	display:block;
	text-decoration:none;
	padding:2px 5px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.sitemap_list a:hover{
	background:#59A71A;
	color:#FFF;
}
.news_title_head{
	margin:10px 0;
}
.news_title_head span{
	color: #C10435;
    font-size: 12px;
    font-weight: bold;
	margin-right:5px;
}
.news_img{
	text-align:center;
	margin:15px 0;
}
.news_img img{
	border:5px solid #FFF;
}
.news_desc_content{
	margin-bottom:15px;
	padding:0 10px;
}

.result_list{
	margin:0px;
	padding:0px;
	list-style:none;
	margin:5px 0px;
}
.result_list li{
	padding:0px;
	margin:0px;
}
.result_list .result_heading{
	background:#5fa822;
	padding:2px 10px;
	color:#FFF;
}
.result_list a{
	padding:2px 10px;
	color:#000;
	font-size:12px;
	width:252px;
	display:block;
	text-decoration:none;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.result_list a:hover{
	background:#ccc;
}
.sub_head{
	font-weight:bold;
	padding:0 0 5px 0;
	margin:3px 0;
	border-bottom:1px dashed #999;
}

ul.list_star{
	padding:10px;
	margin:15px;
	list-style:none;
	color:#FFF;
	font-size:14px;
}
ul.list_star li{
	margin:5px 0;
	padding:5px 0;
	border-bottom:1px dotted #536174;
	line-height:1.7em;
	overflow:hidden;
	height:4em;
}
ul.list_star li a{
	color:#FFF;
	text-decoration:none;
}
ul.list_star li a:hover{
	color:#FC0;
}
.index_list_more{
	text-align:center;
	background: rgb(238,238,236); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(238,238,236,1) 0%, rgba(187,190,183,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,236,1)), color-stop(100%,rgba(187,190,183,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(238,238,236,1) 0%,rgba(187,190,183,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(238,238,236,1) 0%,rgba(187,190,183,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(238,238,236,1) 0%,rgba(187,190,183,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(238,238,236,1) 0%,rgba(187,190,183,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeec', endColorstr='#bbbeb7',GradientType=0 ); /* IE6-9 */
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;

}
.index_list_more a{
	color:#152450;
	font-weight:bold;
	padding:10px 0;
	width:100%;
	display:block;
}
.index_list_more a:hover{
	color:#F60;
	text-decoration:none;
}

#index_slider{
	position:relative;
}
.ziweiform_wrap{
	background:#F8BA49 url(../images/game_bg.jpg) center bottom no-repeat;
	background-size: cover;
	padding:20px;
	padding-bottom:400px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.ziweiform{
	font-size:15px;
	background:#F9C463;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.result_wrap{
	font-size:15px;
	background:#F9C463;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:10px;
	font-family: 'Microsoft JhengHei','微軟正黑體',Arial,sans-serif,'新細明體';
}

.result_wrap h1{
	background:#FFF;
	width:100%;
	display:block;
	line-height:1em;
	padding:5px 0;
	text-indent:10px;
	font-family: 'Microsoft JhengHei','微軟正黑體',Arial,sans-serif,'新細明體';
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:5px;
}
.result_wrap h2.grey{
	color:#fff;
	background:#F30 url(../images/ico_star_big.png) no-repeat;
	background-position:8px 7px;
	font-size:18px;
	font-family: 'Microsoft JhengHei','微軟正黑體',Arial,sans-serif,'新細明體';
	text-align: right;
	margin-bottom:5px;
	padding:5px 30px;
	font-weight:bold;
	border-bottom:3px solid #F90;
	border-radius: 5px;
	display:inline-block;
}
.result_wrap h2.red{
	color:#fff;
	background:#F60 url(../images/ico_star_small.png) no-repeat;
	background-position:8px 9px;
	font-size:16px;
	font-family: 'Microsoft JhengHei','微軟正黑體',Arial,sans-serif,'新細明體';
	text-align:right;
	margin-bottom:5px;
	padding:5px 30px;
	font-weight:bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display:inline-block;
}

.result_wrap h2.blue{
	color:#fff;
	background:#0d81f6 url(../images/ico_star_big.png) no-repeat;
	background-position:8px 7px;
	font-size:18px;
	font-family: 'Microsoft JhengHei','微軟正黑體',Arial,sans-serif,'新細明體';
	text-align: right;
	margin-bottom:5px;
	border-bottom:3px solid #06C;
	padding:5px 30px;
	font-weight:bold;
	display:inline-block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.result_wrap h2.green{
	color:#fff;
	background:#3c9d0c url(../images/ico_star_big.png) no-repeat;
	background-position:8px 7px;
	font-size:18px;
	font-family: 'Microsoft JhengHei','微軟正黑體',Arial,sans-serif,'新細明體';
	text-align: right;
	margin-bottom:5px;
	border-bottom:3px solid #2c8600;
	padding:5px 30px;
	font-weight:bold;
	display:inline-block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.ziweiform td{
	padding:10px;
}
.ziweiform input[type="text"]{
	padding:5px;
	font-size:15px;
	font-family: 'Microsoft JhengHei','微軟正黑體',Arial,sans-serif,'新細明體';
}
.remark{
	font-size:14px;
	color:#f00;
	margin-left:10px;
}
.btn_action_run{
	border:2px solid #333;
	padding:10px 50px;
	cursor:pointer;
	font-size:18px;
	color:#fff;
	font-weight:bold;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

background: rgb(69,72,77); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,72,77,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
font-family: 'Microsoft JhengHei','微軟正黑體',Arial,sans-serif,'新細明體';

}
.btn_action_run:hover{
	background: rgb(0,0,0); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(69,72,77,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(100%,rgba(69,72,77,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(69,72,77,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(69,72,77,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(69,72,77,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(69,72,77,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#45484d',GradientType=0 ); /* IE6-9 */
color:#FF0;
}
.equaldate{
	color:#F8BA49;
	width:100%;
	text-align:right;
	font-style:italic;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.tbold{
	font-weight:bold;
	color:#000;
	padding:1px 3px;
	margin:0 5px;
	background:#f5cf88;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.tbold2{
	font-weight:bold;
	color:#000;
	padding:2px 5px;
	margin:0 5px;
	background:#f5cf88;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.reg{
	color:#FFF;
	float:right;
	margin:0px 20px 0 0;
	font-size:12px;
	padding:6px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
background: rgb(69,72,77); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,72,77,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

}
.reg a{
	color:#FFF;
	padding:5px 10px;
	text-decoration:none;

}
.reg a:hover{
	color:#FF0;
}
.lang{
	color:#666;
	float:right;
	margin:0px 20px 0 0;
	clear:both;
	font-size:12px;
	padding:5px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow:0px 0px 3px #666;
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(243,243,243,1)), color-stop(51%,rgba(237,237,237,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */


}
.lang a{
	color:#555;
	padding:5px 5px;
	text-decoration:none;
}
.lang a:hover{
	color:#F60;
}
.social{
	padding:30px 10px;
	position:absolute;
	right:0px;
	top:0px;
}
.social .fb a{
	background:url(../images/share_logo_fb.png) no-repeat;
	width:106px;
	height:33px;
	display:block;
	overflow:hidden;
	text-indent:-999px;
}

.fb_msg{
	padding:20px 50px;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	white-space:nowrap;
}

.link_more{
	width:90%;
	color:#fff;
	text-align:right;
	font-size:12px;
	margin-right:15px;
	float:right;
	display:inline-block;
}

.link_more:hover{
	color:#03C;
	text-decoration:none;
}
.course_form{
	padding:10px;
	background:#ddd;
	box-shadow:inset 0px 0px 5px #ccc;
}
.course_form td{
	padding:5px 5px 5px 10px;
}
.course_head{
	background:url(../images/head_bg.jpg) repeat-x;
	line-height:40px;
	color:#FEF220;
	text-align:center;
	font-weight:bold;
	font-size:18px;

}
.course_head span{
	padding-left:25px;
	background:url(../images/icon_reg.gif) left center no-repeat;
}

.bigstarred{
	margin-top:-3px;
 	padding:10px;
	background:#f5cf88;
}
.bigstarblue{
	margin-top:-3px;
 	padding:10px;
	background:#f5cf88;
}
.bigstargreen{
	margin-top:-3px;
	background:#f5cf88;
 	padding:10px;
}
.bigstarmoney{
	background:#f5cf88;
	margin-top:-3px;
 	padding:10px;
}
.bigstarmoneynum{
	padding:10px;
	float:right;
	font-size:34px;
	margin-top:-60px;
	color:#fff;
	background:#FF6600;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:10px solid #FF0;
	font-weight:bold;
}
.bigstarbusiness{
	background:#f5cf88;
	margin-top:-3px;
 	padding:10px;
}
.bigstarbnum{
	padding:10px;
	float:right;
	font-size:34px;
	margin-top:-60px;
	color:#fff;
	background:#FF6600;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:10px solid #FF0;
	font-weight:bold;
}
.css_tr{
	display:table-row;
}
.css_td{
	display:table-cell;
}
.tablecontainer{
	margin:10px 5px 0 2px;
	width:583px;
	height:590px;
}
#css_table_left{
	display:table;
	background-color:#fee0a7;
	padding:10px 0 0 25px;
	float:left;
	width:250px;
	height:180px;
	border-right:#f5cf88 8px solid;
	border-bottom:#f5cf88 8px solid;
}
#css_table_right{
	display:table;
	background-color:#fee0a7;
	padding:10px 0 0 18px;
	width:260px;
	height:180px;
	border-bottom:#f5cf88 8px solid;
}
#css_table_left2{
	display:table;
	background-color:#fee0a7;
	padding:10px 0 0 25px;
	float:left;
	width:250px;
	height:180px;
	border-right:#f5cf88 8px solid;
	border-bottom:#f5cf88 8px solid;
}
#css_table_right2{
	display:table;
	background-color:#fee0a7;
	padding:10px 0 0 20px;
	width:260px;
	height:180px;
	border-bottom:#f5cf88 8px solid;
}
#css_table_left3{
	display:table;
	background-color:#fee0a7;
	padding:10px 0 0 25px;
	float:left;
	width:250px;
	height:180px;
	border-right:#f5cf88 8px solid;
}
#css_table_right3{
	display:table;
	background-color:#fee0a7;
	padding:10px 0 0 20px;
	height:180px;
	width:260px;
}
/*
.mid_block_long .b_content h3{
	color:#fff;
	background:#F30 url(../images/ico_star_big.png) no-repeat; width:40px; height:20px;
	background-position:8px 7px;
	font-size:18px;
	font-family: 'Microsoft JhengHei','微軟正黑體',Arial,sans-serif,'新細明體';
	text-align: right;
	margin-bottom:5px;
	padding:5px 30px;
	font-weight:bold;
	border-bottom:3px solid #F90;
	border-radius: 5px;
	display:inline-block;
}
*/
.success_heading{
	color:#000;
	font-size:16px;
	font-family: 'Microsoft JhengHei','微軟正黑體',Arial,sans-serif,'新細明體';
	margin-top:55px;
	margin-left:400px;
}

.success_content{
	color:#900;
	font-size:28px;
	font-family: 'Microsoft JhengHei','微軟正黑體',Arial,sans-serif,'新細明體';
	text-align:center;
	font-weight:bold;
	margin-top:70px;
}

.pre_work{
	background:#FFF;
	padding:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family:DFKai-sb;
	font-size:20px;
	line-height:1.5em;
}

hr.hrline{
	margin:30px 0;
}
.iching_link{
	margin:15px 15px 0px 15px;
	font-size:14px;
	text-align:center;
}
.iching_link a{
	padding:5px;
	color:#fff;
	background: rgb(73,155,234); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(73,155,234,1)), color-stop(100%,rgba(32,124,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(73,155,234,1) 0%,rgba(32,124,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(73,155,234,1) 0%,rgba(32,124,229,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(73,155,234,1) 0%,rgba(32,124,229,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(73,155,234,1) 0%,rgba(32,124,229,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5',GradientType=0 ); /* IE6-9 */
	display:block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight:bold;
	border: 2px solid #fff;
	text-shadow:1px 1px 0px #000;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.8);
}
.iching_link a:hover{
	background:#FAD15F;
	color:#111;
	text-decoration:none;
	text-shadow:none;
}

.vip_table_info{
	background:#FFF;
}

.vip_table_info td{
	text-align:center;
}

.vip_table_info td.year{
background: rgb(252,234,187); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(252,234,187,1) 0%, rgba(252,205,77,1) 50%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,234,187,1)), color-stop(50%,rgba(252,205,77,1)), color-stop(51%,rgba(248,181,0,1)), color-stop(100%,rgba(251,223,147,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(252,234,187,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 51%,rgba(251,223,147,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(252,234,187,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 51%,rgba(251,223,147,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(252,234,187,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 51%,rgba(251,223,147,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(252,234,187,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 51%,rgba(251,223,147,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=0 ); /* IE6-9 */
font-weight:bold;
}

.chart_tenyear img{
	width:100%;
}
.chart_tenyear_wrap{
	margin:30px 0 0 0;
	width:100%;
}

.chart_large1 img{
	width:100%;
}
.chart_large2 ,.chart_large3 ,
.chart_large4 ,.chart_large5 {
	width:49%;
	display:inline-block;
	text-align:center;
}
.chart_large2 img ,.chart_large3 img ,
.chart_large4 img ,.chart_large5 img {
	width:100%;

}


.paywithpaypal{
	width:50%;
	margin:0 auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.paytext{
	font-size:18px; line-height:1.7em; font-weight:bold; text-align:center;
}
h1.h1small{
	font-size:16px;
}

.color_orange{
	color:#F30;
	font-size:18px;
	font-weight:bold;
}
.color_purple{
	color:#63F;
	font-size:18px;
	font-weight:bold;
}

.navbar{
	margin:0px !important;
}
.navbar-default{
	background-color:transparent;
	border:none;
}

.footer_wrap, .container{
	box-shadow: 0px 0px 10px #111;
}
.navbar-nav{
	float:none;
	background: #020820;
}
.navbar-default .navbar-nav > li > a{
	color:#FFF;
	border-left: 1px solid #305381;
    border-right: 1px solid #031327;
	transition: all 0.2s ease 0s;
	font-size:18px;
	padding: 15px 20px;
}
.navbar-default .navbar-nav > li > a:hover{
	background:#E3B217;
	color:#000;
}

.navbar-default .navbar-nav > li:first-child a{
    border-left: medium none;
    border-right: 1px solid #031327;
}

.navbar-default .navbar-nav > li:last-child a{
    border-left: 1px solid #305381;
    border-right: medium none;
}

.navbar-nav > li:hover > ul{
	display: block;
}


.navbar-nav > li > ul{
	margin: 0px;
	padding: 0px;
	border: 1px solid #305381;
	position: absolute;
	list-style: none;
	width: 150px;

}
.navbar-nav > li > ul > li{
	border-bottom: 1px solid #305381;
}

.navbar-nav > li > ul > li > a{
	color: #fff;
	width: 100%;
	padding: 10px 10px;
	display: block;
	text-decoration: none;
	background: #020820;
}
.navbar-nav > li > ul > li > a:hover{
	background: #E3B217;
	color: #000;
}


/*
.blog-sidebar{
	padding-right:0px;
}
*/
.blog-main{
	padding-top:15px;
}
.index_cf_btn{
	width:100%;
	display:block;
	clear:both;
}
.index_cf_btn a{
	display:block;
	text-align:center;
	-webkit-box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
	-moz-box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
	box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
	color:#333;
	background-color:#FA2;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:none;
	font-family:'Helvetica Neue',Arial,sans-serif;
	font-size:16px;
	font-weight:700;
	height:36px;
	padding:4px 16px;
	text-shadow:#FE6 0 1px 0;
	border:2px solid #F63;
	text-decoration:none;
	transition: all 0.2s ease 0s;

}
.index_cf_btn a:hover{
	border:2px solid #F30;
	box-shadow:0px 0px 5px #666;
}

.head_tnc{
	float:right;
	font-size:12px;
	margin-right:20px;
	margin-top:42px;
	margin-bottom:15px;
}
.head_tnc a{
	color:#111;
	background:#fff;
	padding:3px 10px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	text-decoration:none;
}

.head_tnc a:hover{
	color:#F60;
}

.ban_payment{
	background:url(../images/banner_payment.png) no-repeat;
	width:173px;
	height:41px;
	display:block;
	position:absolute;
	top:60px;
	margin-left:400px;
}
#form_login td{
	padding:10px;
}

.ban_payment a{
	height:41px;
	display:block;
	float:left;
}

.ban_payment a.wechat, .ban_payment a.abc{
	width:40px;
}
.ban_payment a.paypal{
	width:90px;
}

.web_logo{
	margin: 40px 0 0 12px;
	position:absolute;
	top:0px;
}

.index_text{
	font-size:26px;
}
.index_text .bold_red{
	font-weight:bold;
	color:#F00;
}
.bold_red_large{
	font-weight:bold;
	color:#F00;
	font-size:50px;
	text-align:center;
	width:100%;
	display:inline-block;
}


@media (max-width: 414px) {
	.ban_payment{
		margin-left:10px;
	}
	.reg{
		position:absolute;
		top:160px;
		left:15px;
	}
	.social{
		position:relative;
		padding:5px 0;
	}

}



@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px) {

	body{
		font-size: 20px;
	}
	.blog-sidebar {
		/*padding-left: 0px;*/
	}
	.web_logo img {
		width:270px;
		height:35px;
	}
	.web_logo{
		top:0px;
	}
	.lang{
		margin-top:20px;
	}
	ul.list_star li{
		font-size: 22px;
	}
	.iching_link a{
		font-size: 24px;
		padding: 15px 0;
	}
	.head_tnc a{
		font-size: 15px;
	}
	.lang{
		font-size: 18px;
	}
	.pub_thumb{
		margin-bottom: 10px;
	}

	.index_btn a{
		font-size: 28px !important;
	}

	.navbar-default .navbar-nav .open .dropdown-menu > li > a{
		color: #fff;
		font-size: 18px;
		padding: 20px 20px;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a{
		background: #333;
	}
	.navbar-nav > li > ul > li{
		border-bottom: 1px solid #fff;
	}

	.content_padding .row div[class^="col-"]{
		padding: 0px;
	}
	.content_padding .row div[class^="col-"] img{
		width: 100% !important;
	}
	.fullwidth .col-md-12{
		margin: 10px 15px;
	}
	.page_nav{
		font-size: 1em;
	}

	.start_game_text{
		font-size: 1.1em !important;
	}
	.tableform {
		margin: 0px !important;
		width: 100% !important;
	}
	.tableform .row > div:first-child{
		text-align: left !important;
		font-weight: bold;
	}
	.card_wrap_detail{
		font-size: 0.9em !important;
		width: 95% !important;
		padding: 10px !important;
	}
	.card_wrap_detail div{
		padding: 0px 0px !important;
		margin: 5px 0px !important;
	}
	.ziweiform_wrap{
		padding-bottom: 50px;
	}
	.card_btn{
		font-size: 22px;
	}



}



@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px) {
	.blog-sidebar {
		/*padding-left: 0px;*/
	}
	.web_logo img{
		width:225px;
		height:50px;
	}
	.web_logo{
		top:0px;
		margin: 20px 0 0 0px;
	}

	.lang{
		margin-top:10px;
	}
	.fullwidth img{
		width: 100% !important;
		height: initial !important;
	}

}


@media only screen
and (min-device-width : 414px)
and (max-device-width : 736px) {
	.blog-sidebar {
		padding-left: 0px;
	}
	.web_logo img{
		width:270px;
		height:60px;
	}
	.web_logo{
		top:0px;
		margin: 20px 0 0 0px;
	}
	.lang{
		margin-top:10px;
	}
	.index_btn a{
		font-size: 28px !important;
	}

	.navbar-default .navbar-nav .open .dropdown-menu > li > a{
		color: #fff;
		font-size: 18px;
		padding: 20px 20px;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a{
		background: #333;
	}
	.navbar-nav > li > ul > li{
		border-bottom: 1px solid #fff;
	}
	.fullwidth img{
		width: 100% !important;
		height: initial !important;
	}
	.content_padding .row div[class^="col-"]{
		padding: 0px;
	}
	.content_padding .row div[class^="col-"] img{
		width: 100% !important;
	}

}


.content_padding .row .col-md-3{
	margin-top: 15px;
}
.content_padding .row div[class^="col-"] a[rel="cms_preview"]{
	margin-bottom: 10px;
	display: block;
}
.navbar-nav > li > ul > li > a{
	font-size: 14px;
}
.download_pdf_list{
	padding: 5px 10px;
	font-size: 1.2em;
	border: 1px solid #666;
	width: 50%;
}
.dlpdf{
	line-height: 36px;
	padding: 0 10px;
	background: #FCCA03;
	border: 1px solid #666;
	font-size: 1.3em;
	font-weight: bold;
}
.index_btn{
	margin-top: -60px;
	z-index: 55;
	position: relative;
}
.index_btn a{
	padding: 10px 0px;
	font-size: 1.3em;
}
.wealth_img{
	width: 100%;
}
.wealth_img img{
	width: 100%;
}

.b_content a.master_photo{
	float: left;
	width: 140px;
	color: #000;
	font-size: 0.9em;
	text-align: center;
	text-decoration: none;
}
.b_content .index_text_new{
	margin-left: 10px;
	text-align: center;
	float: left;
	font-size: 2.5em;
	font-weight: bold;
	color: #333;
	margin-top: 40px;
}




@media (min-width: 1200px){
	.navbar-default .navbar-nav > li > a {
		font-size: 13px;
	}
}












.card_img_cover {
    -webkit-animation: anim 3s infinite linear;
    animation: anim 3s infinite linear;
}

.cover_card_wrap{
	animation: infrontAnimation 0.3s 6s forwards ease-out;
	-webkit-animation: infrontAnimation 0.3s 6s forwards ease-out;
}
.real_card_wrap{
	animation: infrontAnimation2 0.1s 6s forwards ease-in;
	-webkit-animation: infrontAnimation2 0.1s 6s forwards ease-in;
	opacity: 0;
}

@-webkit-keyframes anim {
    from {-webkit-transform: rotateY(0deg);}
    to {-webkit-transform: rotateY(360deg);}
}

@keyframes anim {
    from {transform: rotateY(0deg);}
    to {transform: rotateY(360deg);}
}

@-webkit-keyframes infrontAnimation {
	0% {
	  opacity: 1;
	}
	50% {
	  opacity: 0;
	}
	99.9% {
	  opacity: 0;
	  height: 420px;
	}
	100% {
	  opacity: 0;
	  height: 0;
	}
  }
  
  @keyframes infrontAnimation {
	0% {
	  opacity: 1;
	}
	50% {
	  opacity: 0;
	}
	99.9% {
	  opacity: 0;
	  height: 420px;
	}
	100% {
	  opacity: 0;
	  height: 0;
	}
  }

  @-webkit-keyframes infrontAnimation2 {
	0% {
	  opacity: 0;
	}
	50% {
	  opacity: 1
	}
	99.9% {
	  opacity: 1;
	  height: 0;
	}
	100% {
	  opacity: 1;
	  height: 420px;
	}
  }
  
  @keyframes infrontAnimation2 {
	0% {
	  opacity: 0;
	}
	50% {
	  opacity: 1;
	}
	99.9% {
	  opacity: 1;
	  height: 0;
	}
	100% {
	  opacity: 1;
	  height: 420px;
	}
  }

.drawcard_wrap{
	position: relative;
	width: 300px;
	height: 420px;
	margin: 0 auto;
}
.drawcard_wrap img{
	position: absolute;
	left: 0px;
	top: 0px;
}
.card_btn{
	padding: 10px 10px;
	color:#fff;
	background: rgb(73,155,234); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(73,155,234,1)), color-stop(100%,rgba(32,124,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(73,155,234,1) 0%,rgba(32,124,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(73,155,234,1) 0%,rgba(32,124,229,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(73,155,234,1) 0%,rgba(32,124,229,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(73,155,234,1) 0%,rgba(32,124,229,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5',GradientType=0 ); /* IE6-9 */
	display:block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight:bold;
	border:5px solid #fff;
	text-shadow:1px 1px 0px #000;
	text-decoration: none;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
.card_btn:hover{
	color: #fcff13;
	text-decoration: none;
	border:5px solid #295a8e;
}
.card_wrap_detail{
	width: 80%;
	margin: 0 auto;
	background: rgba(255,255,255, 0.9);
	padding: 20px;
	font-size: 1.5em;
	border: 10px solid #fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
.card_wrap_detail .row{
	text-align: center;
	margin: 10px 0;
}
.card_wrap_detail .row img{
	border: 5px solid #fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
.start_game_text{
	font-size: 1.5em;
	line-height: 1.7em;
}
.real_card_name{
	background: #fff;
	padding: 10px 15px;
	border-radius: 5px;
	color: #333;
	margin: 15px 0;
	line-height: 2em;
}
.card_wrap > div > .row{
	padding: 10px 0;
}

h5{
	font-size: 22px;
	font-weight: bold;
	margin: 25px 0;
}
.textwrap{
	padding: 20px 20px;
	border: 2px solid #ccc;
	background: #eee;
	border-radius: 10px;
	font-size: 1.1em;
	line-height: 1.7em;
}


.step_btn{
	padding: 30px 10px;
	color:#fff;
	background: rgb(73,155,234); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(73,155,234,1)), color-stop(100%,rgba(32,124,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(73,155,234,1) 0%,rgba(32,124,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(73,155,234,1) 0%,rgba(32,124,229,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(73,155,234,1) 0%,rgba(32,124,229,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(73,155,234,1) 0%,rgba(32,124,229,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5',GradientType=0 ); /* IE6-9 */
	display:block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight:bold;
	border:5px solid #fff;
	text-shadow:1px 1px 0px #000;
	font-size: 1.5em;
	text-align: center;
	text-decoration: none;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
.step_btn:hover{
	color: #fcff13;
	text-decoration: none;
	border:5px solid #295a8e;
}

.tableform{
	background: #fff;
	margin: 10px 40px;
	width: calc(100% - 100px);
	padding: 15px;
}
.tableform .row > div:first-child{
	text-align: right;
	font-weight: bold;
}
.tableform .row{
	margin: 10px 0 !important;
}
.navbar-toggle{
	background: #fff;
}
.navbar-header{
	background: #020820;
}
.highlight {
    padding: 9px 14px;
    margin-bottom: 14px;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    border-radius: 4px;
}
.msg_sent{
	display: block;
    border: 1px solid rgb(46, 83, 11);
    padding: 10px;
	text-align: center;
	font-weight: bold;
	color: rgb(46, 83, 11);
	background-color: #c5f89b;
	font-size: 1.5em;
}
.msg_sent:empty{
	display: none;
}
@media only screen and (min-width: 768px) {
	.dropdown:hover .dropdown-menu {
	  display: block;
	}
  }