@charset "utf-8";
img{
	max-width:100%;
	height:auto;
}
.blue{ color:#0054c6;}
.red{ color:#e50114;}
.orange{ color:#ff8f0b;}
.black{ color:#000;}

.ft_box{float:left;}
.w100{ width:100%}
/*---------------------------內頁content---------------------------*/
#breadcrumbs{
	width:100%;
	min-height:70px;
	float:left;
	color: #3b3b3b;
	padding:0 27px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}
#breadcrumbs > a {
    color: #3b3b3b;
    padding-left: 24px;
    background: url(../images/bread-list.png) no-repeat 0 50%;
}
#breadcrumbs .bread-home {
	background-image:none;
	padding-left:0;
}
#breadcrumbs .current {
    padding-left: 24px;
    background: url(../images/bread-list.png) no-repeat 0 50%;
}
#breadcrumbs > a:hover {color:#0054c6;}


/*--------- about ----------*/
#com-page{
	width:648px;
	float:left;
	margin-left:27px;
	line-height:180%;
}
#com-page section{
	width:100%;
	float:left;
}
#com-page .r-pic {
    width: auto;
    float: right;
	margin-left:20px;
	max-width:250px;
}
#com-page .r-pic img{max-width:100%;}
#com-page article{
	font-size:15px;
	color:#4d4d4d;
	width:100%;
	float:left;
}
#com-page article.jp{
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
#com-page article > p{
	margin-bottom:10px;
	text-align:justify;
}

.nopmb_info article > p {
	margin-bottom:0 !important;
}
iframe.reservation-form{
	max-width:648px;
	overflow:hidden;
}

/*--------page-Box---------------*/
.page-Box{
	width:100%;
	float:left;
	margin-bottom:60px;
}
.page-title{
	width:100%;
	min-height:30px;
	float:left;
	color:#000;
	font-size:21px;
	font-weight:bold;
	border-bottom:1px dotted #4d4d4d;
}
dl.advisory{
	width:auto;
	float:right;
	background-color:#4d4d4d;
	color:#fff;
	font-weight:normal;
	font-size:15px;
}
dl.advisory dt.icon{
	width: 50px;
    height: 32px;
	float:left;
	background-image: url(../images/rlink01.png);
    background-color: #e50114;
    background-repeat: no-repeat;
	background-size:auto 100%;
	background-position:center bottom;
}
dl.advisory dd{
	float:left;
	padding:3px 10px;
}
a.goto{
	width:auto;
	display:inline-block;
	background-image: url(../images/goto.png);
    background-repeat: no-repeat;
	background-position:0 center;
	padding-left:24px;
	color:#fff;
	text-decoration:none;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
a.goto:hover{
	margin-right:6px;
	color:#FC0;
}

.com-title{
	width:100%;
	min-height:30px;
	float:left;
	color:#000;
	font-size:21px;
	font-weight:bold;
	border-bottom:1px dotted #4d4d4d;
}
.com-title > span{
	color:#e50114;
	font-size:15px;
	padding:3px 10px;
	border:1px solid #e50114;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	margin-left:10px;
	position:relative;
	top:-3px;
}
.jp_font{
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.abtxt{
	width:100%;
	float:left;
	line-height:150%;
}
.sctxt{
	width:100%;
	float:left;
	margin-top:10px;
}
ul.ul-style{
	padding:0 0 0 20px;
	margin:0;
	width:100%;
	float:left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

ul.ul-style li{
	list-style: url(../images/list-ul.gif);
	padding-left:3px;
	float:left;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.page_share{
	width: auto;
	float:left;
	margin-bottom:36px;
	position:relative;
}

.line-btn{
	width:20px;
	height:20px;
	float:left;
	position:absolute;
	right:-20px;
	top:0;
	text-decoration:none;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.plurk-btn{
	width:20px;
	height:20px;
	float:left;
	position:absolute;
	right:-45px;
	top:0;
	text-decoration:none;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.line-btn:hover,.plurk-btn:hover{
	margin-top:-4px
}

.page_info{
	width:100%;
	float:left;
	display:table;
}
dl.study_abroad{
	width:100%;
	float:left;
	display: table-row;
}
dl.study_abroad dt,dl.study_abroad dd{
	display: table-cell;
	vertical-align:top;
}
dl.study_abroad dt{
	width:auto;
}
dl.study_abroad dd{
	width:250px;
	padding-left:20px;
}
dl.study_abroad dd img{
	height:auto;
	max-width:250px;
}
.sa_txt{
	width:100%;
	float:left;
}
.sa_txt > p{
	margin:10px 0;
}
.sa_txt > .page-title{
	margin-bottom:10px;
}
/*-------- contact ---------------*/
.contactTab{
	width:auto;
}
.contactTab td{ vertical-align:top;}
.Gmap{
	border:1px dotted #4d4d4d;
}
/*-------- news ---------------*/

/*--- categoryTable ---*/
.categoryTable{
	width:100%;
	float:left;
}
.boundingBox {
	margin: 0 auto;
	width:100%;
	overflow:hidden;
}
/* lanrenzhijia */

#lanrenzhijia {
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
/* lanrenzhijia - Portfolio Listing */
ul#portfolio-filter {
	list-style-type:none;
	float:left;
	width:100%;
	margin-bottom:36px;
}
ul#portfolio-filter li {
	border-left:1px dotted #4d4d4d;
	float:left;
	width:25%;
	line-height:56px;
	height:56px;
	text-align:center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
ul#portfolio-filter li:first-child {
	border-left:none;
}
ul#portfolio-filter a {
	color: #4d4d4d;
	text-decoration: none;
	font-size:18px;
	width:100%;
	height:100%;
	float:left;
}
ul#portfolio-filter a > .arrow{
	display:none;
}
ul#portfolio-filter a:hover, ul#portfolio-filter a.current {
	color: #006FB9;
}
ul#portfolio-filter a.current > .arrow{
	width:100%;
	height:8px;
	border-top:1px dotted #4d4d4d;
	display:block;
}
ul#portfolio-filter a.current > .arrow img{
	position:relative;
	left:50%;
	display:block;
	margin-left:-7px;
	margin-top:-1px;
}
ul#portfolio-list {
	padding: 0;
	list-style: none;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	width:668px;
}
ul#portfolio-list li {
	display: block;
	float: left;
	margin:0px;
}

/* ----- news_list ----- */
.news_list{
	width:100%;
}
dl.onebox {
	width:204px;
	float:left;
	margin-right:18px;
	margin-bottom:18px;
	min-height:330px;
}
dl.onebox > dt {
	width:100%;
	float:left;
	position:relative;
}
dl.onebox > dt.caption-style{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float:left;
}
dl.onebox > dt .tag{
	position:absolute;
	right:10px;
	bottom:10px;
	color:#fff;
	float:left;
	background-color:#da1725;
	z-index:10;
	border-bottom:1px solid rgba(255,255,255,0.6);
	border-right:1px solid rgba(255,255,255,0.6);
	padding:2px 6px;
	line-height:1.5;
	font-weight:bold;
}

dl.onebox > dt.caption-style .photo{
	float: left;
	padding: 0px;
	position: relative;
	overflow: hidden;
	border:1px solid #ddd;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	max-height:202px;
}

dl.onebox > dt.caption-style .photo:hover .caption{
	opacity: 1;
}
dl.onebox > dt.caption-style .photo:hover img{
	opacity: 1;
	transform: scale(1.15,1.15);
	-webkit-transform:scale(1.15,1.15);
	-moz-transform:scale(1.15,1.15);
	-ms-transform:scale(1.15,1.15);
	-o-transform:scale(1.15,1.15);
}
dl.onebox > dt.caption-style img{
	margin: 0px;
	padding: 0px;
	float: left;
	z-index: 4;
	width:202px;
	height:auto;
}
dl.onebox > dt.caption-style .caption{
	cursor: pointer;
	position: absolute;
	opacity: 0;
	-webkit-transition:all 0.45s ease-in-out;
	-moz-transition:all 0.45s ease-in-out;
	-o-transition:all 0.45s ease-in-out;
	-ms-transition:all 0.45s ease-in-out;
	transition:all 0.45s ease-in-out;
}
dl.onebox > dt.caption-style img{
	-webkit-transition:all 0.65s ease-in-out;
	-moz-transition:all 0.65s ease-in-out;
	-o-transition:all 0.65s ease-in-out;
	-ms-transition:all 0.65s ease-in-out;
	transition:all 0.65s ease-in-out;
}
dl.onebox > dt.caption-style .blur{
	background-color: rgba(0,84,198,0.8);
	height:204px;
	width: 204px;
	z-index: 5;
	position: absolute;
	display:none;
}
dl.onebox > dt.caption-style .caption-text{
	z-index: 10;
	color: #fff;
	position: absolute;
	width:204px;
	height:204px;
	text-align: center;
	top:0px;
	line-height:150%;
}
dl.onebox > dt.caption-style .caption-text > a{
	color:#fff;
	width: 100%;
    height: 100%;
    display: block;
    padding-top: 62px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
dl.onebox > dt.caption-style .caption-text .icon{
	width:50px;
	height:50px;
	display:inline-block;
	background-image: url(../images/link_icon.png);
	background-repeat:no-repeat;
	background-position:center center;
	margin-bottom:10px;
	border:3px dotted #fff;
	border-radius:60px;
	-webkit-border-radius:60px;
	-moz-border-radius:60px;
	display:none;
}
dl.onebox > dt.caption-style .caption-text > a > p {
	width:80%;
	margin:0 auto;
	line-height:120%;
	display:none;
}
dl.onebox > dd {
	width:100%;
	float:left;
	line-height:120%;
}
dl.onebox > dd > h3 {
	color:#0054c6;
	padding:10px 0 0;
	font-size:15px;
	display:inline-block;
	text-overflow : ellipsis;
	white-space: nowrap;
	overflow:hidden;
	width:100%;
}
dl.onebox > dd > p {
	font-size:13px;
	max-height:54px;
	min-height:54px;
	overflow:hidden;
	width:100%;
	display:inline-block;
	text-overflow : ellipsis;
}
dl.onebox > dd > span {
	color:#0054c6;
	font-style:italic;
	border-top:1px dotted #0054c6;
	width:100%;
	display:inline-block;
	padding:6px 0;
	margin-top:6px;
}

/*--------------- news_sort ------------------*/
ul#news_sort {
	list-style-type:none;
	float:left;
	width:100%;
	margin-bottom:36px;
}
ul#news_sort li {
	border-left:1px dotted #4d4d4d;
	float:left;
	width:25%;
	line-height:56px;
	height:56px;
	text-align:center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
ul#news_sort li:first-child {
	border-left:none;
}
ul#news_sort a {
	color: #4d4d4d;
	text-decoration: none;
	font-size:18px;
	width:100%;
	height:100%;
	float:left;
}
ul#news_sort a > .arrow{
	display:none;
}
ul#news_sort a:hover,ul#news_sort li.unit-now a{
	color: #006FB9;
}
ul#news_sort li.unit-now a > .arrow{
	width:100%;
	height:8px;
	border-top:1px dotted #4d4d4d;
	display:block;
}
ul#news_sort li.unit-now a > .arrow img{
	position:relative;
	left:50%;
	display:block;
	margin-left:-7px;
	margin-top:-1px;
}
/*--------------- school ------------------*/
.schoolmap{
	width:100%;
	float:left;
	margin:18px 0;
}
.selectBox{
	width:100%;
	float:left;
}
.selectBox select{
	width: auto;
    height: 32px;
    min-width:136px;
    float: left;
    font-size: 13px;
    color: #333;
    line-height: 30px;
    text-align:left;
    text-decoration: none;
    margin: 0;
	padding-left:10px;
    border: 1px solid #CCC;
	background: url(../images/icon_drop.png) no-repeat right;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
}
.selectBox .area{
	margin-right:8px;
}
.selectBox select:focus {
	color:#0054c6;
	background:url(../images/icon_drop-on.png) no-repeat right;
	outline:none;
}
.selectBox select option {
	color: #333;
	border: none;
	background:#FFF; /* style the dropdown bg color */
	outline: 1px solid #CCC;
}
.selectBox select:-ms-expand {
	display: none; /* hide default arrow in IE10 */
}
.selectBox .input-school{
	width: auto;
    height: 32px;
    min-width: 136px;
    float: left;
    font-size: 13px;
    color: #333;
    line-height: 30px;
    text-align: left;
    text-decoration: none;
    margin: 0 0 0 8px;
    padding-left: 10px;
    border: 1px solid #CCC;
    appearance: none;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
	outline:none;
}
.selectBox .search-btn {
    float:left;
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    background-color:#4d4d4d;
    background-image: url(../images/search_btn.png);
    background-repeat: no-repeat;
    background-position:50% 50%;
    margin-left:8px;
    cursor: pointer;
	border:none;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
	color:#fff;
	padding:0px;
	text-indent:-9999px;
}
.selectBox .search-btn:hover{
	background-color:#0054c6;}
/*--------------- school_list ------------------*/
.school_list{
	width:100%;
	float:left;
	margin-top:20px;
}
.school_name{
	width:100%;
}
.school_name > dl{
	width:100%;
	float:left;
	background-color:#0054c6;
	color:#fff;
}
.school_name > dl dt,.listBox > dl dt{
	width:40%;
	float:left;
	text-align:center;
}
.school_name > dl dd,.listBox > dl dd{
	width:60%;
	float:left;
	text-align:left;
}
.listBox{
	width:100%;
	float:left;
}
.listBox > dl{
	width:100%;
	float:left;
	background-color:#fff;
	border-bottom:1px dotted #4d4d4d;
}
.listBox > dl:nth-child(even) {
    background-color:#ebebeb;
}
.listBox > dl > dd > a{
	float:left;
	width:74%;
}
.listBox > dl > dd > span{
	color:#e50114;
	float:right;
	width:26%;
	text-align:center;
	margin-right:-10px;
}

.school_name > dl dd,
.school_list dt .area,
.school_list dt .category,
.listBox > dl dd{
	padding:3px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.school_list dt .area{
	width:50%; float:left;
}
.school_list dt .category{
	width:50%; float:left;
}
/*--------------- school_topinfo ------------------*/
.school_topinfo{
	width:100%;
	float:left;
	margin-top:18px;
	margin-bottom:20px;
}
.school_topinfo .textBox{
	width:50%;
	float:left;
	line-height:160%;
	display:table;
}

.school_topinfo .textBox > dl{
	width:100%;
	display: table-row;
}
.school_topinfo .textBox > dl dt,
.school_topinfo .textBox > dl dd{
	display: table-cell;
	padding-bottom:6px;
	line-height:1.2;
}
.school_topinfo .textBox > dl dt{
	width:76px;
}
.school_topinfo .textBox > dl dd{
	width:auto;
	word-break: break-all;
}

.school_topinfo .showBox{
	width:300px;
	float:right;
	overflow:hidden;
	max-height:230px;
}
/*----- 輪播圖 -----*/
.flexslider {
	position:relative;
	width:300px;
	height:230px;
	padding:0;
	margin:0 auto;
	text-align:center;
}
.flexslider .slides{
	list-style:none;
	height:200px;
	margin:0 auto;
}
.flexslider .slides li{
	width:100%;
	height:200px;
}
.flexslider .slides li img{
	width:100%;
	height:100%;
}
.flex-control-nav{ display:none;}
.flex-direction-nav{
	list-style:none;
	z-index:3;
	width:auto;
	display:inline-block;
	margin-top:1px;
}
.flex-direction-nav li{ float:left;}
.flex-direction-nav li a{
	display:block;
	width:20px;
	height:20px;
	overflow:hidden;
	cursor:pointer;
	background-color:#fff;
	background-repeat:no-repeat;
	background-position:center center;
	margin:0 1px;
}
.flex-direction-nav li a.flex-prev{background-image:url(../images/ad_prev.png);}
.flex-direction-nav li a.flex-next{background-image:url(../images/ad_next.png);}
.flex-direction-nav li a:hover{background-color:#0054c6;}
.flex-direction-nav li a.flex-prev:hover{background-image:url(../images/ad_prev-ov.png);}
.flex-direction-nav li a.flex-next:hover{background-image:url(../images/ad_next-ov.png);}
.school_topinfo .showBox #galleria{
	margin-top:30px;
}

.Smap{
	border: 1px dotted #4d4d4d;
	border-top:none;
}

/* ----- 頁籤 ----- */
.slideTxtBox{
	float: left;
	width: 100%;
	margin-bottom:60px;
}
.slideTxtBox > .hd{
	min-height:58px;
	font-size:18px;
}
.slideTxtBox > .hd > ul{
	list-style-type: none;
    float: left;
    width: 100%;
    margin-bottom: 36px;
}
.slideTxtBox > .hd > ul > li{
	border-left: 1px dotted #4d4d4d;
    float: left;
    width: 25%;
    line-height: 56px;
    min-height: 56px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
	cursor:pointer;
}
.slideTxtBox > .hd > ul > li .arrow{
	display:none;
}
.slideTxtBox > .hd > ul > li:first-child {
    border-left: none;
}
/*-- 只有3個的時後使用 --*/
.slideTxtBox > .hd > ul > li:last-child {
	border-right: 1px dotted #4d4d4d;
}
.slideTxtBox > .hd > ul > li.on{
	border-bottom: 1px dotted #4d4d4d;
	position:relative;
	color: #0054c6;
}
.slideTxtBox > .hd > ul > li.on .arrow{
	width: 100%;
    height: 8px;
	background-image:url(../images/news_arrow.gif);
	background-repeat:no-repeat;
	background-position:center top;
	display:block;
	position:absolute;
	bottom:-8px;
}
.slideTxtBox > .bd{
	width:100%;
}
.slideTxtBox > .bd > ul{
	zoom: 1;
	margin: 0px;
	padding: 0px;
}
.slideTxtBox > .bd > ul > li{
	list-style-type: none;
	width:100%;
}
.slideTxtBox > .bd > ul > li > .pic {
	margin-top:20px;
	line-height:0;
}
.slideTxtBox > .bd > ul > li > .pic img{ border:1px solid #ccc;}


.exam_info{
	width:100%;
}
.exam_info div{
	float:left;
	width:100%;
}
.exam_info > h2{
    color: #000;
    font-size: 21px;
    font-weight: bold;
	margin-bottom:20px;
	display:inline-block;
}

/*--------------- plan ------------------*/
.plan{
	width:100%;
	float:left;
}
.plan > h2{
	width:286px;
	float:left;
	border-bottom:1px dotted #4d4d4d;
	margin-bottom:10px;
	padding:5px 0;
	font-size:21px;
	color:#000;
}
.plan > p{
	margin-bottom:0px;
	float:left;
}
.ready{
	width:100%;
	float:left;
}
.ready > h2{
	font-size:21px;
	color:#000;
}
.ready > ol{
	padding-left:1em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
ol,.ready > ol > li{
	list-style-type:decimal;
	float:left;
	width:100%;
}
.ready > ol > .title{
	margin-top:10px;
	margin-left:-1em;
	float:left;
}


/*--------systemTab---------------*/
.systemTab{
	width:100%;
	float:left;
	margin-bottom:20px;
	border:1px solid #0054c6;
	border-collapse:collapse;
}
.systemTab thead{
	background-color:#0054c6;
	color:#fff;
}
.systemTab thead > tr > th{
	border-left:1px solid #fff;
	text-align:center;
	width:25%;
	padding:3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	

}
.systemTab thead > tr > th:first-child{
	border-left:none;
}
.systemTab tbody{
	text-align:center;
}
.systemTab tbody > tr > th{
	background-color:#ebebeb;
	border-top:1px solid #4d4d4d;
	line-height:140%;
}
.systemTab tbody > tr > td{
	border-left:1px solid #4d4d4d;
	border-top:1px solid #4d4d4d;
	padding:3px;
}

/* -------- scholarshipTab ------- */
.scholarshipTab{
	width:100%;
	float:left;
	margin-bottom:20px;
	border:1px solid #0054c6;
	border-collapse:collapse;
}
.scholarshipTab thead{
	background-color:#0054c6;
	color:#fff;
}
.scholarshipTab thead > tr > th{
	text-align:center;
	width:25%;
	padding:3px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size:16px;
	height:36px;
}
.scholarshipTab > tbody tr:nth-child(odd) {
    background-color:#ebebeb;
}

.scholarshipTab > tbody > tr > th{
	border-right:1px solid #4d4d4d;
	border-top:1px solid #4d4d4d;
}
.scholarshipTab > tbody > tr > td{
	border-top:1px solid #4d4d4d;
	padding:10px;
}
.scholarshipTab > tbody > tr > td > p{
	text-align:justify;
	margin-bottom:10px;
}

/* ------- examTab ------- */
.examTab{
	width:100%;
	float:left;
	border:1px solid #2eab39;
	border-collapse:collapse;
	margin-top:10px;
}
.examTab thead{
	background-color:#2eab39;
	color:#fff;
}
.examTab thead > tr > th{
	text-align:center;
	padding:3px;
	width:30%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	border-left:1px solid #a1d784;
}
.examTab thead > tr > th:first-child{
	border-left:none;
}
.examTab thead > tr > th:last-child{
	width:40%;
}
.examTab > tbody tr:nth-child(even) {
    background-color:#ebebeb;
}

.examTab > tbody > tr > th{
	border-right:1px solid #4d4d4d;
	border-top:1px solid #4d4d4d;
}
.examTab > tbody > tr > td{
	border-top:1px solid #4d4d4d;
	border-left:1px solid #4d4d4d;
	padding:6px;
	text-align:center;
	line-height:140%;
}
.examTab > tbody > tr > td:first-child{
	border-left:none;
}

/* ------- examTab2 ------- */
.examTab2{
	width:100%;
	float:left;
	border:1px solid #2eab39;
	border-collapse:collapse;
	margin-top:10px;
}
.examTab2 thead{
	background-color:#2eab39;
	color:#fff;
}
.examTab2 thead > tr > th{
	text-align:center;
	padding:3px;
	width: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	border-left:1px solid #a1d784;
}
.examTab2 thead > tr > th:first-child{
	border-left:none;
}
.examTab2 > tbody tr:nth-child(even) {
    background-color:#ebebeb;
}

.examTab2 > tbody > tr > th{
	border-right:1px solid #4d4d4d;
	border-top:1px solid #4d4d4d;
}
.examTab2 > tbody > tr > td{
	border-top:1px solid #4d4d4d;
	border-left:1px solid #4d4d4d;
	padding:3px;
	text-align:center;
	line-height:140%;
}
.examTab2 > tbody > tr > td:first-child{
	width:40px;
	border-left:none;
	padding:0;
}
.examTab2 > tbody > tr > td:last-child{
	width:146px;
}
/* ------- examTab3 ------- */
.examTab3{
	width:100%;
	float:left;
	border:1px solid #2eab39;
	border-collapse:collapse;
}
.examTab3 thead{
	background-color:#2eab39;
	color:#fff;
}
.examTab3 thead > tr > th{
	text-align:center;
	padding:3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	border-left:1px solid #a1d784;
	border-bottom:1px solid #a1d784;
}
.examTab3 > tbody tr:nth-child(even) {
    background-color:#ebebeb;
}
.examTab3 > tbody > tr > th{
	border-top:1px solid #4d4d4d;
	text-align:center;
	font-weight:normal;
	width:40px;
	padding:0;
}
.examTab3 > tbody > tr > td{
	border-top:1px solid #4d4d4d;
	border-left:1px solid #4d4d4d;
	padding:3px;
	text-align:center;
	line-height:140%;
}

/* ---------two_box--------- */
.two_box{
	width:100%;
	float:left;
	margin-bottom:10px;
}
.two_box dt{
	width:398px;
	float:left;
}
.two_box dd{
	width:250px;
	float:left;
	line-height:0;
}

/* ------- pricesTab ------- */
.pricesTab{
	width:100%;
	float:left;
	border:1px solid #2eab39;
	border-collapse:collapse;
}
.pricesTab thead{
	background-color:#2eab39;
	color:#fff;
}
.pricesTab thead > tr > th{
	text-align:center;
	padding:3px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	font-size:16px;
	height:36px;
	line-height:100%;
}
.pricesTab thead > tr > th > span{ font-size:14px;}
.pricesTab > tbody tr:nth-child(odd) {
    background-color:#ebebeb;
}
.pricesTab > tbody > tr > th{
	border-top:1px solid #4d4d4d;
	font-weight:normal;
	padding:0 20px;
	text-align:left;
}
.pricesTab > tbody > tr > td{
	border-top:1px solid #4d4d4d;
	padding:12px 20px;
	line-height:100%;
	text-align:right;
}
.pricesTab > tbody > tr:first-child > th,
.pricesTab > tbody > tr:first-child > td{
	border-top:none;
}
/* ------- pricesTab2 ------- */
.pricesTab2{
	width:100%;
	float:left;
	border:1px solid #2eab39;
	border-collapse:collapse;
}
.pricesTab2 thead{
	background-color:#2eab39;
	color:#fff;
}
.pricesTab2 thead > tr > th{
	text-align:center;
	padding:3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom:1px solid #a1d784;
}
.pricesTab2 > tbody tr:nth-child(odd) {
    background-color:#ebebeb;
}
.pricesTab2 > tbody > tr > th{
	border-top:1px solid #4d4d4d;
	text-align:center;
	font-weight:normal;
	width:70px;
	padding:0;
}
.pricesTab2 > tbody > tr > td{
	border-top:1px solid #4d4d4d;
	border-left:1px solid #4d4d4d;
	padding:3px;
	text-align:center;
	line-height:140%;
}
/* -------courseTab------- */
.courseTab{
	width:100%;
	float:left;
	border:1px solid #0054c6;
	border-collapse:collapse;
}
.courseTab thead{
	background-color:#0054c6;
	color:#fff;
}
.courseTab thead > tr > th{
	text-align:center;
	padding:3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	border-left:1px solid #5988da;
	border-bottom:1px solid #5988da;
}
.courseTab > tbody tr:nth-child(even) {
    background-color:#ebebeb;
}
.courseTab > tbody > tr > th{
	border-top:1px solid #4d4d4d;
	text-align:center;
	font-weight:normal;
	padding:0;
}
.courseTab > tbody > tr > td{
	border-top:1px solid #4d4d4d;
	border-left:1px solid #4d4d4d;
	padding:3px;
	text-align:center;
	line-height:140%;
}

.nb_txt{
	width:100%;
	float:left;
	text-align:left;
}
/*--------------- pic_info ------------------*/
.pic_info{
	width:100%;
	float:left;
}
.pic_info > p{
	margin-bottom:0px;
	float:left;
}
.pic_info > p > img{
	height:auto;
	max-width:648px;
}
.comingSoon {
    width: 100%;
    float: left;
    padding: 20px 0;
    font-size: 5.6em;
    line-height: 1.2;
    color: #ccc;
    text-align: center;
    margin-top: 50px;
}
/*--------------- page ------------------*/
.page_bottom{
	width:100%;
	float:left;
	text-align:center;
	margin-top:32px;
}
#page{
	width:auto;
	display:inline-block;
}	
#page .num {
	float:left;
	margin:0 auto;
	width:auto;
}
#page .num ul {
	list-style:none;
	margin:0 auto;
}
#page .num ul li {
	float:left;
	margin:0 0 0 3px;
}
#page .num ul li a {
	display:block;
	width:30px;
	height:30px;
	font-size: 13px;
	color: #333;
	line-height:30px;
	text-align:center;
	text-decoration: none;
	margin:0;
	border:1px solid #CCC;
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
	transition:none;
}
#page .num ul li a.btn {
	margin:0;
	padding:0;		
}
#page .num ul li a:hover{
	color: #FFF;
	text-decoration: none;
	background:#0054c6;
	border:1px solid #CCC;
}
#page .num ul li a.cur{
	color:#FFF;
	font-weight:bold;
	cursor:text;
	background:#0054c6;
	border:1px solid #CCC;
}
#page .go{
	width:auto;
	float:left;
	margin:0 3px;
}
.goBar{
	width:auto;
	height:32px;
	min-width:32px;
	float:left;
	font-size: 13px;
	color: #333;
	line-height:30px;
	text-align:center;
	text-decoration: none;
	margin:0;
	border:1px solid #CCC;
}
#page .total{
	float:left;
	color: #656565;	
	font-size: 13px;	
	line-height:28px;
}
#page .num ul li a.btn-first{
	text-indent:-9999px;
	background:#fff url(../images/icon-page_01.png) no-repeat;
}
#page .num ul li a.btn-prev{
	text-indent:-9999px;
	background:#fff url(../images/icon-page_03.png) no-repeat;
}
#page .num ul li a.btn-next{
	text-indent:-9999px;
	background:#fff url(../images/icon-page_04.png) no-repeat;
}	
#page .num ul li a.btn-last{
	text-indent:-9999px;
	background:#fff url(../images/icon-page_02.png) no-repeat;
}
#page .num ul li a.btn-prev:hover , #page .num ul li a.btn-next:hover , #page .num ul li a.btn-first:hover , #page .num ul li a.btn-last:hover {
	background-color:#0054c6;
	background-position:0 -30px;
}

/*--------news-view---------------*/
#newsBox { 
	width:100%;
}
#newsBox > .title{
	width: 100%;
    float: left;
    color: #000;
    font-size: 21px;
    font-weight: bold;
	margin-bottom:10px;
}
#newsBox article {
	clear: both;	
	color: #4d4d4d;
}

/*-------page-change----------*/
.page-change{
	width:100%;
	float:left;
	padding-top:10px;
	font-size:15px;
	border-top:1px dotted #4d4d4d;
	margin-top:0px;
}
.page-change a{color:#4d4d4d;}
.page-change a:hover{color:#0054c6;}

.page-change .previous,
.page-change .next{
	text-decoration:none;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.page-change .previous{
	background: url(../images/news-prev.png) no-repeat left center;
	width:50%;
	height:23px;
	float:left;
	padding-left:10%;
	margin-left:40%;
}
.page-change .next{
	background: url(../images/news-next.png) no-repeat right center;
	width:50%;
	padding-right:10%;
	margin-right:40%;
	height:23px;
	float: right;
	text-align:right;
}
.page-change .previous:hover{
	background-image:url(../images/news-prev-ov.png);
}
.page-change .next:hover{
	background-image:url(../images/news-next-ov.png);
}
.page-change .previous:hover,
.page-change .next:hover{ margin-top:-6px;}




/*-------page-switch----------*/
.page-switch{
	width:100%;
	float:left;
	padding-top:10px;
	font-size:15px;
	border-top:1px dotted #4d4d4d;
	margin-top:0px;
}
.page-switch a{
	color:#4d4d4d;
	display:block;
	width:100%;
	height:100%;
}
.page-switch a:hover{color:#0054c6;}

.page-switch .L_btn{
	width:100%;
	float:left;
	text-align:right;
}
.page-switch .R_btn{
	width:100%;
	float:left;
	text-align:left;
}
.page-switch .L_btn span,
.page-switch .R_btn span{
	display:inline-block;
}
.page-switch .L_btn span.text,
.page-switch .R_btn span.text{
	width:62%;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.page-switch .L_btn a span.text,
.page-switch .R_btn a span.text{
	color:#0054c6;
}
.page-switch .L_btn,
.page-switch .R_btn{
	text-decoration:none;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}

.page-switch .previous,
.page-switch .next{
	position:relative;
	top:-6px;
}
.page-switch .previous{
	background: url(../images/news-prev.png) no-repeat left center;
	width:auto;
	height:23px;
	padding-left:10%;
	margin-left:10px;
}
.page-switch .next{
	background: url(../images/news-next.png) no-repeat right center;
	width:auto;
	height:23px;
	padding-right:10%;
	margin-right:10px;
}
.page-switch .L_btn:hover .previous,
.page-switch .previous:hover{
	background-image:url(../images/news-prev-ov.png);
}
.page-switch .R_btn:hover .next,
.page-switch .next:hover{
	background-image:url(../images/news-next-ov.png);
}
.page-switch .L_btn:hover,
.page-switch .R_btn:hover{
	margin-top:-6px;
	color:#0054c6;
}

/*-------back------------*/
.back{
	width:100%;
	text-align:center;
}
.back a {
	display: block;
	width: auto;
	height: 24px;
	overflow: hidden;
	margin:0px auto;
}
.back a:hover {
	margin-top:-6px;
}

/*------- faq_info ------------*/
.faq_info{
	width:100%;
	float:left;
	margin-bottom:60px;
}
/*--------FAQ---------------*/
.none { display:none;}
.lanrenzhijia {
	zoom:1;
	width:100%;
	float:left;
}

.lanrenzhijia dt{
	width: 100%;
    min-height:30px;
    float: left;
    color: #000;
    font-size: 21px;
    font-weight: bold;
    border-bottom: 1px dotted #4d4d4d;
	margin-top:30px;
	margin-bottom:10px;
}
.lanrenzhijia dl dt:first-child{
	margin-top:0px;
}
.lanrenzhijia dl { width:100%; margin:0px; float:left;}
.lanrenzhijia dl dd { width:100%; position: relative; z-index: 10; zoom:1; float:left;}
.lanrenzhijia dl dd a.selected:hover { color:#fff; }
.lanrenzhijia dl dd .selected {background-position:0px 0px; color:#fff; }

.lanrenzhijia dl dd h4 {
	cursor:pointer;
	background-image:url(../images/careers-cls.png);
	background-repeat:no-repeat;
	background-position:left center;
	color:#2f6ed5;
	text-decoration:none;
	font-size:16px;
	display:block;
	line-height:24px;
	min-height:26px;
	font-weight:normal;
	padding-left:32px;
	padding-top:4px;
}

.lanrenzhijia dl dd h4:hover { color:#d83464; text-decoration: none; }

.lanrenzhijia dl dd.selected h4 { 
	background-image:url(../images/careers-cls-on.png);
	background-repeat:no-repeat;
	background-position:left center;
	color:#e50114;
}
.lanrenzhijia dd .list-item {
	position:relative;
	zoom:1;
	padding: 0px 0px 0px 32px;
	line-height:180%;
	font-size:15px;
	margin-bottom:20px;
	text-align:justify;
}
.lanrenzhijia dd .list-item ul{
	padding-left:20px;
}
.lanrenzhijia dd .list-item ul li{
	list-style: url(../images/list-ul.gif);
    padding-left: 3px;
}

.lanrenzhijia dd .list-item a { 
	background:none;  
	border:none; 
	color: #0054c6; 
	display:inline-block;
	text-decoration:none;
}

.lanrenzhijia dd .list-item a:hover{
	color:#cf0114;
}
.lanrenzhijia dd .list-item > p{
	padding-bottom:10px;
}
/*-------house------------*/
.page_wd{
	width:100%;
	float:left;
	margin:20px 0;
	line-height:150%;
	text-align:justify;
}

/* ----- house_list ----- */
.house_list{
	width:100%;
}
ul#houseBox {
	padding: 0;
	list-style: none;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	width:668px;
}
dl.h_wd {
	width:204px;
	float:left;
	margin-right:18px;
	margin-bottom:18px;
	min-height:300px;
}
dl.h_wd > dt {
	width:100%;
	float:left;
}
dl.h_wd > dt.caption-style{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float:left;
}
dl.h_wd > dt.caption-style .photo{
	float: left;
	padding: 0px;
	position: relative;
	overflow: hidden;
	border:1px solid #ddd;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	max-height:202px;
}
dl.h_wd > dt.caption-style .photo:hover .caption{
	opacity: 1;
}
dl.h_wd > dt.caption-style .photo:hover img{
	opacity: 1;
	transform: scale(1.15,1.15);
	-webkit-transform:scale(1.15,1.15);
	-moz-transform:scale(1.15,1.15);
	-ms-transform:scale(1.15,1.15);
	-o-transform:scale(1.15,1.15);
}
dl.h_wd > dt.caption-style img{
	margin: 0px;
	padding: 0px;
	float: left;
	z-index: 4;
	width:202px;
	height:auto;
}
dl.h_wd > dt.caption-style .caption{
	cursor: pointer;
	position: absolute;
	opacity: 0;
	-webkit-transition:all 0.45s ease-in-out;
	-moz-transition:all 0.45s ease-in-out;
	-o-transition:all 0.45s ease-in-out;
	-ms-transition:all 0.45s ease-in-out;
	transition:all 0.45s ease-in-out;
}
dl.h_wd > dt.caption-style img{
	-webkit-transition:all 0.65s ease-in-out;
	-moz-transition:all 0.65s ease-in-out;
	-o-transition:all 0.65s ease-in-out;
	-ms-transition:all 0.65s ease-in-out;
	transition:all 0.65s ease-in-out;
}
dl.h_wd > dt.caption-style .blur{
	background-color: rgba(0,84,198,0.8);
	height:204px;
	width: 204px;
	z-index: 5;
	position: absolute;
	display:none;
}
dl.h_wd > dt.caption-style .caption-text{
	z-index: 10;
	color: #fff;
	position: absolute;
	width:204px;
	height:204px;
	text-align: center;
	top:0px;
	line-height:150%;
}
dl.h_wd > dt.caption-style .caption-text > a{
	color:#fff;
	width: 100%;
    height: 100%;
    display: block;
    padding-top: 62px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
dl.h_wd > dt.caption-style .caption-text .icon{
	width:50px;
	height:50px;
	display:inline-block;
	background-image: url(../images/link_icon.png);
	background-repeat:no-repeat;
	background-position:center center;
	margin-bottom:10px;
	border:3px dotted #fff;
	border-radius:60px;
	-webkit-border-radius:60px;
	-moz-border-radius:60px;
	display:none;
}
dl.h_wd > dt.caption-style .caption-text > a > p {
	width:80%;
	margin:0 auto;
	line-height:120%;
	display:none;
}
dl.h_wd > dd {
	width:100%;
	float:left;
	line-height:120%;
}
dl.h_wd > dd > h3 {
	color:#0054c6;
	padding:10px 0 0;
	font-size:15px;
	display:inline-block;
	text-overflow : ellipsis;
	white-space: nowrap;
	overflow:hidden;
	width:100%;
}
dl.h_wd > dd > p {
	font-size:13px;
	max-height:54px;
	overflow:hidden;
	width:100%;
	display:inline-block;
	text-overflow : ellipsis;
}
dl.h_wd > dd > span {
	color:#0054c6;
	font-style:italic;
	border-top:1px dotted #0054c6;
	width:100%;
	display:inline-block;
	padding:6px 0;
	margin-top:6px;
}
/*-------house_info------------*/
.house_info{
	width:100%;
	float:left;
	padding:20px 0;
}

/* ----- life_list ----- */
.life_top{
	width:100%;
	padding:0 16px;
	float:left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.life_list{
	width: 918px;
    margin: 0 auto;
}
ul#lifeBox {
	padding: 0;
	list-style: none;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	width:936px;
}
dl.l_wd {
	width:216px;
	float:left;
	margin-right:18px;
	margin-bottom:18px;
	min-height:300px;
}
dl.l_wd > dt {
	width:100%;
	float:left;
}
dl.l_wd > dt.caption-style{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float:left;
}
dl.l_wd > dt.caption-style .photo{
	float: left;
	padding: 0px;
	position: relative;
	overflow: hidden;
	border:1px solid #ddd;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	max-height:214px;
}
dl.l_wd > dt.caption-style .photo:hover .caption{
	opacity: 1;
}
dl.l_wd > dt.caption-style .photo:hover img{
	opacity: 1;
	transform: scale(1.15,1.15);
	-webkit-transform:scale(1.15,1.15);
	-moz-transform:scale(1.15,1.15);
	-ms-transform:scale(1.15,1.15);
	-o-transform:scale(1.15,1.15);
}
dl.l_wd > dt.caption-style img{
	margin: 0px;
	padding: 0px;
	float: left;
	z-index: 4;
	width:214px;
	height:auto;
}
dl.l_wd > dt.caption-style .caption{
	cursor: pointer;
	position: absolute;
	opacity: 0;
	-webkit-transition:all 0.45s ease-in-out;
	-moz-transition:all 0.45s ease-in-out;
	-o-transition:all 0.45s ease-in-out;
	-ms-transition:all 0.45s ease-in-out;
	transition:all 0.45s ease-in-out;
}
dl.l_wd > dt.caption-style img{
	-webkit-transition:all 0.65s ease-in-out;
	-moz-transition:all 0.65s ease-in-out;
	-o-transition:all 0.65s ease-in-out;
	-ms-transition:all 0.65s ease-in-out;
	transition:all 0.65s ease-in-out;
}
dl.l_wd > dt.caption-style .blur{
	background-color: rgba(0,84,198,0.8);
	height:214px;
	width: 214px;
	z-index: 5;
	position: absolute;
	display:none;
}
dl.l_wd > dt.caption-style .caption-text{
	z-index: 10;
	color: #fff;
	position: absolute;
	width:214px;
	height:214px;
	text-align: center;
	top:0px;
	line-height:150%;
}
dl.l_wd > dt.caption-style .caption-text > a{
	color:#fff;
	width: 100%;
    height: 100%;
    display: block;
    padding-top: 62px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
dl.l_wd > dt.caption-style .caption-text .icon{
	width:50px;
	height:50px;
	display:inline-block;
	background-image: url(../images/link_icon.png);
	background-repeat:no-repeat;
	background-position:center center;
	margin-bottom:10px;
	border:3px dotted #fff;
	border-radius:60px;
	-webkit-border-radius:60px;
	-moz-border-radius:60px;
	display:none;
}
dl.l_wd > dt.caption-style .caption-text > a > p {
	width:80%;
	margin:0 auto;
	line-height:120%;
	display:none;
}
dl.l_wd > dd {
	width:100%;
	float:left;
	line-height:120%;
	margin-bottom:34px;
}
dl.l_wd > dd > h3 {
	color:#0054c6;
	padding:10px 0 0;
	font-size:15px;
	display:inline-block;
	text-overflow : ellipsis;
	white-space: nowrap;
	overflow:hidden;
	width:100%;
	text-align:center;
}
dl.l_wd > dd > p {
	font-size:15px;
	max-height:54px;
	overflow:hidden;
	width:100%;
	display:inline-block;
	text-overflow : ellipsis;
	text-align:center;
	padding:0 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
dl.l_wd > dd > span.student {
	border-top:1px dotted #0054c6;
	width:100%;
	float:left;
	padding:10px 0 6px 0;
	margin-top:6px;
	font-size:18px;
	text-align:center;
}
/*---------------------------life banner---------------------------*/
header #banner{
	width:100%;
	height:370px;
	float:left;
}

#banner ul {                                        /* 清除不必要的間距 */
	margin:0;
	padding:0;
}
#banner ul li,#banner ul li a {
	float:left;
	list-style: none;                               /* 隱藏項目符號 */
}

/*-------- slider ---------------*/
.slider{ 
	width:100%;  
	min-width:950x;  
	height:370px;  
	position:relative; 
	overflow:hidden; 
	background:#fff; 
	text-align:center; 
}	
.slider .bd{ 
	width:950px; 
	position:absolute; 
	left:50%; 
	margin-left:-475px;  
}	
.slider .bd li{ 
	width:950px;  
	overflow:hidden; 
}	
.slider .bd li img{ 
	display:block; 
	width:950px; 
	height:350px;    
}	
.slider .tempWrap{ overflow:visible !important }	
.slider .tempWrap ul{  margin-left:-950px !important;   }	
.slider .hd{ 
	width:950PX;
	height:20px;
	z-index:1000; 
	text-align:right;
	margin:350px auto 0 auto;
}
.slider .hd ul{
	width:auto;
	display:inline-block; 
	*display:inline;
	margin-top:8px !important;
}
.slider .hd li{ 
	display:inline-block; 
	*display:inline; 
	zoom:1; 
	width:10px; 
	height:10px; 
	line-height:99px; 
	overflow:hidden; 		
	margin:0 5px; 
	cursor:pointer; 
	background-color:#ebebeb;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}
	
.slider .hd li.on{
	background-color:#000;
}	
.slider .pnBtn{  
	position:absolute; 
	z-index:1; 
	top:0; 
	width:100%;  
	height:350px; 
	cursor:pointer;
}	
.slider .prev{ 
	left:-50%; 
	margin-left:-475px;
}	
.slider .next{ left:50%;  margin-left:475px;}	
.slider .pnBtn .blackBg{ 
	display:block;  
	position:absolute; 
	left:0; 
	top:0; 
	width:100%; 
	height:350px; 
	background:#ffffff; 
	filter:alpha(opacity=60);
	opacity:0.6;   
}	
.slider .pnBtn .arrow{ 
	display:none;   
	position:absolute; 
	top:0; 
	z-index:1; 
	width:60px; 
	height:350px;  
}	
.slider .pnBtn .arrow:hover{ filter:alpha(opacity=80);opacity:0.8; }	
.slider .prev .arrow{ right:0;}
.slider .prev .arrow:hover{ right:0;}
.slider .next .arrow{ left:0;}
.slider .next .arrow:hover{ left:0;}



/*-------sitemap_top------------*/
.sitemap_top{
	width:100%;
	float:left;
	background: #bbd9d4; /* Old browsers */
	background: -moz-linear-gradient(left, #bbd9d4 0%, #f1fbf6 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #bbd9d4 0%,#f1fbf6 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #bbd9d4 0%,#f1fbf6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbd9d4', endColorstr='#f1fbf6',GradientType=1 ); /* IE6-9 */
}
.imgbox{
	width:100%;
	height:220px;
	float:left;
	position:relative;
	line-height: 0;
	overflow:hidden;
}
.imgtxt{
	width:auto;
	height:100%;
	float:left;
	position:absolute;
	top:0;
	left:0;
	line-height:150%;
	display:table;
	color:#000;
}
.imgtxt .box{
	display:table-cell;
	vertical-align:middle;
	padding-left:36px;
}
.imgtxt b{
	color:#e50114;
	font-size:30px;
	font-weight:bold;
}
.imgtxt a{
	color:#0054c6;
	text-decoration:underline;
}
.imgtxt a:hover{color:#e50114;}

.sitemap_link{
	width:100%;
	float:left;
	margin-bottom:20px;
}
/*-------sitemap_info------------*/
.sitemap_info{
	width:100%;
	float:left;
	overflow:hidden;
}
.sitemap_info .sitemapBox{
	width:102%;
	float:left;
	line-height:120%;
	font-size:17px;
}
.sitemap_info .sitemapBox > dl{
	width:23%;
	margin-right:2%;
	float:left;
	padding:0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-image:url(../images/sitemap_line.gif);
	background-repeat:repeat-y;
	background-position:left top;
	min-height:746px;
}
.sitemap_info .sitemapBox > dl > dt{
	width:100%;
	margin-bottom:10px;
}
.sitemap_info .sitemapBox > dl > dt > img{
	background-color:#fff;
	padding-bottom:15px;
}
.sitemap_info .sitemapBox > dl > dt > a {
	padding:0 10px;
	display:inline-block;
}

.sitemap_info .sitemapBox > dl > dt > a{
	color:#e50114;
}
.sitemap_info .sitemapBox > dl > dt > a:hover{ color:#0054c6;}
.sitemap_info .sitemapBox > dl > dd {
	padding:0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.sitemap_info .sitemapBox > dl > dd > ul{
	list-style-type:none;
	line-height:150%;
}
.sitemap_info .sitemapBox > dl > dd > ul > li{
	padding:3px 0px;
}
.sitemap_info .sitemapBox > dl.ss2 > dd > ul{
	list-style-type:disc;
	padding-left:20px;
	margin:3px 0;
}

/*-------rim style------------*/
.mt-0{ margin-top:0px !important;}
.mt-10{ margin-top:10px !important;}
.mt-15{ margin-top:15px !important;}
.mt-20{ margin-top:20px !important;}
.mt-25{ margin-top:25px !important;}
.mt-30{ margin-top:30px !important;}

.mb-0{ margin-bottom:0px !important;}
.mb-10{ margin-bottom:10px !important;}
.mb-15{ margin-bottom:15px !important;}
.mb-20{ margin-bottom:20px !important;}
.mb-25{ margin-bottom:25px !important;}
.mb-30{ margin-bottom:30px !important;}

a.redlink{
	color:#cf0114;
	text-decoration:underline;
}
a.redlink:hover{
	color:#0054c6;
}


