@charset "utf-8";

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

section.inquiryPage {
}

table.modTable01 {
	width:620px;
	margin:0 auto 30px;
}

table.modTable01 th {
	width:30%;
	padding:25px 20px 25px 0;
	vertical-align:middle;
	line-height:140%;
}

table.modTable01 td {
	width:70%;
	padding:25px 0 25px 25px;
	vertical-align:middle;
}

.wpcf7-radio span {
	margin-right:15px;
}

table.modTable01 {
	width:100%;
	margin:0 0 5px;
}

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

table.modTable01 input:focus,
table.modTable01 textarea:focus {
	border-color:#7dcce6;
}

input#btnSubmit {
	width:230px;
	height:52px;
	margin:20px auto 0;
	padding:0;
	border: none;
	text-indent:-9999em;
	background:url(../images/inquiry/btn_send.png) no-repeat;
	cursor: pointer;
	display:block;
}

input#btnSubmit:hover {
	-khtml-opacity:0.85;
	-moz-opacity:0.85;
	filter:alpha(opacity=85);
	opacity:0.85;
}

.fGray {
	color:#999;
}


