@charset "UTF-8";





/* スライドショー */
#Forest{
	background-color: #fff;
	overflow: hidden;
	position: relative;
}
#Forest.blackbg{
	background-color: #000;
}
#ForestInner{
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 50%;
	position: relative;
}
.msie8e #ForestInner{
	background-color: #000;
	padding-top: 294px;
}
#ForestInner li{
	display: none;
	
	-webkit-background-size: auto 100%;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	
	-webkit-transition: all 1s ease-out;
	transition: all 1s ease-out;
}
.loading #ForestInner li{
	opacity: 0;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
/*.msie8e #ForestInner li{
	padding-top: 0;
	height: 450px;
}*/
/*@media only screen and (max-width:568px){
	#ForestInner{
		padding-top: 40%;
	}
}*/

/* スライドショーのリンクとキャプション */
#ForestInner li a{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: none !important;
}
#ForestInner li span{
	display: block;
	position: absolute;
	right: 0;
	bottom: 114px;
	bottom: 0;
	margin: 0.8em 1em;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
	text-shadow: 0 0 5px rgba(0,0,0,0.6);
}
@media only screen and (max-width:920px){
	#ForestInner li span{
		bottom: 0;
		font-size: 12px;
	}
}
@media only screen and (max-width:568px){
	#ForestInner li span{
		font-size: 11px;
	}
}
.msie8e #ForestInner li span{
	bottom: 0;
}

/* テストモード表示 */
#TestModeKey{
	display: block;
	position: absolute;
	top: 1em;
	left: 1em;
	right: 1em;
	text-align: center;
	opacity: 0;
	z-index: 100;
	
	-webkit-transition: all 2s 6s ease-out;
	transition: all 2s 6s ease-out;
}
.loading #TestModeKey{
	opacity: 1;
}
#TestModeKey span{
	display: inline-block;
	vertical-align: top;
	background-color: #fff;
	padding: 0.6em;
	font-weight: bold;
	content: #222;
	border-radius: 6px;
	box-shadow: 0 4px 6px rgba(0,0,0,0.4);
	text-align: left;
}



#Forest + .submenuHolder{
	position: relative;
	z-index: 200;
	margin-top: -114px;
	border-top: none;
	background-color: rgba(255,255,255,0.8);
	box-shadow:
		0 -12px 12px rgba(0,0,0,0.05),
		0 1px rgba(255,255,255,0.1) inset;
}
/*@media only screen and (max-width:920px){*/
	#Forest + .submenuHolder{
		margin-top: 0;
		border-top: 5px #454E68 solid;
		background-color: #fff;
		box-shadow: none;
	}
/*}*/
.msie8e #Forest + .submenuHolder{
	margin-top: 0;
	border-top: 5px #454E68 solid;
	background-color: #fff;
}























/*Top YouTube on Slide show*/
#Video{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	overflow: hidden;
	
	opacity: 0;
	-webkit-transform: scale(1.6, 0);
	transform: scale(1.6, 0);
	
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
#Video.on{
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
.msie8e #Video{
	display: none;
}
.msie8e #Video.on{
	display: block;
}

#VideoFrame{
	width: 100%;
	height: 100%;
}

#VideoCover{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	
	background-color: #fff;
	color: #777;
	font-size: 14px;
	font-size: 1.4vw;
	
	text-align: center;
	z-index: 1000;
	overflow: hidden;
	
	-webkit-transition:
		z-index 0.9s ease-out,
		opacity 0.9s ease-out;
	transition:
		z-index 0.9s ease-out,
		opacity 0.9s ease-out;
}
#VideoCover.removed{
	opacity: 0;
	z-index: -1;
}

#VideoCover > *{
	position: relative;
	z-index: 100;
	-webkit-transition: opacity 0.9s ease-out;
	transition: opacity 0.9s ease-out;
}
.loading #VideoCover > *,
.notready #VideoCover > *{
	opacity: 0;
}

#CircleZone{
	position: absolute;
	top: 5%;
	right: 0;
	left: 0;
	bottom: 5%;
}
#Circle{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-image: url(homes/topytss/circle.png);
	
	-webkit-animation: simpleRots 1s infinite normal linear;
	animation: simpleRots 1s infinite normal linear;
}
#CircleCover{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-image: url(homes/topytss/circlecover.png);
}

#VideoCover h1{
	font-size: 16px;
	font-size: 1.6vw;
	margin: 18% 0 0;
}
#VideoCover p a{
	display: inline-block;
	vertical-align: top;
	min-width: 10em;
	text-decoration: none;
}
#VideoCover p a:before{
	content: "";
	display: block;
	height: 64px;
	height: 6.4vw;
	
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-image: url(homes/topytss/closer.png);
	background-image: -webkit-image-set(url(homes/topytss/closer.png) 1x, url(homes/topytss/closer_2x.png) 2x);
	background-image: image-set(url(homes/topytss/closer.png) 1x, url(homes/topytss/closer_2x.png) 2x);
}
#VideoCover p a#MuteSwich:before{
	background-image: url(homes/topytss/mute.png);
	background-image: -webkit-image-set(url(homes/topytss/mute.png) 1x, url(homes/topytss/mute_2x.png) 2x);
	background-image: image-set(url(homes/topytss/mute.png) 1x, url(homes/topytss/mute_2x.png) 2x);
}
#VideoCover p a#MuteSwich.muted:before{
	background-image: url(homes/topytss/muted.png);
	background-image: -webkit-image-set(url(homes/topytss/muted.png) 1x, url(homes/topytss/muted_2x.png) 2x);
	background-image: image-set(url(homes/topytss/muted.png) 1x, url(homes/topytss/muted_2x.png) 2x);
}
@media only all and (min-width:1001px){
	#VideoCover p a:before{
		background-image: url(homes/topytss/closer_2x.png);
	}
	#VideoCover p a#MuteSwich:before{
		background-image: url(homes/topytss/mute_2x.png);
	}
	#VideoCover p a#MuteSwich.muted:before{
		background-image: url(homes/topytss/muted_2x.png);
	}
}


#VideoClose{
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	background-color: #000;
	background-color: rgba(0,0,0,0.2);
	z-index: 1005;
	
	-webkit-transition: opacity 0.9s ease-out;
	transition: opacity 0.9s ease-out;
}
.loading #VideoClose{
	opacity: 0;
}
.windows #VideoClose{
	right: 0;
	left: auto;
}
#VideoClose:hover{
	background-color: #c51a16;
}
#VideoClose:active{
	background-color: #9c130f;
}
#VideoClose a{
	display: block;
	width: 40px;
	height: 40px;
	padding: 1em;
}
#VideoClose img{
	width: 100%;
	height: 100%;
	vertical-align: top;
}
@media only all and (max-width:668px){
	#VideoClose a{
		width: 30px;
		height: 30px;
	}
}
@media only all and (min-width:1440px){
	#VideoClose a{
		width: 60px;
		height: 60px;
	}
}
/*Top YouTube on Slide show End*/



























#InformationAndFacilities{
}

#InformationAndFacilities p.importantNews{
	border: 2px solid #c51a16;
	color: #c51a16;
	font-weight: bold;
	background-color: #fff;
	border-radius: 3px;
	padding: 0.5em 1em;
	margin: 0 0 2em;
	font-size: 16px;
}
#InformationAndFacilities p.importantNews a{
	display: block;
	text-decoration: none;
	color: inherit !important;
}
#InformationAndFacilities p.importantNews a[href]:hover{
	text-decoration: underline;
}


/*#InformationAndFacilities > div > section{
	width: 40%;
	float: left;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#InformationAndFacilities > div > section#InformationAndFacilities1{
	width: 60%;
	padding-right: 21px;
}*/

#InformationAndFacilities > div > section > h1{
	font-size: 20px;
	line-height: 1.5;
	margin: 0;
}

@media only screen and (max-width:768px){
	#InformationAndFacilities > div > section{
		width: auto !important;
		float: none;
		padding-right: 0 !important;
	}
	#InformationAndFacilities > div > section#InformationAndFacilities1{
		padding-bottom: 21px;
	}
}

@media only screen and (max-width:768px){
	#InformationAndFacilities > div > section > h1{
		font-size: 22px;
		line-height: 33px;
	}
}
@media only screen and (max-width:568px){
	#InformationAndFacilities > div > section > h1{
		font-size: 16px;
		line-height: 24px;
	}
}
@media only screen and (max-width:360px){
	#InformationAndFacilities > div > section > h1{
		font-size: 14px;
		line-height: 21px;
	}
}




#ResponsiveSlides{
	margin: 0 -9px;
	overflow: hidden;
	-webkit-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
	
	/* for sliding function */
	position: relative;
}
.loading #ResponsiveSlides{
	opacity: 0;
}

#ResponsiveSlidesInner{
	display: block;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	font-size: 0;
	list-style: none;
	
	/* for sliding function */
	-webkit-transition: -webkit-transform 0.25s ease-out;
	transition: transform 0.25s ease-out;
}
#ResponsiveSlidesInner li{
	display: inline-block;
	width: 50%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.js #ResponsiveSlidesInner li{
	display: block;
	/* for sliding function */
	position: absolute;
	top: 0;
	left: 0;
}
#ResponsiveSlidesInner li:first-child{
	/* for sliding function */
	position: static;
}

@media only screen and (max-width:978px){
	#ResponsiveSlidesInner li{
		width: 50%;
	}
}
@media only screen and (max-width:412px){
	#ResponsiveSlidesInner li{
		width: 100%;
	}
}


#ResponsiveSlidesInner li a{
	display: block;
	margin: 9px;
	padding: 9px;
	min-height: 340px;
	position: relative;
	
	font-size: 14px;
	text-align: center;
	color: #000;
	text-decoration: none;
	
	background-color: #fff;
	border: 1px solid #bbb;
	box-shadow: 0 1px 4px rgba(0,0,0,0.2);
	border-radius: 3px;
}
#ResponsiveSlidesInner li a[href]:hover{
	background-color: rgba(255,255,255,1);
}
#ResponsiveSlidesInner li a[href]:active{
	background-color: rgba(241,241,241,1);
}
#ResponsiveSlidesInner li a > b,
#ResponsiveSlidesInner li a > span,
#ResponsiveSlidesInner li a > span > span{
	display: block;
	overflow: hidden;
	white-space: normal;
	text-overflow: ellipsis;
	text-align: left;
}
#ResponsiveSlidesInner li a > b{
	font-size: 18px;
	line-height: 1.2;
}
#ResponsiveSlidesInner li a > span.image{
	height: 250px;
	-webkit-background-size: auto 100%;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	margin: 9px -9px;
}
#ResponsiveSlidesInner li a > span.image.imgcover{
	-webkit-background-size: 100% auto;
	-webkit-background-size: cover;
	background-size: cover;
}
#ResponsiveSlidesInner li a > span.textzone{
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: inherit;
	padding: 9px 12px;
	margin: 0;
}
#ResponsiveSlidesInner li a b.eventtitle{
	font-size: 16px;
	line-height: 1.5;
}
#ResponsiveSlidesInner li a b.eventtitle small{
	display: block;
	font-size: 0.7em;
}
#ResponsiveSlidesInner li a span.kaiki{
	font-size: 11px;
}
@media only screen and (max-width:768px){
	#ResponsiveSlidesInner li a{
		min-height: 300px;
	}
	#ResponsiveSlidesInner li a > span.image{
		height: 210px;
	}
}
@media only screen and (max-width:412px){
	#ResponsiveSlidesInner li a{
		min-height: 240px;
	}
	#ResponsiveSlidesInner li a > span.image{
		height: 160px;
	}
}

#ResponsiveSlidesInner li a.markyokoku:after{
	display: block;
	width: 64px;
	height: 64px;
	position: absolute;
	top: 0;
	right: 0;
	color: transparent;
	font-size: 0;
	overflow: hidden;
	
	content: "Coming Soon";
	background-image: url(/mod/cornermarks/64/yokoku_en.png);
	background-image: -webkit-image-set(url(/mod/cornermarks/64/yokoku_en.png) 1x, url(/mod/cornermarks/128/yokoku_en.png) 2x);
	background-image: image-set(url(/mod/cornermarks/64/yokoku_en.png) 1x, url(/mod/cornermarks/128/yokoku_en.png) 2x);
	
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: 100% 0;
}
.jaLang #ResponsiveSlidesInner li a.markyokoku:after{
	content: "予告";
	background-image: url(/mod/cornermarks/64/yokoku.png);
	background-image: -webkit-image-set(url(/mod/cornermarks/64/yokoku.png) 1x, url(/mod/cornermarks/128/yokoku.png) 2x);
	background-image: image-set(url(/mod/cornermarks/64/yokoku.png) 1x, url(/mod/cornermarks/128/yokoku.png) 2x);
}


#ResponsiveSlidesButtons{
	display: block;
	list-style: none;
	margin: 0 0 -9px;
	padding: 9px;
	line-height: 10px;
	text-align: center;
}
#ResponsiveSlidesButtons li{
	display: inline-block;
	vertical-align: top;
	padding: 0 9px;
}
#ResponsiveSlidesButtons li a{
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	font-size: 0;
	color: transparent !important;
	background-color: #bbb;
	
	/* for sliding function */
	-webkit-transition: background-color 0.25s ease-out;
	transition: background-color 0.25s ease-out;
}
#ResponsiveSlidesButtons.showing0 li.listbutton0 a,
#ResponsiveSlidesButtons.showing1 li.listbutton1 a,
#ResponsiveSlidesButtons.showing2 li.listbutton2 a,
#ResponsiveSlidesButtons.showing3 li.listbutton3 a,
#ResponsiveSlidesButtons.showing4 li.listbutton4 a,
#ResponsiveSlidesButtons.showing5 li.listbutton5 a{
	background-color: #454E68;
}







#FacilitiesHolder{
	margin: 0 -9px;
	overflow: hidden;
	-webkit-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
	
	/* for sliding function */
	position: relative;
}
.loading #FacilitiesHolder{
	opacity: 0;
}

#Facilities{
	/*display: block;
	list-style: none;
	padding: 0;
	margin: 0 -9px;
	font-size: 0;
	overflow: hidden;
	-webkit-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;*/
	
	display: block;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	font-size: 0;
	list-style: none;
	
	/* for sliding function */
	-webkit-transition: -webkit-transform 0.25s ease-out;
	transition: transform 0.25s ease-out;
}
.loading #Facilities{
	opacity: 0;
}
#Facilities li{
	/*display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 50%;
	height: 100%;
	position: relative;
	top: 0;
	left: 100%;*/
	
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	white-space: normal;
}
#Facilities li:first-child{
	left: 0;
}

#FacilitieMenu{
	display: block;
	list-style: none;
	margin: 0 0 -9px;
	padding: 9px;
	line-height: 10px;
	text-align: center;
}
#FacilitieMenu li{
	display: inline-block;
	vertical-align: top;
	padding: 0 9px;
}
#FacilitieMenu li a{
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	font-size: 0;
	color: transparent !important;
	background-color: #bbb;
	
	/* for sliding function */
	-webkit-transition: background-color 0.25s ease-out;
	transition: background-color 0.25s ease-out;
}
#FacilitieMenu.showing0 li.listbutton0 a,
#FacilitieMenu.showing1 li.listbutton1 a,
#FacilitieMenu.showing2 li.listbutton2 a,
#FacilitieMenu.showing3 li.listbutton3 a,
#FacilitieMenu.showing4 li.listbutton4 a,
#FacilitieMenu.showing5 li.listbutton5 a{
	background-color: #454E68;
}


#Facilities p{
	display: inline-block;
	width: 25%;
	vertical-align: top;
}
#Facilities p a{
	display: block;
	margin: 9px;
	padding: 9px;
	min-height: 161px;
	
	font-size: 10px;
	text-align: left;
	color: #000;
	text-decoration: none;
	
	background-color: #fff;
	border: 1px solid #bbb;
	box-shadow: 0 1px 4px rgba(0,0,0,0.2);
	border-radius: 3px;
	position: relative;
}
#Facilities p a > b,
#Facilities p a > span{
	display: block;
	overflow: hidden;
}
#Facilities p a > span.text{
	position: absolute;
	bottom: 9px;
	left: 9px;
	right: 9px;
	min-height: 4.8em;
	padding-top: 9px;
	background-color: #fff;
}
#Facilities p a > span.image{
	margin: 0 0 9px;
}
#Facilities p a > span.image img{
	width: 100%;
	height: auto;
	vertical-align: top;
}
#Facilities p a > b:first-child{
	/*position: absolute;
	top: 9px;
	left: 9px;
	right: 9px;*/
	
	font-size: 16px;
	line-height: 1.5;
	font-weight: normal;
	background-color: #fff;
}
@media only screen and (max-width:620px){
	#Facilities p{
		width: 50%;
	}
}

/*@media only screen and (max-width:850px){
	#Facilities{
		margin: 0 -9px;
	}
	#Facilities li a{
		margin: 9px;
		padding: 9px;
	}
	#Facilities li{
		width: 33.33%;
	}
}
@media only screen and (max-width:540px){
	#Facilities{
		margin: 0 -4px;
	}
	#Facilities li a{
		margin: 4px;
	}
	#Facilities li{
		width: 50%;
	}
}

@media only screen and (max-width:360px){
	#Facilities li{
		width: 100%;
	}
}*/










#Bottom{
	/*margin: 1em 0 0;*/
}


#MiddleBannerZone{
}
#MiddleBannerZone ul{
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
#MiddleBannerZone ul:after{
	content: "";
	display: block;
	clear: both;
}
#MiddleBannerZone li{
	display: block;
	margin: 1em 0 0;
	padding: 0 10px 0 0;
	float: left;
	width: 50%;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#MiddleBannerZone li:first-child,
#MiddleBannerZone li:first-child + li{
	margin: 0;
}
#MiddleBannerZone li:nth-child(even){
	float: right;
	padding: 0 0 0 10px;
}
#MiddleBannerZone li img{
	width: 100%;
	height: auto;
	vertical-align: top;
	box-shadow: 0 1px 4px rgba(0,0,0,0.2);
	border-radius: 3px;
}


#NewsTopics{
	/*color: #444d6a;*/
	background-color: #fff;
	border: 1px solid #bbb;
	box-shadow: 0 1px 4px rgba(0,0,0,0.2);
	border-radius: 3px;
	
	margin: 1em 0 0;
	padding: 9px 14px;
	overflow: hidden;
}
#NewsTopics h1{
	margin: 0;
	font-size: 1.2em;
}
#NewsTopics ul{
	margin: 1em 0 0;
	display: block;
	padding: 0;
	list-style: none;
}
#NewsTopics ul li{
	display: block;
	margin: 0;
	padding: 0 0 0 1em;
}
#NewsTopics ul li:before{
	content: "■";
	display: inline-block;
	vertical-align: top;
	margin-left: -1em;
	width: 1em;
}


#ForestNote{
	background-color: #fff;
	border: 1px solid #bbb;
	box-shadow: 0 1px 4px rgba(0,0,0,0.2);
	border-radius: 3px;
	
	margin: 1em 0 0;
	padding: 9px 14px;
	overflow: hidden;
	position: relative;
	
	box-sizing: border-box;
	width: 49%;
	min-height: 512px;
	float: left;
}
#ForestNote h1{
	margin: 0 0 7px;
	font-size: 18px;
}
#ForestNote h1 a{
	color: inherit;
	text-decoration: none;
}
#ForestNote h1 a:hover,
#ForestNote h1 a:focus{
	text-decoration: underline;
}
#ForestNote #ForestNoteImage + p{
	margin: 1em 0 0;
	padding: 0 0 1.6em;
	overflow: hidden;
}
#ForestNote #ForestNoteImage{
	margin: 0;
}
#ForestNote #ForestNoteImage a{
	display: block;
	padding: 60% 0 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border-radius: 3px;
}
#ForestNoteLink{
	position: absolute;
	bottom: 9px;
	left: 14px;
	display: block;
	clear: both;
}

#TwitterTimeline{
	/*background-color: #fff;*/
	border: 1px solid #bbb;
	border-radius: 3px;
	margin: 1em 0 0;
	box-shadow: 0 1px 4px rgba(0,0,0,0.2);
	
	box-sizing: border-box;
	width: 49%;
	float: right;
	overflow: hidden;
}
#TwitterTimeline iframe{
	width: 100% !important;
	vertical-align: top;
}

#FacebookPage{
	background-color: #fff;
	border: 1px solid #bbb;
	box-shadow: 0 1px 4px rgba(0,0,0,0.2);
	border-radius: 3px;
	
	margin: 1em 0 0;
	overflow: hidden;
	position: relative;
	
	text-align: center;
	
	box-sizing: border-box;
	width: 49%;
	min-height: 512px;
	float: left;
}
#FacebookPage > div{
	vertical-align: top;
}


@media only screen and (max-width:600px){
	#ForestNote,
	#TwitterTimeline,
	#FacebookPage{
		min-height: 0;
		width: auto;
		float: none;
	}
}


















#ResponsiveSlides2{
	margin: 0 -9px;
	overflow: hidden;
	-webkit-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
	
	/* for sliding function */
	position: relative;
}
.loading #ResponsiveSlides2{
	opacity: 0;
}

#ResponsiveSlides2Inner{
	display: block;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	font-size: 0;
	list-style: none;
	
	/* for sliding function */
	-webkit-transition: -webkit-transform 0.25s ease-out;
	transition: transform 0.25s ease-out;
}
#ResponsiveSlides2Inner li{
	display: inline-block;
	width: 25%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.js #ResponsiveSlides2Inner li{
	display: block;
	/* for sliding function */
	position: absolute;
	top: 0;
	left: 0;
}
#ResponsiveSlides2Inner li:first-child{
	/* for sliding function */
	position: static;
}

@media only screen and (max-width:850px){
	#ResponsiveSlides2Inner li{
		width: 33.333%;
	}
}
@media only screen and (max-width:640px){
	#ResponsiveSlides2Inner li{
		width: 50%;
	}
}
@media only screen and (max-width:360px){
	#ResponsiveSlides2Inner li{
		width: 100%;
	}
}


#ResponsiveSlides2Inner li b{
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background-color: #A9D6B8;
	margin: 0 9px 4px;
	padding: 0 4px;
	font-size: 14px;
}
#ResponsiveSlides2Inner li a{
	display: block;
	background-color: #fff;
	margin: 0 9px;
}
#ResponsiveSlides2Inner li a[href]:hover img{
	opacity: 0.7;
}
#ResponsiveSlides2Inner li a[href]:active img{
	opacity: 0.9;
}
#ResponsiveSlides2Inner li a img{
	width: 100%;
	height: auto;
	vertical-align: top;
}


#ResponsiveSlides2Buttons{
	display: block;
	list-style: none;
	margin: 0 0 -9px;
	padding: 9px;
	line-height: 10px;
	text-align: center;
}
#ResponsiveSlides2Buttons:empty{
	display: none;
}
#ResponsiveSlides2Buttons li{
	display: inline-block;
	vertical-align: top;
	padding: 0 9px;
}
#ResponsiveSlides2Buttons li a{
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	font-size: 0;
	color: transparent !important;
	background-color: #bbb;
	
	/* for sliding function */
	-webkit-transition: background-color 0.25s ease-out;
	transition: background-color 0.25s ease-out;
}
#ResponsiveSlides2Buttons.showing0 li.listbutton0 a,
#ResponsiveSlides2Buttons.showing1 li.listbutton1 a,
#ResponsiveSlides2Buttons.showing2 li.listbutton2 a,
#ResponsiveSlides2Buttons.showing3 li.listbutton3 a,
#ResponsiveSlides2Buttons.showing4 li.listbutton4 a,
#ResponsiveSlides2Buttons.showing5 li.listbutton5 a{
	background-color: #454E68;
}













#Banners ul{
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
#Banners li{
	display: inline-block;
	vertical-align: top;
	max-width: 250px;
	width: 40%;
	padding: 0 9px 9px;
}
#Banners li a{
	display: block;
	padding: 12px 0;
	background-color: rgba(0,0,0,0.1);
}
#Banners li a[href]:hover{
	background-color: rgba(0,0,0,0.4);
}
#Banners li a[href]:active{
	background-color: rgba(0,0,0,0.3);
}
#Banners li img{
	 vertical-align: top;
	 width: 100%;
	 height: auto;
}









@-webkit-keyframes simpleRots{
	0%{		-webkit-transform:  rotate(0deg);		}
	100%{   -webkit-transform:  rotate(360deg);		}
}
@keyframes simpleRots{
	0%{		transform:			rotate(0deg);		}
	100%{   transform:			rotate(360deg);		}
}



