@charset "UTF-8";


/* Inquiry -----------------------------------*/
div#inquiry {
	padding: 270px 100px 0 80px;
	background: url(../img_inquiry/ph_inquiry.jpg) no-repeat left top;
}

/* Inquiry About */
div#inquiry_about h2 {
	color: #600;
	font-weight: normal;
	font-size: 195%;
}
div#inquiry_about p {
	margin: 1.0em 0 0 0;
	color: #666;
	font-weight: bold;
}


/* Inquiry Button */
div#inquiry_list {
	float: right;
	display: inline;
	width: 820px;
	margin: 66px 0;
}
div#inquiry_list li {
	float: left;
	display: inline;
}
div#inquiry_list a {
	display: block;
	height: 162px;
	overflow: hidden;
	text-indent: -9999px;
}
li#inquiry_list_size a {
	width: 162px;
	margin: 0 55px 0 0;
	background: url(../img_inquiry/btn_size.jpg) no-repeat center top;
}
li#inquiry_list_size a:hover {
	width: 162px;
	margin: 0 55px 0 0;
	background-position: center -162px;
}
li#inquiry_list_pay a {
	width: 162px;
	margin: 0 55px 0 0;
	background: url(../img_inquiry/btn_pay.jpg) no-repeat center top;
}
li#inquiry_list_pay a:hover {
	width: 162px;
	margin: 0 55px 0 0;
	background-position: center -162px;
}
li#inquiry_list_request a {
	width: 162px;
	margin: 0 55px 0 0;
	background: url(../img_inquiry/btn_request.jpg) no-repeat center top;
}
li#inquiry_list_request a:hover {
	width: 162px;
	margin: 0 55px 0 0;
	background-position: center -162px;
}
li#inquiry_list_other a {
	width: 162px;
	margin: 0;
	background: url(../img_inquiry/btn_other.jpg) no-repeat center top;
}
li#inquiry_list_other a:hover {
	width: 162px;
	margin: 0;
	background-position: center -162px;
}
