@charset "utf-8";

#detail { display: table; font-size: 14px; width: 100%; }
#detail dl { display: table-row; }
#detail dt, #detail dd { display: table-cell; }
#detail,
#detail dl,
#detail dt,
#detail dd {
	border:1px #CCCCCC solid;
	border-collapse: collapse;
}
#detail dt,
#detail dd { padding: 6px; }
#detail dt {
	background: #F2F2F2;
	font-weight: bold;
	vertical-align: top;
	white-space: nowrap;
	width: 200px;
}
#button-area { text-align: center; margin-top: 40px; }
#privacy-policy {
	height: 240px;
	overflow: auto;
	border: 1px #666666 solid;
	padding: 20px;
	margin-bottom: 20px;
}
label { cursor: pointer; }