.block_contact{
	line-height:160%;
}
.contact-form{
	padding:10px 0 10px 50px;
}

.contact-form ul {
	list-style:none;
}
.contact-form ul li span{
	width:270px;
}
#spanarea{
	width:300px;
}
.contact-form input, .contact-form select, .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(PIE.htc);
	
}
.contact-form input:focus, .contact-form textarea:focus{
	outline:1px solid #FBBFAF;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	behavior: url(PIE.htc);
}
.size2{
	width:200px;	
}
.size2{
	width:385px;	
}
.size3{
	width:540px;
	height:200px;
	resize:none;	
}
.contact-form textarea{
	margin-top:8px;
}
.contact-form .submit-btn{
	font-size:1.2em;
	color:#FFF;
	background-color:#0853b0;
	padding:6px;
	min-width:120px;
	text-shadow:1px 1px 2px rgba(255,255,255,1);	
}
.contact-form .submit-btn:hover{
	background-color:#dceafa;
	color:#fff;
	cursor:pointer;
	text-shadow:-1px -1px 2px rgba(0,0,0,0.5);
}
.list li {
  padding: 10px 0;
  background: url(../img/hr.png) 0 bottom repeat-x;
}
.center {
  text-align: center;
  margin-top:10px;
}
.list li span {
  display: inline-block;
  color: #0853b0;
  min-width: 100px;
}
.list li b {
  color:#D53234;
}
.pdt20{
	padding-top:20px !important;
}