@charset "UTF-8";

/* mainimg
------------------------------------------------- */
.mainimg {
	background: url(../img/gallery/mainimg.jpg) no-repeat center #000;
	background-size:100%;
	margin: 0;
}

/* gallerySet
------------------------------------------------- */
.gallerySet {
	padding: 73px 0 113px;
}
.gallerySet .galleryMain {
    width: 55.55%;
	max-width: 500px;
    float: left;
}
.gallerySet .galleryBox {
    padding-bottom: 20px;
}
.gallerySet .galleryBox h2 {
    font-weight: normal;
    margin-bottom: 15px;
}
.gallerySet .galleryBox h2 span {
    display: inline-block;
    background-color: #1e96be;
    color: #fff;
    padding: 0 10px;
    line-height: 22px;
    margin: 0 10px 5px 0;
}
.gallerySet .galleryBox ul {
    font-size: 0;
    width: 100%;
}
.gallerySet .galleryBox ul li {
    font-size: 14px;
    display: inline-block;
    width: 28%;
    margin: 0 8% 4% 0;
	text-align: center;
}
.gallerySet .galleryBox ul li:nth-child(3n) {
    margin-right: 0;
}
.gallerySet .galleryBox ul li img {
    width: 100%;
	max-height: 100px;
}

.gallerySet .snav {
    width: 31.11%;
	max-width: 280px;
    float: right;
}
.gallerySet .snav h3 {
    color: #1e96be;
    font-weight: bold;
    border-bottom: 1px solid #1e96be;
    padding-bottom: 0.5em;
    margin-bottom: 1.5em;
}
.gallerySet .anchornav li {
    margin-bottom: 1.5em;
}
.gallerySet .anchornav li a {
    display: block;
    color: #000;
}
.gallerySet .anchornav li a span {
    display: inline-block;
    color: #fff;
    background-color: #1e96be;
    padding: 0 7px;
    line-height: 18px;
    margin-bottom: 3px;
}
.gallerySet .anchornav li a:hover {
    opacity: 0.7;
    text-decoration: none;
}
.gallerySet .yearnav {
    border-top: 1px solid #1e96be;
    margin-top: 3em;
    padding-top: 2em;
}
.gallerySet .yearnav li {
    margin-bottom: 0.7em;
}
.gallerySet .yearnav li a {
    font-weight: bold;
    color: #666;
}


@media only screen and (max-width:750px){
/* headTitle01
------------------------------------------------- */
.headTitle01 {
	width: 41.88%;
	max-width: 178px;
	left: 2%;
}

/* gallerySet
------------------------------------------------- */
.gallerySet {
	padding: 5vw 0 8vw;
}
.gallerySet .galleryMain,
.gallerySet .snav {
    width: 100%;
	max-width: inherit;
    float: none;
}
.gallerySet .galleryBox {
    padding-bottom: 5vw;
}
.gallerySet .galleryBox h2 {
    margin-bottom: 4vw;
}
.gallerySet .galleryBox h2 span {
    padding: 0 2vw;
    line-height: 6vw;
    margin: 0 0 1vw;
}
.gallerySet .galleryBox ul li {
    width: 48%;
    margin: 0 4% 4% 0;
}
.gallerySet .galleryBox ul li:nth-child(3n) {
    margin-right: 4%;
}
.gallerySet .galleryBox ul li:nth-child(2n) {
    margin-right: 0;
}
.gallerySet .galleryBox ul li img{
	max-height: auto;
}

.gallerySet .snav h3,
.gallerySet .anchornav {
    display: none;
}
.gallerySet .yearnav {
    margin-top: 1.5em;
    padding-top: 2.5em;
}
.gallerySet .yearnav li {
    display: inline-block;
    width: 49%;
    font-size: 4vw;
}
}