/* CSS Document */
@charset "utf8";

/*----------------------------------------------------
	
			●お問い合せ・会議室 料金表●	
	
----------------------------------------------------*/

#form .introduce {
	font-size: 86%;
	background-color: #FFFFFF;
	padding: 5px;
	width: 580px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	line-height: 1.5;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #2E2216;
	border-bottom-color: #2E2216;
}
#form .introduce .photo {
	float: right;
	margin-left: 10px;
}
#form .post_price h2 {
	display: none;
}
#form .post_price .entry .imgalignleft {
	float: left;
	padding-right: 20px;
}
#form .post_price .entry table.price {
	font-size: 86%;
	border-collapse: collapse;
	border: 1px solid #8A6237;
	background-color: #FFFFFF;
	margin-bottom: 5px;
	margin-right: 5px;
	width: 370px;
	float: right;
}
#form .post_price .entry table.price th {
	border: 1px solid #663300;
	padding: 5px;
	text-align: center;
	font-weight: normal;
	background-color: #6E4F33;
	color: #FFFFFF;

}
#form .post_price .entry table.price td {
	border: 1px solid #663300;
	padding: 5px;
	text-align: center;
}
#form .post_price .entry table.price_aircon {
	font-size: 86%;
	border-collapse: collapse;
	border: 1px solid #8A6237;
	background-color: #FFFFFF;
	margin-bottom: 30px;
	margin-top: 20px;
	margin-right: 5px;
	float: right;
}
#form .post_price .entry table.price_aircon th {
	border: 1px solid #663300;
	padding: 5px;
	text-align: center;
	font-weight: normal;
	background-color: #6E4F33;
	color: #FFFFFF;

}
#form .post_price .entry table.price_aircon td {
	border: 1px solid #663300;
	padding: 5px;
	text-align: center;

}
#form .post_price .entry table.price_fixtures {
	font-size: 86%;
	border-collapse: collapse;
	border: 1px solid #8A6237;
	background-color: #FFFFFF;
	margin-bottom: 30px;
	clear: both;
	width: 593px;
	float: right;
	margin-right: 5px;
	margin-top: 20px;
}
#form .post_price .entry table.price_fixtures th {
	border: 1px solid #663300;
	padding: 5px;
	text-align: center;
	font-weight: normal;
	background-color: #6E4F33;
	color: #FFFFFF;

}
#form .post_price .entry table.price_fixtures td {
	border: 1px solid #663300;
	padding: 5px;
	text-align: center;

}
#form .post_price .entry .notes {
	margin-right: 5px;
	width: 370px;
	line-height: 1.2;
	font-size: 86%;
	float: right;
}
#form .post_price .entry table.study_session {
	font-size: 86%;
	border-collapse: collapse;
	border: 1px solid #8A6237;
	background-color: #FFFFFF;
	margin-bottom: 5px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
#form .post_price .entry table.study_session th {
	border: 1px solid #663300;
	padding: 5px;
	text-align: center;
	font-weight: normal;
	background-color: #6E4F33;
	color: #FFFFFF;

}
#form .post_price .entry table.study_session td {
	border: 1px solid #663300;
	padding: 5px;
	text-align: center;
}
#form .post_price .entry .reserve {
	width: 590px;
	margin-left: auto;
	text-align: center;
	font-size: 86%;
	margin-top: 20px;
	margin-right: auto;
	clear: both;
}
#form .post_price .entry .reserve .inquiry {
	line-height: 1.3;
	width: 585px;
	text-align: left;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #6E4F33;
	border-bottom-color: #6E4F33;
	margin-top: 30px;
	margin-right: 5px;
	padding: 5px;
}
#form .post_price .entry .reserve .inquiry .content {
	width: 300px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#form .post_price .entry .reserve a.reserve {
	background-image: url(../image/form/reserve_btn.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 27px;
	width: 235px;
	margin-bottom: 5px;
}
#form .post_price .entry .reserve a.reserve:hover {
	background-image: url(../image/form/reserve_btn_over.gif);
}



/*----------------------------------------------------
	
			●お問い合せ・会議室予約フォーム●	
	
----------------------------------------------------*/

#form {
	float: left;
	width: 600px;
	text-align: left;
	margin-top: 5px;
}
#form .title {
	margin-top: 20px;
	margin-bottom: 43px;
	text-align: left;
	display: block;
}
#form .notice {
	font-size: 86%;
	background-color: #FFFFFF;
	padding: 5px;
	width: 500px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	line-height: 1.5;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #2E2216;
	border-bottom-color: #2E2216;
}
#form .post_form h2 {
	display: none;
}
#form .post_entry {
	width: 500px;
	margin-right: auto;
	font-size: 86%;
}
#form .post_entry table th {
	width: 110px;
	padding: 5px;
	font-weight: normal;
}
#form .post_entry table td {
	padding: 5px;
	text-align: left;
}
#form .post_entry table select {
}

#form .post_entry table input {
	height: 20px;
	font-size: 90%;
	color: #666666;
	padding: 2px;
}

#form .post_entry table .size01 {width: 200px;}

#form .post_entry table .size02 {width: 60px;}

#form .post_entry table .size03 {width: 300px;}

#form .post_entry table textarea {
	width: 300px;
}
#form .post_entry table tr.contact_tr {
	background-color: #AE916E;
}

#form .post_entry .btn {
	margin-top: 10px;
	text-align: center;
}
#contents table.comfirm_td {
	margin-right: auto;
	margin-left: auto;
	width: 500px;
	border-collapse: collapse;
	border: 1px solid #2E2216;
	font-size: 86%;
}
#comfirm {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#comfirm img {
	margin-bottom: 30px;
}
#comfirm p {
	font-size: 86%;
	text-align: left;
}
#comfirm a {
	background-image: url(http://4sq.jp/wp-content/themes/4bancho-top/image/form/back_to_top.gif);
	background-repeat: no-repeat;
	width: 235px;
	height: 27px;
	display: block;
	margin: 0 auto;
	text-indent: -9999px;
}
#comfirm a:hover {
	background-image: url(http://4sq.jp/wp-content/themes/4bancho-top/image/form/back_to_top_over.gif);
}
#contents table.comfirm_td td {
	border: 1px solid #2E2216;
	padding: 5px;
	background-color: #FFFFFF;
}
#contents table.comfirm_td td.left_td {
	color: #FFFFFF;
	background-color: #2E2216;
}
#contents .btn01 {
	float: right;
	margin-right: 180px;
}
#contents .btn02 {
	float: left;
	margin-left: 180px;
}
