@charset "utf-8";
/* CSS Document */

@import "common/reset.css";
@import "common/layout.css";
@import "common/text.css";

@import "parts/validator.css";


article section h2{
	margin:20px 0px 30px 0px;
}
article section h3.contact_h3{
	margin:20px 0px 10px 20px;
}
article section p.contact_p{
	margin:0px 30px;
	line-height:1.8;
}

table{
	text-align:center;
	line-height:1.8;
	margin:0px 30px 0px 30px;
	background-color:#CCC;
	width:750px;
}
table th{
	text-align:center;
	vertical-align:middle;
	line-height:1.8;
	padding:5px;
	border:solid 1px #CCC;
	background-color:#F2F2F2;
}
table th span{
	font-size:85%;
	color: #F00;
}
table td{
	line-height:1.8;
	padding:5px;
	text-align:left;
	border:solid 1px #CCC;
	background-color:#fff;
}

table td input{
	width:300px;
}


span.txt-supplement{
}