@charset "utf-8";

.wysiwyg p { margin-bottom: 0;}

/* 共通
--------------------------------------------- */
.titLineB {
	position: relative;
}
/*アイコン用にずらす*/
.titLineB.grandPrix,
.titLineB.semi-grandprix,
.titLineB.special {
	padding: 17px 0 20px 72px;
}
.titLineB.grandPrix:before,
.titLineB.semi-grandprix:before,
.titLineB.special:before {
	content: "";
	position: absolute;
	top: 24px;
	left: 0;
	margin-top: -21px;
	width: 60px;
	height: 60px;
	background-size: 60px 60px;
	background-repeat: no-repeat;
	background-position: left top;
}
.titLineB.grandPrix:before {
	background-image: url(../image/icon_grand-prix.jpg);
}
.titLineB.semi-grandprix:before {
	background-image: url(../image/icon_semi-grandprix.jpg);
}
.titLineB.special:before {
	background-image: url(../image/icon_special.jpg);
}
/*; .titLineB.icoNormal:before {
	background-image: url(../image/icon_normal.png);
} */
.photoBox .zoom a {
	display: block;
	position: relative;
}
#snsBox {
	text-align: right;
	height: 21px;
	margin: 0 0 10px;
}
#snsBox #twBtn,
#snsBox #fbBtn {
	display: inline-block;
	vertical-align: top;
}
#snsBox #fbBtn iframe {
	width: 83px!important;
}

/* photoB
--------------------------------------------- */
.photoB .photoBox {
	width: 80%;
	margin: 0 auto;
}
.photoB .photoBox .fBold{
	font-size: 16px;
}
.photoB .photoBox .zoom {
	margin: 0 0 10px;
}
.photoB .photoBox .zoom a:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	background-image: url("../image/icon_zoom_b.png");
	background-size: 50px 50px;
	background-repeat: no-repeat;
	background-position: left top;
}

/* photoS
--------------------------------------------- */
.photoS {
	width: 100%;
	margin: 0 auto;
}
.photoS .photoBox {
	width: 233px;
	margin: 0 16px 15px 0;
	float: left;
}
.photoS .photoBox:nth-child(4n) {
	margin-right: 0;
}
.photoS .photoBox:nth-child(4n+1) {
	clear: both;
}
.photoS .photoBox .zoom {
	min-height: 165px;
	margin-bottom: 10px;
}
.photoS .photoBox .zoom a:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	background-image: url("../image/icon_zoom_s.png");
	background-size: 30px 30px;
	background-repeat: no-repeat;
	background-position: left top;
}

@media print {
	#pageTop {
		/* display: none!important; */
	}
}

/* ---------------------------------------------
	media screen
--------------------------------------------- */
@media screen and (min-width:601px) {
	.photoB {
		margin: 0 0 20px;
	}
	.photoS .photoBox .zoom,
	.photoS .photoBox .zoom a {
		height: 165px;
	}
	.photoS .photoBox .zoom a {
		text-align: center;
		background-color: #eee;
	}
	.photoS .photoBox .zoom a img {
		height: 100% !important;
	}
}

@media screen and (max-width:600px) {
	#mainwrap .cx {
		margin: 0;
	}
	/*アイコン用にずらす*/
	.titLineB.grandPrix,
	.titLineB.semi-grandprix,
	.titLineB.special {
		padding: 25px 0 25px 62px;
	}
	.titLineB.grandPrix:before,
	.titLineB.semi-grandprix:before,
	.titLineB.special:before {
		width: 50px;
		height: 50px;
		background-size: 50px 50px;
	}
	.titLineB:before {
		top: 50%!important;
		left: 5px!important;
		margin-top: -25px!important;
		margin-bottom: 0;
	}
	.mfp-title {
		padding-right: 60px!important;
	}
	.imgAreaW {
		padding: 0 10px;
	}
	.photoB .photoBox {
		max-width: 500px;
		width: 100%!important;
		margin: 0 auto 10px!important;
		padding: 10px;
	}
	.photoBox .zoom a:after {
		width: 25px!important;
		height: 25px!important;
		background-image: url("../image/icon_zoom_b.png")!important;
		background-size: 25px 25px!important;
	}
	.photoS {
		width: 100%!important;
		margin: 0 auto;
	}
	.photoS .photoBox {
		width: 100%!important;
		margin: 0 0 10px!important;
		padding: 10px;
	}
	.photoS .photoBox .zoom {
		margin: 0 0 10px;
	}
}
