
@charset "Shift-JIS";
/****************************************
フォーム用CSS
****************************************/

/*【フォーム】-----------------------------*/

#form_main{
	width:950px;
	margin-bottom:80px;
}

#form_main h4{
	margin-top:20px;
	margin-bottom:5px;
}

#form_in{
	margin-top:40px;
}

#form_in table{
	width:800px;
	margin-top : 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear:both;
}

#form_in tr{
height:40px;
}

#form_in th{
	text-align:right;
	width:200px;
	border-radius: 5px;
	padding: 5px 10px 5px 5px;
	background-color:#fff;
}

#form_in td{
	text-align:left;
	padding-left:10px;
	background-color:#fff;
}

#name,#kana,#compkana{
	width:200px;
	border: 2px solid #099;
	border-radius: 5px;
	background: #fff;
	color: #0C2245;
	font-size: 14px;
}

#comp{
	width:200px;
	border: 2px solid #099;
	border-radius: 5px;
	background: #fff;
	color: #0C2245;
	font-size: 14px;
}

#email_s,#emailcheck{
	width: 350px;
	border: 2px solid #099;
	border-radius: 5px;
	background: #fff;
	color: #0C2245;
	font-size: 14px;
}

#tel0, #tel1, #tel2{
	width: 40px;
	border: 2px solid #099;
	border-radius: 5px;
	background: #fff;
	color: #0C2245;
	font-size: 14px;
}

#question{
	width:280px;
	border: 2px solid #099;
	border-radius: 5px;
	background: #fff;
	color: #0C2245;
	font-size: 14px;
}

#message {
	width: 420px;
	height: 300px;
	border: 2px solid #099;
	border-radius: 5px;
	background: #fff;
	color: #0C2245;
	font-size: 14px;
}

.submit {
	text-align: center;
	background: #fff;
	margin-top:30px;
	margin-right: auto;
	margin-bottom:20px;
	margin-left: auto;
}

/*【フォーム確認】-----------------------------*/
#form_con{
	margin-top:40px;
}

#form_con table{
	width:600px;
	border: 2px solid #099;
	border-radius: 5px;
	margin-top : 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear:both;
	padding-top:20px;
	padding-bottom:20px;
}

#form_con tr{
height:40px;
}

#form_con th{
	text-align:right;
	width:200px;
}

#form_con td{
	text-align:left;
	padding-left:10px;
}

/*【フォーム確認】-----------------------------*/

#form_fix{
	width:600px;
	border: 2px solid ##099;
	border-radius: 5px;
	margin-top:40px;
	margin-right: auto;
	margin-bottom: 120px;
	margin-left: auto;
	clear:both;
	padding-top:20px;
	padding-right:10px;
	padding-bottom:80px;
}

#form_fix h5{
	text-align:center;
	margin-top:50px;
	margin-right: auto;
	margin-bottom:40px;
	margin-left: auto;
	font-weight:bold;
	font-size:14px;
}

#form_fix h6{
	text-align:center;
}