@charset "shift_jis";

/*------------------------------------------------------------
import css
------------------------------------------------------------*/

@import url("../import.css");

/* CSS Document */

.inner_left{
	width:100px;
	float:left;
	margin-top:20px;
}
.inner_right{
	width:619px;
	float:right;
	margin-top:20px;
}
.midashi{
	text-align:left;
	padding-bottom:10px;
	}
/*  ************************ */
.inner h2{
	letter-spacing: 1px;
	font-size:18px;
	padding-bottom:10px;
	font-weight:bold;
	}
.inner h2.err{
	color:#CC0000;
	}
.inner p{
	line-height:150%;
	letter-spacing: 1px;
	}
/*  ************************ */

textarea{
	width: 98%;
}
input.w50{
	width: 25px;
}
input.w70{
	width: 70px;
}
input.w200{
	width: 200px;
}
input.w100{
	width: 100px;
}
input.100{
	width: 100px;
}
input.w_max{
	width: 100%;
}
.h200{
height:200px;
}
select{
	color:#444347;
}
.formtable{
width:98%;
border-top:#666666 1px solid;
border-left:#666666 1px solid;
border-right:#666666 1px solid;
margin-top:10px;
margin-left:2%;
}
.formtable td{
padding:7px;
margin:0px;
border-bottom:#666666 1px solid;
}
.formtable th{
	/*background-color:#F2F2F2;*/
	width: 150px;
	font-weight:normal;
	padding:7px;
	margin:0px;
	border-right:#666666 1px solid;
	border-bottom:#666666 1px solid;
	vertical-align: middle;
}
.border_no{
border-bottom:0px none;
}
.submit-button{
	text-align: center;
	margin-top:10px;
}
.submit-button input {
text-align:center;
}
.contact-ahead{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin-top: 20px;
	padding: 10px 10px 0px;
	margin-bottom: 20px;
}
/*  ************************ */

#block02{
	margin:30px 0px;
	padding:10px;
	border:#666666 1px solid;
}
#block02 p{
	padding-top:10px;
}

/*  ************************ */
#dt-two{
	display:none;
}
#dd-two{
	display:none;
}
#dt-three{
	display:none;
}
#dd-three{
	display:none;
}
/* box_info */
.box_info{
	margin:20px 40px;
	padding:20px 30px;
	background-color: #F2F2F2;
	border: 1px dotted #CCCCCC;
}
.info_txt{
	margin-bottom:10px;
	padding-left:9px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	font-size:90%;
	letter-spacing: 1px;
	line-height:120%;
	height:40px;
}

