.container #main section {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
	width: 640px;
	clear:both;
	margin-top:0;
}
#main section h1 {
	font-family:
	Arial, Helvetica, sans-serif;
	font-size:23px;
	margin-bottom:3px;
	padding-top:15px;
}
#main section p {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:1.4rem;
	font-size:14px;
	line-height:25px;
	margin-bottom:15px;
}
#main section dl {
	display:table;
	width:600px;
	font-family:"Times New Roman", Times, serif;
	font-size:1.6rem;
	font-size:16px;
	margin-bottom:10px;
}
section dl dt {
	display:table-cell;
	width:23%;
	font-weight:bold;
}
section dl dd {
	display:table-cell;
	width:77%;
}

.order {
	color:#F9060A;
	text-decoration:underline;
}

section p .smaller2 {
	font-size: x-small;
	letter-spacing: 0.1rem;
}
