@charset "utf-8";
/* PAGE5 ========================================================*/
body {/* background:url(../../common/img/05.png) center top no-repeat;*/}
.spaceTop 		{ margin-top: 29px;}
.boxContent	 	{ letter-spacing:-1px; padding:17px 0 18px; font-size:14px ; line-height: 18px;}
.spaceTb		{ padding:19px 0 0;}


.boxContact	{ width:729px; margin:0 auto; }

.contact-form .inputtxt, .contact-form textarea{ 
	width:100%;
	padding:4px;
	border:1px solid #dbdada;
	background:none;
	color:#848484;
}
.contact-form textarea { width:100%; height:100px; resize:vertical;}
.contact-form .submit-btn {
font-size: 14px;
background: #68295f;
padding: 5px 6px;
min-width: 85px;
border: none;
color: #dbdada;
font-weight: bold;
border:1px solid #dbdada;
}
.contact-form .submit-btn:hover{
 cursor:pointer;
 opacity:0.7;
}
ul.list 	{ list-style:none;}
ul.list li 	{ display:inline-block; width:100%; margin-bottom:10px;}
ul.list li span 	{ color:#fe0000; padding:0 5px;}

ul.list .nameBox	{ width:137px; float:left; }	
ul.list .inputBox	{ width:240px; float:left;}	
.center	{ text-align:center; margin:32px 32px 0;}

