@CHARSET "UTF-8";

body {
	font-family: 'メイリオ','Meiryo','MS PGothic';
	font-size: 12px;
	line-height: 1.5;
	padding: 0;
	margin: 0;
}
body.black {
	color: #fff;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
	body {
		font-family: 'MS PGothic',sans-serif;
	}
}
body a {
	color: #000;
	background-color: #fff;
}
body a:hover {
	background-color: #f6f6f6;
}
body.black a {
	color: #fff;
	background-color: #333;
	background-color: rgba(51,51,51,0.9);
}
body.black a:hover {
	background-color: #666;
	background-color: rgba(102,102,102,0.9);
}
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}


.pager {
	text-align: center;
	border-top: dotted 1px #ddd;
	border-bottom: dotted 1px #ddd;
	margin-top: 10px;
	background-color: rgba(255,255,255,0.5);
}
.pager a {
	background: none;
}
.pager a:hover {
	text-decoration: none;
}
body.black .pager {
	background-color: rgba(0,0,0,0.5);
	border-color: #666;
}
.pager .inner {
	display: table;
	width: 100%;
}
.pager .prev,
.pager .next,
.pager .count {
	display: table-cell;
	vertical-align: middle;
}
.pager .prev,
.pager .next {
	width: 30%;
}
.pager .prev .inner,
.pager .next .inner {
	display: table;
	widht: 100%;
}
.pager a,
.pager .disabled {
	display: table-cell;
	height: 36px;
	vertical-align: middle;
}
.pager .count {
	padding: 5px 0;
}
.pager .count span {
	display: block;
	padding: 0 5px;
	border-left: solid 1px #ddd;
	border-right: solid 1px #ddd;
}
body.black .pager .count span {
	border-color: #666;
}
.pager .disabled {
	opacity: 0.3;
}
.footer {
	padding: 20px 5px;
	text-align: center;
	background-color: rgba(255,255,255,0.5);
}
body.black .footer {
	background-color: rgba(0,0,0,0.5);
}
.footer a:hover {
	text-decoration: none;
}
.footer .inner {
	display: inline-block;
	text-align: left;
}
.footer a {
	background: none !important;
}
.in_preparation {
	font-size: 14px;
	padding: 20px 5px;
	text-align: center;
}
body.black .in_preparation {
	color: #fff;
}
.in_preparation .inner {
	display: inline-block;
	text-align: left;
}

.gals {
	padding: 2px;
}
ul {
	margin: 0;
	padding: 0;
}
.gals li {
	display: block;
	float: left;
	min-width: 130px;
	width: 100%;
	padding: 2px;
	box-sizing: border-box;
}
@media screen and (min-width: 280px) {
	.gals li {
		width: 50%;
	}
}
@media screen and (min-width: 460px) {
	.gals li {
		width: 33.333%;
	}
}
@media screen and (min-width: 660px) {
	.gals li {
		width: 25%;
	}
}
@media screen and (min-width: 820px) {
	.gals li {
		width: 20%;
	}
}
@media screen and (min-width: 980px) {
	.gals li {
		width: 16.666%;
	}
}
@media screen and (min-width: 1140px) {
	.gals li {
		width: 14.285%;
	}
}
@media screen and (min-width: 1300px) {
	.gals li {
		width: 12.5%;
	}
}
@media screen and (min-width: 1460px) {
	.gals li {
		width: 11.111%;
	}
}
.gals li a {
	border: solid 1px #ccc;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	height: 250px;
	overflow: hidden;
	padding: 5px;
	display: block;
	text-decoration: none;
}
body.black .gals li a {
	border: solid 1px #666;
}
@media screen and (min-width: 150px) and (max-width: 155px) {
	.gals li a {
		height: 220px;
	}
}
@media screen and (min-width: 155px) and (max-width: 160px) {
	.gals li a {
		height: 225px;
	}
}
@media screen and (min-width: 160px) and (max-width: 165px) {
	.gals li a {
		height: 230px;
	}
}
@media screen and (min-width: 280px) and (max-width: 290px) {
	.gals li a {
		height: 225px;
	}
}
@media screen and (min-width: 290px) and (max-width: 300px) {
	.gals li a {
		height: 230px;
	}
}
@media screen and (min-width: 300px) and (max-width: 310px) {
	.gals li a {
		height: 235px;
	}
}
@media screen and (min-width: 310px) and (max-width: 320px) {
	.gals li a {
		height: 240px;
	}
}
@media screen and (min-width: 320px) and (max-width: 330px) {
	.gals li a {
		height: 245px;
	}
}
.gals li .item {
	overflow: hidden;
	white-space: nowrap;
	display: block;
	max-width: 150px;
	margin: auto;
	box-sizing: border-box;
}
.gals li .item.margin_bottom {
	margin-bottom: 5px;
}
.gals li .item.image {
	position: relative;
	width: 100%;
	height: auto;
}
.gals li .item.image:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.gals li .item.image .inner {
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	background-color: #fff;
	text-decoration: none;
	font-weight: bold;
}
.gals li .item.image img {
	width: 100%;
	height: auto;
}
.gals li .item.image img.vertical {
	width: auto;
	height: 100%;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* safari用 */
	::i-block-chrome, .gals li .item.image img.vertical {
		width: auto;
		height: auto;
	}
}
.gals li .item.image .standby,
.gals li .item.image .finished {
	position: absolute;
	display: block;
	bottom: 0;
	width: 100%;
	color: #fff;
	text-align: center;
	line-height: 2.0;
	font-weight: normal;
}
.gals li .item.image .standby {
	background-color: rgba(255,77,76,0.9);
}
.gals li .item.image .finished {
	background-color: rgba(127,127,127,0.5);
}
.gals li .item.name {
	font-weight: bold;
	font-size: 14px;
}
.gals li .item.note {
	font-weight: bold;
	color: #f7a52a;
}
.gals li .item.note.style2 {
	text-align: right;
}
.gals li .item.note.style2 span {
	display: inline-block;
	background-color: #f7a52a;
	color: #fff;
	padding: 0 5px;
	font-weight: normal;
}