div.contents .title {
	margin-top: 30px;
	font-weight: bold;
}

div.contents .subtitle {
	margin: 20px 0 10px;
	padding: 10px 15px;
	font-weight: bold;
	color: #ffffff;
	background-color: #112266;
}

div.contents table.formtable th {
	width: 25%;
	padding: 10px;
	font-weight: normal;
	background-color: #cccccc;
	vertical-align: middle;
}

div.contents table.formtable td {
	width: 75%;
	padding: 10px;
	background-color: #f6f6f6;
}

div.contents table.formtable ul.check0,
div.contents table.formtable ul.check1,
div.contents table.formtable ul.check2,
div.contents table.formtable ul.check4 {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div.contents table.formtable ul.check0 li { float: left; padding-right: 10px; }
div.contents table.formtable ul.check2 li { float: left; width: 49%; }
div.contents table.formtable ul.check4 li { float: left; width: 25%; }

div.contents table.formtable ul.check2 li.line1 {
	float: none;
	width: 100%;
}

div.contents p.note {
	margin: 5px 0;
	font-size: x-small;
}

div.contents span.must {
	color: #cc0000;
}

div.contents div.privacy {
	margin-top: 30px;
}

div.contents div.privacy .privacytitle {
	font-weight: bold;
}

div.contents div.privacy div.text {
	height: 300px;
	padding: 30px;
	overflow: auto;
	border: 1px solid #999999;
}

div.contents div.privacy div.text ol {
	margin: 0 0 0 30px;
	padding: 0;
}

div.contents div.privacy div.text ol ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div.contents div.privacy div.text p.foot {
	margin-bottom: 30px;
	text-align: right;
}


/* thank -----*/

div.contents .thanktitle {
	margin-top: 50px;
	font-weight: bold;
}

