@charset "UTF-8";

/*--mv--*/
.mv_sec{
	background-image:url(../../img/contact/mv.jpg);
}

/*--contact_form--*/
.contact_form{
	width:1000px;
	margin:0 auto;
}

.form_inner{
	width:740px;
	margin: 0 auto;
}

.p1{
	font-size:15px;
	text-align:left;
	margin-bottom:59px;
}

.tel {
	border: solid 1px #333333;
	border-radius:8px;
	text-align:left;
	height:85px;
	padding: 26px 47px 27px 27px;
	overflow:hidden;
	margin-bottom:54px;
	box-sizing:border-box;
}

.tel span{
	display: inline-block;
	float:right;
	font-size:15px;
	line-height: 30px;
}

form{
	font-size:14px;
}

label{
	font-weight:normal;
}

table{
	width:740px;
	margin:0 auto;
	margin-bottom:50px;
}

tr{
	border-bottom: 1px dotted #c5c4c4;
	box-sizing:border-box;
}

th{
    width: 210px;
    text-align: left;
	background:url(../../img/contact/red.png) right center no-repeat;
	padding:20px 0 20px 15px;
	box-sizing:border-box;
	vertical-align:center;
	vertical-align: middle;
}

th.fax{
	background:none;
}

td{
	padding:20px 15px 20px 20px;
	text-align:left;
	box-sizing:border-box;
	vertical-align: middle;
}

table small {
	display: block;
	color: #A50000;
	font-size: 12px;
	margin-top: 5px;
}

table tr.last{
	border-bottom:none!important;
	height:170px;
}

input, textarea{
	width: 100%;
	height:40px;
	margin-right:10px;
	border:none;
	padding:6px 10px;
	box-sizing:border-box;
	border-radius:4px;
}

/*input[type="text"] {
	width: 520px;
	height:44px;
	margin-right:10px;
};*/

form table tr.last textarea{
	height:140px;
	border:none;
}

form .button input{
	width:230px;
	height:60px;
	border:none;
	background:none;
	margin-bottom:120px;
}
/*--//contact_form--*/

.box {
	background: #fff;
	padding: 20px;
	border-radius: 6px;
	margin-bottom: 110px;
}