@charset "utf-8";
/* CSS Document */

p {
	margin-bottom: 0.5em;
}

/* table type */

table.tbl_inq {
	width: 680px;
	margin: 0 auto 15px auto;
	border-top: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
	text-align: left;
}

table.tbl_inq th {
	width: 150px;
	padding: 5px;
	background: #fff1f2;
	border-left: 1px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
}
table.tbl_inq td {
	padding: 9px 15px;
	border-left: 1px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
	white-space: nowrap;
}

table.tbl_que {
	width: 680px;
	margin: 0 auto 15px auto;
	border-top: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
	text-align: left;
}

table.tbl_que th {
	padding: 5px;
	background: #fff1f2;
}
table.tbl_que td {
	padding: 9px 15px;
	border-left: 1px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
	white-space: nowrap;
	
}

/* form */

form#inquiry input {
	border: 1px solid #4b829c;
	margin: 0 5px;
	padding: 3px;
}

form#inquiry textarea {
	border: 1px solid #4b829c;
	margin: 2px;
	padding: 3px;
}

form#inquiry select {
	margin-left: 5px;
	padding: 3px 0;
}

form#inquiry select#input_prefecture {
	width: 9em;
}

form#inquiry dl#address dt {
	float: left;
	clear: left;
	width: 7.5em;
	padding: 7px 0 3px;
}

form#inquiry dl#address dd {
	padding: 5px 0 5px 7.5em;
}

p#submitSup {
	line-height: 2.5;
	text-align: center;
}

#submit {
	position: relative;
	text-align: center;
}

#submit input#btn_reset {
	position: absolute;
	top: 7px;
	right: 0;
}

/* font */

.essential {
	color: #a30000;
}

table.tbl_inq .essential {
	padding-left: 3px;
	font-weight: normal !important;
}

