/* ==================================================================================
    Media query
================================================================================== */
@media only screen
and (max-width: 768px) {

    /*innerwrap*/
    .innerwrap {
        width: 100%;
    }
    /*snb*/
    .snb-area {
        display: none;
        float: left;
        width: 240px;
        margin: -30px 80px 0 0;
    }

    /*sub-spot*/
    .conference-name {
        height: 200px;
        background: url("/images/main/bg_main_banner01.jpg") left 50px no-repeat;
    }
    .conference-name .title {
        padding: 120px 20px 0 0;
        font-size: 20px;
    }
    .conference-name .info {
        padding: 0 20px 0 0;
        font-size: 13px;
    }

    /*contents-area*/
    .contents-area {
        float: none;
        width: 100%;
        padding: 0 10px;
    }

    /*article*/
    .article {
        min-height: unset;
    }

    /*text-align*/
    .article .section p.section-paragraph {
        text-align: left;
    }
    .article .section ul.section-list > li {
        text-align: left;
    }
    .article .section ol.section-list > li {
        text-align: left;
    }

    /*detail-style*/
    .session {
        float: none;
        width: 100%;
        padding-right: 0;
    }

    .profile-area .thm {
        float: none;
        width: 100%;
        margin-right: 0;
        text-align: center;
    }

    .profile-area .name {
        margin: 0 0 10px;
        padding: 0;
        line-height: 1.1;
        font-size: 18px;
        font-weight: 700;
        color: #333;
        text-align: center;
    }
    .profile-area .organ {
        margin: 0 0 10px 20px;
        text-align: center;
        line-height: 1.1;
        font-size: 13px;
        font-weight: 400;
        color: #333;
    }
    .profile-area .organ li {
        list-style: none;
    }
    .profile-area .organ li {
        list-style: none;
    }
    .mobile-utility-area .d-day {
        background-color: #0072bb;
    }

    /*venue*/
    .tour-img li {
        float: none;
    }
    .tour-img {
        position: relative;
        margin-left: 0;
    }

    /* conference-photo */
    .conference-photo .banner-area {
        display: block;
        border-radius: 10px 0;
    }
    .conference-photo .banner-area img {
        display: block;
        border-radius: 10px 0;
    }
    .conference-photo .photo-list > ul > li {
        float: none;
        width: 280px;
        margin: 0 auto 30px;
    }
    .conference-photo .photo-list > ul > li:nth-child(3n) {
        margin-right: auto;
    }
    .conference-photo .photo-list > ul > li > a > .title {
        display: block;
        padding: 10px;
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.25);
        color: #fff;
        border-radius: 5px 5px 0 0;
        background-color: #ccacff;
    }
    .conference-photo .photo-list > ul > li:nth-child(4) > a > .title,
    .conference-photo .photo-list > ul > li:nth-child(5) > a > .title,
    .conference-photo .photo-list > ul > li:nth-child(6) > a > .title {
        background-color: #99c7ff;
    }
    .conference-photo .photo-list > ul > li > a > .thm {
        position: relative;
        display: block;
    }
    .conference-photo .photo-list > ul > li > a > .thm img {
        border-radius: 0 0 5px 5px;
    }
    .conference-photo .photo-list > ul > li > a > .thm .btn-download {
        visiblility: hidden;
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        width: 100%;
        height: 100%;
        text-align: center;
        background-color: rgba(0,0,0,0.65);
        transition: all 0.25s;
        opacity: 0;
    }
    .conference-photo .photo-list > ul > li > a:hover > .thm .btn-download {
        visiblility: visible;
        opacity: 1;
    }
    .conference-photo .photo-list > ul > li > a > .thm .btn-download i {
        margin-top: 100px;
        line-height: 180px;
        font-size: 120px;
        color: rgba(255,255,255,0.95);
    }
    .conference-photo .photo-list > ul > li > a > .thm img {
        display: block;
    }
}
