@charset "utf-8";
/* CSS Document */

/*==========================================
contact===========================================*/
.contact_text{
	margin:20px auto 0 auto;
	padding:10px 0 10px 80px;
	border:#4d7a2e solid 1px;
	line-height:20px;
	width: 610px;
}

.contact_text a{
	text-decoration: underline;
}

	
@media screen and (min-width: 0px) and (max-width:767px) {	
.contact_text{
	width:92%;
	height:auto;
	margin:0px;
	padding:4%;
	border-color:transparent;
	border-width:0px;
	border-style:none;
	line-height:1.5em;
	margin-top:10px;
	border-bottom: #000 1px dotted;
	border-top: #000 1px dotted;}
.contact_text br{
	display:none;}	
}
	
.contact_text a{
	color:#FF3300;
}
.contact_text a:hover{
	color:#FF3300;
	text-decoration:underline;
}
.contact_box{
	margin:40px auto;
}

@media screen and (min-width: 0px) and (max-width:767px) {	
.contact_box{
	margin:0px;
width: 100%;}
}	
	
.contact_box h2{
	font-size:14px;
	font-weight:700;
	line-height:20px;
}
.contact_box p{
	font-size:22px;
	font-weight:bold;
	color:#d20106;
	line-height:20px;
	margin-top: 5px;
}
.tel{
	text-align:center;
}

@media screen and (min-width: 0px) and (max-width:767px) {	
.tel{
	text-align:center;
	float:none;
	margin:0px;
	margin-top:20px;
	margin-bottom:20px;
	width: 100%;
}
}





	
