@charset "utf-8";
/* 字形 */
body{
	font-family: 'Lato', 'Lucida Grande', 'Lucida Sans Unicode', "Helvetica Neue", "Heiti TC","文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro","微軟正黑體", "Microsoft JhengHei", "新細明體", sans-serif, Arial, Helvetica;
}
/*框*/
.wrapper{
	width:100%;
	height:100%;
	background-color:#fff;
}

/* menu */
.header{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:64px;
	z-index:999;
	background-image:url(../images/bg_header.png);
	background-repeat:repeat-x;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition:  all .5s;
}

.logo{
	float:left;
}
.logo a{
	display:inline-block;
	width:190px;
	height:32px;
	margin:16px;
	margin-left:20px;
	overflow:hidden;
	background-image:url(../images/logo_2x.png);
	background-size:190px 32px;
	background-position:0 0;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition:  all .5s;
}

.logo a{
	*display:inline;
}
.logo a:hover{
	
}
.menu{
	float:right;
	margin-right:15px;
}
.menu li{
	display:inline-block;
	position:relative;
}
.menu li{
	*display:inline;
}
.menu li a{
	display:block;
	line-height:14px;
	height:14px;
	font-size:14px;
	color:#ffffff;
	text-decoration:none;
	padding:25px 15px;
	letter-spacing:0.1em;
	margin:0;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition:  all .5s;
}
.menu li a.highlight{
	color:#afa86f;
}
.menu li:hover a{
	color:#000000;
	background-color:#afa86f;
	
}
.menu li:hover a.highlight{
	color:#afa86f;
	background:#ffffff;
	
}
.menu_mobile{
	width:35px;
	height:35px;
	float:right;
	margin:14px;
	margin-right:20px;
	overflow:hidden;
	position:relative;
	cursor:pointer;
	display:none;
}

.menu_icon{
	position:absolute;
	top:0;
	left:0;
	-o-transition: left .5s;
	-webkit-transition: left .5s;
	-moz-transition: left .5s;
	transition:  left .5s;
}

.submenu{
	position:absolute;
	width:150px;
	background-color:#afa86f;
	display:none;
}
.menu li .submenu a:hover{
	background-color:#ffffff;
}

/*視差滾動框*/
.pbg{
	width:100%;
	z-index:0;
	position:relative;
	background-color:#eee;
}
.pbg_content{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}
.pfg{
	width:100%;
	position:relative;
	z-index:5;
	background-color:#fff;
}
.pfg:after{
	content:"";
	display:block;
	height: 0;
    clear: both;
    visibility: hidden;
}
.pfg:last-child{
	min-height:100%;
}


/* index */
.rec_holder:after{
	content:"";
	display:block;
	height: 0;
    clear: both;
    visibility: hidden;
}
.rec25{
	width:25%;
	float:left;
}
.rec25_2{
	width:25%;
	float:left;
}
.rec50{
	width:50%;
	float:left;
}
.cat_style_01{
	background-color:#aba46d;
	text-align:center;
	position:relative;
}
.cat_style_01 h2{
	font-size:48px;
	color:#FFFFFF;
	width:90%;
	line-height:1.2;
	margin:0 auto;
	margin-top:20%;
}
.cat_style_01 h3{
	font-size:14px;
	color:#000000;
	width:90%;
	line-height:1.5;
	margin:0px auto;
	letter-spacing:0.1em;
}
.cat_style_02{
	background-color:#333333;
	text-align:center;
	position:relative;
}
.cat_style_02 h2{
	font-size:48px;
	color:#aba46d;
	width:90%;
	line-height:1.2;
	margin:0 auto;
	margin-top:20%;
}
.cat_style_02 h3{
	font-size:14px;
	color:#ffffff;
	width:90%;
	line-height:1.5;
	margin:0 auto;
	letter-spacing:0.1em;
}
.cat_style_02 h3 span{
	color:#ff0000;
}
.rec50_suggest{
	display:block;
	width:100%;
	overflow:hidden;
	background-color:#ffffff;
	position:relative;
}
.rec50_suggest .rec50_suggest_img{
	width:50%;
	float:left;
	height:100%;
	position:relative;
	overflow:hidden;
}

.rec50_suggest .rec50_suggest_txt{
	width:50%;
	float:right;
	height:100%;
	display:inline-block;
}
.rec50_suggest:nth-child(even) .rec50_suggest_img{
	width:50%;
	float:right;
	height:100%;
	position:relative;
	overflow:hidden;
}
.rec50_suggest:nth-child(even) .rec50_suggest_txt{
	width:50%;
	float:left;
	height:100%;
	position:relative;
	overflow:hidden;
}
.rec50_suggest .rec50_suggest_img .rec50_suggest_arrow{
	position:absolute;
	top:50%;
	right:-30px;
	width:40px;
	height:40px;
	margin-top:-20px;
	background-image:url(../images/rec50_suggest_arrow_2x.png);
	background-size:40px 40px;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition:  all .5s;
}
.rec50_suggest:nth-child(even) .rec50_suggest_img .rec50_suggest_arrow{
	position:absolute;
	top:50%;
	right:auto;
	left:-30px;
	width:40px;
	height:40px;
	margin-top:-20px;
	background-image:url(../images/rec50_suggest_arrow_2x.png);
	background-size:40px 40px;
}
.rec50_suggest .rec50_suggest_img img{
	position:absolute;
	top:0;
	left:0;
}

.rec50_suggest .rec50_suggest_txt p{
	width:80%;
	margin:0px auto;
	font-size:14px;
	color:#000;
	line-height:1.5;
}
.rec50_suggest .rec50_suggest_txt p span{
	display:block;
	margin:0 auto;
	color:#a4071f;
	
}
.rec50_suggest .rec50_suggest_txt h3{
	width:80%;
	margin:0 auto;
	font-size:24px;
	color:#000;
	line-height:1.5;
}
.rec50_suggest:hover .rec50_suggest_img .rec50_suggest_arrow{
	right:-20px;
}
.rec50_suggest:nth-child(even):hover .rec50_suggest_img .rec50_suggest_arrow{
	left:-20px;
}
.more{
	position:absolute;
	bottom:20%;
	left:50%;
	margin-left:-25px;
}
.course_holder{
	display:block;
	width:100%;
	height:100%;
	position:relative;
	background-color:#eeeeee;
	overflow:hidden;
}
.course_holder img{
	position:absolute;
	top:0;
	left:0;
	z-index:5;
}
.about_holder{
	display:block;
	width:100%;
	height:100%;
	position:relative;
	background-color:#eeeeee;
	overflow:hidden;
}
.about_holder img{
	position:absolute;
	top:0;
	left:0;
	z-index:5;
	display:none;
}
.about_holder p{
	position:absolute;
	bottom:0;
	left:0;
	z-index:10;
	width:90%;
	padding:20px 6%;
	background-image:url(../images/bg_header.png);
	font-size:12px;
	color:#ffffff;
	line-height:1.5;
}
.about{
	padding-bottom:50px;
	background-image:url(../images/about_footer.png);
	background-position:center bottom;
	background-repeat:no-repeat;
}
.about h2{
	font-size:24px;
	line-height:2;
	color:#a21919;
	letter-spacing:0.1em;
}
.about h3{
	font-size:16px;
	line-height:1.5;
	color:#000000;
}
.about p{
	font-size:16px;
	line-height:1.5;
	color:#000000;
	margin-bottom:18px;
}
.about p span{
	color:#a21919;
}
.about_slider{
	width:100%;
	height:40%;
}
.about_link{
	width:80%;
	border-right:1px solid #ccc;
}
.eaps_link{
	text-align:center;
}
.eaps_link a{
	display:inline-block;
	font-size:16px;
	line-height:1;
	margin:8px;
	color:#ffffff;
	text-decoration:none;
	background-color:#afa86f;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition:  all .5s;
	padding:40px 20px;
	-webkit-border-radius: 15px;
	/* support firefox */
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.eaps_link a:hover{
	background-color:#000000;
}
.eaps_link a{
	*display:inline;
}

.about_link a{
	display:block;
	font-size:16px;
	line-height:1;
	margin:16px 0;
	color:#000000;
	text-decoration:none;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition:  all .5s;
}
.about_link a:hover,.about_link a.selected{
	color:#afa86f;
	border-left:4px solid #afa86f;
	text-indent:8px;
}
/* 大圖 */
.slider{
	width:100%;
	height:550px;
	overflow:hidden;
}
.sliders{
	opacity: 1; 
	height:100%;
	-moz-opacity:1; 
	-khtml-opacity:1;
	filter:alpha(opacity=100); 
	position:relative;
	top:0;
}
.sliders li{
	position:absolute;
	top:0;
	left:0;
}

.sliders-topic{
	position:absolute;
	top:150px;
	left:0;
	width:100%;
	z-index:51;
	opacity: 1; 
	-moz-opacity:1; 
	-khtml-opacity:1;
	filter:alpha(opacity=100); 
	text-align:center;
}
.sliders-topic h2{
	font-size:48px;
	font-weight:bold;
	line-height:1.5;
	color:#FFFFFF;
	text-indent:0;
	text-shadow:1px 1px 4px rgba(0,0,0,0.7);
	font-family: Georgia,Arial,"文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "Meiryo","微軟正黑體", "Microsoft JhengHei", "標楷體", DFKai-SB, sans-serif;
	width:90%;
	max-width:650px;
	margin:10px auto;
}
.sliders-topic p{
	width:90%;
	max-width:650px;
	margin:10px auto;
	font-size:14px;
	line-height:1.5;
	color:#FFFFFF;
	text-shadow:1px 1px 4px rgba(0,0,0,0.7);
	font-family: "SimSun",Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "Meiryo","微軟正黑體", "Microsoft JhengHei", "標楷體", DFKai-SB, sans-serif;

}
.sliders-topic a{
	text-decoration:none;
	display:inline-block;
	font-size:24px;
	width:150px;
	height:50px;
	line-height:50px;
	border:1px solid #ffffff;
	color:#ffffff;
	-o-transition: all .8s;
	-webkit-transition: all .8s;
	-moz-transition: all .8s;
	transition:  all .8s;
}

.sliders-topic a{
	*display:inline;
}
.sliders-topic a:hover{
	border:1px solid #a4071f;
	color:#ffffff;
	background-color:#a4071f;
}



/* head image*/
.head_img{
	height:300px;
	overflow:hidden;
}
.mask{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-image:url(../images/dot.png);
	z-index:50;
}
.section{
	position:absolute;
	width:100%;
	top:0;
	left:0;
	z-index:60;
}
.section h1{
	text-align:center;
	margin-top:130px;
	font-weight:bold;
	font-size:40px;
	color:#ffffff;
	letter-spacing:0.2em;
	line-height:1.5;
	text-shadow:1px 1px 4px rgba(0,0,0,0.9);
	
}
.section p{
	text-align:center;
	font-size:16px;
	color:#ffffff;
	line-height:1.5;
	text-shadow:1px 1px 4px rgba(0,0,0,0.9);
	font-weight:bold;
}
.head_img .section a{
	position:relative;
	left:50%;
	display:inline-block;
	margin-left:-75px;
	margin-top:20px;
	font-size:14px;
	line-height:35px;
	width:150px;
	color:#ffffff;
	letter-spacing:0.2em;
	background-color:#a21919;
	text-decoration:none;
	text-align:center;
}
.head_img .section a:hover{
	background-color:#333333;
}

/* consult */

.ques{
	width:100%;
	margin:30px auto;
	display:none;
}
.ques:after{
	content:"";
	display:block;
	height: 0;
    clear: both;
    visibility: hidden;
}
.ques h3{
	font-size:60px;
	color:#000000;
	line-height:2;
	letter-spacing:0em;
}
.ques h3.balance{
	font-size:18px;
	text-align:center;
	color:#000000;
	line-height:1.8;
	letter-spacing:0em;
	padding:10px 0;
}
.ques p{
	font-size:14px;
	color:#a21919;
	line-height:1.5;
	letter-spacing:0.1em;
	text-align:center;
}
.ques h3 span{
	display:inline-block;
	font-size:40px;
	width:60px;
	height:60px;
	margin:30px 20px 30px 0px;
	line-height:60px;
	text-align:center;
	color:#333333;
	letter-spacing:0em;
	/* support Safari, Chrome */
	-webkit-border-radius: 100px;
	/* support firefox */
	-moz-border-radius: 100px;
	border-radius: 100px;
	background-color:#afa86f;
}

.ques .ans{
	margin-bottom:50px;	
}
.ques .ans li{
	text-align:center;
	display:block;
	font-size:16px;
	letter-spacing:0.1em;
	color:#333333;
	cursor:pointer;
	line-height:1.5;
	margin:15px auto;
	width:90%;
	padding:15px 5%;
	border:1px solid #afa86f;
	/* support Safari, Chrome */
	-webkit-border-radius: 10px;
	/* support firefox */
	-moz-border-radius: 10px;
	border-radius: 10px;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition:  all .5s;
}
.ques .ans li:hover{
	color:#afa86f;
}
.ques .ans li.selected{
	color:#ffffff;
	background-color:#afa86f;
}
.ques .ans li input{
	display:none;
}

.ques .ans.love li{
	position:relative;
	text-align:center;
	display:inline-block;
	font-size:14px;
	letter-spacing:0em;
	color:#333333;
	cursor:pointer;
	line-height:1.5;
	margin:0 auto;
	margin-bottom:8px;
	width:24%;
	padding:0;
	border:0px solid #afa86f;
	/* support Safari, Chrome */
	-webkit-border-radius: 0px;
	/* support firefox */
	-moz-border-radius: 0px;
	border-radius: 0px;
	
}
.ques .ans.love li .tick{
	background-image:url(../images/tick.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:40px 40px;
	width:60px;
	height:60px;
	position:absolute;
	display:none;
}
.ques .ans.love li:hover .tick,.ques .ans.love li.selected .tick{
	display:inline;
	
}
.ques .ans.love li.selected{
	background-color:#ffffff;
	
}
.ques .ans.love li img{
	width:90%;
	border:5px solid #fff;
	height:auto;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition:  all .5s;
}
.ques .ans.love li p{
	font-size:12px;
	line-height:2;
	color:#333333;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition:  all .5s;
}
.ques .ans.love li:hover img,.ques .ans.love li.selected img{
	border:5px solid #ff0000;
}
.ques .ans.love li:hover p,.ques .ans.love li.selected p{
	color:#ff0000;
	background-color:#ffffff;
}

.ques .ans.balance{
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	margin:10px auto;
	
}
.balance_b{
	background-image:url(../images/balance.png);
	background-repeat:no-repeat;
	background-position:center center;
	padding:10px 0;
}
.balance_hint{
	background-image:url(../images/balance_hint.png);
	background-repeat:no-repeat;
	background-position:center center;
}
.ques .ans.balance li{
	text-align:center;
	display:block;
	font-size:16px;
	letter-spacing:0.1em;
	color:#333333;
	cursor:pointer;
	line-height:30px;
	margin:15px auto;
	width:30px;
	padding:15px 5%;
	border:0px solid #afa86f;
	/* support Safari, Chrome */
	-webkit-border-radius: 0px;
	/* support firefox */
	-moz-border-radius: 0px;
	border-radius: 0px;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition:  all .5s;
	background-image:url(../images/balance_off.png);
	background-repeat:no-repeat;
	background-size:30px 30px;
	background-position:center center;
}
.ques .ans.balance li:hover{
	background-image:url(../images/balance_hover.png);
	background-repeat:no-repeat;
	background-size:30px 30px;
	background-position:center center;
}
.ques .ans.balance li.selected{
	background:none;
	background-image:url(../images/balance_on.png);
	background-repeat:no-repeat;
	background-size:30px 30px;
	background-position:center center;
}

.rw_control{
	width:100%;
	height:50px;
	margin:50px auto;
	letter-spacing:0.1em;
}
.rw_control .btn_right{
	width:50px;
	height:50px;
	float:right;
	color:#ffffff;
	font-size:30px;
	text-align:center;
	line-height:50px;
	background-color:#333333;
	display:none;
	/* support Safari, Chrome */
	-webkit-border-radius: 50px;
	/* support firefox */
	-moz-border-radius: 50px;
	border-radius: 50px;
	cursor:pointer;
	
}
.rw_control #submit{
	font-size:18px;
	font-weight:bold;
	background-color:#a21919;
	
}
.rw_control .btn_left{
	width:50px;
	height:50px;
	float:left;
	color:#ffffff;
	font-size:30px;
	text-align:center;
	line-height:50px;
	background-color:#333333;
	display:none;
	/* support Safari, Chrome */
	-webkit-border-radius: 50px;
	/* support firefox */
	-moz-border-radius: 50px;
	border-radius: 50px;
	cursor:pointer;
}
.rw_control .btn_right:hover,.rw_control .btn_left:hover{
	background-color:#a21919;
}

.ques .fillin{
	display:none;
}
.ques .period{
	display:none;
}
.ques div p{
	color:#000000;
	font-size:14px;
	line-height:1.8;
	text-align:left;
}
textarea{
	width:100%;
	height:200px;
	font-size:14px;
	line-height:1.8;
	padding:5px 10px;
	margin:8px auto;
}
.ques input[type=text]{
	width:100%;
	font-size:14px;
	line-height:1.8;
	padding:15px 10px;
	margin:8px auto;
}
.ques input[type=password]{
	width:100%;
	font-size:14px;
	line-height:1.8;
	padding:15px 10px;
	margin:8px auto;
}

/* 步驟 */
.tipsay{
	width:100%;
	max-width:650px;
	margin:0px auto;
}
.tipsay p{
	width:90%;
	padding:20px 5%;
	font-size:14px;
	color:#ffffff;
	line-height:1.5;
	letter-spacing:0.1em;
	background-color:#afa86f;
	/* support Safari, Chrome */
	-webkit-border-radius: 10px;
	/* support firefox */
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.tipsay a{
	text-decoration:none;
	color:#a21919;
}
.tipsay a:hover{
	text-decoration:underline;
}
.tipsay p span{
	font-size:24px;
	color:#ffffff;
	display:block;
}
.tipguy{
	position:relative;
	top:-2px;
	width:57px;
	height:100px;
	margin:0 auto;
	background-image:url(../images/tipsay.png);
	background-repeat:no-repeat;
	background-size:57px 100px;
}
.steps{
	display:block;
	text-align:center;
	padding-top:100px;
}
.step{
	display:inline-block;
	font-size:18px;
	line-height:24px;
	height:24;
	vertical-align:meddle;
	margin:0 0px;
	margin-bottom:10px;
	letter-spacing:0.1em;
	color:#cccccc;
	background-repeat:no-repeat;
	background-size:24px 48px;
	text-indent:30px;
	background-position:0 0;
}
.step.selected{
	color:#afa86f;
	background-position:0 -24px;
}
.step.demand{
	background-image:url(../images/demand.png);
}
.step.basic_info{
	background-image:url(../images/basic_info.png);
}
.step.done{
	background-image:url(../images/done.png);
}
.step.issue{
	background-image:url(../images/issue.png);
}
.step.pay{
	background-image:url(../images/pay.png);
}
.step{
	*display:inline;
}

.remark{
	margin:50px auto 100px;
}
.remark hr{
	width:100%;
	border:none;
	border-top:1px dashed #afa86f;
}
.remark h3{
	font-size:18px;
	color:#afa86f;
	line-height:2;
}
.remark p{
	font-size:14px;
	color:#333333;
	line-height:1.8;
}
.remark a{
	text-decoration:none;
	color:#399;
}
.remark a:hover{
	text-decoration:underline;
}

/* contact */
.contact{
	background-color:#f3f3f3;
	border-top:10px solid #a21919;
}
.contact:after{
	content:"";
	display:block;
	height: 0;
    clear: both;
    visibility: hidden;
}
.access,.map{
	width:50%;
	min-height:500px;
	float:left;
	overflow:hidden;
}
.access h2{
	width:92%;
	margin:0 4%;
	font-size:24px;
	line-height:2;
	color:#a21919;
}
.access p{
	width:92%;
	margin:0 4%;
	font-size:14px;
	line-height:1.5;
	color:#000000;
}
.accessinfo{
	width:50%;
	min-height:300px;
	float:left;
	overflow:hidden;
}
.accessinfo h2{
	width:92%;
	margin:0 4%;
	font-size:24px;
	line-height:2;
	color:#a21919;
}
.accessinfo p{
	width:92%;
	margin:0 4%;
	font-size:14px;
	line-height:1.5;
	color:#000000;
}
ul.qna{
	width:92%;
	margin:20px auto;
	max-width:900px;
}

ul.qna li{
	border-top:1px solid #ccc;
	cursor:pointer;
}
ul.qna li:last-child{
	border-bottom:1px solid #ccc;
}
ul.qna li h3{
	font-size:14px;
	color:#a21919;
	line-height:14px;
	padding:10px 0;
	letter-spacing:0.1em;
}
ul.qna li h3 img{
	width:14px;
	height:14px;
}
ul.qna li p{
	font-size:14px;
	color:#000000;
	width:100%;
	margin:0;
	line-height:1.5;
	padding:10px 0;
	display:none;
}
/* qa */
.qa{
	width:100%;
	padding:20px 0 100px;
	background-color:#afa86f;
	background-image:url(../images/qna.png);
	background-position:right bottom;
	background-repeat:no-repeat;
}
.qa h2{
	text-align:center;
	font-size:40px;
	line-height:1.5;
	color:#efe8af;
	letter-spacing:0.1em;
}
.qa h3{
	text-align:center;
	font-size:24px;
	line-height:1.5;
	color:#8a804a;
	letter-spacing:0.1em;
}
.qa ul.qna li h3{
	text-align:left;
	color:#ffffff;
}
.qa ul.qna li{
	border-top:1px solid #8a804a;
}
.qa ul.qna li:last-child{
	border-bottom:1px solid #8a804a;
}

/* footer & sitemap */
.footer{
	background-color:#333333;
}
.footer:after{
	content:"";
	display:block;
	height: 0;
    clear: both;
    visibility: hidden;
}
.brand,.sitemap{
	width:50%;
	height:400px;
	float:left;
	overflow:hidden;
}
.brand{
	text-align:center;
}
.brand a{
	display:inline-block;
	width:100%;
	margin-top:70px;
}
.brand a{
	*display:inline;
}
.sitemap_link{
	margin:70px 4% 30px;
	width:92%;
}
.sitemap_link:after{
	content:"";
	display:block;
	height: 0;
    clear: both;
    visibility: hidden;
}
.sitemap_link a{
	font-size:14px;
	display:block;
	color:#cccccc;
	text-decoration:none;
	line-height:2;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition:  all .5s;
}

.sitemap_link a.bold{
	color:#ffffff;
	font-weight:bold;
}
.sitemap_link a.highlight{
	color:#afa86f;
}
.sitemap_link a:hover{
	
	color:#ffffff;
}
.copyright{
	margin:30px 4%;
	width:92%;
	color:#ffffff;
	font-size:12px;
	line-height:1.8;
}
.copyright a{
	color:#afa86f;
	text-decoration:none;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition:  all .5s;
}
.copyright a:hover{
	color:#ffffff;
}


/* gallery */
.gallery{
	width:100%;
	margin:0 auto;
	padding:50px 0;
	
}
.gallery2{
	width:100%;
	margin:0 auto;
	padding:0;
	
}
.related{
	background-color:#afa86f;
}
.gallery h3{
	width:90%;
	max-width:1500px;
	margin:0 auto;
	font-size:14px;
	color:#afa86f;
	letter-spacing:0.1em;
	line-height:40px;
	padding:0 10px;
	height:40px;
}
.related h3{
	text-align:center;
	font-size:14px;
	color:#ffffff;
	border-bottom:1px solid #E5DFAE;
}
.filter_switch{
	text-align:center;
	cursor:pointer;
	width:120px;
	margin: 0 auto;
	font-size:14px;
	color:#a21919;
	line-height:40px;
	letter-spacing:0.1em;
	padding:0 15px;
	border:1px solid #a21919;
	/* support Safari, Chrome */
	-webkit-border-radius: 0px;
	/* support firefox */
	-moz-border-radius: 0px;
	border-radius: 0px;
	
}
.filter_switch:hover{
	color:#ffffff;
	background-color:#a21919;
	border:1px solid #a21919;
}
.filter{
	display:none;
}
ul.category{
	width:90%;
	margin:0 auto;
	max-width:1500px;
	border-top:1px solid #dddddd;
	border-bottom:0px solid #eeeeee;
}
ul.category:after{
	content:"";
	display:block;
	height: 0;
    clear: both;
    visibility: hidden;
}
ul.category li{
	display:inline-block;
	font-size:14px;
	color:#000000;
	letter-spacing:0.1em;
	padding:0 20px;
	line-height:40px;
	height:40px;
	cursor:pointer;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition:  all .5s;
	float:left;
	margin:10px;
	margin-left:0;
	background-color:#ffffff;
	border:1px solid #eeeeee;
}
ul.category li:hover{
	background-color:#f6f6f6;
	border:1px solid #cccccc;
}
ul.category li.selected{
	background-color:#333333;
	border:1px solid #333333;
	color:#FFFFFF;
}
ul.category li{
	*display:inline;
}

ul.list{
	width:90%;
	max-width:1500px;
	margin:50px auto;
}
ul.list:after{
	content:"";
	display:block;
	height: 0;
    clear: both;
    visibility: hidden;
}
ul.list li{
	display:inline-block;
	width:25%;
	margin-bottom:50px;
	float:left;
	-o-transition: background .5s;
	-webkit-transition: background .5s;
	-moz-transition: background .5s;
	transition:  background .5s;
}
ul.list li:hover{
	-webkit-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.3);
	box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.3);
	background-color:#FFFFFF;
}
.confirm_filter{
	margin:20px auto;
	position:relative;
	height:50px;
	color:#666666;
	font-size:18px;
	text-align:center;
	line-height:50px;
	letter-spacing:0.1em;
	cursor:pointer;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition:  all .5s;
	display:none;
	border-top:1px solid #dddddd;
	border-bottom:0px dotted #aaaaaa;
}
.confirm_filter:hover{
	color:#a21919;
	background-color:#fff;
}

ul.list li{
	*display:inline;
}
ul.list li a{
	display:block;
	padding:10px 0 20px;
	text-decoration:none;
}
ul.list li img.thumb{
	width:80%;
	display:block;
	
	margin:0 auto;
}

ul.list li h2{
	width:80%;
	margin:20px auto 0px;
	line-height:1.5;
	font-size:18px;
	color:#000000;
	font-weight:bold;
}
ul.list li h3{
	width:80%;
	margin:0 auto;
}
ul.list li p{
	width:80%;
	margin:10px auto;
	line-height:18px;
	font-size:14px;
	color:#000000;
}
ul.pages{
	width:90%;
	margin:50px auto;
	text-align:center;
}
ul.pages li{
	width:40px;
	height:40px;
	text-align:center;
	line-height:40px;
	font-size:12px;
	margin:2px;;
	display:inline-block;
	color:#333333;
	border:1px solid #333333;
	cursor:pointer;
	/* support Safari, Chrome */
	-webkit-border-radius: 40px;
	/* support firefox */
	-moz-border-radius: 40px;
	border-radius: 40px;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition:  all .5s;
}
ul.pages li:hover,ul.pages li.selected{
	color:#ffffff;
	background-color:#333333;
}

.course_img img{
	display:block;
	max-width:90%;
	margin:0 auto;
}
.course_intro h2{
	width:90%;
	margin:20px auto;
	line-height:1.2;
	font-size:36px;
	color:#000000;
}
.course_intro p{
	width:90%;
	margin:10px auto;
	line-height:30px;
	font-size:18px;
	color:#000000;
}
.course_intro p span{
	color:#ff0000;
	text-decoration:underline;
}
.course_intro p img{
	margin-right:6px;
}
.course_intro p a{
	margin-top:20px;
	display:inline-block;
	font-size:14px;
	line-height:35px;
	width:150px;
	color:#ffffff;
	letter-spacing:0.2em;
	background-color:#a21919;
	text-decoration:none;
	text-align:center;
}
.course_intro p a{
	*display:inline;
}
.course_intro p a:hover{
	background-color:#333333;
}

.hidefirst{
	display:none;
}
.shrink_link{
	margin:20px 0;
}
.shrink_link:after{
	content:"";
	display:block;
	height: 0;
    clear: both;
    visibility: hidden;
}

.shrink_link a{
	display:inline-block;
	padding:10px 0;
	width:47%;
	margin-right:1%;
	line-height:30px;
	height:30px;
	vertical-align:middle;
	text-align:center;
	font-size:14px;
	letter-spacing:0.1em;
	color:#aba46d;
	border:1px solid #aba46d;
	text-decoration:none;
	/* support Safari, Chrome */
	-webkit-border-radius: 10px;
	/* support firefox */
	-moz-border-radius: 10px;
	border-radius: 10px;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition:  all .5s;
}
.shrink_link a{
	*display:inline;
}
.shrink_link a:hover{
	color:#FFFFFF;
	background-color:#aba46d;
}
.schedule{
	width:95%;
	margin:30px auto;
	display:none;
}
.schedule h3{
	font-size:18px;
	color:#afa86f;
	line-height:1.8;
}
.schedule p{
	font-size:14px;
	color:#333333;
	line-height:1.5;
}
.schedule a{
	display:block;
	line-height:30px;
	font-size:14px;
	color:#333333;
	text-decoration:none;
}
.schedule a:nth-child(even) {
	background-color:#f3f3f3;
}
.schedule a:hover{
	color:#000000;
}
.schedule a span{
	padding:0 10px;
	margin-right:10px;
	color:#ffffff;
	background-color:#333333;
}
.schedule a:hover span{
	background-color:#a21919;
}

/* therapyonline */
.tol{
	width:80%;
	margin:0 auto 100px;
}
.tol h2.m20{
	font-size:30px;
	color:#dc9132;
	line-height:60px;
	text-align:center;
}
.tol h2.m20_left{
	font-size:30px;
	color:#dc9132;
	line-height:60px;
	text-align:left;
}
.tol h2.m50{
	font-size:30px;
	color:#3d787a;
	line-height:60px;
	text-align:center;
}
.tol h2.m50_left{
	font-size:30px;
	color:#3d787a;
	line-height:60px;
	text-align:left;
}
.tol p{
	font-size:16px;
	color:#333333;
	line-height:1.5;
	margin:15px 0;
}
.tol a{
	position:relative;
	display:inline-block;
	width:150px;
	height:150px;
	background-color:#dddddd;
	margin:50px auto 10px;
	left:50%;
	margin-left:-75px;
	/* support Safari, Chrome */
	-webkit-border-radius: 150px;
	/* support firefox */
	-moz-border-radius: 150px;
	border-radius: 150px;
}
.tol a img{
	position:relative;
	top:-8px;
	left:-8px;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition:  all .3s;
}
.tol a:hover img{
	position:relative;
	top:0px;
	left:0px;
}
.tol hr{
	width:100%;
	border:0;
	border-top:1px solid #ccc;
}

/* common */
.time_filter{
	margin:50px auto;
}
.time_filter p{
	font-size:14px;
	color:#000000;
	line-height:50px;
	width:90%;
	margin:0 auto;
}
.time_filter select{
	display:block;
	width:90%;
	margin:0 auto;
	font-size:14px;
	color:#000000;
	line-height:50px;
	height:50px;
	padding:0 5px;
}

.time_filter:after{
	content:"";
	display:block;
	height: 0;
    clear: both;
    visibility: hidden;
}
.timepicker{
	width:100%;
}
.timepicker h2{
	font-size:24px;
	color:#afa86f;
	line-height:2;
	letter-spacing:0.1em;
}
.timepicker li:after{
	content:"";
	display:block;
	height: 0;
    clear: both;
    visibility: hidden;
}
.timepicker li{
	display:block;
	width:96%;
	font-size:14px;
	color:#000000;
	line-height:40px;
	letter-spacing:0.1em;
	border-bottom:1px solid #ddd;
}
.timepicker li div{
	text-indent:12px;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition:  all .5s;
}
.timepicker li div:hover{
	background-color:#eee;
}
.timepicker li a{
	text-decoration:none;
	line-height:30px;
	color:#ffffff;
	background-color:#333;
	float:right;
	padding:0 15px ;
	margin:5px 2px;
}
.timepicker li a.ain{
	text-decoration:none;
	line-height:40px;
	color:#ff0000;
	background:none;
	float:none;
	padding:0;
	margin:0;
	text-decoration:underline;
}
.timepicker li a:hover{
	background-color:#a21919;
}
.timepicker li a.ain:hover{
	background:none;
}
.timepicker li span{
	display:none;
	color:#afa86f;
}


.timepicker li:nth-child(even) {
	background-color:#fafafa;
}
.timepicker li.grid_head{
	color:#ffffff;
	background-color:#8f884f;
	border-top:5px solid #afa86f;
	border-bottom:0px solid #afa86f;
	pointer-events: none;
}
.timepicker li.grid_head div:nth-child(even){
	background-color:#7f783f;
}
a.coupon_trip{
	color:#ff0000;
	background:none;
	float:none;
	padding:0;
	margin:0;
	text-decoration:none;
	cursor:pointer;
	line-height:2;
}
a.coupon_trip:hover{
	text-decoration:underline;
}
.d5{
	width:5%;
	float:left;
}
.d25{
	width:25%;
	float:left;
}
.d30{
	width:30%;
	float:left;
}
.d20{
	width:20%;
	float:left;
}
.d35{
	width:35%;
	float:left;
}
.d15{
	width:15%;
	float:left;
}
.d10{
	width:10%;
	float:left;
}
.d75{
	width:75%;
	float:left;
}
.d80{
	width:80%;
	float:left;
}
.d50{
	width:50%;
	float:left;
}
.d90{
	width:90%;
	float:left;
}
hr{
	border:none;
	border-top:1px solid #666666;
	width:92%;
}
.w650{
	padding:50px 0;
	width:90%;
	max-width:650px;
	margin:0 auto 0px;
}
.w900{
	width:90%;
	padding:50px 0;
	max-width:900px;
	margin:0 auto 0px;
	
}
.w1100{
	width:98%;
	padding:50px 0;
	max-width:1100px;
	margin:0 auto 0px;
}
.w100p{
	width:90%;
	padding:50px 0;
	margin:0 auto 0px;
	
}
.w650:after,.w900:after,.w100p:after,.w1100:after{
	content:"";
	display:block;
	height: 0;
    clear: both;
    visibility: hidden;
}

.editor{
	clear:both;
	width:100%;
	padding-top:50px;
}
.editor:after{
	content:"";
	display:block;
	height: 0;
    clear: both;
    visibility: hidden;
}
.editor h3{
	width:100%;
	padding:0;
	font-size:18px;
	line-height:1.8;
	border-bottom:1px solid #ddd;
	color:#afa86f;
}
.editor img{
	max-width:100%;
}
.editor p{
	width:100%;
	font-size:16px;
	line-height:1.5;
	margin:20px 0;
}

.editor p span{
	color:#900;
}
.single_link{
	width:100%;
	margin:50px 0;
	text-align:left;
}
.single_link a{
	display:inline-block;
	height:50px;
	width:100%;
	line-height:50px;
	text-align:center;
	font-size:18px;
	letter-spacing:0.1em;
	color:#a21919;
	border:1px solid #a21919;
	text-decoration:none;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition:  all .5s;
}
.single_link a{
	*display:inline;
}
.single_link a:hover{
	color:#FFFFFF;
	background-color:#a21919;
}
.twi_link{
	width:100%;
	margin:50px 0;
	text-align:left;
}
.twi_link:after{
	content:"";
	display:block;
	height: 0;
    clear: both;
    visibility: hidden;
}
.twi_link a{
	display:inline-block;
	height:50px;
	width:48%;
	line-height:50px;
	text-align:center;
	font-size:18px;
	letter-spacing:0.1em;
	color:#a21919;
	border:1px solid #a21919;
	text-decoration:none;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition:  all .5s;
}
.twi_link a:last-child{
	float:right;
}

.twi_link a{
	*display:inline;
}
.twi_link a:hover{
	color:#FFFFFF;
	background-color:#a21919;
}

.gotop{
	position:fixed;
	display:inline-block;
	bottom:10px;
	right:10px;
	width:40px;
	height:40px;
	background-color:#a21919;
	z-index:800;
	display:none;
	cursor:pointer;
	/* support Safari, Chrome */
	-webkit-border-radius: 50px;
	/* support firefox */
	-moz-border-radius: 50px;
	border-radius: 50px;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition:  all .5s;
}
.gotop:hover{
	background-color:#333333;
}
.gotop{
	*display:inline;
}
/* form */
.chart{
	width:100%;
	margin:0 0;
}
.chart_hide{
	display:none;
}
.chart hr{
	width:100%;
	border:none;
	border-top:1px dashed #afa86f;
}
.chart:after{
	content:"";
	display:block;
	height: 0;
    clear: both;
    visibility: hidden;
}

.form_cat{
	width:20%;
	display:inline-block;
	border-right:4px solid #afa86f;
}
.form_content{
	width:70%;
	margin-left:5%;
	display:inline-block;
	font-size:14px;
	line-height:1.5;
	color:#000000;
}
.agreement{
	width:97%;
	padding:1%;
	border:1px solid #999999;
	height:250px;
	overflow:auto;
}
.agreement p{
	font-size:12px;
	line-height:1.8;
	color:#666;
} 
.lable{
	letter-spacing:0.1em;
	font-size:18px;
	line-height:1.8;
	color:#afa86f;
}
.lable span{
	font-size:12px;
	color:#000000;
}
.radio_style{
	line-height:30px;
	font-size:14px;
	color:#000000;
	margin:10px 0;
	margin-bottom:20px;
	width:100%;
}
span.highlight{
	color:#ff0000;
}
input[type=text]{
	height:50px;
	line-height:50px;
	font-size:14px;
	color:#000000;
	padding:0 10px;
	margin-bottom:10px;
	width:100%;
}
input[type=password]{
	height:50px;
	line-height:50px;
	font-size:14px;
	color:#000000;
	padding:0 10px;
	margin-bottom:10px;
	width:100%;
}
.selectStyle{
	text-align:right;
}
.selectStyle span.label{
	float:left;
	height:50px;
	line-height:50px;
}
.selectStyle span.label1{
	float:left;
	height:50px;
	line-height:50px;
}
.selectStyle select{
	height:50px;
	line-height:50px;
	font-size:14px;
	color:#000000;
	padding:0 10px;
	margin-bottom:10px;
	width:25%;
}
.sub a{
	display:inline-block;
	height:50px;
	width:100%;
	margin:0 auto;
	line-height:50px;
	text-align:center;
	font-size:18px;
	color:#a21919;
	border:1px solid #a21919;
	text-decoration:none;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition:  all .5s;
}
.sub a:hover{
	color:#FFFFFF;
	background-color:#a21919;
}
/*result*/
.result{
	position:relative;
	width:90%;
	margin:50px auto 0;
	height:50px;
	background-color:#ddd;
}
.result_frame{
	position:absolute;
	top:0;
	left:0;
	z-index:10;
	width:100%;
	margin:0;
	height:100%;
}
.result_frame li{
	width:20%;
	height:100%;
	float:left;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	border-top:2px solid #000;
	border-bottom:2px solid #000;
	border-left:2px solid #000;
	text-align:center;
	line-height:50px;
	font-size:14px;
	color:#000;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition:  all .3s;
}
.result_frame li.trig{
	font-size:18px;
	color:#fff;
}
.result_frame li:first-child{
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}
.result_frame li:last-child{
	border-right:2px solid #000;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
}
.result_txt{
	text-align:center;
	font-size:24px;
	margin-top:20px;
	color:#000;
	line-height:2;
}
.result_bg{
	position:absolute;
	top:0;
	left:0;
	z-index:5;
	width:0;
	height:100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-o-transition: background .5s;
	-webkit-transition: background .5s;
	-moz-transition: background .5s;
	transition:  background .5s;
}

.recommand{
	text-align:center;
}
.recommand h2{
	border-bottom:1px solid #a21919;
	margin-bottom:30px;
}
.recommand h2 span{
	position:relative;
	font-size:14px;
	background-color:#fff;
	line-height:20px;
	top:10px;
	color:#a21919;
	padding:5px 15px;
}
.recommand ul{
	margin:50px auto;
}
.recommand ul li{
	display:inline-block;
	width:250px;
	height:250px;
	overflow:hidden;
	-webkit-border-radius: 300px;
	-moz-border-radius: 300px;
	border-radius: 300px;
	margin:10px;
}
.recommand ul li a{
	position:relative;
}
.recommand ul li a img{
	width:auto;
	height:250px;
}
.recommand ul li a p{
	position:absolute;
	top:0;
	left:0;
	padding:115px 25px;
	width:200px;
	line-height:25px;
	color:#fff;
	font-size:18px;
	letter-spacing:0.05em;
	text-decoration:none;
	background-image:url(../images/black_70.png);
	background-repeat:repeat;
	-o-transition: top .5s;
	-webkit-transition: top .5s;
	-moz-transition: top .5s;
	transition:  top .5s;
}
.recommand ul li a p span{
	display:block;
	font-size:14px;
	color:#0FF;
}
.recommand ul li a:hover p{
	top:280px;
	
}

.knowledge{
	
}
.knowledge p{
	font-size:14px;
	line-height:1.8;
	color:#666;
} 

.knowledge h2{
	text-align:center;
	border-bottom:1px solid #a21919;
	margin-bottom:30px;
}
.knowledge h2 span{
	position:relative;
	font-size:18px;
	background-color:#fff;
	line-height:25px;
	top:15px;
	color:#a21919;
	padding:2.5px 15px;
}

/* radar */
.box{
	width:100%;
	text-align:center;
}

.box p{
	text-align:center;
	
}
.evaluate_intro p span.point1{
	color:#000;
	font-size:14px;
	line-height:14px;
	text-decoration:none;
	border-left:20px solid #a21919;
	padding:0;
	padding-left:8px;
	margin-right:20px;
}
.evaluate_intro p span.point2{
	color:#000;
	font-size:14px;
	line-height:14px;
	text-decoration:none;
	border-left:20px solid #30a5a6;
	padding:0;
	padding-left:8px;
}

.canvas_holder{
	position:relative;
	margin-top:30px;
	cursor:pointer;
}
.canvas_holder .canvas{
	position:absolute;
	top:5%;
	left:5%;
}
.canvas_holder .canvaschart{
	position:absolute;
	top:5%;
	left:5%;
}
.canvas_holder .canvas_text{
	width:100%;
	position:absolute;
	top:0;
	left:0;
	text-align:center;
	font-size:24px;
	margin-top:-20px;
	line-height:1.3;
	color:#000000;
	letter-spacing:0.1em;
}
.canvas_holder .canvas_text span{
	display:block;
	font-size:16px;
	color:#666666;
	letter-spacing:0em;
}
.canvas_holder:hover .canvas_text span{
	color:#000000;
}
.canvas_holder .click_hint{
	position:absolute;
	top:57%;
	left:50%;
}
.canvas_holder .click_hint img{
	width:50px;
	height:auto;
	margin-left:-25px;
}
.helps{
	
}
.help{
	width:99%;
	padding:0 5px;
	border-style: none;
	background-color:white;
}
.help:after{
	content:"";
	display:block;
	height: 0;
    clear: both;
    visibility: hidden;
}
.help h2{
	width:100%;
	font-size:24px;
	line-height:1.8;
	color:#000000;
}
.help h3{
	width:100%;
	padding:0;
	font-size:18px;
	line-height:1.8;
	border-bottom:1px solid #ddd;
	color:#afa86f;
}

.help img{
	max-width:100%;
}
.help p{
	width:100%;
	font-size:14px;
	line-height:1.5;
	margin:20px 0;
}

.result_love16{
	margin:20px auto;
}
.result_love16 h2{
	width:100%;
	font-size:24px;
	line-height:1.8;
	color:#afa86f;
}
.result_love16 h3{
	width:100%;
	padding:0;
	font-size:16px;
	line-height:1.8;
	color:#afa86f;
}
.result_love16 p{
	width:100%;
	font-size:14px;
	line-height:1.5;
	margin:10px 0 20px;
}
.result_love16:after{
	content:"";
	display:block;
	height: 0;
    clear: both;
    visibility: hidden;
}
.ideal_lover{
	text-align:center;
	width:19%;
	padding:2.5%;
	float:left;
}
.ideal_lover p{
	font-size:16px;
	line-height:1.2;
	color:#ff6464;
}
img.ref{
	width:100px;
	height:100px;
	-webkit-border-radius: 100px;
	/* support firefox */
	-moz-border-radius: 100px;
	border-radius: 100px;
	
}




@media screen and (max-width: 900px) { /* Specific to this particular image */
.timepicker li.grid_head{
	display:none;
}

.timepicker li{
	display:block;
	width:96%;
	padding:2%;
	border:1px solid #ddd;
	border-top:5px solid #afa86f;
	margin-bottom:6px;
	
}
.timepicker li a{
	float:left;
}
.timepicker li span{
	display:inline;
}
.map{
	display:none;
}
.sitemap_link{
	display:none;
}
.header{
	position:absolute;
}
.menu{
	position:absolute;
	top:64px;
	left:0;
	float:none;
	display:block;
	background-color:#555555;
	width:100%;
	margin:0;
	display:none;
}
.menu li{
	display:block;
}
.menu li a{
	display:block;
	line-height:14px;
	height:14px;
	padding:15px 15px;
}
.menu_mobile{
	display:inline-block;
}
.menu_mobile{
	*display:inline;
}
.submenu{
	position:relative;
	width:100%;
	background-color:#777777;
	display:block;
}
.access,.map{
	width:100%;
}
.brand,.sitemap{
	width:100%;
}
.brand{
	height:200px;
}
.copyright{
	text-align:center;
}

.d5,.d10,.d15,.d20,.d25,.d35,.d50,.d75,.d30,.d80,.d90{
	width:100%;
	float:none;
}
.ques{
	margin:0px auto;
}
.ques h3{
	text-align:center;
	line-height:40px;
	font-size:34px;
}
.ques h3 span{
	position:relative;
	left:50%;
	display:block;
	font-size:30px;
	width:60px;
	height:60px;
	margin:10px;
	margin-left:-30px;
	line-height:60px;
}
.form_cat{
	width:100%;
	border:none;
	
}
.form_content{
	width:100%;
	margin-left:0;
}
.timepicker li:nth-child(even) {
	background-color:#ffffff;
}
/* index */
.rec25{
	width:100%;
	float:none;
}
.rec25_2{
	width:100%;
	float:none;
}
.cat_style_01,.cat_style_02{
	padding:20px 0;
	text-align:left;
}
.cat_style_01 h2,.cat_style_02 h2{
	margin-top:0;
}
.rec50{
	width:100%;
	float:none;
}
.more{
	bottom:auto;
	top:50%;
	left:auto;
	right:5%;
	margin-left:auto;
	margin-top:-25px;
}
.course_holder{
	width:90%;
	height:90%;
	margin:5%;
}
.about_link{
	width:100%;
	border:none;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin-bottom:20px;
	text-align:center;
}
.about_link a{
	display:inline;
	font-size:14px;
	line-height:2.5;
	margin:0 10px;
}
.about_link a:hover,.about_link a.selected{
	border:none;
}
.ques .ans.love li{
	width:32.5%;
}
.w650{
	padding:10px 0;
}
.ques .ans li{
	font-size:14px;
	line-height:1;
	margin:5px auto;
	padding:15px 5%;

}
}
@media screen and (max-width: 580px) { /* Specific to this particular image */
.ques .ans.love li{
	width:49%;
}
.ideal_lover{
	width:44%;
}
.canvas_holder .click_hint img{
	width:30px;
	height:auto;
	margin-left:-15px;
}
}
.LabelEllipsisStyle {
            text-overflow:ellipsis;
            white-space:nowrap;
            display:block;
            overflow:hidden;
}