@charset "utf-8";
/*--------------------------------------------------------------------------------
*
*   2017
*   AXIS WEB MAGAZINE
*   http://www.axismag.jp/
*
*   archive_pc.css
*
--------------------------------------------------------------------------------*/

/* --------------------------------------------------------------------------------
*
    min-width: 769px
*
-------------------------------------------------------------------------------- */
@media screen and (min-width: 769px) {

#contents_area{
    background-color: #fff;
    /*overflow: hidden;*/
    contain: paint;
}

#section_archive{
    width: 100%;
    max-width: 1280px;
    padding: 0 110px;
    margin: 0 auto 70px auto;
    box-sizing: border-box;
}

section h2{ font-size: 16px;}

aside h3,
section h3{
    height: 24px;
    font-size: 14px;
    color: #666;
    display: block;
    position: relative;
    line-height: 1em;
    /*white-space: nowrap;*/
    text-overflow: ellipsis;
    overflow: hidden;
}

section h4{
    font-size: 16px;
    line-height: 1.5em;
    color: #000;
    word-break: break-all;
}

#archive_title{
    margin: 40px 0 55px 0;
    padding: 15px 13px;
    height: 80px;
    box-sizing: border-box;
    background-color: #f1f1f1;
    position: relative;
}

#archive_title h2{
    font-size: 16px;
    color: #333;
}

#archive_title h2 .en{
    margin: 5px 0 0 1px;
    font-size: 12px;
    color: #666;
    display: block;
}

#archive_title .num{
    font-size: 24px;
    position: absolute;
    right: 13px;
    bottom: 13px;
}

/* ----------------------------------------
*
    section#post_lists
*
---------------------------------------- */
section#post_lists{
    margin: 0 0 25px 0;
}

section#post_lists ul{
    letter-spacing: -.40em;
}

section#post_lists li{
    width: 31.698%;
    margin: 0 2.4528% 50px 0;
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    position: relative;
}

section#post_lists li a{
    display: block;
    overflow: hidden;
}

section#post_lists li:nth-child(3n){
    margin-right: 0;
}

section#post_lists li h3{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
}

section#post_lists li h4{
    line-height: 1.5em;
    transition: color .15s ease .0s;
}

.is_pc section#post_lists li:hover a h4{
    color: #01aeeb;
    transition: color .15s ease .05s;
}

section#post_lists li .img{
    margin: 0 0 15px 0;
    background-color: #eee;
}

section#post_lists li .date{
    margin-top: -2px;
    margin-right: -5px;
    padding: 2px 5px;
    background-color: #fff;
    color: #666;
    font-size: 12px;
    position: absolute;
    top: 0;
    right: 0;
}

#section_archive .btn_more{
    margin: 0 auto;
}

#section_archive .btn_more.hide{
    opacity: 0;
}


}


/* --------------------------------------------------------------------------------
*
    max-width: 960px and (min-width: 769px)
*
-------------------------------------------------------------------------------- */
@media screen and (max-width: 960px) and (min-width: 769px) {

#section_archive{
    width: 100%;
    max-width: 960px;
    padding: 0 62px;
    box-sizing: border-box;
    margin: 0 auto 50px auto;
}

/* ----------------------------------------
*
    section#post_lists
*
---------------------------------------- */
section#post_lists ul{
    letter-spacing: -.40em;
}

section#post_lists li{
    width: 48.136%;
    margin: 0 0 50px 0;
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
}

section#post_lists li:nth-child(odd){
    margin: 0 3.728% 50px 0;
}

section#post_lists li .img{
    margin: 0 0 10px 0;
}

section#post_lists li img{
    width: 100%;
    height: auto;
}


/* ----------------------------------------
*
    section#serial_posts
*
---------------------------------------- */
section#serial_posts ul{
    padding: 0 0 35px 0;
    letter-spacing: -.40em;
}

section#serial_posts li{
    width: 48.136%;
    margin: 0 0 50px 0;
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
}

section#serial_posts li:nth-child(odd){
    margin: 0 3.728% 50px 0;
}

section#serial_posts li .img{
    margin: 0 0 10px 0;
}

section#serial_posts li img{
    width: 100%;
    height: auto;
}

section#serial_posts li.tablet{
    display: inline-block !important;
}


}
