/* CSS Document */
@charset "utf-8";

/* ギャラリーType5/6詳細 */
.single_gry2 {
	overflow:hidden;
	margin-bottom:70px;
}
.single_tit {
	font-size:20px;
	border-bottom:1px solid #000;
	margin-bottom:20px;
	word-break: break-all;
}
.single_gry2 .single_left {
	width:100%;
}
.single_gry2 .single_right {
	width:100%;
}
.single_gry2 .mainimg img {
	width:100%;
	border:1px solid #ccc;
	box-sizing:border-box;
	margin-bottom:5px;
}
.single_gry2 .subimg {
	display:block;
	overflow:hidden;
}
.single_gry2 .subimg li {
	float:left;
	display:block;
	width:24%;
}
.single_gry2 .subimg li img {
	width:100%;
	height:auto;
	border:1px solid #ccc;
	box-sizing:border-box;
}
.single_gry2 .subimg li {
	margin-right:1.3%;
	margin-bottom:1.3%;
}
.single_gry2 .subimg li:nth-child(4n) {
	margin-right:0;
	float:right;
}
.single_gry2 .subimg li:nth-child(4n+1) {
	clear:left;
}
.single_gry2 .single_center {
	clear:both;
	padding:10px 0;
	width:100%;
	overflow:hidden;
}
.single_gry2 .single_center dl dt.ss {
	display:block;
	font-size:16px;
	padding:5px;
	border:1px solid #ccc;
	margin:0 0 10px;
	text-align:center;
}
.single_gry2 .single_center dl dd.st {
	margin-bottom:10px;
	font-size:14px;
	line-height: normal;
}
.single_gry2 .single_center ul{
	overflow:hidden;
}
.single_gry2 .single_center ul li.fl{
	float:left;
	width:49%;
}
.single_gry2 .single_center ul li.fr{
	float:right;
	width:49%;
}
.single_gry2 .repbtn {
	clear:both;
	display:block;
	padding:20px;
	text-align:center;
}

.mb30{
	margin-bottom: 30px !important;
}