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


div.contents{
	overflow:hidden;
	width:800px;
	margin:0 auto;
	padding-top:10px;
}


h2.content_title{
	width:800px;
	height:40px;
	font-size:16px;
	line-height:40px;
	padding-left:10px;
	background:#E6F1EF;
	border-radius:3px;
	margin-bottom:20px;
}
h3{
	font-size:16px;
	padding-top:20px;
	padding-bottom:10px;
}
section{
		border-bottom:1px solid #E6F1EF;
}
section:last-child{
	border:none;
}
.text01{
	width:780px;
	margin:0 auto;
	font-size:13px;
}
.text-box{
	width:780px;
	margin:0 auto;
	font-size:13px;
	padding-bottom:20px;
}
.text-box ul.list{
	padding:20px 0;
}
.text-box ul.list li{
	list-style-type: disc;/* リストの左側に黒丸 */
	margin-left: 24px;/* リストの左側に余白 */
}
.text-box ul li p{
	padding-left:10px;
}
.text-box ol li{
	list-style-type: decimal;
	margin-left: 24px;/* リストの左側に余白 */
}
.text-box ol li ul li{
	list-style-type: disc;/* リストの左側に黒丸 */
	margin-left: 24px;/* リストの左側に余白 */
}

.text-box dl dt,.text-box dl dd{
	display:inline-block;
}
.text-box dl dt:after{
	content:"：";
}