@charset "Shift_JIS";

@import url("reset.css");
@import url("common.css");
@import url("style.css");


/*-----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 dl{
	width: 740px;
	text-align: left;
}

#block-1 dt{
	margin-top: 10px;
	font-size: 18px;
	font-weight: bold;
}

#block-1 dd{
	margin: 10px 0px;
	font-size: 14px;
	line-height: 23px;
}


/*-----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 th{
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	border: 1px solid #999999;
	text-align: center;
	vertical-align: middle;
}

#block-2 td{
	height: 40px;
	line-height: 40px;
	padding: 0px 0px 0px 10px;
	font-size: 15px;
	border: 1px solid #999999;
}


#block-2 a{
	width: 750px;
	height: 80px;
	line-height: 80px;
	margin: 0 auto;
	margin-top: 20px;
	text-align: center;
	display: block;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#42994e', endColorstr = '#074d02');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#42994e', endColorstr = '#074d02')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: -moz-linear-gradient(top, #42994e, #074d02);
	background-image: -ms-linear-gradient(top, #42994e, #074d02);
	background-image: -o-linear-gradient(top, #42994e, #074d02);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#42994e), to(#074d02));
	background-image: -webkit-linear-gradient(top, #42994e, #074d02);
	background-image: linear-gradient(top, #42994e, #074d02);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
	/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/

}

#block-2 a:hover{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#054e0b', endColorstr = '#001c04');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#054e0b', endColorstr = '#001c04')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: -moz-linear-gradient(top, #054e0b, #001c04);
	background-image: -ms-linear-gradient(top, #054e0b, #001c04);
	background-image: -o-linear-gradient(top, #054e0b, #001c04);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#054e0b), to(#001c04));
	background-image: -webkit-linear-gradient(top, #054e0b, #001c04);
	background-image: linear-gradient(top, #054e0b, #001c04);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
	/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/
}


@media screen and (max-width: 900px) {


/*-----block-1-----*/

#block-1 {
	width: auto;
	height: auto;
	text-align: center;
	overflow: hidden;
}

#block-1 h1{
	width: auto;
	margin: 0 auto;
	margin-top: 10px;
	padding: 10px 0px 10px 0px;
	font-size: 16px;
	font-weight: bold;
	color:#FFFFFF;
	background: #1ac332;
}


#block-1 dl{
	width: 100%;
	text-align: left;
}

#block-1 dt{
	margin-top: 10px;
	padding: 0px 15px 0px 15px;
	font-size: 18px;
	font-weight: bold;
}

#block-1 dd{
	padding: 0px 15px 0px 15px;
	margin: 10px 0px;
	font-size: 14px;
	line-height: 23px;
	text-align: left;
}

/*-----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%;
	margin: 0 auto;
}

#block-2 th{
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	border: 1px solid #999999;
	text-align: center;
	vertical-align: middle;
}

#block-2 td{
	height: 25px;
	line-height: 25px;
	padding: 0px 0px 0px 10px;
	font-size: 12px;
	border: 1px solid #999999;
	text-align: left;
}

#block-2 a{
	width: 95%;
	height: 80px;
	line-height: 80px;
	margin: 0 auto;
	margin-top: 20px;
	text-align: center;
	display: block;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#42994e', endColorstr = '#074d02');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#42994e', endColorstr = '#074d02')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: -moz-linear-gradient(top, #42994e, #074d02);
	background-image: -ms-linear-gradient(top, #42994e, #074d02);
	background-image: -o-linear-gradient(top, #42994e, #074d02);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#42994e), to(#074d02));
	background-image: -webkit-linear-gradient(top, #42994e, #074d02);
	background-image: linear-gradient(top, #42994e, #074d02);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
	/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/

}

#block-2 a:hover{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#054e0b', endColorstr = '#001c04');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#054e0b', endColorstr = '#001c04')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: -moz-linear-gradient(top, #054e0b, #001c04);
	background-image: -ms-linear-gradient(top, #054e0b, #001c04);
	background-image: -o-linear-gradient(top, #054e0b, #001c04);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#054e0b), to(#001c04));
	background-image: -webkit-linear-gradient(top, #054e0b, #001c04);
	background-image: linear-gradient(top, #054e0b, #001c04);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
	/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/
}




}