<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* church.css */

main {
	overflow: visible;
}
.sub_nav {
	margin-top: 20px;
	position: relative;
}
.sub_nav&gt;span {
	display: block;
	background: #666 url(/common/img/common/icon_arrow_white.png) no-repeat 95% center;
	background-size: 5px auto;
	color: #FFF;
	padding: 12px 10px;
	border-bottom: 1px solid #FFF;
	text-align: center;
	font-size: 15px;
	cursor: pointer;
}
.sub_nav&gt;span.open {
	background: #666 url(/common/img/common/icon_arrow_white_open.png) no-repeat 95% center;
	background-size: 18px auto;
}
.sub_nav&gt;div {
	display: none;
	position: absolute;
	top: 44px;
	left: 0;
	width: 100%;
	z-index: 20;
}
.sub_nav&gt;div&gt;a&gt;span,.sub_nav&gt;div&gt;span {
	display: block;
	background: #666 url(/common/img/common/icon_arrow_white.png) no-repeat 10px center;
	background-size: 5px auto;
	color: #FFF;
	padding: 12px 10px 12px 32px;
	border-bottom: 1px solid #FFF;
	font-size: 15px;
	cursor: pointer;
}
.sub_nav&gt;div&gt;a.selected&gt;span {
	background: #84CFE8 url(/common/img/common/icon_arrow_gray.png) no-repeat 10px center;
	background-size: 5px auto;
	color: #231815;
}
.gallery {
	margin-top: 25px;
	text-align: center;
}
.gallery img {
	vertical-align: top;
}
.gallery .pict {
	background: #666;
	margin: 0 15px;
	height: 0px;
	padding-top: 63.3%;
	position: relative;
}
.gallery .pict&gt;div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}
.gallery .pict&gt;div&gt;img {
	display: none;
	height: 100%;
}
.gallery .pict&gt;div&gt;img.selected {
	display: inline-block;
}
.gallery .pict .prev {
	position: absolute;
	top: 50%;
	left: 2%;
	width: auto;
	height: 14%;
	margin-top: -4.5%;
	cursor: pointer;
}
.gallery .pict .next {
	position: absolute;
	top: 50%;
	right: 2%;
	width: auto;
	height: 14%;
	margin-top: -4.5%;
	cursor: pointer;
}
.gallery .btns {
	margin-top: 20px;
	padding: 13px 0;
	text-align: center;
	background: #D9EEF8;
}
.gallery .btns img {
	width: auto;
	height: 50px;
	margin-top: 3px;
	cursor: pointer;
}
h3.midasi {
	font-size: 13px;
}
h3.midasi .times {
	font-size: 20px;
}
.ch_lead {
	margin-top: 30px;
	padding: 0 10px;
	text-align: center;
}
.points {
	margin-top: 30px;
	text-align: center;
}
.points .point {
	display: inline-block;
	width: 120px;
	text-align: center;
	padding: 10px;
	border: 1px solid #0AA0D2;
	background: #E6F5FA;
	color: #0AA0D2;
	border-radius: 20px;
	margin: 5px;
}
.points .point.off {
	background: #ECECEC;
	color: #C6C6C6;
	border: 1px solid #C6C6C6;
}
.blue {
	margin-top: 30px;
	background: url(/common/img/church/stripe_blue.png) left top;
	padding: 20px 10px 25px;
}
.blue .title,.cream .title {
	font-weight: bold;
	color: #0AA0D2;
}
.blue .map {
	text-align: right;
}
.blue .map a {
	display: inline-block;
	border-radius: 10px;
	background: #0AA0D2;
	color: #FFF;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	width: 40px;
}
table.data {
	margin-top: 15px;
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #0AA0D2;
}
table.data th {
	background: #84CFE8;
	color: #FFF;
	padding: 8px 10px;
	width: 43%;
	box-sizing: border-box;
	font-weight: normal;
}
table.data td {
	padding: 8px 10px;
	background: #FFF;
}
table.data tr:not(:first-child) {
	border-top: 1px solid #0AA0D2;
}
.cream {
	background: url(/common/img/church/stripe_cream.png) left top;
	padding: 20px 10px 25px;
}

.cream .data .church-list
{	text-align: left;
}

.cream .data .church-list &gt; li
{	position: relative;
	padding-left: 1em;
	line-height: 1.6em;
}

.cream .data .church-list &gt; li:not(:last-child)
{	margin-bottom: 10px;
}

.cream .data .church-list &gt; li::before {
	background-color: #C2E7F4;
	content: "";
	display: block;
	text-indent: 0;
	position: absolute;
	top: 0.5em;
	left: 0;
	width: 0.6em;
	height: 0.6em;
}

.cream .data .church-list &gt; li a
{	display: block;
}
.cream .data .church-list &gt; li a:hover
{	text-decoration: underline;
}
.cream .data .church-list &gt; li a small,
.cream .data .church-list &gt; li a span,
.cream .data .church-list &gt; li a strong,
.cream .data .church-list &gt; li a em,
.cream .data .church-list &gt; li a b
{	text-decoration: inherit;
}


.l_indent.v1 {
	margin: 15px 10px 40px;
}
@media screen and (min-width:800px) {
	.sub_nav {
		border-top: 1px solid #ECECEC;
		border-bottom: 1px solid #ECECEC;
		width: 90%;
		max-width: 900px;
		margin: 30px auto 0;
	}
	.sub_nav&gt;span {
		display: none;
	}
	.sub_nav&gt;div {
		display: block;
		position: static;
		width: 85%;
		margin: auto;
		line-height: 2;
		text-align: left;
	}
	.sub_nav&gt;div&gt;a&gt;span,.sub_nav&gt;div&gt;span {
		display: inline-block;
		background: #FFF;
		color: #4D4D4D;
		padding: 0;
		border-bottom: none;
		font-size: 13px;
		margin-right: 2em;
	}
	.sub_nav&gt;div&gt;a&gt;span:before,.sub_nav&gt;div&gt;span:before {
		content: "ãƒ»";
	}
	.sub_nav&gt;div&gt;a.selected&gt;span {
		background: #FFF;
		color: #0AA0D2;
	}
	.gallery {
		margin-top: 50px;
	}
	.inner {
		margin: 0 auto;
		width: 90%;
		max-width: 600px;
	}
	.gallery .btns {
		margin-top: 40px;
		padding: 20px 0;
	}
	.gallery .btns img {
		width: auto;
		height: 75px;
		margin-top: 0;
	}
	h3.midasi {
		margin-top: 50px;
		font-size: 16px;
	}
	h3.midasi .times {
		font-size: 38px;
	}
	.ch_lead {
		margin-top: 40px;
		font-size: 14px;
	}
	.blue {
		margin-top: 60px;
		padding: 30px 10px 50px;
	}
	.blue .title,.cream .title {
		font-size: 15px;
		padding-left: 40px;
	}
	table.data {
		margin: 15px auto 0;
		width: 90%;
		max-width: 1000px;
	}
	table.data th {
		width: 22%;
		padding: 15px 30px;
		font-size: 14px;
	}
	table.data td {
		padding: 15px 30px;
		font-size: 14px;
		line-height: 1.4;
	}
	.blue .map a {
		border-radius: 15px;
		font-size: 13px;
		width: 50px;
		padding: 5px;
	}
	.cream {
		padding: 30px 10px 50px;
	}
	
	.cream .data .church-list &gt; li
	{	display: inline-block;
	}

	.cream .data .church-list &gt; li:not(:last-child)
	{	margin-right: 10px;
		margin-bottom: 0;
	}

	
	
	.l_indent.v1 {
		width: 90%;
		max-width: 1000px;
		margin: 25px auto 75px;
	}
}

</pre></body></html>