@charset "utf-8";

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	color: #64C2CD;
}

table {
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
}

.red {
	color: red;
}

/* For modern browsers */
.cf:before,
.cf:after {
	content: "";
	display: block;
	overflow: hidden;
}

.cf:after {
	clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom: 1;
}

.ml30 {
	margin-left: 30px;
}

.mt30 {
	margin-top: 30px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb50 {
	margin-bottom: 50px;
}

img {
	vertical-align: top;
}

.gothic {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}

/* site default 
---------------------------------------------------------------------------------- */
body {
	text-align: center;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

body#default01 {
	background: url(../images/bg01.png) no-repeat center 0 #ffffff;
}

body#default02 {
	background: url(../images/bg02.png) no-repeat center 0 #ffffff;
}

body#default03 {
	background: url(../images/default03_header_bg.jpg) no-repeat 50% 0 #64C2CD;
}

body#default03 div#wrap {
	background: url(../images/default03_kumo_bg.png) repeat-y 50% 375px;
}

div#container {
	width: 960px;
	margin: 0 auto;
}

header {
	padding-top: 30px;
	padding-bottom: 80px;
	text-align: left;
	position: relative;
	clear: both;
	overflow: hidden;
}

header h1 {
	margin-top: 20px;
	margin-left: 100px;
	float: left;
}

header address {
	float: left;
	margin-top: 20px;
	margin-left: 30px;
	line-height: 1.6;
	font-style: normal;
	font-size: 90%;
}

header nav ul {
	margin-right: 45px;
	list-style: none;
	position: relative;
}

header nav ul li {
	float: right;
	margin-left: 10px;
}

div#contents {
	clear: both;
	overflow: hidden;
}

div.totop {
	margin-top: 50px;
}

footer {
	background: url(../images/footer_kumo.png) no-repeat 50% 0;
	margin-top: 100px;
	text-align: left;
	clear: both;
	overflow: hidden;
	width: 100%;
}

footer img {
	vertical-align: bottom;
}

footer #footer_inner {
	width: 890px;
	margin: 0 auto;
	padding-left: 70px;
}

footer div#footer_inner_left {
	float: left;
	width: 735px;
	margin-top: 120px;
}

footer h2 {
	float: left;
}

footer address {
	margin-left: 25px;
	float: left;
	font-style: normal;
	font-size: 70%;
	line-height: 1.6;
}

footer nav {
	float: left;
	margin-left: 18px;
	margin-right: 15px;
}

footer nav ul {
	margin-left: 15px;
	float: left;
	font-size: 68%;
	list-style: none;
	position: relative;
}

footer nav ul li {
	line-height: 1.8;
}

footer nav ul li a {
	text-decoration: none;
	color: #333333;
}

footer nav ul li a:hover {
	text-decoration: underline;
	color: #333333;
}

footer p.copy {
	margin-top: 20px;
	float: right;
	font-size: 63%;
	font-family: Verdana, Geneva, sans-serif;
	margin-right: 13px;
}

footer p {
	float: left;
}

footer p.totop {
	margin-left: -20px;
	z-index: 999;
}

/* layout 
---------------------------------------------------------------------------------- */
div#contents div.contents_column {
	margin-bottom: 50px;
	clear: both;
	overflow: hidden;
}

div#contents div.contents_column_left {
	float: left;
	text-align: right;
	margin-bottom: 30px;
	margin-left: 0px;
	width: 305px;
}

div#contents div.contents_column_right {
	float: left;
	width: 620px;
	margin-bottom: 50px;
	margin-left: 5px;
	text-align: left;
}

/* 浄泉寺について 
---------------------------------------------------------------------------------- */

div#contents div.contents_column_right div.prof_contents_area {
	width: 580px;
}

div#contents div.contents_column_right h2 {
	margin-bottom: 30px;
}

div#contents div.contents_column_right p {
	line-height: 1.8;
}

div#contents div.contents_column_right ul.prof_katsudou {
	margin-top: 20px;
	background: #F5F1EA;
	padding: 30px 20px;
	list-style: none;
}

div#contents div.contents_column_right ul.prof_katsudou li {
	line-height: 2.0;
	font-size: 90%;
}

div#contents div.contents_column_right ul.prof_katsudou li span {
	font-size: 130%;
	width: 6em;
	display: inline-block;
}

div#contents div.contents_column_right .prof_contents_area dl.prof_list {
	border-left: solid #000000 1px;
	padding-top: 30px;
}

div#contents div.contents_column_right .prof_contents_area dl.first {
	border-top: 1px solid #000000;
	margin-top: 30px;
}

div#contents div.contents_column_right .prof_contents_area dl.prof_list dt {
	float: left;
	background: url(../../profile/images/deco_prof_circle01.png) no-repeat 0 3px;
	margin-left: -5px;
	padding-left: 15px;
	margin-right: 10px;
	width: 5em;
}

div#contents div.contents_column_right .prof_contents_area dl.prof_list dt span {
	font-size: 90%;
}

div#contents div.contents_column_right .prof_contents_area dl.prof_list dd {
	float: right;
	font-size: 90%;
	line-height: 1.4;
	width: 470px;
}

div#contents div.contents_column_right .prof_contents_area dl.prof_list dd img {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

/* 一年間の行事 
---------------------------------------------------------------------------------- */
div#contents ul.sche_season {
	list-style: none;
	margin-top: 30px;
}

div#contents ul.sche_season li {
	margin-bottom: 5px;
}

div#contents div.column_sche_inner {
	margin-bottom: 50px;
}

div#contents div.column_sche_left {
	float: left;
	text-align: left;
	margin-left: 50px;
	margin-top: 50px;
	margin-bottom: 30px;
}

div#contents div.column_sche_left h2 {
	margin-bottom: 20px;
}

div#contents div.column_sche_right {
	display: table-cell;
	vertical-align: bottom;
	height: 407px;
	width: 320px;
	text-align: left;
	margin-right: 30px;
	padding-left: 30px;

}

div#contents div.column_sche_right_inner {
	vertical-align: bottom;
}

div#contents div.column_sche_right_inner h3 {
	margin-bottom: 10px;
}

div#contents div.column_sche_right_inner p {
	line-height: 1.6;
	font-size: 90%;
	margin-right: 20px;
}

div#contents div.column_sche_list {
	margin: 20px 50px;
	text-align: left;
	background: url(../../schedule/images/sche_fig11.jpg) no-repeat 100% 0;
}

div#contents div.column_sche_list div.sche_list_title_area {
	min-height: 102px;
}

div#contents div.column_sche_list div.sche_list_title_area h2 {
	float: left;
	margin-top: 10px;
}

div#contents div.column_sche_list div.sche_list_title_area p {
	font-size: 90%;
	float: left;
	line-height: 1.8;
	width: 430px;
	margin: 20px 0 0 30px;
}

div#contents div.column_sche_list div.list_area {
	background: #F5F1EA;
	padding: 30px 0;
}

div#contents div.column_sche_list div.list_area h3 {
	margin-left: 40px;
	margin-bottom: 10px;
}

div#contents div.column_sche_list div.list_area ul {
	float: left;
	list-style: none;
	margin-left: 40px;
	margin-right: 20px;
}

div#contents div.column_sche_list div.list_area ul li {
	margin-top: 10px;
}

/* 永代経について 
---------------------------------------------------------------------------------- */
div#contents div.column_eitai_left {
	float: left;
	width: 275px;
	margin-bottom: 30px;
	margin-left: 20px;
	text-align: right;
}

div#contents div.column_eitai_right {
	float: left;
	width: 600px;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: left;
	padding-left: 5px;
}

div#contents div.column_eitai_right img.copy {
	margin-left: 25px;
	margin-bottom: 20px;
}

div#contents div.column_eitai_right p.setsumei {
	line-height: 2.0;
	width: 480px;
	margin-top: 20px;
}

div#contents div.contents_column2 {
	background: url(../images/defaul02_contents01.png) no-repeat 50% 0;
	padding-top: 50px;
}

div#contents div.contents_column2_inner {
	background: #F5F1EA;
	clear: both;
	overflow: hidden;
	padding-bottom: 40px;
}

div#contents div.contents_column2 div.column_eitai_right {
	float: left;
	width: 600px;
	margin-bottom: 40px;
	margin-top: 0;
	margin-left: 10px;
	text-align: left;
}

div#contents div.contents_column2 div.column_eitai_right ul.links {
	margin-top: 20px;
	list-style: none;
}

div#contents div.contents_column2 div.column_eitai_right ul.links li {
	float: left;
	margin-right: 40px;
}

div#contents div.contents_column2 div.column_eitai_right .eitai_shitsumon_area {
	background: url(../../eitaikyo/images/shitsumon_area_top_bg.png) no-repeat 0 0;
	padding-top: 8px;
	margin-top: 9px;
}

div#contents div.contents_column2 div.column_eitai_right .eitai_shitsumon_area .eitai_shitumon_area_inner {
	background: url(../../eitaikyo/images/shitsumon_area_under_bg.png) no-repeat 0 100%;
	width: 465px;
	padding: 17px 30px 25px 30px;
}

div#contents div.contents_column2 div.column_eitai_right .eitai_shitsumon_area .eitai_shitumon_area_inner ul.list1 {
	margin-top: -5px;
	list-style: none;
}

div#contents div.contents_column2 div.column_eitai_right .eitai_shitsumon_area .eitai_shitumon_area_inner ul.list1 li {
	padding: 10px 0 10px 20px;
	font-size: 110%;
	background: url(../images/icon_circle01.png) no-repeat 0 50%;
}

div#contents div.contents_column2 div.column_eitai_right .eitai_shitsumon_area .eitai_shitumon_area_inner h3 {
	margin-bottom: 30px;
}

div#contents div.contents_column2 div.column_eitai_right .eitai_shitsumon_area .eitai_shitumon_area_inner p {
	line-height: 1.8;
	font-size: 96%;
}

div#contents div.contents_column2 div.column_eitai_right .eitai_shitsumon_area .eitai_shitumon_area_inner ul.list2 {
	margin-top: -10px;
	list-style: none;
}

div#contents div.contents_column2 div.column_eitai_right .eitai_shitsumon_area .eitai_shitumon_area_inner ul.list2 li {
	padding: 10px 0 10px 20px;
	font-size: 95%;
	line-height: 1.6;
	background: url(../images/icon_circle01.png) no-repeat 0px 15px;
}

/* よくあるご質問
---------------------------------------------------------------------------------- */
div#contents div.column_faq_right ul {
	list-style: none;
	margin-top: 30px;
}

div#contents div.column_faq_right ul li {
	margin-bottom: 5px;
}

div#contents div.column_faq_right h2 {
	margin-top: 100px;
}

div#contents div.column_faq_right dl.acMenu {
	margin-bottom: 30px;
	width: 550px;
}

div#contents div.column_faq_right dl.acMenu dt {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 130%;
	display: block;
	line-height: 1.4;
	cursor: pointer;
}

div#contents div.column_faq_right dl.acMenu dd {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 95%;
	padding: 10px 10px 10px 0;
	line-height: 1.4;
	/*   display:none; */
}

div#contents div.column_faq_right dl.acMenu dt img,
div#contents div.column_faq_right dl.acMenu dd img {
	float: left;
}

div#contents div.column_faq_right dl.acMenu dt img {
	margin-right: 29px;
}

div#contents div.column_faq_right dl.acMenu dd img {
	margin-right: 10px;
}

div#contents div.column_faq_right dl.acMenu dt span {
	display: block;
	padding-top: 10px;
	width: 550px;
}

div#contents div.column_faq_right dl.acMenu dd span {
	display: block;
	width: 450px;
	margin-left: 100px;
	padding-top: 10px;
}

/* access 
---------------------------------------------------------------------------------- */

div#contents div.contents_column_right div.column_access {
	background: url(../../access/images/access_fig02.jpg) no-repeat 100% 60px;
	min-height: 300px;
	width: 580px;
}

div#contents div.contents_column_right div.column_access h2 {
	margin-bottom: 0;
}

div#contents div.contents_column_right div.column_access address p {
	font-style: normal;
	font-size: 110%;
	line-height: 1.4;
	margin-bottom: 20px;
}

div#contents div.contents_column_right div.column_access address p.car {
	font-style: normal;
	font-size: 110%;
	line-height: 1.4;
	margin-bottom: 0 !important;
}

div#contents div.contents_column_right div.column_access div.map {
	width: 392px;
	text-align: right;
	font-style: normal;
}

div#contents div.contents_column_right div.column_access div.map h3 {
	margin-top: 40px;
	margin-bottom: 20px;
}

div#contents div.contents_column_right div.column_access div.map p {
	line-height: 1.5;
	text-align: left;
}

div#contents div.contents_column_right div.column_access div.map table {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: left;
}

div#contents div.contents_column_right div.column_access div.map table td {
	white-space: nowrap;
	padding: 5px 0;
}

div#contents div.contents_column_right div.column_access div.map ul.maplist {
	list-style: none;
	text-align: left;
	margin-bottom: 20px;
	font-style: normal;
}

div#contents div.contents_column_right div.column_access div.map ul.maplist li {
	background: url(../images/icon_circle02.png) no-repeat 0 13px;
	padding: 10px 0 0 20px;
	line-height: 1.4;
}

div#contents div.contents_column_right div.column_access div.map p.parking {
	background: url(../images/icon_parking.png) no-repeat 0 50%;
	padding-left: 25px;
	font-size: 100%;
}

/* 法務員募集
---------------------------------------------------------------------------------- */
div#contents div.contents_column_right div.column_recruit_innder {
	margin-top: 30px;
}

div#contents div.contents_column_right div.column_recruit_innder h2 {
	margin-bottom: 0;
}

div#contents div.contents_column_right div.column_recruit_innder dl.recruit_info {
	width: 560px;
	border-bottom: 1px solid #c8c5c4;
	padding: 10px;
	display: table;
}

div#contents div.contents_column_right div.column_recruit_innder dl.recruit_info dt {
	display: table-cell;
	vertical-align: middle;
	background: #BFC8C8;
	width: 80px;
	text-align: center;
}

div#contents div.contents_column_right div.column_recruit_innder dl.recruit_info dd {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	width: 420px;
	font-size: 85%;
	line-height: 1.4;
	padding-left: 20px;
}

div#contents div.contents_column_right div.column_recruit_innder dl.recruit_info dd ul {
	list-style: none;
}

div#contents div.contents_column_right div.column_recruit_innder dl.recruit_info dd ul li {
	text-indent: -2em;
	margin-left: 2em;
}

div#contents div.contents_column_right div.column_recruit_innder p {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 90%;
}

div#contents div.contents_column_right div.column_recruit_innder2 {
	margin-top: 30px;
	border-bottom: 1px solid #c8c5c4;
}

div#contents div.contents_column_right div.column_recruit_innder2 p {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	margin-bottom: 20px;
	font-size: 90%;
}

/* reservation 
---------------------------------------------------------------------------------- */
/* カレンダー */
div#contents div.contents_column_right table.calendar {
	width: 600px;
	/*	margin-left: 30px;*/
	padding-bottom: 30px;
}

div#contents div.contents_column_right table.calendar th,
div#contents div.contents_column_right table.calendar td {
	border-bottom: 1px solid #000000;
	padding: 10px 0;
	width: 11.8%;
}

div#contents div.contents_column_right table.calendar th {
	vertical-align: bottom;
	background: #E8F2F4;
	padding: 10px 20px 10px 10px;
	margin: 0;
}

div#contents div.contents_column_right table.calendar td {
	text-align: center;
	border-left: 1px dotted #999999;
	font-size: 110%;
}

div#contents div.contents_column_right table.calendar td span {
	font-weight: bold;
}

div#contents div.contents_column_right table.calendar th.week {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	text-align: center;
	vertical-align: middle;
	border-left: 1px dotted #999999;
}

div#contents div.contents_column_right table.calendar th.th_header {
	background: url(../../reservation/images/calendar_table_header_bg.png) no-repeat 0 50%;
	height: 100px;
	text-align: center;
	padding-top: 10px;
}

div#contents div.contents_column_right table.calendar th.th_header table.layout_table h2 {
	font-size: 300%;
	color: #DB1F54;
	text-align: center;
	width: 3em;
	padding-left: 30px;
	display: inline;
}

div#contents div.contents_column_right table.calendar th.th_header table.layout_table {
	width: 530px;
}

div#contents div.contents_column_right table.calendar th.th_header table.layout_table td {
	border: none;
	padding-bottom: 20px;
	margin: 0;
}

div#contents div.contents_column_right table.calendar th.th_header table.layout_table td.present_time {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 90%;
	color: #666666;
}

div#contents div.contents_column_right table.calendar th.th_header table.layout_table td.month {
	font-size: 80%;
	text-align: left;
}

div#contents div.contents_column_right table.calendar th.th_header table.layout_table td.month a {
	text-decoration: none;
	color: #000000;
	margin-left: 10px;
}

div#contents div.contents_column_right table.calendar th.th_header table.layout_table td.month a:hover {
	text-decoration: underline;
}

div#contents div.contents_column_right table.calendar th.th_header span.notice {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	color: #DB1F54;
	font-size: 85%;
	font-weight: normal;
}

div#contents div.contents_column_right table.calendar th ul,
div#contents div.contents_column_right table.calendar td ul {
	list-style: none;
	margin-top: 20px;
	color: #DB1F54;
}

div#contents div.contents_column_right table.calendar th ul li,
div#contents div.contents_column_right table.calendar td ul li {
	margin-top: 5px;
}

div#contents div.contents_column_right table.calendar td.sun,
div#contents div.contents_column_right table.calendar td.shuku {
	background: #FDEDED;

}

div#contents div.contents_column_right table.calendar td.off {
	background: #FBF9F7;
	color: #cccccc;
}

div#contents div.contents_column_right table.calendar td.nodata {
	margin: 0;
	padding: 0;
	border: none;
	background: url(../../reservation/images/table_footer_bg.png) no-repeat 0 100%;
}

div#contents div.contents_column_right div.column_calendar_toform,
div#contents div.contents_column_right div.column_calendar_totel {
	margin-top: 30px;
	padding: 20px;
	background: url(../../reservation/images/calender_col_bg.png) no-repeat 0 0;
	min-height: 113px;
}

div#contents div.contents_column_right div.column_calendar_toform h2,
div#contents div.contents_column_right div.column_calendar_totel h2 {
	font-size: 150%;
	padding-left: 15px;
	margin-bottom: 10px;
	color: #333333;
}

div#contents div.contents_column_right div.column_calendar_toform h2 {
	background: url(../images/arrow_right.png) no-repeat 0 30%;
	border-bottom: dotted #666666 1px;
	padding-bottom: 10px;
}

div#contents div.contents_column_right div.column_calendar_toform h2 a {
	text-decoration: none;
	color: #333333;
}

div#contents div.contents_column_right div.column_calendar_toform p {
	font-size: 95%;
	line-height: 1.6;
	margin-left: 20px;
}

div#contents div.contents_column_right div.column_calendar_toform p a {
	color: #333333;
}

div#contents div.contents_column_right div.column_calendar_totel h2 {
	background: url(../images/arrow_under.png) no-repeat 0 45%;
}

div#contents div.contents_column_right div.column_calendar_totel p {
	font-size: 110%;
	margin-left: 20px;
	font-weight: bold;
}

div#contents div.contents_column_right div.column_calendar_totel p span {
	border-bottom: solid #333333 1px;
}

/* フォーム画面 */
#contents #reserve_notice {
	background: #FFF;
	text-align: left;
	margin: 20px 0;
	padding: 20px 130px;
	line-height: 1.6;
}

#contents div.reserve_column,
#contents div.reserve_column2 {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}

#contents div.reserve_column table {
	width: 860px;
	margin: 0 auto 30px;
	background: #fff;
	border: solid 1px #64C2CD;
	background: url(../../reservation/images/table_bg.png) 100% 100% no-repeat;
}

#contents div.reserve_column table th,
#contents div.reserve_column table td {
	font-size: 95%;
	line-height: 1.6;
}

#contents div.reserve_column table th {
	width: 140px;
	background: url(../../reservation/images/table_border.png) no-repeat 0 100% #F5F1EA;
	padding: 10px 0;
	vertical-align: middle;
}

#contents div.reserve_column table td {
	text-align: left;
	background: url(../../reservation/images/table_border.png) no-repeat 100% 100% #ffffff;
	padding: 10px;
}

#contents div.reserve_column table th.th_header {
	background: url(../../reservation/images/table_header_bg.png) no-repeat 0 0 #F5F1EA;
	border: solid 1px #64C2CD;
	text-align: left;
	padding: 20px 20px;
	font-size: 110%;
}

#contents div.reserve_column table th.th_header span,
#contents div.reserve_column table td span.open_calendar {
	float: right;
	text-align: right;
	color: red;
	font-size: 85%;
}

#contents div.reserve_column table th span {
	font-weight: normal;
}

#contents div.reserve_column table td .sonota {
	padding: 2px 5px;
	width: 350px;
}

#contents div.reserve_column table td .mousikomi {
	padding: 2px 5px;
	width: 400px;
	margin: 3px 0;
}

#contents div.reserve_column table td .mousikomi2 {
	padding: 5px 5px;
	width: 630px;
}

#contents div.reserve_column table td .default_text {
	color: #555555;
	font-size: 100%;
	line-height: 1.4;
}

#contents div.reserve_column table th.bottom_cell,
#contents div.reserve_column table td.bottom_cell {
	background: none;
	max-height: 150px;
}

#contents div.kakunin {
	margin-top: 70px;
}

/* 予約確認 */
#contents div.reserve_column2 {
	margin-top: 20px;
}

#contents div.reserve_column2 table {
	width: 664px;
	margin: 0 auto 30px;
	background: #fff;
	border: solid 1px #64C2CD;
	background: url(../../reservation/images/table_confirm_bg.png) 100% 100% no-repeat;
}

#contents div.reserve_column2 table th,
#contents div.reserve_column2 table td {
	font-size: 95%;
	line-height: 1.6;
}

#contents div.reserve_column2 table th {
	width: 220px;
	text-align: right;
	padding: 10px 30px;
	vertical-align: middle;
	font-weight: normal;
}

#contents div.reserve_column2 table td {
	text-align: left;
	padding: 10px 30px;
	font-weight: bold;
}

#contents div.reserve_column2 table th.th_header_confirm {
	background: url(../../reservation/images/table_header_confirm_bg.png) no-repeat 50% 0 #F5F1EA;
	border: solid 1px #64C2CD;
	padding: 20px 20px;
	font-size: 110%;
	text-align: center;
	font-weight: bold;
}

/* サンクスページ */
#contents div.reserve_column div.thanks_message {
	width: 880px;
	margin-top: 10px;
	background: url(../../reservation/images/thanks_ojigi.jpg) no-repeat 100% 0;
}

#contents div.reserve_column div.thanks_message p {
	line-height: 1.8;
	margin-bottom: 20px;
}

#contents div.reserve_column div.thanks_message p.message01 {
	font-weight: bold;
	font-size: 120%;
}

#contents div.reserve_column div#thanks_address {
	margin: 40px 0;
}

#contents div.reserve_column div#thanks_address p.tel {
	font-size: 120%;
	line-height: 1.6;
	margin-bottom: 20px;
}

#contents div.reserve_column div#thanks_address p.ad {
	line-height: 1.6;
}


/* 彌陀院について
---------------------------------------------------------------------------------- */

div#contents div.contents_column_right div.column_midain {
	background: url(../../access/images/access_fig02.jpg) no-repeat 100% 60px;
	min-height: 300px;
	width: 580px;
}

div#contents div.contents_column_right div.column_midain h2 {
	width: 391px;
	text-align: center;
	margin-bottom: 30px;
}

div#contents div.contents_column_right div.column_midain .mb15 {
	margin-bottom: 15px;
}

div#contents div.contents_column_right div.column_midain .mb30 {
	margin-bottom: 30px;
}

div#contents div.contents_column_right div.column_midain .txt01 {
	width: 391px;
	margin-bottom: 15px;
	text-align: center;
}

div#contents div.contents_column_right div.column_midain .btn_map {
	width: 391px;
	text-align: center;
}







div#contents div.contents_column2 {
	background: url(../images/defaul02_contents01.png) no-repeat 50% 0;
	padding-top: 50px;
}

div#contents div.contents_column2_inner {
	background: #F5F1EA;
	clear: both;
	overflow: hidden;
	padding-bottom: 40px;
}

div#contents div.contents_column3_inner {
	background: #F5F1EA;
	clear: both;
	overflow: hidden;
}

div#contents div.contents_column2 div.column_midain01 {
	width: 390px;
	margin: 0 auto 40px auto;
	text-align: center;
}

div#contents div.contents_column2 div.column_midain02 {
	width: 390px;
	margin: 0 auto 0 auto;
	text-align: center;
}

div#contents div.contents_column3_inner div.column_midain01 {
	width: 390px;
	margin: 0 auto;
	text-align: center;
}

div#contents div.contents_column2 div.column_midain_right .midain_shitsumon_area {
	background: url(../../eitaikyo/images/shitsumon_area_top_bg.png) no-repeat 0 0;
	padding-top: 8px;
	margin-top: 9px;
}

div#contents div.contents_column2 div.column_midain_right .eitai_shitsumon_area .midain_shitumon_area_inner {
	background: url(../../eitaikyo/images/shitsumon_area_under_bg.png) no-repeat 0 100%;
	width: 465px;
	padding: 17px 30px 25px 30px;
}

div#contents div.contents_column2 div.column_midain01 .mb05 {
	margin-bottom: 5px;
}

div#contents div.contents_column2 div.column_midain01 .mb10 {
	margin-bottom: 10px;
}

div#contents div.contents_column2 div.column_midain01 .mb15 {
	margin-bottom: 15px;
}

div#contents div.contents_column2 div.column_midain01 .mb20 {
	margin-bottom: 20px;
}

div#contents div.contents_column2 div.column_midain01 .mb25 {
	margin-bottom: 25px;
}

div#contents div.contents_column2 div.column_midain01 .mb30 {
	margin-bottom: 30px;
}

div#contents div.contents_column2 div.column_midain01 .mb40 {
	margin-bottom: 40px;
}

div#contents div.contents_column2 div.column_midain01 .mb50 {
	margin-bottom: 50px;
}

div#contents div.contents_column2 div.column_midain01 .title01 {
	padding: 0 0 0 20px;
	font-size: 21px;
	line-height: 0.6;
	background: url(../images/icon_circle01.png) no-repeat;
	text-align: left;
	margin-bottom: 10px;
}

div#contents div.contents_column2 div.column_midain01 .txt01 {
	font-size: 16px;
	text-align: left;
	margin-bottom: 10px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	line-height: 1.4;
}

div#contents div.contents_column2 div.column_midain01 .style01 {
	display: flex;
	justify-content: space-between;
}


div#contents div.contents_column3_inner div.column_midain01 p {
	width: 390px;
	margin: 0 auto;
	text-align: left;
	font-size: 15px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	line-height: 1.4;
}

div#contents div.contents_column3_inner div.column_midain01 p.ttl {
	text-align: center;
	font-size: 18px;
}