﻿@charset "utf-8";

/* ===================================================================

	料金案内

=================================================================== */
#price{	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 10px;}
#price table{
	width: 100%;
	border: 1px solid #CCCCCC;
}
#price th{
	padding: 5px;
	border: 1px solid #CCCCCC;
	text-align: center;
	background-color: #3874BA;
	font-weight: bold;
	color: #FFFFFF;
}
#price td{
	padding: 5px;
	border: 1px solid #CCCCCC;
	text-align: center;
	width: 300px;
}
#price th.blue{
	background-color: #3874BA;
	font-weight: bold;
	color: #FFFFFF;
}

#price td:hover{
	background-color: #E4EDF8;
}
/* ===================================================================

	店舗案内

=================================================================== */

#shop{	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 10px;}
#shop table{
	width: 100%;
	border: 1px solid #CCCCCC;
}
#shop th{
	padding: 5px;
	border: 1px solid #CCCCCC;
	text-align: center;
	background-color: #3874BA;
	font-weight: bold;
	color: #FFFFFF;
}
#shop td{
	padding: 5px;
	border: 1px solid #CCCCCC;
	text-align: left;
	width: 350px;
}
#map table{
	width: 100%;
	border: 1px solid #CCCCCC;
}
#map td{}
/* ===================================================================

	店舗写真

=================================================================== */
#img_box{
	padding-left: 10px;
}
#img_box .img{
	margin-right: 10px;
}
#img_box .img_blank{
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
}
/* ===================================================================

	よくある質問

=================================================================== */
#faq{
	margin-bottom: 20px;
}
#faq h2{
	background-image: url(../../images/q.jpg);
	height: 54px;
	width: 633px;
	color: #2c6db6;
	line-height: 54px;
	font-weight: bold;
	text-indent: 80px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 12px;
	background-repeat: no-repeat;
	background-position: left center;
}
#answer{
	background-image: url(../../images/a.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 38px;
	padding-left: 60px;
	padding-top: 15px;
	margin-left: 20px;
}
#answer p{
	font-size: 12px;
}
#faq h2:hover{
	background-color: #ECF2FB;
}
#answer:hover{
	background-color: #FFECEC;
}
/* ===================================================================

	施術の流れ

=================================================================== */

#flow_text{
	padding-left: 50px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-right: 30px;
}

