@charset "utf-8";
/* CSS Document */
.gallery_search_box{
	width:1280px;
	margin:50px auto 0;
}
.gallery_search_box .stl{
	text-align:center;
	font-size:38px;
	padding:80px 0 50px;
}
.gallery_search_box dl{
	display:flex;
}
.gallery_search_box dt{
	width:19%;
	padding-right:10px;
	box-sizing:border-box;
}
.gallery_search_box dt.finput{
	width:16%;
	padding-right:0;
}
.gallery_search_box dd{
	width:8%;
}
.gallery_search_box input, .gallery_search_box select{
	height:48px;
	line-height:46px;
	border:1px solid #b9b9b9;
	width:100%;
	box-sizing:border-box;
	padding:0 10px;
	font-size:16px;
}
.gallery_search_box select{
}
.gallery_search_box .keywords{
	border-right:none;
}
.gallery_search_box .btn_gallery_search{
	height:48px;
	line-height:46px;
	background:#3287c7 url(../images/gallery/xx_03.png) center center no-repeat;
	border:1px solid #3287c7;
	color:#3287c7;
	width:100%;
	overflow:hidden;
	text-indent:-99em;
}
.pagination ul{
	justify-content: center;
}
.contents{
	width:1280px;
	margin:90px auto 150px;
}
.vdtl{
	font-weight:bold;
	font-size:30px;
	background:url(../images/common/vd_03.jpg) left center no-repeat;
	padding-left:40px;
	overflow:hidden;
	display:flex;
	align-items : center;
	line-height:1.2;
}
.vdbd{
	display:flex;
	justify-content : flex-start;
	flex-wrap:wrap;
	margin:22px 0 0 0;
	padding:1px 0 0;
}
.vdbd li{
	width:410px;
	margin:42px 0 0 25px;
}
.vdbd li:nth-child(3n-2){
	margin-left:0;
}
.vdbd .pic{
	width:410px;
	height:232px;
	overflow:hidden;
	position:relative;
}
.vdbd .title{
	font-size:20px;
	font-weight:bold;
	margin:15px 0 6px;
}
.vdbd .date{
	font-size:17px;
}
.vdbd .pic::after{
	content:'';
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background:url(../images/common/v_30.png) center center no-repeat;
	background-size:60px;
	opacity:0.9;
}
.vdbd .pic img{
	transition: all 0.3s; 
}
.vdbd a:hover .pic img{
	transform: scale(1.2);
}
@media(max-width:767px) {
	.contents {
		margin: 45px 15px 75px;
		width:inherit;
	}
	.vdbd {
    display: inherit;
    flex-wrap: inherit;
    justify-content: inherit;
    margin: 22px 0 0;
    padding: 1px 0 0;
}
.vdbd li{
	width:100%;
	margin:25px 0 0;
}
.vdbd .pic {
    height: 100%;
    width: auto;
}
}