@charset "utf-8";

/* ======================================= 
    STYLE FOR  /special/photo/ ppXX.html 
	 ======================================= */
	 
@media only screen and (max-width: 768px) {

/* photoGalleryWrap
------------------------------------------------------ */
.photoGalleryWrap {
	margin: 15px -10px 0;
	padding: 30px 15px;
	background: #e9f3cc;
}
.photoGalleryCol5 {
	max-width: 410px;
	margin: 0 auto;
}
.photoGalleryCol5 > .col {
	float: left;
	width: 47%;
	max-width: 192px;
	margin-right: 6%;
	font-size: 12px;
}
.photoGalleryCol5 > .col:nth-child(even) {
	margin-right: 0;
}
.photoGalleryCol5 > .col:nth-child(n+3) {
	margin-top: 15px;
}
.photoGalleryCol5 > .col:nth-child(odd) {
	clear: left;
}
.photoGalleryCol5 > .col a {
	display: block;
}
.photoGalleryCol5 > .col a img {
	overflow: hidden;
	border-radius: 5px;
}

.photoGalleryCol5 > .col p {
	margin-top: 8px;
}

/* galleryBnr
------------------------------------------------------ */
.galleryBnr01 {
	margin-top: 20px;
	background: #ffffff;
}



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

.galleryBackNumber > ol.slideContent {
	display: none;
}
.galleryBackNumber > ol {
	margin-top: 15px;
}
.galleryBackNumber > ol > li {
	position: relative;
	padding-left: 15px;
}
.galleryBackNumber > ol > li + li {
	margin-top: 10px;
}
.galleryBackNumber > ol > li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.3em;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4.5px 0 4.5px 7px;
	border-color: transparent transparent transparent #94c500;
}

.galleryBackNumber > ol > li > a {
}


/* galleryModal
------------------------------------------------------ */
#cboxOverlay.galleryModal {
	background: #e0f5c5;
}
#colorbox.galleryModal {
}
#colorbox.galleryModal #cboxWrapper {
	background: #ffffff;
}
#colorbox.galleryModal #cboxContent {
	margin: 0;
	padding-bottom: 20px;
	background: #ffffff;
}
#colorbox.galleryModal #cboxTitle {
	position: absolute;
	top: inherit;
	bottom: 0;
	float: none !important;
	width: 100%;
	height: 3.5em;
	line-height: 1.2;
	padding: 0 30px;
	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: 15px;
	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: 15px;
	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;
}

#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 > 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 > ol,
.DUMMY,
.DUMMY,
.DUMMY,
.DUMMY,
.DUMMY,
.DUMMY,
.DUMMY,
.DUMMY,
.DUMMY,
.DUMMY,
.DUMMY,
.DUMMY {
	zoom: 1;
}

/* photoGallerySearch
------------------------------------------------------ */
.photoGallerySearch {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background: #e9f3cc;
}
.photoGallerySearch #searchTitle {
	font-size: 30px;
}
.photoGallerySearch #searchForm #keyword {
	font-size: 21px;
	border: solid 2px #8ec31f;
	border-radius: 5px;
	padding: 7px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.photoGallerySearch #searchResult {
	text-align: center;
	margin: 20px;
	font-size: 21px;
	font-weight: bold;
	color: red;
}
.photoGallerySearch .note {
	text-align: left;
	font-size: 12px;
}
.photoGallerySearch #searchButton {
	border: 0px;
	width: 194px;
	height: 48px;
	background: url(/special/photo/img/search_btn_on.png) no-repeat 0 0;
}
.photoGallerySearch #searchButton:hover {
	cursor: pointer;
}
.photoGallerySearch #searchButton:disabled {
	cursor: default;
	border: 0px;
	width: 194px;
	height: 48px;
	background: url(/special/photo/img/search_btn_off.png) no-repeat 0 0;
}

}
