@charset "utf-8";
/* お客様の声 */
.voice_waku{
	border: 2px solid #CCC;
	padding: 20px;
	margin-bottom: 60px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}
.voice_waku .voice_txt{
	width:616px;
	float:left;
	margin-right:20px;
}
.voice_waku .voic_pic{
	width:260px;
	float:left;
}
.voice_waku .voice_staff{
	background-color: #e4ffcc;
	padding: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
/* ご挨拶*/
#title_bg{
	background-color: #f7f5f5;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 60px;
}
#title_bg h4{
	font-size: 350%;
	font-weight: bold;
	margin-bottom: 30px;
	color: #333;
}
#message{
	font-weight: bold;
	padding-top: 30px;
	font-size: 110%;
	line-height: 200%;
}

/* FAQ */
.cv_frame{
	background-color: #f0f1ec;
	padding: 20px;
	border: 1px solid #CCC;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 60px;
}
.cv_frame .tel{
	width:630px;
	float:left;
	margin-right:20px;
}
.cv_frame .mail{
	font-size: 14px;
	width: 258px;
	float: left;
	text-align: center;
	vertical-align: top;
}
.faq dt{
	background-image: url(../images/faq/q.gif);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 10px;
	padding-bottom: 5px;
	background-position: left top;
	padding-left: 30px;
	font-weight: bold;
}
.faq dd{
	background-image: url(../images/faq/a.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 60px;
	padding-top: 0px;
	margin-bottom: 40px;
	padding-right: 0px;
}
/* 愛昇殿とは下メニュー*/
#after_nav li{
	float: left;
	width:188px;
}
#after_nav li a{
	display: block;
	background-color: #f7f5f5;
	border: 1px solid #CCC;
	padding: 5px;
	margin-right: 10px;
	vertical-align: middle;
	color: #000;
	text-decoration: none;

}
#after_nav li span{
	background-image: url(../../images/arrow.png);
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-position: left center;
}
