.section {
	width:640px;
	margin:0 auto;
	padding:30px 0;
}

h2 {
	width:100%;
	height:135px;
	box-sizing:border-box;
	border-top:2px solid #008d33;
	background:url(/img/common/dot.png) repeat-x bottom;
	text-align:center;
}
h2 img {
	margin-top:38px;
}
@media screen and (max-width:639px){
	h2 img {
		width: 95%;
	}
}

.form_table {
	width:100%;
	margin:0 auto 30px;
}

.form_table th,.form_table td {
	padding:12px;
	border-bottom: 1px solid #ccc;
}

.form_table th {
	width:30%;
	font-size:14px;
	line-height:150%;
	background-color: #f4f4f4;
	vertical-align: top;
}

.form_table th .red{
	color: #f00;
	font-weight: normal;
	font-size: 12px;
	margin-left: 15px;
}

.form_table td:hover{background-color: #f4f4f4;}
.form_table td input:not([type="checkbox"]){width: 80%;}

.submitbtn{text-align: center;}
.submit{margin-right: 10px;}
.m30{margin-bottom: 20px;}



@media screen and (max-width:639px){

	.section {
	width:100%;
}

	.form_table,
	.form_table tbody,
	.form_table tr,
	.form_table th,
	.form_table td  {
	display: block;
	width:100%;
	box-sizing: border-box;
}

.submitbtn,
.form_table td input,
.form_table td textarea{width: 100%;}

}