@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
html, body {
	width:100%;
	height: 100%;
}
html { overflow-y:scroll;}
body {
	margin:0;
	padding:0;
	font-size:16px;
	color:#000000;
	line-height:18px;
	font-family:"ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
img{ vertical-align:bottom;}
/* ======== 縦方向中央揃え ======== */
.flexiblebox {
 display: -webkit-flex;
 display: flex;
 -webkit-align-items: center;
 align-items: center;
}
/* ======== clearFix ======== */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
} 
.clearfix {
	overflow: hidden;
	zoom: 1;
}
/* ======== main ======== */
#main{
	width:700px;
	height:auto;
	margin:0px auto;
}
.header{}
h1.title-1{ margin:15px auto 0;}
h1.title-2{ margin:8px auto 0;}
.guide{ margin-top:13px; margin-bottom: 25px;}
.guide_img{
	width:330px;
	display: inline-block;
	padding:0;
}
.guide_price{
	width:350px;
	display: inline-block;
	vertical-align: top;
	margin:0 7px 0 7px;
}
.guide ul.trouble{
	font-size:16px;
	font-weight:400;
	margin: 0 0 30px 1em;
	padding: 0;
	list-style-type:none;
}
.guide ul.trouble li{
	padding:6px 0;
	list-style-image : url("../noukotsu/images/list_mark.gif");
}
.hiyou_ttl{
	background-color:#6A7748;
	color:#FFFFFF;
	text-align:center;
	line-height:35px;
	font-size:20px;
	margin:10px auto 20px;
}
.wd_acs{
	width:700px;
	margin:15px auto 15px;
	font-weight:400;
	line-height:20px;
}
.access{ width:340px; display:inline-block;}
.acs_ttl{
	padding:0 0 0 10px;
	height:70px;
	font-size:18px;
	line-height:26px;
	color:#FFFFFF;
	background: no-repeat url('../noukotsu/images/access_ttl.gif');
}
.acs_txt{
	width:290px;
	margin:20px 0 0 10px;
	font-weight:400;
	font-size:16px;
	line-height:18px;
}
.acs_map{
	display:inline-block;
	vertical-align:top;
	margin:0 0 0 30px;
}
.map_txt-1{
	margin:20px auto 0;
	padding:0 0 0 10px;
	color:#50B98E;
	font-weight:400;
	font-size:16px;
	line-height:18px;
}
.map_txt-2{
	margin:10px auto 0;
	padding:0 0 0 10px;
	line-height:18px;
	font-weight:400;
	font-size:14px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.flow{
	margin:10px auto 0;
	font-weight:400;
}
.flow_ttl{
	color:#545F37;
	font-size:20px;
}
.flow table td.line{ border-bottom:1px dotted #555F37;}
table.flow_box {
    margin: 0 auto;
    width: 650px;
    border: none;
    border-collapse: separate;
    border-spacing: 0 10px;
    background: #FFFFFF;
}
table.flow_box th {
    vertical-align: middle;
    height: 50px;
    margin: 0;
}
table.flow_box td{ padding:0 0 0 20px;}
table.flow_box td.flow_txt {
    font-size: 16px;
    line-height: 20px;
}
table.flow_box td.bar {
    height: 1px;
    width: 540px;
	padding:5px 0 0 0;
	border-bottom: dotted 1px #555F37;
}
.sermon{ margin:8px auto 20px;}
.sermon .about{
	width:660px;
	margin:0 auto;
	padding:0 0 15px 0;
	border-bottom: dotted 1px #555F37;
}
.sermon .about p{
	font-size:18px;
	font-weight:400;
	line-height:20px;
}
.sermon .sutra{
	width:660px;
	margin:18px auto;
}
.sermon .sutra_ttl{
	font-size:20px;
	font-weight:600;
	margin:0 auto 6px;
}
.sermon .sutra_ttl span{ font-size:14px;}
.sermon .sutra_txt{
	font-size:16px;
	font-weight:400;
	line-height:21px;
}
.sermon .quote{
	margin:10px auto;
	font-size:14px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.sermon .quote a{
	font-size:12px;
	text-decoration:none;
	word-wrap: break-word;
	color:#555F37;
}
#footer{
	margin:10px auto 0;
	border-top:#555F37 solid 1px; 
}
.contact{ 
	width:700px;
	height:98px;
	background-image:url('../noukotsu/images/contact_us.jpg');
	margin:0 auto;
	z-index: 1;
	position: relative;
}
#footer .contact a:hover{
	color: #555F37;
}
#footer .contact a{
	display: block;
	color: #000000;
	text-decoration: none;
	text-decoration: none;
	text-align: center;
}
.link { z-index: 3;position: absolute;width:180px;top: 60px;left:200px;text-align: center;font-size:17px;}
.copy{
	background-color:#555F37;
	height:40px;
	text-align:center;
	color:#FFFFFF;
	font-size:12px;
	line-height: 40px;
} 