@charset "UTF-8";

/*** お問い合わせ ***/

hgroup.mainTitle h2 {
	background-image:url(../images/inquiry/title.png);
}

.inquiryBloc h3 {
	margin-bottom:30px;
	font-size:18px;
	font-weight:normal;
	color:#00AD5E;
	line-height:160%;
}

.formWrap {
	padding:25px;
	background:#f2f8f3;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing: border-box;
}

.modTable {
	width:100%;
	margin-bottom:50px;
}

.modTable th {
	width:35%;
	border-bottom:1px dotted #00844F;
}

.modTable td {
	border-bottom:1px dotted #00844F;
	width:65%;
}

.modTable td p {
	margin-top:10px;
	line-height:140%;
}

.modTable input[type="text"],
.modTable input[type="email"],
.modTable textarea {
	width:80%;
	padding:5px;
	border:1px solid #ccc;
}

.modTable select {
	width:40%;
	padding:5px;
	border:1px solid #ccc;
}

.modTable td.wdt40 input[type="text"] {
	width:38%;
	padding:5px;
	border:1px solid #ccc;
}

.modTable input:focus,
.modTable textarea:focus {
	border-color:#999;
}

.btnSend input {
	width:200px;
	margin:0 auto;
	padding:10px;
	text-align:center;
	display:block;
	background:#00844F;
	border:none;
	color:#fff;
}

.btnSend input:hover {
	-khtml-opacity:0.85;
	-moz-opacity:0.85;
	filter:alpha(opacity=85);
	opacity:0.85;
	cursor:pointer;
}








