@charset "UTF-8";

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

.accessBloc {
	width:500px;
	margin:0 auto;
}

.accessBloc h3 {
	margin-bottom:20px;
}

.accessBloc p {
	margin-bottom:20px;
	font-size:12px;
}

.contactBloc {
	width:500px;
	margin:0 auto 80px;
}

.contactTable {
	width:500px;
	margin:0 auto 10px;
	border-collapse:separate;
	border-spacing:1px;
	font-size:12px;
}

.contactTable th {
	width:30%;
	padding:5px 0;
	border:1px solid #ccc;
	background:url(../images/common/bg_pnk.png) repeat center top;
	text-align:center;
	vertical-align:middle;
	font-weight:normal;
}

.contactTable td {
	width:70%;
	padding:5px 10px;
	border:1px solid #ccc;
	background:url(../images/common/bg_wht.png) repeat center top;
	vertical-align:middle;
}





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

.contactTable textarea {
	width:80%;
	padding:5px;
	border:1px solid #ccc;
}

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

.btnSubmit {
	width:135px;
	height:33px;
	margin:0 auto;
}

.btnSubmit input {
	width:135px;
	height:33px;
	display:block;
	background:url(../images/contact/btn_send.png) no-repeat center top;
	text-indent:-9999em;
	border:none;
}

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

div.wpcf7-validation-errors {
	padding:15px 0;
    border:1px solid #f00 !important;
	text-align:center;
	color:#f00;
	display:block;
}

div.wpcf7-mail-sent-ok {
    border:1px solid #300 !important;
	text-align:center;
}
