<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* =======================================
    STYLE FOR  /special/photo/ ppXX.html
	 ======================================= */

@media only screen and (min-width: 769px), print {

/* photoGalleryWrap
------------------------------------------------------ */
.photoGalleryWrap {
	margin-top: 0;
	margin-bottom: 100px;
	padding: 0;
	/*background: #e9f3cc;*/
}
.photoGalleryCol5 {
}
.photoGalleryCol5 &gt; .col {
	float: left;
	/*width: 134px;*/
	/*margin-right: 20px;*/
	margin:auto 50px;
	font-size: 12px;
}
.photoGalleryCol5 &gt; .col:nth-child(3n) {
	margin-right: 0;
}
.photoGalleryCol5 &gt; .col:nth-child(n+4) {
	margin-top: 15px;
}
.photoGalleryCol5 &gt; .col:nth-child(3n-2) {
	clear: left;
}
.photoGalleryCol5 &gt; .col a {
	display: block;
	overflow: hidden;
	/*border-radius: 5px;*/
	background: #ffffff;
	text-align: center;
}
.photoGalleryCol5 &gt; .col a:hover img {
	opacity: 0.8;
}
.photoGalleryCol5 &gt; .col p {
	margin-top: 8px;
	font-size: 14px;
	text-align: center;
	color: #00743F;
	font-weight: bold;
}

/* galleryBnr
------------------------------------------------------ */
.galleryBnr01 {
	margin-top: 40px;
	background: #ffffff;
}
.galleryBnr01 a:hover {
	opacity: 0.8;
}


/* galleryBackNumber
------------------------------------------------------ */
.galleryBackNumber {
	margin-top: 40px;
}
.galleryBackNumber .galleryToggle {
	position: relative;
	padding: 0 80px 5px 0;
	border-bottom: solid 1px #d0d0d0;
	color: #666666;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
}
.galleryBackNumber .galleryToggle:after {
	content: "開く";
	position: absolute;
	right: 10px;
	bottom: 10px;
	display: inline-block;
	width: 30px;
	height: 30px;
	background-image: url(/common/img/com_ic28.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
}
.galleryBackNumber .galleryToggle.open:after {
	content: "閉じる";
	background-position: 0 -30px;
}

.galleryBackNumber &gt; ol {
	display: none;
	margin-top: 30px;
}
.galleryBackNumber &gt; ol &gt; li {
	float: left;
	width: 32%;
	position: relative;
	margin-right: 2%;
	padding-left: 18px;
}
.galleryBackNumber &gt; ol &gt; li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.2em;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4.5px 0 4.5px 7px;
	border-color: transparent transparent transparent #94c500;
}
.galleryBackNumber &gt; ol &gt; li:nth-child(3n) {
	margin-right: 0;
}
.galleryBackNumber &gt; ol &gt; li:nth-child(3n-2) {
	clear: left;
}
.galleryBackNumber &gt; ol &gt; li:nth-child(n+4) {
	margin-top: 10px;
}
.galleryBackNumber &gt; ol &gt; li &gt; a {
}


/* galleryModal
------------------------------------------------------ */
#cboxOverlay.galleryModal {
	background: #e0f5c5;
}
#colorbox.galleryModal {
}
#colorbox.galleryModal #cboxWrapper {
	background: #ffffff;
}
#colorbox.galleryModal #cboxContent {
	margin: 0;
	/*padding: 30px 0 26px;*/
	background: #ffffff;
}
#colorbox.galleryModal #cboxTitle {
	position: absolute;
	top: inherit;
	bottom: 0;
	float: none !important;
	height: 3.5em;
	line-height: 1.2;
	width: 100%;
	padding: 0 20px;
	text-align: center;
}


#colorbox.galleryModal #cboxPrevious,
#colorbox.galleryModal #cboxNext {
	/* resetr */
	position: static;
	right: inherit;
	left: inherit;
	top: inherit;
	bottom: inherit;
	border: none;
	padding: 0;
	margin: 0;
	-webkit-appearance: none;
	appearance: none;
	background: none;

	/* custom */
	cursor: pointer;
	text-indent: -9999px;
}

#colorbox.galleryModal #cboxPrevious {
	position: absolute;
	left: 10px;
	bottom: 42%;
	width: 21px;
	height: 41px;
	background: url(/special/photo/img/index_ic02.png) no-repeat 0 0;
	-webkit-background-size: 21px auto;
	background-size: 21px auto;
}
#colorbox.galleryModal #cboxNext {
	position: absolute;
	right: 10px;
	bottom: 42%;
	width: 21px;
	height: 41px;
	background: url(/special/photo/img/index_ic03.png) no-repeat 0 0;
	-webkit-background-size: 21px auto;
	background-size: 21px auto;
}
#colorbox.galleryModal .cboxPhoto {
	overflow: hidden;
	/*border-radius: 5px;*/
	width: auto !important;
	height: auto !important;
	/*max-width: 192px;
	max-height: 192px;*/
	margin-top: 0 !important;
}

#colorbox.galleryModal #cboxClose {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 26px;
	height: 26px;
	background: url(/special/photo/img/index_ic01.png) no-repeat 0 0;
	-webkit-background-size: 26px 26px;
	background-size: 26px 26px;
}

/* Clearfix
------------------------------------------------------ */

.photoGalleryCol5:after,
.galleryBackNumber &gt; ol:after,
.DUMMY:after,
.DUMMY:after,
.DUMMY:after,
.DUMMY:after,
.DUMMY:after,
.DUMMY:after,
.DUMMY:after,
.DUMMY:after,
.DUMMY:after,
.DUMMY:after,
.DUMMY:after {
	content: "";
	display: block;
	clear: both;
}
.photoGalleryCol5,
.galleryBackNumber &gt; ol,
.DUMMY,
.DUMMY,
.DUMMY,
.DUMMY,
.DUMMY,
.DUMMY,
.DUMMY,
.DUMMY,
.DUMMY,
.DUMMY,
.DUMMY,
.DUMMY {
	zoom: 1;
}
}
</pre></body></html>