@charset "utf-8";

/*------------------------------------------------------------
	メールフォーム関連
------------------------------------------------------------*/

#conts .section {
	margin:0 20px;
}

#conts .section form {
	margin:30px 0;
}

#conts .section form table.mf {
	width:680px;
	border-collapse: collapse;
	border: 2px solid #ccc;
}

#conts .section form table.mf th , #conts .section form table.mf td {
	padding:8px 10px;
	border:solid 1px #ccc;
}

#conts .section form table.mf th {
	background-color:#FBF9F7;
	font-weight:normal;
	text-align:left;
}

#conts .section form table.mf ol.add span {
	display:inline-block;
	width:6.5em;
}

#conts .section form table.mf th .must {
	background-image:url(../img/form/must.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 37px;
	min-height:17px;
	height:auto!important;
	height:17px;
	white-space: nowrap
}

#conts .section form #submit_buttons {
	text-align:center;
	padding:20px 0;
}


#conts .section #thanks {
	background-color:#FBF9F7;
	border:2px solid #ccc;
	padding:3em 2em;
	text-align:center;
	margin:60px 0 30px 0;
}
