@charset "UTF-8";
/* component */

/* heading
------------------------------------------------------*/ 
.hdtype01 {
	color:#9b922e;
	font-weight:bold;
	margin-bottom:30px;
	font-size:171.4%;
}

.hdtype02 {
	border-left:4px solid #9b922e;
	color:#9b922e;
	font-size:157.1%;
	font-weight:normal;
	line-height:1.4;
	margin-bottom:15px;
	padding:0 0 0 10px;
}

.hdtype03 {
	color:#9b922e;
	font-size:121.4%;
	font-weight:bold;
	margin-bottom:10px;
}

@media only screen and (max-width: 640px) {

.hdtype02 {
	font-size:121.4%;
}

.hdtype03 {
	font-size:114.2%;
}

}

/* txt
------------------------------------------------------*/ 
#contents .lead {
	font-size:157.1%;
	font-weight:bold;
	text-align:center;
	margin-bottom:20px;
}

#contents .top_info {
	border:2px solid #aea432;
	margin-bottom:30px;
	padding:15px;
}

a.sptel {
	cursor:text;
	color:#333;
	text-decoration:none;
}

.red {
	color:#C00;
}

.redb {
	color:#C00;
	font-weight:bold;
}

.nf {
	color: #209517;
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 1em;
}

@media only screen and (max-width: 640px) {

#contents .lead {
	font-size:135.7%;
}

a.sptel {
	text-decoration:underline;
}

}


/* btn
------------------------------------------------------*/ 
.btn01,
.btn02 {
	text-align:center;
}

.btn01 a,
.btn02 a {
	background:#b1a736;
	border-radius:5px;
	-webkit-box-shadow: 0 2px 0 0 #CCC;
	box-shadow: 0 2px 0 0 #CCC;
	color:#fff;
	display:block;
	font-size:15px;
	font-weight:bold;
	padding:15px 20px;
	text-decoration:none;
}

.btn02 {
	clear:both;
	margin:0 200px;
	padding:15px;
}

.btn02 a:before {
	content:"";
	width:16px;
	height:16px;
	background:url(/lib/img/user_guide/buddha/icon_settings_02.png) no-repeat;
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
}


.language {
	margin:0 auto;
	padding:20px 0;
	width:300px;
}

.language li {
	font-size:114.2%;
	line-height:1.1;
	margin-bottom:20px;
}

@media only screen and (max-width: 640px) {

.btn02 {
	margin:0;
}

.btn02 a:before {
	content:"";
	background:url(/lib/img/user_guide/buddha/icon_settings_01.png) no-repeat;
	background-size:16px 16px;
}

.language {
	margin:0;
	width:auto;
}

}


/* box
------------------------------------------------------*/ 
.box01 {
	border:2px solid #dda490;
	margin-bottom:40px;
	padding:15px;
}

.box01 dd img {
	height: auto;
	max-width: 400px;
	width: 100%;
}

.map {
	margin-bottom: 3em;
}

.map img {
	height: auto;
	width: 100%;
}



/* table
------------------------------------------------------*/ 
.tabletype01 {
	background:#FFF;
	border-left:1px solid #CCC;
	border-top:1px solid #CCC;
	box-sizing:border-box;
	width:100%;
}

.tabletype01 th {
	background:#f0e7da;
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
	box-sizing:border-box;
	line-height:1.5;
	padding:6px;
	text-align:left;
	vertical-align:top;
}

.tabletype01 td {
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
	box-sizing:border-box;
	line-height:1.5;
	padding:6px;
	text-align:left;
	vertical-align:top;
}



/* figure
------------------------------------------------------*/ 
@media only screen and (max-width: 640px) {

.imgfull img {
	height:auto;
	width:100%;
}

}

/* list
------------------------------------------------------*/ 
.arrow01 {
	background:url(/lib/img/user_guide/buddha/icon_arrow_02.png) 3px 0.3em no-repeat;
	padding:0 0 0 16px;
}

.list01 > li {
	margin-bottom:3px;
	padding-left:1em;
	text-indent:-1em;
}

.list01 > li:before {
	content:"●";
}

.list02 > li {
	margin-bottom:3px;
	padding-left:1em;
	text-indent:-1em;
}

.list02 > li:before {
	content:"・";
}

.list03 {
	margin-bottom:40px;
}

.list03 > li {
	background:url(/lib/img/user_guide/buddha/icon_arrow_02.png) 3px 0.3em no-repeat;
	margin-bottom:3px;
	padding-left:16px;
}

.list04 {
	padding:0 0 0 2em;
}

.list04 li {
	counter-increment:cnt;
	list-style-position:outside;
	line-height:1.5;
	margin-bottom:10px;
	text-indent:-1.8em;
}

.list04 li:before {
	display:marker;
	content:"(" counter(cnt) ") ";
}

.list05 {
	counter-reset:li;
	margin-bottom:15px;
}

.list05 li {
	line-height:1.6;
	margin:0 0 5px 2em;
	position:relative;
}

.list05 li:before {
	box-sizing:border-box;
	counter-increment:li;
	content:counter(li) ". ";
	position:absolute;
	left:-2em;
	top:0;
	width:3em;
}

.list06 {
	margin-bottom: 3em;
}

.list06 li {
	margin-bottom: 1em;
	padding-left: 2.5em;
	position: relative;
}

.list06 li span {
	background: #fff;
	border: 1px solid #333;
	border-radius: 50%;
	display: inline-block;
	font-weight: bold;
	height: 1.8em;
	left: 0;
	line-height: 1.8em;
	margin-right: .5em;
	position: absolute;
	text-align: center;
	top: -.1em;
	width: 1.8em;
}

.note {
	border:2px solid #C00;
	padding:10px;
}

.note dt {
	color:#C00;
	font-weight:bold;
}

.note dd {
	color:#C00;
	font-size:92.8%;
}


@media only screen and (max-width: 640px) {

.list03 > li {
	background:url(/lib/img/user_guide/buddha/icon_arrow_04.png) 3px 0.6em no-repeat;
	background-size:6px 7px;
	padding:0 0 0 14px;
}

.arrow01 {
	background:url(/lib/img/user_guide/buddha/icon_arrow_04.png) 3px 0.5em no-repeat;
	background-size:6px 7px;
	padding:0 0 0 14px;
}

}


/* position
------------------------------------------------------*/ 

.posC {	text-align:center;}
.posR {	text-align:right;}
.floR { float:right;}
.floL { float:left;}
.floRp { float:right; padding:0 0 10px 10px;}
.floLp { float:left; padding:0 10px 10px 0; overflow:hidden;}
.ovh { overflow:hidden}


/* margin
------------------------------------------------------*/ 

.bm0 {	margin-bottom:0 !important;}
.bm5 {	margin-bottom:5px !important;}
.bm10 {	margin-bottom:10px !important;}
.bm15 {	margin-bottom:15px !important;}
.bm20 {	margin-bottom:20px !important;}
.bm25 {	margin-bottom:25px !important;}
.bm30 {	margin-bottom:30px !important;}
.bm35 {	margin-bottom:35px !important;}
.bm40 {	margin-bottom:40px !important;}
.bm45 {	margin-bottom:45px !important;}
.bm50 {	margin-bottom:50px !important;}

.tm0 {	margin-top:0 !important;}
.tm5 {	margin-top:5px !important;}
.tm10 {	margin-top:10px !important;}
.tm15 {	margin-top:15px !important;}
.tm20 {	margin-top:20px !important;}
.tm25 {	margin-top:25px !important;}
.tm30 {	margin-top:30px !important;}
.tm35 {	margin-top:35px !important;}
.tm40 {	margin-top:40px !important;}
.tm45 {	margin-top:45px !important;}
.tm50 {	margin-top:50px !important;}


/* pagetop
------------------------------------------------------*/ 
#pagetop {
	display:none;
}

#pagetop a {
	position:fixed;
	right:10px;
	bottom:20px;
	z-index:200;
}

@media only screen and (max-width: 999px) {

#pagetop a {
	display:block;
	width:50px;
	height:50px;
	position:fixed;
	right:10px;
	bottom:20px;
	z-index:200;
}

#pagetop img {
	width:100%;
	height:auto;
}

}


/* clearfix
------------------------------------------------------*/ 

.clearfix { /zoom:1;}
.clearfix:after {	content:"."; display:block;	clear:both;	height:0;	visibility:hidden;} 

.clrfl { clear:both; }
