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

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

.tables {
	table-layout:fixed;
	width:800px;
	background:#f3f3f3;
	border:1px solid #d9e2e9;
	}
.tables th {
	word-wrap:break-word;
	width:150px;
	padding:10px 10px 10px 10px;
	font-weight:100;
	text-align:center;
	color:#333;
	font-size:13px;
	border-bottom:1px dotted #cccccc;
	vertical-align:middle;
	}
.tables td {
	font-size:13px;
	padding:10px 10px 10px 10px;
	vertical-align:middle;
	background:#ffffff;
	border-bottom:1px dotted #cccccc;
	word-wrap:break-word;
	}

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

.entButn {
	width:100px;
	height:2.5em;
	}



/*
----------------------------------------
 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;
	}


/*
----------------------------------------
 php mail form
----------------------------------------
*/

.pgSend_box {
	width:700px;
	margin:0 0 30px 0;
	}

#formWrap {
	width:700px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	table-layout:fixed;
	width:668px;
	background:#f3f3f3;
	border:1px solid #bbbbbb;
}
table.formTable th {
	word-wrap:break-word;
	width:150px;
	padding:10px 10px 10px 10px;
	font-weight:100;
	text-align:center;
	color:#333;
	font-size:13px;
	border-bottom:1px dotted #cccccc;
	vertical-align:middle;
}
table.formTable td {
	font-size:13px;
	padding:10px 10px 10px 10px;
	vertical-align:middle;
	background:#ffffff;
	border-bottom:1px dotted #cccccc;
	word-wrap:break-word;
}

.blue th{background: #48a1ff47;}