@charset "shift_jis";

/* メインコンテンツ */

.main_contents h2{
	background:#FDF1EE;
	color:#f03;
	font-size:16pt;
}


.main_contents strong{
	font-size:10pt;
	color:#1663A9;
}


.main_contents .section h3{	
	font-size:10pt;
	border-top:1px dotted #333;
	line-height:2;
	margin:2em 0 0 0;
}

.section p{
	line-height:1.6;
}

/* ご利用規約 */
.detail{
	padding-left:2em;
	margin:0 auto;
}
.detail h4{
	border-left:5px solid #333;
	padding-left:5px;
}

