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

.contact_block1{
	background:#F7F3F0;
	overflow:auto;
	height:100px;
	margin:15px 0 0 0px;
	padding:15px;
	border:1px solid #CDB99A;
}

.contact_block1 .block_inner {
	position:relative;
}
.contact_block1 .next {
	text-align:right;
	position:absolute;
	top:0px;
	right:0;
}

.contact_block1 h4 {
	margin:15px 0 0 0px;
}

.contact_block1 p {
	margin:5px 0 0 15px;
}
.contact_block1 p.none {
	margin:0px;
}

/* お問い合わせフォーム */

.kome{
	color:red;
	font-weight:bold;
}

.table_contact01{
	width:100%;
	border-collapse:collapse;
}

.table_contact01 th,
.table_contact01 td {
	border-top:1px solid #eaeaea;
	text-align:left;
	font-weight:normal;
	padding:12px 12px 12px 12px;
	vertical-align:top;
	height:100%;
	border-collapse:collapse;
	border:1px solid #CDB99A;
}
.table_contact01 th {
	padding-left:14px;
	padding-right:14px;
	white-space:nowrap;
	background:#fff8d8;
}


.table_contact01 td.td01 {
	padding:0px;
}
.table_contact01 td.td01 table {
	border-collapse:collapse;
	width:100%;
}
.table_contact01 td.td01 table th,
.table_contact01 td.td01 table td {
	border:none;
	background:none;
	border:1px solid #CDB99A;
}
.table_contact01 td.td01 table th {
	width:100px;
}
.table_contact01 td.td01 table .end th,
.table_contact01 td.td01 table .end td {
	border-bottom:none;
}

.table_contact01 th .list01{
	padding:0 0 0 18px;
	background:url(../img/list07.gif) no-repeat left center;
	height:100%;
}

.table_contact01 .back_con_01{
	background:#ece4da;
	font-weight:bold;
}

.form_btn{
	margin:15px auto 0;
	text-align:center;
}

.form_btn input{
	width:100px;
	margin:0 10px;
	padding:2px 0;
}