@charset "UTF-8";
@import url("common.css");
@import url("corner.css");


/*-----------------------------------------
	h2
-----------------------------------------*/

h2 {
	background:url(../inquiry/img/h2.gif) no-repeat;
}

/*-----------------------------------------
	電話・メール
-----------------------------------------*/

.inq-box01,
.inq-box02 {
	width:455px;
	margin:5px auto 0 auto;
	padding:15px 5px 15px 70px;
}

.inq-box01 {
	background:url(../inquiry/img/icon01.gif) left center no-repeat;
}

.inq-box02 {
	background:url(../inquiry/img/icon02.gif) left center no-repeat;
}

.inq-box01 p,
.inq-box02 p{
	font-size:146.5%;
	font-weight:bold;
}


.inq-box02 a{
	font-weight:bold;
}

.inq-box02 a:link,
.inq-box02 a:visited{
	color:#1B1B1B;
}


.inq-box02 a:hover,
.inq-box02 a:active {
	color:#00A0E9;
}