@charset "utf-8";
@import "common.css";
/* contact css */

/* contact */

#contact_visual {
	width:100%;
	height:103px;
	padding-top:77px;
	margin:0 auto 55px;
	background-image:url(../images/contact_visual.png);
	background-repeat:no-repeat;
	background-position:center top;
	text-align:center;
	clear:both;
}

#contact_visual p {
	font-size:25px;
	font-weight:500;
	color:#FFF;
}


.contact_detail {
	font-size:18px;
	text-align:left;
	width:68%;
	margin:0 auto;
}


#mail_btn {
	width:354px;
	margin:0 auto;

}

#mail_btn a {
	display:block;
	width:354px;
	height:78px;
	background-image:url(../images/contact_btn.png);
	background-repeat:no-repeat;
	background-position:top;
}

#mail_btn a:hover {
	display:block;
	width:354px;
	height:78px;
	background-image:url(../images/contact_btn.png);
	background-repeat:no-repeat;
	background-position:bottom;
}


#tel_btn {
	font-family:"メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

#tel_btn a {
	background-image:url(../images/telbtn_icon.png);
	background-position:left;
	background-repeat:no-repeat;
	display:block;
	width:280px;
	height:64px;
	padding:13px 0 0 60px;
	color:#004098;
	font-size:36px;
	font-family:
	text-decoration:none;
	margin:20px auto;
}