@charset "UTF-8";
/* CSS Document */

/*--------------------------------------------------------
　基本設定
--------------------------------------------------------*/

section {
	width: 750px;
	margin: 0 auto;
}

section div.box{
	margin-top: 20px;
}

section div.box:first-of-type{
	margin-top: 50px;
}

section h4{
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 700;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #999;
}

section ul li{
	font-size: 13px;
	font-size: 1.3rem;
	text-indent: -1em;
	padding-left: 1em;
	margin-top: 5px;
}