@charset "UTF-8";

.mainArea h1{
	padding: 0 0 5px 0;
	font-size: 160%;
	border-bottom: 1px solid #e07e00;
}

.mainArea h2{
	margin: 40px 0 20px 0;
	padding: 0 0 0 8px;
	font-size: 120%;
	border-left: 5px solid #e07e00;
}

.mainArea dl{
	margin-top: 40px;
	overflow: hidden;
}

.mainArea dl dt{
	float: left;
	font-weight: bold;
}

.mainArea dl dd{
	margin-bottom: 10px;
	padding: 0 0 10px 300px;
	border-bottom: 1px solid #ccc;
}



.sp-block{
	display: none;
}

.bold{
	font-weight: bold;
}