@charset "utf-8";

.gallery-pickup .gallery-tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px 15px 7px 49px;
  border-top: 4px solid #009abf;
  border-left: 1px solid #dfdfde;
  border-right: 1px solid #dfdfde;
  border-bottom: 1px solid #dfdfde;
  background-color: #fafafa;
  background-image: url("../images_id/icon_gallery.svg");
  background-size: 26px auto;
  background-repeat: no-repeat;
  background-position: 11px 11px;
  box-sizing: border-box;
}
.gallery-pickup .gallery-tit .tit-wrap h2 {
  margin-right: 10px;
  padding-top: 4px;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
}

.gallery-wrap {
	width:650px;
	margin:15px 0 0 -4px;
  display: flex;
  flex-wrap: wrap;
}
.gallery-wrap li {
	margin:0 14px 14px 0;
	padding:0;
	width:calc(100% / 3 - 14px);
	list-style:none;
}
.gallery-wrap li:nth-child(3n) {
	margin:0 0 14px 0;
	width:calc(100% / 3);
}
.gallery-wrap li .bW {
	margin:3px;
	padding:10px;
	width:100%;
	background:#fafaf6;
	border:1px #d9d9d9 solid;
	box-shadow: 0 0 4px #d0d0d0;
	-moz-box-shadow: 0 0 4px #d0d0d0;
	-o-box-shadow: 0 0 4px #d0d0d0;
	-ms-box-shadow: 0 0 4px #d0d0d0;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#d0d0d0, direction=0, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#d0d0d0, direction=90, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#d0d0d0, direction=180, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#d0d0d0, direction=270, strength=3, enabled=true);
  box-sizing: border-box;
}
.gallery-wrap li table {
	margin:0;
	padding:0;
	width:100%;
}
.gallery-wrap li table th {
	height:155px;
	margin:0;
	padding:0;
	text-align:center;
	vertical-align:middle;
	background:#d1d1d1;
}
.gallery-wrap li table th img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  font-family: 'object-fit: contain;'
}
.gallery-wrap li table td {
	margin:0;
	padding:8px 0 0 0;
}
.gallery-wrap li table td p {
	margin:0;
  display: -webkit-box;
}
.gallery-wrap li table td .bTit {
	margin:0 0 5px 0;
	padding:0;
	font-size:14px;
	font-weight:bold;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.gallery-wrap li table td p:nth-child(2) {
  margin-bottom: 3px;
	font-size:13px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.gallery-wrap li table td p:nth-child(3) {
	font-size:13px;
}
.gallery-wrap li a {
	display:block;
}
.gallery-wrap li a:link {
	text-decoration:none;
}
.gallery-wrap li a:visited {
	text-decoration:none;
}
.gallery-wrap li a:hover {
	text-decoration:none;
	background-color:#f9f9f9;
	color:#333;
}
.gallery-wrap li a:hover .bTit {
	color:#e94b78;
	text-decoration:underline;
}
