.contact-form{
	margin:20px 0;
	border:1px solid #ffb618;
	background:#fdfaeb;
	padding-bottom:40px;
	border-radius:10px;
}
.contact-form ul li span{
	width:300px;
}
#spanarea{
	width:300px;
}
.contact-form input, .contact-form textarea{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding:6px;
	border:1px solid #ccc;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	behavior: url(contact/PIE.htc);
	
}
.contact-form input:focus, .contact-form textarea:focus{
	outline:1px solid #ffb618 ;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	behavior: url(contact/PIE.htc);
}
.size2{
	width:365px;	
	margin-top:3px;
}
.size3{
	width:542px;
	height:200px;
	resize:none;	
}
.contact-form textarea{
	margin-top:8px;
}
.contact-form .submit-btn{
	font-size:1.2em;
	color:#FFF;
	background-color:#ffbe31;
	padding:6px;
	min-width:120px;
	text-shadow:1px 1px 2px rgba(255,255,255,1);
}
.contact-form .submit-btn:hover{
	background-color:#ffa433;
	color:#fff;
	cursor:pointer;
	text-shadow:-1px -1px 2px rgba(0,0,0,0.5);
}

.h200{
	line-height:140%;
	text-align:left;	
}
.info{
	width:620px;
}
.normal1{
	margin-top:20px;
}
.thanks{
	padding:20px 20px 0 20px;
	color:#333;
}
