@charset "utf-8";

/******************************************************************
カスタム　○○○○用レイアウト
*****************************************************************/

/*==========================================
/
/ 0■body
/ 3■header
/ 1■contents
/ 4■main
/ 5■footer
/
==========================================*/

/*====================================================================================================================

タブレット用(横サイズ)～PCcss (min-width:769px) /

====================================================================================================================*/

@media screen and (min-width:769px) , print {

/******************************************************************
  1■contents 
*****************************************************************/



/******************************************************************
  2■list 
*****************************************************************/
#list .list-block-BOX {
    overflow: hidden;
    margin: 0 -20px 0 0;
    }

#list .block {
    width: 480px;
    height: 700px;
    float: left;
    background: pink;
    margin: 0 20px 20px 0;
    }

#list .list-block-ttl {
    background:red;
    }

#list .block figure {
    height: 200px;
    text-align: center;
    }

#list .block figure img {
    position: relative;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 100%;
    max-height: 100%;
    }

/******************************************************************
  3■detail
*****************************************************************/
#detail .d-con-l {
    overflow:hidden;
    padding: 20px 0;
    border-bottom: 1px solid;
    }

#detail .d-con-l .d-con-ttl,
#detail .d-con-l .d-con-txt {
    display:table-cell;
    }

#detail .d-con-l .d-con-ttl {
    width:200px;
    vertical-align: middle;
    }

}

/*====================================================================================================================

スマホ～タブレット用(縦サイズ)用css (max-width:768px) / 

====================================================================================================================*/

@media screen and (max-width:768px) , print { 

/******************************************************************
  1■contents 
*****************************************************************/

/*****************************************************************
  5■Checked Recommend
*****************************************************************/
/*#checked{
    margin-left:0;
    margin-right:0;
}
#checked .tit-cts-wrap{
    margin-left:15px;
    margin-right:15px;
}
#checked .checked-listItem-wrap{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 156px;
}
#checked .slider{
    position: absolute;
    left: 0;
    margin-left:15px;
    }
#checked article.checked-listItem{
    width:155px;
    float:left;
    margin:0 10px 0 0;
    }
#checked article.checked-listItem:last-child{
    margin:0;
    }
#checked .checked-listItem .checked-listItem-link{
    display: block;
    }
#checked .checked-listItem .checked-listItem-link .checked-listItem-img-BOX{
    padding:10px;
    background:#ffffff;
    margin: 0 0 5px;
    }
.checked-listItem-img-BOX, .recommend-listItem-img-BOX {
    border: 1px solid transparent;
    }
#checked .checked-listItem .checked-listItem-link .checked-listItem-img{
    height: 97px;
    position: relative;
    }
#checked .checked-listItem .checked-listItem-link .checked-listItem-img img{
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    }

#checked .checked-listItem-tit{
    font-size:12px;
    line-height:1.4;
}
#recommend .recommend-listItem-tit{
    font-weight:bold;
    padding-bottom: 30px;
    line-height: 1.5;
}
#recommend .recommend-listItem-wrap{}
#recommend article.recommend-listItem{
    margin-bottom:10px;
}
#recommend article.recommend-listItem:last-child{
    margin:0;
}
#recommend article.recommend-listItem:first-child{}
#recommend article.recommend-listItem:last-child{}
#recommend .recommend-listItem .recommend-listItem-link{}
#recommend .recommend-listItem .recommend-listItem-link .recommend-listItem-img-BOX{
    background:#ffffff;
}
#recommend .recommend-listItem .recommend-listItem-link .recommend-listItem-img{
    display: table-cell;
    padding: 0 0 0 10px;
    vertical-align: middle;
    width: 72px;
}
#recommend .recommend-listItem .recommend-listItem-link .recommend-listItem-img img{
    height: auto;
    margin: 10px 0;
    width: 72px;
}
#recommend .recommend-listItem .recommend-listItem-link .recommend-listItem-txt{
    display:table-cell;
    padding:10px 10px 10px 20px;
    position:relative;
}
#recommend .recommend-listItem .recommend-listItem-link .detailItem-txt-tags{
    position:absolute;
    bottom:10px;
}
#recommend .recommend-listItem .recommend-listItem-link .list-ic-koyo{
    display: inline-block;
    font-size: 12px;
    text-align: center;
}
#recommend .recommend-listItem .recommend-listItem-link .list-ic-koyo .detail-tag-box{
    text-align:center;
}

    */
/******************************************************************
  2■list 
*****************************************************************/
#list .list-block-BOX {}

#list .block {
    background: pink;
    margin: 0 0 20px 0;
    }

#list .list-block-ttl {
    background:red;
    }

#list .block figure {
    height: 200px;
    text-align: center;
    }

#list .block figure img {
    position: relative;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 100%;
    max-height: 100%;
    }

/******************************************************************
  3■detail
*****************************************************************/
#detail .d-con-l {
    overflow:hidden;
    padding: 20px 0;
    border-bottom: 1px solid;
    }

#detail .d-con-l .d-con-ttl,
#detail .d-con-l .d-con-txt {
    display:table-cell;
    }

#detail .d-con-l .d-con-ttl {
    width:200px;
    vertical-align: middle;
    }

}