body {
}

.zitem {
    width:105px;
    height:105px;
    border-right:1px solid #fff;
    border-bottom:1px solid #fff;
    margin:0;

    /* required to hide the image after resized */
    overflow:hidden;

    /* for child absolute position */
    position:relative;

    /* display div in line */
    float:left;
}

.zitem .caption {
    width:125px;
    height:30px;
    background:#000;
    color:#fff;
    font-weight:bold;

    /* fix it at the bottom */
    position:absolute;
    bottom:-1px; /* fix IE issue */
    left:0;

    /* hide it by default */
    display:none;

    /* opacity setting */
    filter:alpha(opacity=70);    /* ie  */
    -moz-opacity:0.7;    /* old mozilla browser like netscape  */
    -khtml-opacity: 0.7;    /* for really really old safari */
    opacity: 0.7;    /* css standard, currently it works in most modern browsers like firefox,  */

}

.mRBrd{
    margin-right:27px;
    border:1px #ddd solid;
}

.mRBrdLast{
    border:1px #ddd solid;
}

/*ここからキャプション表示用
▽　▽　▽
-----------------------*/

.caption01{
    width:105px;
    height:30px;
    background:#000;
    color:#fff;
    font-weight:bold;
    float:left;
    border-top: 1px #fff solid;


   /* opacity setting */
    filter:alpha(opacity=80);    /* ie  */
    -moz-opacity:0.8;    /* old mozilla browser like netscape  */
    -khtml-opacity: 0.8;    /* for really really old safari */
    opacity: 0.8;    /* css standard, currently it works in most modern browsers like firefox,  */
}

.caption01 span {
    text-decoration:none;
    color:#fff;
    font-size:12px;
    /* add spacing and make the whole row clickable*/
    padding:5px;
    display:block;
    text-align: center;
}

/*ここまでキャプション表示用
△　△　△
-----------------------*/

.zitem .caption span {
    text-decoration:none;
    color:#fff;
    font-size:12px;

    /* add spacing and make the whole row clickable*/
    padding:5px;
    display:block;
}

.zitem img {
    border:0;

    /* allow javascript moves the img position*/
    position:absolute;
}

.caption p{
    color:#fff !important;
}
.caption p:link{
    color:#fff !important;
}
.caption p:visited{
    color:#fff !important;
}
.caption p:hover{
    color:#fff !important;
}


.drawing_ougi{
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    width: 636px;
    margin-top: 30px;
    margin-bottom: 50px;
}

.drawing_meisho{
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    width: 636px;
    margin-top: 30px;
    padding-bottom: 50px;
    border-bottom:1px #999 dotted;
}

.clear {
    clear:both;
}



/*-------------------------------------------*/

.mainContents .content_ougi {
  margin-top: 30px;
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.mainContents .content_ougi .product-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0;
}

.mainContents .content_ougi .product-list li {
  width: 106px;
  height: 136px;
  overflow: hidden;
  border-right: 1px #fff solid;
  border-bottom: 1px #fff solid;
  margin: 0;
}

.mainContents .content_ougi .product-list img {
  width: 100%;
  transition-duration: 0.5s;
  vertical-align: top;
}

.mainContents .content_ougi .product-list:hover img {
  transform: scale(1.2);
  transition-duration: 0.5s;
}


/*-------------------------------------------*/


.mainContents .content_byoubu {
  margin-top: 30px;
  padding-bottom: 50px;
  border-bottom:1px #999 dotted;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.mainContents .content_byoubu .product-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0;
}

.mainContents .content_byoubu .product-list li {
  width: 106px;
  height: 136px;
  overflow: hidden;
  border-right: 1px #fff solid;
  border-bottom: 1px #fff solid;
  margin: 0;
}

.mainContents .content_byoubu .product-list img {
  width: 100%;
  transition-duration: 0.5s;
  vertical-align: top;
}

.mainContents .content_byoubu .product-list:hover img {
  transform: scale(1.2);
  transition-duration: 0.5s;
}

/*-------------------------------------------*/






