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


/*
----------------------------------------
 inquiry
----------------------------------------
*/
.inquirytype_block {
	width:670px;
	margin: 0 auto 0 auto;
	}

.table_inquiry {
	table-layout:fixed;
	width:668px;
	background:#fffcdf;
	border:1px solid #bbbbbb;
	}
.table_inquiry th {
	word-wrap:break-word;
	width:150px;
	padding:7px;
	font-weight:100;
	text-align:center;
	color:#333;
	font-size:13px;
	border-bottom:1px dotted #cccccc;
	vertical-align:middle;
	}
.table_inquiry td {
	padding:7px;
	vertical-align:middle;
	background:#ffffff;
		font-size:13px;

	border-bottom:1px dotted #cccccc;
	word-wrap:break-word;
	letter-spacing: -1px;
	}

input,
textarea {
	border:1px solid #b7c8d9;
	padding:2px;
	}
input.inq_w450 {
	width:450px;
	}
input.inq_w350 {
	width:350px;
	}
input.inq_w300 {
	width:300px;
	}
input.inq_w250 {
	width:250px;
	}
input.inq_w200 {
	width:200px;
	}
input.inq_w60 {
	width:60px;
	}
input.inq_w40 {
	width:40px;
	}
textarea.inq_message {
	width:450px;
	height:200px;
	}


/*
----------------------------------------
 wordpress contact form 7
----------------------------------------
*/
.wpcf7-not-valid-tip-no-ajax
/*.wpcf7-form-control-wrap*/ {
	display:block;
	color:#C00;
	}

.wpcf7-validation-errors {
	padding:10px;
	background:#C00;
	color:#ffffff;
	text-align:center;
	font-weight:bold;
	}

.wpcf7-mail-sent-ok {
	padding:10px;
	background:#85a68b;
	color:#ffffff;
	text-align:center;
	font-weight:bold;
	}

