@charset "Shift_JIS";
/*content*/
.table_inq{
	width:641px;
}
.table_inq span{
	color:#FF0000;
	font-weight:normal;
	margin-left:0.3em;
}
.table_inq th{
	width:160px;
	background:#E5E5E5;
	text-align:left;
}
.table_inq td{
	background:#EFEFEF;
}
.table_inq th,
.table_inq td{
	border-bottom:1px solid #FFFFFF;
	padding:10px 16px;
	vertical-align:top;
}
.table_inq textarea,
.table_inq select,
.table_inq input{
	border:#CCCCCC 1px solid;
}
.form_wide{
	width:300px;
}
.form_mid{
	width:168px;
}
.txt_attention{
	color:#FF0000;
	margin-bottom:14px;
}
.box_attention{
	color:#FF0000;
	margin-bottom:20px;
	width:641px;
	border:#FF0000 1px solid;
	padding:10px 0;
}
.box_attention p{
	width:590px;
	margin:0 auto;
}
.btn_btm{
	width:415px;
	text-align:center;
	margin:30px auto 0 auto;
}
.btn_btm:after {   
	content: ".";   
	display: block;
	visibility: hidden;
	height: 0;   
	line-height: 0;   
	clear: both;   
}
.btn_l,
.btn_r{
	width:200px;
}
.btn_l{
	float:left;
}
.btn_r{
	float:right;
}