#FormBox {
	width: 680px;
	color:#555555;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: bold;
	border-bottom:1px dotted #cccccc;
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 15px;
	padding-bottom: 1px;
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: 10px;
}

#FormBox h4{
	font-size: 12px;
	color:#000000;
	text-align: center;
}

.form_red {
	color:#cc0000;
}

/*↓ お問い合わせフォーム ↓*/



.form_table {
	width: 650px;
	margin-top:0px;
	margin-left: 20px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #cccccc;
	border-left-color: #cccccc;
	font-size:1.0em;
	line-height:1.5em;
}

.form_table tr th {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	background-color: #efefef;
	text-align: left;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	width: 200px;
	font-weight: normal;
	vertical-align: middle;
	font-size:1.0em;
	line-height:1.5em;
}
.form_table tr td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	text-align: left;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 10px;
	font-size:1.0em;
	line-height:1.5em;
}

#S-Box table tr td {
	border-right-width: 0px;
	border-bottom-width: 0px;
	text-align: left;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size:1.0em;
	line-height:1.5em;
}

.form_table tr td {
	margin-bottom: 5px;
	font-size:12px;
	line-height:1.5em;
	list-style-type: none;
	font-weight: normal;
	list-style-position: inside;
}

/* ↓ input 調整 ↓*/



/*↓ 個人情報の利用について ↓ */
.form_subtext {
	font-size: 12px;
	width: 670px;
	line-height:1.5em;
	margin-left: 20px;
	margin-top:10px;
	text-align: center;
}
.form_subtext a {
	text-decoration: underline;
	color: #365fb2;
}

/*	↓ ボタン ↓ */
.form_submit {
	text-align: center;
	width: 715px;
	color:#000000;
	margin-top: 20px;
}
.form_submit .submit_button {
	width: 100px;
	padding:4px 0px 4px 0px;
	color:#050505;
}


#FormBox #mailform .form_table tr td p {
	font-size: 12px;
	font-weight: normal;
}
