@charset "Shift_JIS";

@import url("reset.css");
@import url("common.css");
@import url("style.css");


/*-----block-1-----*/

#block-1 {
	width: 750px;
	margin-bottom: 400px;
	text-align: left;
}

#block-1 h1{
	width: 740px;
	padding: 10px 0px 10px 10px;
	font-size: 16px;
	font-weight: bold;
	color:#FFFFFF;
	background: #1ac332;
}

.min-text {
	font-size: 12px;
	line-height: 18px;

}

#block-1 dl{
	width: 750px;
	margin-bottom: 10px;
	border-bottom: 2px dotted #999999;
	font-size: 13px;
	line-height: 23px;
}

#block-1 dt{
	width: 150px;
	height: 160px;
	float: left;
}

#block-1 dd{
	width: 575px;
	padding: 10px 10px 20px 0px;
	float: right;
	margin-left: 15px;
}


aside{
	width: 585px;
	float: right;
	display: inline-block;
}


aside caption{
	font-size: 18px;
	text-align:center;
	font-weight: bold;
	color: #FFFFFF;
	padding: 10px 10px 10px 10px;
	border: 1px solid #bbbbbb;
	background:#1ac332;
}

aside th{
	width: 575px;
	font-size: 15px;
	text-align:center;
	font-weight: bold;
	padding: 10px;
	border: 1px solid #bbbbbb;
	background:#d7f5db;
}

aside tr,td{
	width: 575px;
	text-align:center;
	padding: 5px;
	border: 1px solid #bbbbbb;
}

.sub-text {
	border-top: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
	text-align: left;
}


@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: auto;
	height: auto; 
	margin-bottom: 10px;
	padding: 10px;
	border-bottom: 2px dotted #999999;
	font-size: 13px;
	line-height: 23px;
	text-align: center;
}

#block-1 dt{
	width: 150px;
	height: 160px;
	margin: 0 auto;
	float: none;
	text-align: center;
}

#block-1 dd{
	width: auto;
	margin-left: 0px;
	padding: 10px 0px 20px 0px;
	float: none;
	font-size: 14px;
}

aside{
	width: auto;
	float: none;
	display: inline-block;
}


aside table {
	width: 100%;
	text-align: center;
}

aside caption{
	width: auto;
	font-size: 15px;
	text-align:center;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
	border: 1px solid #bbbbbb;
	background:#1ac332;
}

aside th{
	width: auto;
	padding: 5px;
	text-align:center;
	font-weight: bold;
}

aside tr,td{
	width: auto;
	text-align:center;
}

}