@charset "utf-8";
/* =========================================

nasluck > reform > inquiry CSS

============================================ */


body#inquiry {
	margin:25px auto 0px auto;
	background:none;
	}

input {
	vertical-align:middle;
	}
	
table img {
		vertical-align:middle;
	}
/* -------------------------------------------
	wrapper
------------------------------------------- */
#WRAPPER {
overflow: hidden;
width: 800px;
margin: 0 auto;
padding:0;
background:#FFFFFF;
text-align:left;
}


/* お問合せform用ヘッダー */
#header_inq{
	clear:both;
	width:800px;
	height:60px;
	margin:0px auto 8px auto;
	padding:0px;
	position:relative;
}
#header_inq ul{
	list-style:none;
	margin:0px;
	padding:0px;
}
#header_inq li{
	margin:0;
	padding:0;
}
#header_inq li#bnr_nas{
	width:106px;
	position:absolute;
	bottom:0;
	right:0;
}
#header_inq li#bnr_reformtop{
	width:214px;
	position:absolute;
	top:0;
	left:0;
}

/* バー（グレー） */
div.bar_type01 {
	width:800px;
	height:50px;
	margin:0;
	padding:0;
	display:block;
	background:url(/reform/image_cmn/bar_bg_type01.jpg) no-repeat 0 0 ;
	position:relative;
	}


/* お問合せform用h1 */
div.bar_type01 img.ttl {
	position:absolute;
	top:10px;
	left:0;
}
div.bar_type01 img.subttl {
	position:absolute;
	top:30px;
	right:12px;
	}

/* お問合せform用h2 */

h2 {
	width:800px;
	margin:18px 0 12px 0;
	padding:0 0 8px 0;
	background:url(/reform/image_cmn/bg_dottoline.gif) repeat-x 0 bottom ;
	}

#document {
	clear:both;
	width:780px;
	margin:0 auto;
	padding:0;
	text-align:center;
	/*font-size:85%;*/
	letter-spacing:1px;
	line-height:115%;
	}
#document p {
	clear:both;
	text-align:left;
	line-height:140%;
	}
	/*index用*/
#document ul.mail {
	list-style:none;
	width:780px;
	clear:both;
	margin:0 auto;
	padding:0;
	}
#document ul.mail li {
	float:left;
	width:322px;
	background:url(../image/list_mail.gif) no-repeat 10px 0px;
	margin:0;
	padding:6px 10px 6px 38px;
	text-align:left;
	}
#document ul.mail li.mail_last {
	padding:6px 10px 26px 38px;
	}
#document .sml {
	margin:0 0 0 30px;
	padding:0;
	font-size:85%;
	line-height:100%;
	}
#document .link_left {
	display: block;
	float: left;
	}
#document .sml_link a {
	display: block;
	float: left;
	margin:-1px 0 0 6px;
	padding: 3px 3px 1px 4px;
	font-size:85%;
	line-height:100%;
	border: 1px outset #4A78FF;
	background-color: #3366FF;
	color:#FFFFFF;
	}
#document .sml_link a:hover {
	border: 1px outset #84A3FF;
	background-color: #5B85FF;
	}
	
	/*ﾒｰﾙﾌｫｰﾑ用*/
#document .ssl {
	clear:both;
	display:block;
	margin:0px;
	padding:2px 0px 0px 0px;
	text-align:right;
	}
#document .ssl p {
	float:right;
	margin:0px;
	padding:5px 0px 8px 22px;
	background:url(../image/icn_ssl.gif) no-repeat 0px 0px;
	text-align:left;
	font-size:90%;
	line-height:100%;
	}


/* table設定-------------------------------------------------  */

table.form_t {
	clear:both;
	width:780px;
	border:2px solid #d5c9bf;
	margin:0 0 24px 0;
	padding:0;
	border-collapse:collapse;
	}
table.form_t th {
	border:1px solid #d5c9bf;
	width:160px;
	margin:0px;
	padding:20px 5px;
	background:#f5eae0;
	}
	
table.form_t th.ind {
	/*background:#f5eae0 url(../image_cmn/icn_ind.gif) no-repeat 1px 1px;*/
	}
	
table.form_t th.half {
	width:80px;
	}
.kome {
	margin:0 1px 0 1px;
	color:#FF0000;
	font-weight:normal;
	}
table.form_t td {
	margin:0px;
	padding:10px;
	background:#ffffff;
	border:1px solid #d5c9bf;
	text-align:left;
	font-size:100%;
	line-height:145%;
	}
	
table.form_t td p.icn_error {
	clear:both;
	text-align:left;
	margin:0;
	padding:0 0 3px 22px;
	background:url(../image_cmn/icn_error.gif) no-repeat 0px 0px;
	color:#FF0000;
	line-height:140%;
	}
p.icn_read {
	clear:both;
	width:660px;
	text-align:left;
	margin:0 0 20px 0;
	padding:4px 0 3px 107px;
	background:url(../image_cmn/icn_read.gif) no-repeat 0px 0px;
	color:#FF0000;
	line-height:140%;
	}
table.form_t td input,textarea,select {
	margin:1px 0px 3px 0px;
	padding:3px;
	font-size:100%;
	color:#444444;
	letter-spacing:1px;
}

table.form_t td ul#naiyou{
	list-style:none;
	margin:0px 0px 5px 0px;
	padding:0;
	}
table.form_t td input.btn_naiyo{
	margin:4px 0 0 0;
	padding:0;
	}
.att_mail {
	margin:5px 0 0 0;
	padding:7px;
	background-color:#ECEFFF;
	font-size:90%;
	line-height:150%;
	}
table.form_t .error {
	color:#FF0000;
	}
table.form_t .q_ttl {
	height:24px;
	font-weight:bold;
	border-bottom:2px;
	line-height:150%;
	}
table .q_ttl .formail {
	clear:both;
	margin:8px 0 0 0;
	padding:4px;
	font-size:85%;
	font-weight:normal;
	background:#FDE1E1;
	}

table input,select,textarea {
	padding:2px;
	margin:0 0 5px 0;
	line-height:115%;
	word-spacing:2px;
	color:#333333;
	}
table input.ind,textarea.ind {
	background:#FFF7D3;
	}
table td input.auto_area{
	width:120px;
	padding:3px 0px 2px 0px;
	font-size:95%;
	}
table td p.simile {
	margin:0;
	padding:0;
	color:#666666;
	font-size:90%;
	}
table td p.p_url {
	margin:0;
	padding:0;
	}
.other{
	vertical-align:top;	
}

/* 後付け、共通設定 */

	table.form_t td.border_none_top {
	border-top:none;
		}
	table.form_t td.border_none_bottom {
	border-bottom:none;
		}
table td div.float_l {
	float:left;
	padding:0 20px 0 0;
	}
.icon_level3 {
	margin:5px 0;
	}
.icon_level4 {
	margin:6px 0 ;
	font-weight:bold;
	color:#333;
	border-bottom:2px dotted #FFD5AA;
	}
table td .padding_b10 {
	clear:both;
	padding:0 0 10px 0;!important
	}
table td .padding_t10 {
	clear:both;
	padding:10px 0 0 0;!important
	}
table td.fontcolor_blown {
	color:#633;
	}


/*　下部設定-----------------------　*/

#con_bottom {
	clear: both;
	width: 640px;
	margin:0;
	padding:10px 0 15px;
	text-align:center;
}
#document .privacy {
	clear: both;
	width: 400px;
	height:50px;
	direction:scroll-y;
	margin:0 auto 20px;
	padding:12px;
	border:1px solid #cccccc;
	background:#eaeaea;
	text-align:center;
	font-size:85%;
	line-height:150%;
}
#document form {
	margin:0;
	padding:0;
}
#document form.f_left{
	float:left;
	width:170px;
}
#document form.f_right{
	float:right;
	width:170px;
}

#document .btn {
	clear:both;
	position:relative;
	width:310px;
	height:50px;
	margin:25px auto 20px auto;
	padding:0;
	text-align:center;
}
#document .btn_input {
	width:140px;
	height:36px;
	margin:0 5px;
	padding:0 0 1px 0;
	border:0;
	background:url(../image_cmn/btn_input.gif) no-repeat center 0px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:110%;
	text-align:center;
	letter-spacing:1px;
	cursor:pointer;
}
#document input.left{
	float:left;
	background:url(../image_cmn/btn_input_back.gif) no-repeat center 0px;
}
#document input.right{
	float:right;
	background:url(../image_cmn/btn_input_go.gif) no-repeat center 0px;
}

#document input.left:hover{
	filter: alpha(opacity=70);
-ms-filter: alpha(opacity=70);
opacity: 0.7;
}

#document input.right:hover{
	filter: alpha(opacity=70);
-ms-filter: alpha(opacity=70);
opacity: 0.7;
}


#document input.btn_input_l{
	clear: both;
	width: 220px;
	background:url(../image_cmn/btn_input_l.gif) no-repeat 0px 0px;
}

#document input.btn_input_l:hover{
	filter: alpha(opacity=70);
-ms-filter: alpha(opacity=70);
opacity: 0.7;
}




#document input.btn_input_l_back{
	clear: both;
	width: 220px;
	background:url(../image_cmn/btn_input_l_back.gif) no-repeat 0px 0px;
}
/*----Thanks-----------------------------*/
#document #thanks_box {
	position:relative;
	overflow-y:visible;
	width:650px;
	height:230px;
	border:2px solid #d5c9bf;
	margin:25px auto;
	padding:0;
	text-align:center;
	}
#document #thanks_box p {
	margin:0 0 14px;
	padding:0;
	text-align:center;
	}

#document #thanks_box p.fts-large_cc0000{
	clear:both;
	position:relative;
	top:40px;
	height:130px;
	overflow-y:visible;
	margin:0;
	padding:0px;
	color:#FF0000;
	font-size:135%;
	font-weight:bold;
	line-height:175%;
	}
/**>>> add takai 20071211 */
#document #thanks_box .add {
	color:#FF3366;
	font-size:115%;	
}
#document #back_top {
	width:200px;
	height:25px;
	clear:both;
	margin:15px auto;
	padding:0;
	text-align:center;	
}
#document #back_top p {
	height:30px;
	clear:both;
	margin:0 auto;
	padding:0px 0 0 35px;
	background:url(../image/icn_top.gif) no-repeat left 0px;
	text-align:left;	
}
#document #back_top a {
	display:block;
	}
#footer_ban {
	margin:0 auto;
	padding:12px auto 0 auto;
	height:15px;
	}
