@charset "UTF-8";
div.setumeikai_place {
	padding: 20px;
	background: #f7f7f7;
	border: 1px solid #dddddd;
	border-radius: 10px;
	/* CSS3草案 */
	-webkit-border-radius: 10px;
	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;/* Firefox用 */
}
div.setumeikai_place dt {
	float: left;
	margin-right: 20px;
}
table.form_table .red {
	color: #d0000a;
}
table.form_table th {
	text-align: left;
	padding: 20px;
	vertical-align: top;
	background: url(../img/common/ttls_line.gif) 0 8px no-repeat;
	border-bottom: 1px dotted #d1d1d1;
}
table.form_table td {
	padding: 20px 20px 20px 20px;
	border-bottom: 1px dotted #d1d1d1;
}
table.form_table td input {
	vertical-align: middle;
}
table.form_table td select {
	vertical-align: middle;
	border: 1px solid #ccc;
}
table.form_table td textarea {
	vertical-align: middle;
	border: 1px solid #ccc;
}
table.form_table td input#man, table.form_table td input#woman {
	margin-bottom: 5px;
}
table.form_table td .input_box {
	width: 100px;
	padding: 5px;
	margin-left: 3px;
	border-radius: 3px;
	/* CSS3草案 */
	-webkit-border-radius: 3px;
	/* Safari,Google Chrome用 */
	-moz-border-radius: 3px;/* Firefox用 */
}
table.form_table td .input_birthday {
	padding: 5px;
	margin-left: 3px;
	border-radius: 3px;
	/* CSS3草案 */
	-webkit-border-radius: 3px;
	/* Safari,Google Chrome用 */
	-moz-border-radius: 3px;/* Firefox用 */
}
table.form_table td .postalcode {
	width: 40px;
	padding: 5px;
	margin-left: 3px;
	border-radius: 3px;
	/* CSS3草案 */
	-webkit-border-radius: 3px;
	/* Safari,Google Chrome用 */
	-moz-border-radius: 3px;/* Firefox用 */
}
table.form_table td .input_tel {
	width: 230px;
	padding: 5px;
	margin-left: 3px;
	border-radius: 3px;
	/* CSS3草案 */
	-webkit-border-radius: 3px;
	/* Safari,Google Chrome用 */
	-moz-border-radius: 3px;/* Firefox用 */
}
table.form_table td .input_mail {
	width: 300px;
	padding: 5px;
	margin-left: 3px;
	border-radius: 3px;
	/* CSS3草案 */
	-webkit-border-radius: 3px;
	/* Safari,Google Chrome用 */
	-moz-border-radius: 3px;/* Firefox用 */
}
table.form_table td .input_youbou {
	width: 550px;
	padding: 5px;
	margin: 0　0 15px 3px;
	border-radius: 3px;
	/* CSS3草案 */
	-webkit-border-radius: 3px;
	/* Safari,Google Chrome用 */
	-moz-border-radius: 3px;/* Firefox用 */
}
table.form_table td .input_youbou {
	width: 550px;
	padding: 5px;
	margin: 0　0 15px 3px;
	border-radius: 3px;
	/* CSS3草案 */
	-webkit-border-radius: 3px;
	/* Safari,Google Chrome用 */
	-moz-border-radius: 3px;/* Firefox用 */
}
table.form_table td .select_prefecture {
	width: 160px;
	padding: 5px;
	margin-left: 3px;
	border-radius: 3px;
	/* CSS3草案 */
	-webkit-border-radius: 3px;
	/* Safari,Google Chrome用 */
	-moz-border-radius: 3px;/* Firefox用 */
}
table.form_table td .agree_box {
	font-size: 113%;
	font-weight: bold;
	margin: 0 auto 15px auto;
	width: 300px;
	text-align: center;
	background: #ffe5e2;
	border: 1px solid #fcccc7;
	padding: 8px 0 5px;
}
table.form_table td .agree_box input {
	margin-top: 9px;
}
table.form_table td .kiyaku_box {
	width: 600px;
	height: 150px;
	overflow: auto;
	padding: 10px;
	border: 1px solid #dddddd;
}
table.form_table td p.error {
	font-weight: bold;
	color: #ef0015;
	padding-left: 25px;
	background: url(../img/common/icn_annotation.gif) left top no-repeat;
}
table.form_table td p {
	margin-bottom: 15px;
}
table.form_table td span.link a {
	color: #d0000a;
	padding-left: 15px;
	background: url(../img/common/icn_arrow.gif) left 5px no-repeat;
}
table.form_table td input.error_box {
	background: #ffb3b5;
}
.middle {
	vertical-align: middle !important;
}
.input_date {
	padding: 5px;
	margin-left: 3px;
	border-radius: 3px;
	/* CSS3草案 */
	-webkit-border-radius: 3px;
	/* Safari,Google Chrome用 */
	-moz-border-radius: 3px;
	/* Firefox用 */
	width: 4em;
	border: #cccccc 1px solid;
}
div.entry_area {
	clear: both;
	margin: 20px auto 0px;
	text-align: center;
}
div.entry_area p {
	margin-bottom: 20px;
}
div.thanks_area {
	margin-left: 5px;
}
div.thanks_area p {
	margin-bottom: 20px;
}
p.thanks_link {
	text-align: center;
	margin: 60px 0 80px;
}
p.thanks_link a {
	color: #d0000a;
	padding-left: 15px;
	background: url(../img/common/icn_arrow.gif) left 2px no-repeat;
}
.error {
	font-weight: bold;
	color: #ef0015;
}
/*form関係 ---------*/
input {
	padding: 2px;
	font-size: 100%;
	margin: 4px 0 2px 0;
}
.txt_input_ss {
	width: 50px;
	border: 1px solid #cccccc;
	line-height: 1.7;
}
.txt_input_s {
	width: 100px !important;
	border: 1px solid #cccccc;
	line-height: 1.7;
}
.txt_input_m {
	width: 200px;
	border: 1px solid #cccccc;
	line-height: 1.7;
}
.txt_input_l {
	width: 300px;
	border: 1px solid #cccccc;
	line-height: 1.7;
}
.txt_input_ll {
	width: 400px;
	border: 1px solid #cccccc;
	line-height: 1.7;
}
.txt_input_xl {
	width: 508px;
	border: 1px solid #cccccc;
	line-height: 1.7;
}
.txt_input_login {
	width: 300px;
	border: 1px solid #cccccc;
	line-height: 1.7;
}
.icn_input {
	position: relative;
	display: block;
	width: 130px;
	float: left;
}
.icn_input a {
	position: absolute;
	top: 5px;
	right: 0px;
}
.kara {
	display: block;
	float: left;
	margin: 5px 10px 0;
}
.icn_search_corp img {
	margin: 4px 4px 4px 10px;
}
.icn_txt img {
	padding-left: 4px;
}
.txtarea_l {
	width: 500px;
	border: 1px solid #cccccc;
	line-height: 1.7;
	padding: 6px;
}
p.thanks_txt {
	padding: 80px 0 120px;
	font-weight: bold;
}




/*--search_order thanks add160526--*/
.search_order_thanks .main_area {}
.search_order_thanks .main_area .inner {
   margin-top: 40px;
   min-height: 260px;
   background: url(../img/search_order/thanks_bg.jpg) center 0 no-repeat;
}
.search_order_thanks .main_area .inner p.cp {
   display: inline-block;
   padding: 30px 20px;
   margin: 40px 0 0 30px;
   background: url(../img/search_order/thanks_cp_bg.gif) 0 0 repeat;
}
.search_order_thanks .main_area .tel {
   clear: both;
   text-align: center;
}
.search_order_thanks .main_area .entry_area {
   margin-top: 40px;
}
.search_order_thanks footer {
   text-align: center;
   margin-top: -30px;
   padding: 5px;
   background: #043178;
   color: #fff;
]