@charset "utf-8";
/* CSS Document */

/*==========================================
contact===========================================*/
.contact_text{
	margin:20px 0 0 18px;
	padding:10px 0 10px 80px;
	border:#74b127 solid 1px;
	line-height:20px;
}

.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:20px 0 0 20px;}
@media screen and (min-width: 0px) and (max-width:767px) {	
.contact_box{
	margin:0px;}
}	
	
.contact_box h2{
	font-size:14px;
	font-weight:700;
	line-height:20px;
}
.contact_box p{
	font-size:20px;
	font-weight:bold;
	color:#d20106;
	line-height:20px;
	margin-top: 5px;
}
.tel{
	text-align:center;
	float:left;
	margin:0 0 0 80px;
}
.fax{
	text-align:center;
	float:right;
	margin:0 80px 0 0;
}

@media screen and (min-width: 0px) and (max-width:767px) {	
.tel{
	text-align:center;
	float:none;
	margin:0px;
	margin-top:20px;
	margin-bottom:20px;
}
.fax{
	text-align:center;
	float:none;
	margin:0px;
	margin-bottom:20px;}
}





	
