@charset "shift_jis";

#top_img {
	height: 480px;
	width: 1000px;
	position: relative;
	z-index: 2;
	margin: -10px auto 20px;
	box-shadow: 0px 0px 3px #666;
}
#top_facebook h3 {
	background: url(../images/h3_facebook.png);
	display: block;
	height: 40px;
	width: 500px;
	font-weight: normal;
	line-height: 40px;
	text-indent: 15px;
	border: 1px solid #FFF;
	box-shadow: 0px 0px 3px #666;
}
#top_facebook {
	float: left;
	height: 380px;
	width: 500px;
	background: #FFF;
	box-shadow: 0px 0px 2px #333;
}

#middle {
	margin: 0px auto 20px;
	height: auto;
	width: 980px;
}
#top_banner {
	float: right;
	display: block;
	width: 460px;
}
#top_banner a {
	display: block;
	box-shadow: 0px 0px 3px #666;
	height: 120px;
	width: 460px;
}
#top_open {
	position: absolute;
	right: 20px;
	bottom: 0px;
	z-index: 10;
}
#middle_banner {
	margin: 30px auto 50px;
	list-style: none;
	width: 1000px;
	height: 150px;
}
#middle_banner li a {
	float: left;
	margin: 10px;
}
#ekiten {
	margin: 0px auto -20px;
	width: 980px;
	height: 100px;
}

#kansen-taisaku {
width: 980px;
height: auto;
margin: auto auto 20px;
padding: 20px 0px;
background-color: rgba(255,255,255,1.00);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
font-size: 0px;
position: relative;
}
#kansen-taisaku h2 {
text-align: center;
color: rgba(90,200,200,1.00);
font-size: 38px;
letter-spacing: 0.2em;
line-height: 40px;
font-weight: normal;
margin-bottom: 20px;
}
#kansen-taisaku h2::before {
content: url(../images/kansen-taisaku-h2.png);
margin-right: 20px;
}
#kansen-taisaku h2::after {
content: url(../images/kansen-taisaku-h2.png);
}
#kansen-taisaku p {
text-align: center;
font-size: 16px;
}

.taisaku-box {
background-color: rgba(90,200,200,1.00);
margin: 2%;
width: 46%;
display: inline-block;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border-radius: 5px;
font-size: 16px;
vertical-align: top;
color: rgba(255,255,255,1.00);
}
.taisaku-box h3 {
font-size: 25px;
letter-spacing: 0.2em;
color: rgba(255,255,255,1.00);
font-weight: normal;
padding: 20px;
text-align: center;
}
.taisaku-box ol {
padding: 0 20px 0 50px;
margin: 0;
min-height: 250px;
}
#L-box {
font-size: 18px;
background-image: url(../images/kansen-taisaku-img01.png);
background-repeat: no-repeat;
background-position: right bottom;
}
#R-box {
background-image: url(../images/kansen-taisaku-img02.png);
background-repeat: no-repeat;
background-position: right top;
}
#kansen-taisaku a {
display: block;
font-size: 16px;
background-image: url(../images/kansen-taisaku-pdf.png);
background-repeat: no-repeat;
background-position: left center;
margin-left: 25px;
padding: 10px 300px 10px 70px;
text-decoration: none;
}
#kansen-taisaku a:hover {
color: rgba(90,200,200,1.00);
}
#kansen-taisaku::after {
content: url(../images/kansen-taisaku-img03.png);
position: absolute;
right: 20px;
bottom: 10px;
}


#youtube {
margin: 0 auto 20px ;
width: 980px;
background-color: rgba(255,255,255,1.00);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
padding: 15px;
box-sizing: border-box;
font-size: 0;
}
#youtube div {
font-size: 16px;
vertical-align: top;
}
#youtube .l-box {
width: 30%;
display: inline-block;
}
#youtube .r-box {
width: 70%;
display: inline-block;
}
#youtube .r-box .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#youtube .r-box .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}