@charset "UTF-8";
/* CSS Document */

.btn5 a{
	background-position:-610px -79px;
	pointer-events:none;
}

#formbody{
	width:590px;
	margin:0 auto 30px;
	background:url(/contact/img/formback.png);
	padding:15px;
	box-shadow:#666 1px 1px 3px;
	border-radius:5px;
}

.main_text{
	width:620px;
	margin:0 auto;
	padding:0 65px;
	background:url(/contact/img/maintext_back.png) no-repeat;
	font-size:0.9em;
	margin-bottom:10px;
	height:50px;
}

dl{
	width:600px;
}

dt{
	float:left;
	width:215px;
	height:70px;
	margin-bottom:10px;
}

.dd{
	width:380px;
	line-height:70px;
	margin-left:235px;	
}

.dd2{
	padding:5px 20px 0 235px;
}

textarea{
		width:100%;
}

#formbody ul li{
	float:left;
	margin-right:10px;
}

.margin-top{
	color:#F00;
}

.soushin{
	text-align:center;
	margin:15px 0 5px;	
}
	
.bottom{
	width:100px;
	line-height:25px;
	background-color:#a28063;
	color:#FFF;
	font-size:0.9em;
}

.clearfix:after{
	content:"";
	display:block;
	clear:both;

	
}