/* 問い合わせ */

@import url('style/html5reset.css');
@import url('style/common.css');

/* 注意事項 */
#contents article section ul.atn {
	margin-left:34px;
	margin-bottom:24px;
}
#contents article section ul.atn li {
	font-size:14px;
}
/* form */
#contents section table {
	width:95%;
	margin:0px auto 14px auto;
}
#contents section th {
	width:170px;
	vertical-align:top;
}
#contents section ul.tdin {
	list-style-type: none;
	padding:4px;
}
#contents section p.err {
	width:95%;
	font-weight:bold;
	color:red;
	margin:0px auto 14px auto;
}
#contents section input.email2 {
	margin-top:4px;
}
#contents section .submit {
	width:150px;
	height:30px;
	margin-bottom:1em;
}
#contents section .form_sub {
	text-align:center;
}
#contents section label {
	cursor: pointer;
}
