@charset "UTF-8";
.telfax{
	background-color: #E0F5F4;
	padding: 10px;
	border-radius: 10px;
}
.telfax h4{
	font-size: 2rem !important;
	font-weight: bold !important;
	border-bottom: none !important;
	padding-top: 0 !important;
}
.telfax p.tel{
	font-weight: bold;
	font-size: 2.8rem;
	margin-top: 10px;
	margin-left: 40px;
}
.telfax p.fax{
	font-size: 2rem;
	margin-bottom: 0;
	margin-left: 50px !important;
}
.telfax h4{
	margin: 0;
	padding-left: 20px;
}
.telfax p.tel{
	margin-bottom: 0;
}
.telfax p.tel:before{
	content: url(../common/img/contact/tel.png);
}
.telfax p.tel span{
	font-weight: normal;
	font-size: 1.4rem;
}
.telfax p.fax:before{
	content: url(../common/img/contact/fax.png);	
}
#form ul{
	margin: 0 auto;
	padding-left: 0;
	width: 100%;
}
#fom ul li p{
	margin: 0;
}
