@charset "utf-8";

/* ================================================
 #home
--------------------------------------------------- */
#home .banner {
	width:100%;
}
#home .banner img {
	width: 101px;
	float: left;
	margin-right: 10px;
}
#home .program dl{
	width:100%;
	margin:0; padding:16px 0 14px 0;
	border-bottom:#848484 1px dotted;
}
#home .program dt{
	width:150px;
	margin:0; padding:0 0 0 28px;
	clear:left; float:left;
	font-weight:bold; color:#ffbdc6;
}
#home .program dd{
	margin:0 0 0 150px; padding:0;
}
#home .program .cap {
	padding:15px 0 0 28px;
}

@media only screen and (max-width: 640px) {
	#home .banner img {
		width: 33.4%;
		margin-right: 1%;
	}
	#home .program dl{
		padding:1.5625vw 0 1.25vw 0;
		/*font-size: 16px; font-size: 2.5vw;*/
		font-size: 20px; font-size: 3.125vw;
	}
	#home .program dt{
		width:auto;
		margin:0; padding: 0 0 0 2.8125vw;
		float:none;
	}
	#home .program dd{
		margin:0; padding:0 0 0 2.8125vw;
	}
	#home .program .cap {
		padding: 2.34375vw 2.5vw 0 2.8125vw;
	}
}

/* #new
-----------------------------------------*/
#news .unit {
	border-bottom:#898989 1px dotted;
}
#news .title {
	padding:15px 25px 13px 28px;
	display:table;
}
#news .date {
	width: 108px;
	display: table-cell;
	line-height: 20px;
}
#news .text {
	padding-left: 40px;
	text-indent: -40px;
	display: table-cell;
	line-height: 20px;
}
#news .text img{
	margin-right:15px;
	position:relative; top:4px;
}
#news .news_detail {
	margin: 0 0 11px 28px; padding: 20px 40px;
	background-color: #000;
	position: relative;
	display: none;
	font-size: 12px;
}
#news .news_detail .close {
	position:absolute; right:26px; bottom:1px;
	cursor:pointer;
}
#news a:link, #news a:visited {color:#fff; text-decoration:none;}
#news a:hover, #news a:active {color:#e1b825; text-decoration:underline;}
#news a.on:link, #news a.on:visited {color:#e1b825; text-decoration:none; font-weight:bold;}
#news a.on:hover, #news a.on:active {color:#e1b825; text-decoration:underline; font-weight:bold;}
#news .news_detail a:link, #news .news_detail a:visited {color:#f71987; text-decoration:underline;}
#news .news_detail a:hover, #news .news_detail a:active {color:#e1b825; text-decoration:underline;}

@media only screen and (max-width: 640px) {
	#news .title {
		padding:1.5625vw 1.5625vw 1.25vw 2.8125vw;
	}
	#news .date {
		width: 17.5vw;
		line-height: 1.5;
	}
	#news .text {
		padding-left: 6.25vw;
		text-indent: -6.25vw;
		line-height: 1.5;
	}
	#news .text img{
		width: 3.90625vw;
		margin-right:2.34375vw;
		position:relative; top: 0.625vw;
	}
	#news .news_detail {
		margin:0 0 1.5625vw 3.125vw; padding:1.5625vw 2.34375vw 3.125vw 2.34375vw;
		/*font-size:12px; font-size: 1.875vw;*/
		font-size: 18px; font-size: 2.8125vw;
	}
	#news .news_detail .close {
		width: 3.90625vw;
		right: 4.0625vw;
	}
}
/* ================================================
 #tour
--------------------------------------------------- */
.box-white {
	padding: 25px;
	background-color: #fff;
	color: #000;
}
.box-white h3 {
	font-size: 18px;
	padding-bottom: 10px;
}
.box-white h4 {
	font-size: 12px;
}
.box-white p {
	font-size: 12px; line-height: 20px;
	padding-bottom: 1.2em;
}
.box-white a:link, .box-white a:visited {color:#f12463; text-decoration:underline;}
.box-white a:hover, .box-white a:active {color:#f12463; text-decoration:none;}

@media only screen and (max-width: 640px) {
	.box-white {
		padding: 1.875vw;
		background-color: #fff;
		color: #000;
	}
	.box-white h3 {
		font-size: 20px; font-size: 3.125vw;
		padding-bottom: 1.25vw;
	}
	.box-white h4 {
		/*font-size: 12px; font-size: 1.875vw;*/
		font-size: 18px; font-size: 2.8125vw;
	}
	.box-white p {
		/*font-size: 12px; font-size: 1.875vw; line-height: 1.66;*/
		font-size: 18px; font-size: 2.8125vw; line-height: 1.66;
	}
}
/* ================================================
 #access
--------------------------------------------------- */
#access .map {
	width: 454px;
}
@media only screen and (max-width: 640px) {
	#access .map {
		width: 100%; max-width: 454px;
	}
}

/* ================================================
 #sponcor
--------------------------------------------------- */
/* .slider */
.slider {
	width:448px;
	margin: 0 auto; padding-top: 20px;
	position: relative;
	font-size: 12px; color: #f0f1bc;
}
.slider .bx-wrapper {
    position: relative;
    *zoom: 1;
}
.slider .bx-wrapper img {
    width: 100%;
    display: block;
}
/* LOADER */
.slider .bx-loading {
    width: 100%; height: 100%; min-height: 50px;
    background: url(images/bx_loader.gif) center center no-repeat #fff;
    position: absolute; top: 0; left: 0; z-index: 2000;
}
/* NEXT / PREV */
.slider .bx-controls-direction a {
    width: 45px; height: 184px;
    position: absolute; top: 0; z-index: 99;
    outline: 0;
    text-indent: -9999px;
}
.slider .bx-controls-direction a.disabled {
    display: none;
}
.slider .bx-prev {
    left: -45px;
    background-image: url(../image/slider_prev.png) ;
	background-position: center center;
	background-repeat: no-repeat;
}
.slider .bx-next {
    right: -45px;
    background-image: url(../image/slider_next.png) ;
	background-position: center center;
	background-repeat: no-repeat;
}
.slider .bx-prev:hover,
.slider .bx-next:hover {
	opacity: 0.5;
}
.slider .bx-caption {
	padding-top: 5px;
}

/* .banner2L */
#sponcor .banner2L {
	width:100%;
	padding: 10px 0 0 0;
}
#sponcor .banner2L li {
	width: 387px;
	padding-bottom: 3px;
	float: left;
	list-style: none;
}
#sponcor .banner2L li:nth-child(even) {
	padding-left: 2px;
}
#sponcor .banner2L li p {
	padding-bottom: 2px;
}
#sponcor .banner2L li img {
	width: 100%;
	vertical-align: bottom;
}
#sponcor .banner2L a:link, #sponcor .banner2L a:visited {color:#f7f2bd; text-decoration:underline;}
#sponcor .banner2L a:hover, #sponcor .banner2L a:active {color:#f7f2bd; text-decoration:none;}

/* .banner */
#sponcor .banner {
	width: 705px;
	margin-left: 28px;
	background: url(../image/line3.png) left bottom repeat-x;
}
#sponcor .banner ul{
	width: 100%;
	text-align: center;
	font-size: 0;
}
#sponcor .banner li{
	list-style: none;
	font-size: 12px;
}
#sponcor .banner li p {
	padding-bottom: 5px;
	text-align: left;
}
#sponcor .banner li img {
	width: 100%;
	vertical-align: bottom;
}
#sponcor .banner a:link, #sponcor .banner a:visited {color:#f7f2bd; text-decoration:underline;}
#sponcor .banner a:hover, #sponcor .banner a:active {color:#f7f2bd; text-decoration:none;}

/* .banner2 */
#sponcor .banner2 {
	padding: 80px 0 70px 0;
}
#sponcor .banner2 li {
	width: 300px;
	float: left;
}
#sponcor .banner2 li:last-child {
	float: right;
}

/* .banner4 */
#sponcor .banner4 {
	padding: 65px 0 65px 0;
}
#sponcor .banner4 li {
	width: 171px;
	padding-left: 7px;
	display: inline-block; vertical-align: top;
}
#sponcor .banner4 li:first-child {
	padding-left: 0;
}
/* .banner5 */
#sponcor .banner5 {
	padding: 65px 0 65px 0;
}
#sponcor .banner5 li {
	width: 135px;
	padding-left: 7px;
	display: inline-block; vertical-align: top;
}
#sponcor .banner5 li:first-child {
	padding-left: 0;
}

/* .bannert */
#sponcor .bannert {
	padding: 50px 0 50px 0;
}
#sponcor .bannert ul{
	text-align: left;
}
#sponcor .bannert li {
	width: 225px;
	padding-right: 15px;
	display: inline-block; vertical-align: top;
}
#sponcor .bannert li:nth-child(3n) {
	padding-right: 0;
}
#sponcor .bannert li p {
	padding-bottom: 30px;
	text-indent: -1em; padding-left: 1em;
}

@media only screen and (max-width: 640px) {
	/* .slider*/
	.box-slider {
		padding: 0 !important;
	}
	.slider {
		width: 82%;
		padding-top: 10vw;
		/*font-size: 12px; font-size: 1.875vw;*/
		font-size: 18px; font-size: 2.8125vw;
	}
	.slider .bx-controls-direction a {
		width: 7.03125vw; height: 28.75vw;
	}
	.slider .bx-prev {
		left: -7.03125vw;
		background-size: 100% auto;
	}
	.slider .bx-next {
		right: -7.03125vw;
		background-size: 100% auto;
	}
	
	/* .banner2L */
	#sponcor .banner2L {
		padding: 3.75vw 0 0 0;
	}
	#sponcor .banner2L li {
		width: 50%;
		padding:0 1px;
		box-sizing: border-box;
	}
	#sponcor .banner2L li:nth-child(odd) {
		padding:0 2px 0 0;
	}
	#sponcor .banner2L li:nth-child(even) {
		padding:0 0 0 2px;
	}
	
	/* .banner */
	#sponcor .banner {
		width: auto;
		margin-left: 0; 
	}
	#sponcor .banner li {
		/*font-size: 12px; font-size: 1.875vw;*/
		font-size: 18px; font-size: 2.8125vw;
	}
	#sponcor .banner li p {
		padding-bottom: 0.78125vw;
	}
	
	/* .banner2 */
	#sponcor .banner2 {
		padding: 9.375vw 9% 0 9% !important;
	}
	#sponcor .banner2 li {
		width: 100%;
		float: none;
		padding-bottom: 5.46875vw;
	}
	#sponcor .banner2 li:last-child {
		float: none;
	}
	
	/* .banner4 */
	#sponcor .banner4 {
		padding: 6.25vw 9% 0 9% !important;
	}
	#sponcor .banner4 li {
		width: 49%;
		padding-left: 0; padding-right: 2%; padding-bottom: 3.90625vw;
	}
	#sponcor .banner4 li:first-child {
		padding-left: 0;
	}
	#sponcor .banner4 li:nth-child(2n) {
		padding-right: 0;
	}
	
	/* .banner5 */
	#sponcor .banner5 {
		padding: 6.25vw 9% 0 9% !important;
	}
	#sponcor .banner5 li {
		width: 32%;
		padding-left: 0; padding-right: 2%; padding-bottom: 3.90625vw;
	}
	#sponcor .banner5 li:first-child {
		padding-left: 0;
	}
	#sponcor .banner5 li:nth-child(3n) {
		padding-right: 0;
	}
	
	/* .bannert */
	#sponcor .bannert {
		padding: 6.25vw 9% 50px 9% !important;
	}
	#sponcor .bannert ul{
		text-align: left;
	}
	#sponcor .bannert li {
		width: 48%;
		padding-right: 4%;
	}
	#sponcor .bannert li:nth-child(3n) {
		padding-right: 4%;
	}
	#sponcor .bannert li:nth-child(2n) {
		padding-right: 0;
	}
	#sponcor .bannert li p {
		padding-bottom: 3.90625vw;
	}
}