@charset "UTF-8";


/* -------------------------------------
aboutus
------------------------------------- */
.maincap {
	margin-bottom:50px;
}
#list dt {
	font-size:1.8em;
	font-weight:bold;
	margin-bottom:5px;
}
#list dd {
	font-size:1.5em;
	line-height:1.6;
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:2px dotted #ccc;
}
#list dd span {
	font-weight:bold;
	text-indent:-8px;
	display:block;
	margin-bottom:3px;
}
#list dd a {
	font-weight:bold;
	color:#1d5aa4;
	text-decoration:underline;
}


@media screen and (max-width:1000px) {
	#list dt {
		font-size:1.7em;
	}
	#list dd {
		font-size:1.4em;
	}
}
@media screen and (max-width:768px) {

}
@media screen and (max-width:640px) {
	#list dt {
		font-size:1.6em;
	}
	#list dd {
		font-size:1.3em;
	}
}
@media screen and (max-width:480px) {
	
}
@media screen and (max-width:320px) {
	
}