@charset "UTF-8";

section#home {
	position: relative;
	/* height: 670px; */
	margin: 0 0 15px 0;
}


#slideshow {
	border: solid 1px #ccc;
	overflow: hidden;
	margin: 0;
}

#slideshow .slider .fs-pager-wrapper {
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 9990;
}

#slideshow .slider .fs-pager-wrapper a {
	display: inline-block;
	width: 28px;
	height: 28px;
	margin: 0 8px 0 0;
	background: url(images/fs.pager_sp.png) 0px -28px no-repeat transparent;
}

#slideshow .slider .fs-pager-wrapper .active {
	background: url(images/fs.pager_sp.png) 0px 0px no-repeat transparent;
}


section#introduction {
	clear: left;
	/* height: 156px; */
	background-color: #fff;
	margin-bottom: 18px;
}

section#introduction ul {
	list-style-type: none;
	margin: 0;
}

section#introduction ul li {
	width: 94%;
	/* height: 156px; */
	margin: 0 auto 15px auto;
	position: relative;
}

section#introduction ul img {
	width: 100%;
}

section#introduction ul li:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

section#introduction ul li h2 {
	font-size: 1.37rem;
	font-weight: normal;
	width: 97%;
	height: 2.2rem;
	line-height: 2.2rem;
	position: absolute;
	top: 12px;
	left: 0;
	padding: 0 0 0 10px;
	color: #000;
	background-color: rgba(255, 255, 255, 0.7);
}


section#information {
	clear: left;
	background-color: #ebf4ce;
	width: 100%;
	padding: 0;
	overflow: hidden;
}

section#information #info {
	width : 94%;
	margin: 15px auto 15px auto;
	background-color: #fff;
	border: solid 1px #008d54;
}

section#information #info h2 {
	color: #fff;
	font-weight: normal;
	font-size: 1.1rem;
	height: 40px;
	line-height: 40px;
	background: linear-gradient(90deg, #008d54, #defff2);
	border-bottom: solid 1px #008d54;
}

section#information #info h2 img {
	/* display: inline-block; */
	vertical-align: middle;
	margin: 8px 10px 10px 10px;
}

section#information #info>ul {
	list-style-type: none;
	margin: 20px 25px;
	height: 280px;
	overflow: auto;
	word-wrap: break-word;
}

section#information #info>ul>li {
	margin: 15px 0;
	padding: 0 0 15px 10px;
	width: 95%;
	font-size: 0.9rem;
	border-bottom: solid 1px #008d54;
}

section#information #info>ul>li:last-child {
	border-bottom: none;
}

section#information #info>ul>li>h3 {
	font-weight: bold;
	font-size: 0.8rem;
	margin: 4px 0 12px 1rem;
}

section#information #info>ul>li>p {
	font-size: 0.8rem;
	margin: 0 0 12px 1rem;
}

section#information #info>ul>li .b {
	font-weight: bold;
}

section#information #info>ul>li .u {
	text-decoration: underline;
}


section#information #banner {
	width: 100%;
	margin: 0 auto 40px auto;
}

section#information #banner ul {
	list-style-type: none;
	margin: 0;
}

section#information #banner ul li {
	margin: 0 auto 15px auto;
	width: 60%;
	min-width: 209px;
	/* height: 174px; */
	position: relative;
}

section#information #banner ul li span {
	display: inline-block;
	text-align: center;
	font-size: 1.2rem;
	font-weight: normal;
	padding: 15px 0 0 0;
	width: 98.5%;
	min-width: 206px;
	height: 65px;
	line-height: 1.6rem;
	position: absolute;
	left: 1px;
	bottom: 1px;
	color: #333;
	background-color: rgba(255, 255, 255, 0.65);
}

section#information #banner ul li:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

section#information #banner ul li img {
	width: 100%;
}





@media print, screen and (min-width:458px) {

	section#information #banner {
		width: 433px;
		margin: 0 auto 40px auto;
	}
	
	section#information #banner ul {
		list-style-type: none;
		margin: 0;
	}
	
	section#information #banner ul li {
		float: left;
		margin: 0 15px 15px 0;
		width: 209px;
		height: 174px;
	}
	
	section#information #banner ul li:last-child {
		margin: 0 0 15px 0;
	}



}





@media print, screen and (min-width:520px) {

	section#introduction ul li {
		float: left;
		width: 31.2%;
		margin: 0 0 0 1.5%;
	}
	
	section#introduction ul li h2 {
		width: 96.4%;
	}
	

	section#information {
		height: 410px;
		/* padding: 15px 0 0 15px; */
	}
	
	section#information #info {
		float: left;
		width : -webkit-calc(100% - 260px) ;
		width : calc(100% - 260px);
		margin: 15px 15px 0 15px;
	}
	
	
	section#information #banner {
		float: left;
		width: 208px;
		margin: 15px 0 0 0;
	}
	
	section#information #banner ul li {
		margin: 0 0 15px 0;
		width: 209px;
		height: 174px;
		position: relative;
	}

}


@media print, screen and (min-width:640px) {

	section#information #info ul li {
		margin: 15px 0;
		padding: 0 0 15px 10px;
		width: 95%;
		font-size: 0.8rem;
		border-bottom: solid 1px #008d54;
	}
	
}



@media print, screen and (min-width:820px) {

	#slideshow .slider .fs-pager-wrapper {
		position: absolute;
		right: 3px;
		bottom: 3px;
		z-index: 9990;
	}

	#slideshow .slider .fs-pager-wrapper a {
		display: inline-block;
		width: 14px;
		height: 14px;
		margin: 0px 5px 0px 0px;
		background: url("images/fs.pager.png") no-repeat scroll 0px -14px transparent;
	}

	#slideshow .slider .fs-pager-wrapper .active {
		background: url("images/fs.pager.png") 0px 0px no-repeat transparent;
	}

	


}


@media print, screen and (min-width:1000px) {


	#slideshow {
		width: 998px;
		height: 556px;
	}


	section#introduction ul li h2 {
		width: 304px;
	}
	

	section#information {
		width: 1000px;
	}
	
	section#information #info {
		width: 742px;
	}
	




}

