@charset "UTF-8";
/* CSS Document */


/****************************************

          

*****************************************/

#form_area{
	width: 940px;
	margin: 0 auto;
	margin-bottom: 40px;
}
.read{
	width: 700px;
	text-align: center;
	margin: 0 auto;
	font-size: 110%;
	line-height: 160%;
	margin-bottom: 40px;
}
.toi_tel{
	width: 880px;
	margin: 0 auto;
}
.tel_btn{
	display: block;
	text-align: center;
	width:350px;
	height: 96px;
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 60px;
	background-image:url(../../top/image/btn_back.png);
	background-repeat: no-repeat;
	background-size: 400px 108px;
	border-radius: 10px;
	padding-top: 12px;
	box-shadow: 0 0 8px gray;
}
.tel_btn:hover{
	opacity: 0.85;
	transition: 0.3s ;
}
.tel_btn a{
	color: #fff;
}
.tel_btn p{
	display: block;
	height: 26px;
	line-height: 26px;
	font-size:120%;
	margin: 0;
}
.tel_btn dt{
	display: block;
	height: 32px;
	line-height: 32px;
	font-size: 210%;
}
.tel_btn dd{
	display: block;
	height: 26px;
	font-size: 90%;
	line-height: 26px;
}


.toi_mail{
	width: 880px;
	margin: 0 auto;
}
.form_wrap{
	width: 700px;
	height: 600px;
	border: 1px solid #333;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 10px;
}
.form_text{
	width: 700px;
	margin:  0 auto;
	font-size: 95%;
	margin-bottom: 40px;
}
.form_wrap{
	padding: 20px;
}
.formin {
	display: block;
}
.formin dt{
	height: 30px;
	line-height: 30px;
	display: inline-block;
	width: 200px;
	border-bottom:1px solid #999;
	margin-bottom: 10px;
}
.formin dd{
	display: inline-block;
	height: 30px;
	line-height: 30px;
	width: 300px;
	margin-bottom: 10px;
}
.formin input{
	width:100%;
	border: none;
	height: 30px;
	line-height: 30px;
	background: #DCFFC0;
}