@charset "utf-8";
/*----------------------------- 
お客様情報入力フォーム　画面
----------------------------- */
table.formtable2 {
	display: block;
	overflow: hidden;
	width:98% !important;
	margin:0 auto 30px auto;
	border-top:solid 1px #999999;
	border-left:solid 1px #999999;
	border-collapse: collapse;
}

table.formtable2 tbody,
table.formtable2 caption {
	width: 100% !important;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
table.formtable2 caption{
	background:#EEEEEE;
  	font-size:14px;
	font-weight:bold;
	line-height:160%;
	padding:10px 10px;
	border-top: none;
	border-left: none;
	border-bottom: solid 1px #999;
	border-right: solid 1px #999;
}
table.formtable2 tr {
	width: 100% !important;
	position: relative;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
table.formtable2 th {
	width: auto;
	display: block;
	text-align: left;
	line-height:160%;
	padding:10px 10px;
	vertical-align:middle;
	border-bottom:solid 1px #999999;
	border-right:solid 1px #999999;
	background:#EEEEEE;
	font-size:13px;
}
table.formtable2 td {
	display: block;
	line-height:160%;
	padding:10px 10px;
	vertical-align:top;
	border-right:solid 1px #999999;
	border-bottom:solid 1px #999999;
	text-align:left;
	font-size:13px;
}

table.formtable2 td.hisu {
	position: absolute;
	top: 0;
	right: 1px;
	border: none;
	white-space: nowrap;
}

table.formtable2 input[type="text"] {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
		
table.formtable2 td.col3{
	text-align:center;
}
#content table.formtable2 td.col3{
	text-align:center;
}

#form_s table.formtable2 td.hisu,
#form_u table.formtable2 td.hisu{
	width:25px;
	paddng:10px 0;
	color:#FF0000;
	background:#EEEEEE;
	vertical-align:middle;
	font-size:10px;
	text-align:center;
   	position: absolute;
	top: 0;
	right: 1px;
	border: none;
	white-space: nowrap;
}

div.table_inner{
	width: 96%;
	margin:0 auto;
}
input[type="text"],
input[type="password"],
select{
	padding-top: 5px;
	padding-bottom: 5px;
}


/*----------------------------- 
ボタン・インプット
----------------------------- */
.s_btn01{
	width: 200px; 
	height:40px;
}
.s_btn02{
	width: 150px; 
	height:40px;
}
.s_btn03{
	width: 50px; 
	height:35px;
}
.btn_bg{
	text-align:center;
	padding:20px;
}

/*----------------------------- 
ボタンボックス
----------------------------- */
.btn_box_right{
	margin:10px auto 30px auto;
	text-align:center;
	width: 320px;
}

.btn_box_left{
	margin:10px auto 30px auto;
	text-align:center;
	width: 320px;
}
