@charset "Shift_JIS";

@import url("reset.css");
@import url("common.css");
@import url("style.css");


/*-----block-0-----*/

#block-0 {
	width: 750px;
	text-align: left;

}

#block-0 h1{
	width: 740px;
	padding: 10px 0px 10px 10px;
	font-size: 16px;
	font-weight: bold;
	color:#FFFFFF;
	background: #1ac332;
}

#block-0 p{
	margin: 15px 0px 20px 0px;
	text-align: left;
	font-size: 14px;
	line-height: 23px;
}

/*-----block-1-----*/

#block-1 {
	width: 750px;
	text-align: left;

}

#block-1 h1{
	width: 740px;
	padding: 10px 0px 10px 10px;
	font-size: 16px;
	font-weight: bold;
	color:#FFFFFF;
	background: #1ac332;
}

#block-1 figure{
	width: 750px;
	padding: 10px 0px;
}

#block-1 img{
	width: 300px;
	height: 450px;
	margin-right: 15px;
	float: left;
}

#block-1 figcaption{
	width: 750px;
	line-height: 23px;
	font-size: 14px;
}

#block-1 p{
	margin: 0px 0px 20px 0px;
	padding: 50px 0px 0px 0px;
	text-align: right;
	font-size: 16px;
	font-weight: bold;
}


/*-----block-2-----*/


#block-2 {
	width: 750px;
	text-align: left;

}

#block-2 h1{
	width: 740px;
	padding: 10px 0px 10px 10px;
	font-size: 16px;
	font-weight: bold;
	color:#FFFFFF;
	background:#1ac332;
}

#block-2 p{
	padding: 10px 0px 10px 0px;
	text-align: left;
	font-size: 15px;
}

#block-2 table{
	width: 750px;
	margin: 10px 0px 10px 0px;
}

#block-2 td{
	padding: 10px 0px 10px 10px;
	font-size: 15px;
	border: 1px solid #999999;
}


#block-2 a{
	color: #4cafed;
	-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;
}

#block-2 a:hover{
	color: #0367a6;
}

/*-----block-3-----*/

#block-3 {
	width: 750px;
	text-align: left;
	margin-top: 20px;
}

#block-3 h2{
	width: 740px;
	padding: 10px 0px 10px 10px;
	font-size: 16px;
	font-weight: bold;
	color:#FFFFFF;
	background: #1ac332;
}

#block-3 h1{
	width: 730px;
	margin-top: 10px;
	padding: 0px 0px 0px 10px;
	font-size: 25px;
	font-weight: bold;
	color:#00a217;
	letter-spacing: 3px;
	border-left: solid 10px #00a217;
}

#block-3 section{
	margin-top:30px;
	padding-bottom: 30px;
	border-bottom: dotted 2px #00a217;
}


#block-3 figure{
	width: 750px;
	padding: 10px 0px;
}

#block-3 img{
	width: 300px;
	height: 450px;
	margin-right: 15px;
	float: left;
}

#block-3 figcaption{
	width: 750px;
	line-height: 25px;
	font-size: 14px;
}



@media screen and (max-width: 900px) {


/*-----block-0-----*/

#block-0 {
	width: 100%;
	text-align: center;

}

#block-0 h1{
	width: 100%;
	margin: 0 auto;
	padding: 10px 0px 10px 0px;
	margin-top: 10px;
	font-size: 16px;
	font-weight: bold;
	color:#FFFFFF;
	background: #1ac332;
}

#block-0 p{
	width: auto;
	padding: 10px;
	line-height: 23px;
	font-size: 14px;
	text-align: left;
}


/*-----block-1-----*/

#block-1 {
	width: 100%;
	text-align: center;

}

#block-1 h1{
	width: 100%;
	margin: 0 auto;
	padding: 10px 0px 10px 0px;
	margin-top: 10px;
	font-size: 16px;
	font-weight: bold;
	color:#FFFFFF;
	background: #1ac332;
}

#block-1 figure{
	width: 100%;
	height: auto;
	padding-bottom: 2%;
}

#block-1 img{
	margin-right: 0px;
	float: none;
}

#block-1 figcaption{
	width: auto;
	padding: 10px;
	line-height: 23px;
	font-size: 14px;
	text-align: left;
}

#block-1 p{
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}


/*-----block-2-----*/


#block-2 {
	width: 100%;
	text-align: center;
}

#block-2 h1{
	width: 100%;
	margin-bottom: 10px;
	padding: 10px 0px 10px 0px;
	font-size: 16px;
	font-weight: bold;
	color:#FFFFFF;
	background:#1ac332;
}

#block-2 p{
	padding: 10px 0px 10px 0px;
	text-align: left;
	font-size: 15px;
}

#block-2 table{
	width: 94%;
	padding: 10px;
	margin: 0 auto;
}

#block-2 td{
	padding: 10px 0px 10px 10px;
	font-size: 12px;
	border: 1px solid #999999;
	text-align: left;
}

#block-2 a{
	color: #4cafed;
	-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;
}

#block-2 a:hover{
	color: #0367a6;
}

/*-----block-3-----*/

#block-3 {
	width: auto;
	height: auto;
	text-align: center;
	overflow: hidden;
}

#block-3 h2{
	width: auto;
	margin: 0 auto;
	margin-top: 10px;
	padding: 10px 0px 10px 0px;
	font-size: 16px;
	font-weight: bold;
	color:#FFFFFF;
	background: #1ac332;
}

#block-3 h1{
	width: auto;
	margin-top: 10px;
	padding: 0px 0px 0px 10px;
	font-size: 14px;
	font-weight: bold;
	color:#00a217;
	letter-spacing: 3px;
	border-left: none;
}

#block-3 section{
	margin-top:30px;
	padding-bottom: 30px;
	border-bottom: dotted 2px #00a217;
}


#block-3 figure{
	width: auto;
	padding: 10px 0px;
}

#block-3 img{
	width: 300px;

	margin-right: 0px;
	float: none;
	background-size: contain;
}

#block-3 figcaption{
	width: auto;
	padding: 10px;
	line-height: 25px;
	font-size: 14px;
	text-align: left;
}


}