@charset "utf-8";
/* CSS Document */

*{
	zoom:1;
}
#inquiry{
}

/* btn */
.btn{
	background:#efefef;
	color:#444 !important;
	cursor:pointer !important;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	text-decoration:none !important;
	padding:10px;
	border:1px outset #ccc;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}
.btn:hover{
	background:#ccc;
	color:#444;
	border:1px inset #ccc;
	text-decoration:none;
}

/* versign */
#versign{
	background:#9b0033;
	color:#fff;
	margin:0 auto 20px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	behavior:url(/PIE.php);
}
#versign-inner{
	height:82px;
	padding:10px;
}
#versign .float-left{
	width:115px;
	height:82px;
	background:#fff;
	border:none;
	margin:0 10px 0 0;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	behavior:url(/PIE.php);
}
#versign p{
	font-size:11px;
	margin:10px 0 0 0;
}
#versign p a{
	color:#fff;
	text-decoration:underline;
	margin:0 .5em;
}
#versign p a:hover{
	text-decoration:none;
}



#inquiry table{
	background:#ccc;
	font-size:100%;
	width:100%;
}
#inquiry th{
	width:30%;
	background:#fff5fa;
	padding:10px;
	text-align:left;
}
#inquiry td{
	width:70%;
	background:#fff;
	padding:10px;
}

#inquiry th em{
	font-style:normal;
	color:#f00;
	padding-left:5px;
}

#inquiry td em{
	font-style:normal;
	color:#f00;
}

#inquiry p {
	margin:10px 0;
}
#inquiry dl{
	font-weight:bold;
	margin-bottom:10px;
	padding:0;
}
#inquiry dt{
	float:left;
}
#inquiry dd{
}
#form-btn input{
	margin:0 30px;
}
.post-no input,
.tel input{
	margin-right:5px;
}


.wpcf7c-conf{
	background-color: #fff;
	color: black;
	border: 1px solid #fff;
	background: none;
	font-size: 12px;
	resize: none;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
}
.wpcf7c-conf + .wpcf7-list-item-label{
	display: none;
}
.wpcf7c-conf-hidden + .wpcf7-list-item-label{
	display: block;
}
