@charset "UTF-8";


/**
 * css file for zdnet japan responsive
 */

.nav-resp,
.btn-category {display: none;}
@media screen and (max-width: 1280px) {
    .section h2 {font-size: 180%;}

    /* PR */
    .section.sales-special h2 {font-size: 100%;}
}

@media screen and (max-width: 800px) {
    /* deleted component */
    #info-edit,
    .carousel,
    #top-tabarea #tabs ul.list-tab li.techrepublic,
    #top-tabarea #tabs #tabs-6,
    #footer #zd-menu
    {
        display: none;
    }
    
    
    /* LAYOUT*/
    #header {
        width: 100%;
    }
    #header #header-right,
    #wrapper,
    #ad_large,
    #category,
    #contents-left,
    #contents-right,
    #footer {
        width: auto;
    }

    
    #ad_large,
    #ad_footerlarge {width: auto; overflow: hidden;}
    
    #contents-left,
    #contents-right {
        float: none;
    }
    
    h1.t-category span.line,
    #contents-left .leaftitle:before,
    .section span.line {width: 30%;}
    
    
    /* NAV */
    #header #header-inner {height: 90px;}
    #header-inner>a #logo-zd {
        position: absolute;
        top: 0;
        left: 5px;
        width: 100px;
        height: 40px;
        margin: 5px 0;
        background-repeat: no-repeat;
        -webkit-background-size: contain;
        background-size: contain;
    }
    
    .nav-resp {display: block;}
    .nav-resp li {
        width: 25%;
        height: 15px;
        position: absolute;
        z-index: 9999;
        top: 50px;
        left: 0;
        margin: 0;
        padding: 25px 0 0;
        background: #000 url(/static/img/icon_nav_resp.png) center top no-repeat;
        color: #fff;
        font-size: 10px;
        text-align: center;
    }
    .nav-resp li:first-child {
        background-position: center 2px;}
    .nav-resp li:nth-child(2) {
        left: 25%;
        background-position: center -48px;
    }
    .nav-resp li:nth-child(3) {
        left: 50%;
        background-position: center -98px;
    }
    .nav-resp li:nth-child(4) {
        left: 75%;
        background-position: center -148px;
    }
    .nav-resp li:hover,
    .btn-category:hover {cursor: pointer;}
    
    #primary-nav,
    #search-area-google,
    #login-area ul,
    #category {
        //display: none;
        position: absolute;
        z-index: 9999;
        top: 90px;
        left: 0;
        width: 100%;
        height: auto;
        float: none;
        box-sizing: border-box;
        margin: 0;
        border: none;
        background: #000;
        background-color: #000;
        -ms-filter: none;
        filter: none;
    }
    #primary-nav ul li,
    #primary-nav ul li a,
    #login-area li,
    #login-area li a {
        display: block;
        float: none;
        width: auto !important;
        height: auto;
        padding: 0;
        text-align: center;
        line-height: 2.0;
        border: none;
    }
    #primary-nav ul li a,
    #login-area li a {padding: 10px 0;}
    
    #primary-nav ul li:first-child,
    #primary-nav ul li ul,
    #primary-nav ul li img,
    #primary-nav ul li:hover > ul {display: none;}
    
    #search-area-google {padding: 0 15px;}
    #search-area-google .search_text_google {
        width: 100%;
        height: 25px;
        float: left;
        box-sizing: border-box;
        margin: 0 -34px 0 0;
    }
    
    
    /* category */
    #category li,
    #category li a {
        display: block;
        overflow: hidden;
        float: left;
        width: 50%;
        height: auto;
        margin: 0;
        padding: 5px 0;
        text-align: center;
        line-height: 2.0;
        border: none;
        box-sizing: border-box;
    }
    #category li a,
    #category li a.wide {width: 100%;float: none;}
    #category li a:hover {background-color: transparent;}
    #category li.usnews {background: none;}
    
    /* sns btn */
    #login-area #sns-btn {margin-right: 5px;}
    

    /* TOP PAGE */    
    /* top tab */
    #top-tabarea #tabs ul.list-tab li a,
    #tabs-read ul.list-tab li a,
    #tabs-ziddy ul.list-tab li a {
        width: auto;
        height: 100%;
        font-size: 11px;
        box-sizing: border-box;
    }
    #top-tabarea #tabs ul.list-tab li {
        box-sizing: border-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        width: 20%;
        height: 50px;
        float: left;
        margin: 0;
}
    #top-tabarea #tabs ul.list-tab li a {
        width: 100%;
    }
    #top-tabarea h2,
    #top-tabarea h3 {font-size: 100%;}
    #tabs-1 ul {float: none; width: auto;}
    #top-tabarea #pickup-area {display: none;}


    /* topinterview */
    .topinterview {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-wrap: wrap;
    }
    .topinterview li {
        box-sizing: border-box;
        width: 48%;
        margin: 0 1% 10px;
        text-align: center;
    }
    .topinterview li img {max-width: 100%; height: auto;}
    
    
    /* slider */
    .bx-wrapper li,
    .sp-editor .bx-wrapper .bx-viewport ul li,
    .ziddy-list .bx-wrapper .bx-viewport div.headline {
        width: 100% !important;
        min-width: 1px !important;
        height: auto !important;
    }

    /* well read */
    #tabs-read ul.list-tab li {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        width: 25%;
        height: 50px;
        float: left;
    }
    #tabs-read ul.list-tab li a {
        width: 100%;
        height: 100%;
        box-sizing: border-box;
    }

    /* ziddy */
    #tabs-ziddy ul.list-tab li {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        width: 14.2%;
        height: 4.5em;
        float: left;
    }
    #tabs-ziddy ul.list-tab li a {
        width: 100%;
        height: 100%;
        box-sizing: border-box;
    }
        
    
    /* PR */
    .section.sales-special h2 {font-size: 100%;}
    .sales-special .sales_img li {
        width: 48%;
        margin-right: 2%;
    }
    .sales-special .sales_img li:nth-child(odd) {clear: both;}
    

    /* RIGHT COLUMN */
    .ad_bnr {text-align: center;}
    .list-sp dt{background: none !important;}
    .list-sp dt a {margin: 0; text-indent: 0;}
    .list-sp dd {width: 40%; float: left;}
    .list-2col li,
    .list-2col dd {
        width: 45%;
        float: left;
        margin: 0 0 5px 15px;
    }
    .tieup {overflow: hidden; margin-bottom: 15px;}
    .tieup li {
        width: 46%;
        float: left;
        margin-right: 2% !important;
    }
    .tieup li:nth-child(odd) {
        clear: both;
    }
    .tieup li.arrow {width: 100% !important; box-sizing: border-box;}

    
    /* ARTICLE */
    .leaf_content .center,
    .leaf_content .left,
    .leaf_content .right,
    .leaf_content .img-l,
    .leaf_content .img-xl,
    .leaf_content .img-xxxl {
        clear: both;
        float: none;
        width: 100% !important;
        max-width: 100%;
        text-align: center;
        margin: 10px 0;
    }
    .leaf_content .center img,
    .leaf_content .left img,
    .leaf_content .right img {
        width: auto !important;
        max-width: 80% !important;
    }
    #contents-left #leaf_related_info {padding: 10px;}
    #contents-left p.more {
        margin-bottom: 30px;
        padding: 5px 25px 5px 10px;
        font-size: 85%;
    }
    #contents-left p.more::after {
        top: 50%;
        left: auto;
        right: 5px;
        margin-top: -7.5px;
    }
    .nextpage_link a {display: block;}
    .main_headline li {padding: 10px 0;}


    /* photogallery */
    #slideShowMain .galleryImage img {width: 100%;}


    /* calender */
    .left_column .calender_d li {
    width: 14.28%;
    text-align: center;
    font-size: 120%;
    }

    /* enlarge img */
    .enlarge_img img {
        max-width: 100% !important;
    }


    /* CATEGORY */
    ul.top-story-2col li {width: 45%;}


    /* WHITEPAPER */
    .wp_searchbox {margin-top: 10px;}
    #wp_slider_main_img,
    #wp_thumbs {
        display: none;
    }
    #wp_slider_title li {
        display: block !important;
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
    }
    .wp_headline_slide {background: #15293E;}
    .main_column,
    .left_column {
        width: auto;
        float: none;    
    }
    .left_column .main_headline {overflow: hidden;}
    .left_column .main_headline ul li {float: left; width: 45%; margin: 0 2% 0 0; padding: 10px 0;}
    .left_column .main_headline ul li:nth-child(odd) {clear: both;}
    .left_column .main_headline ul li ul {display: none; }
    p.btn_wpdl02,
    p.btn_wpdl03,
    p.btn_wcplay {
        margin: 0 auto;
    }


    /* WEBCAST*/
    .article_body iframe,
    .article_body #flashContent object {
        width: 100% !important;
        height: auto !important;
        min-height: 360px;
    }




    /* COMPANY */
    dl.hikaku_box dd {
        width: 100%;
        min-height: 0;
        float: none;
    }
    .style_buttons3 a.button,
    .style_buttons3 button {
        float: none;
        display: table-cell;
        width: 30%;
    }


    /* REFERENCE */
    #glossary_banner .ch_colright,
    #glossary_banner .ch_colleft,
    .style_layout2 .col_half {
        width: auto;
        float: none;
    }
    #glossary_banner .ch_colleft {text-align: center;}
    
    /* expand navi */
    #primary-nav ul,
    #search-area-google,
    #login-area ul,
    #category ul {
      max-height:0px;
      transition: all 300ms 0s ease;
      overflow:hidden;
    }
    #search-area-google input{display:none;}
    .active_category{max-height:420px !important;}
    .active_primary{max-height:330px !important;}
    .active_login{max-height:88px !important;}
    .active_search{max-height:55px !important;padding:15px !important;}
    .show_input{display:block !important;}

    #AAMB1 {min-height:0px;}
    #ad_zchumoku div:nth-child(even) li{margin:0}
}




@media screen and (max-width: 480px) {
    /* deleted component */
    .section .headline p {
        display: none;
    }

    .section h2 {font-size: 120%;}

    /* IFRAME*/
    .section h2.iframe-h2 {font-size: 120%;}
    
    /* TOP PAGE */
    /* slider */
    .section .headline img {
        float: none;
        margin: 0 auto 15px;
    }

    /* sp-editor */
    .sp-editor ul.list-border {display: none;}
    
    
    /* PR */
    .sales-special a {font-size: 13px !important;}
    .sales-special h2 {
        left: 50%;
        margin-left: -80px;
    }
    .sales-special .sales_img li {
        width: 100%;
    }

    /* ziddy */
    #tabs-ziddy ul.list-tab li {width: 25%; height: 4.0em;}
    #tabs-ziddy ul.list-tab li a {border-top: 3px solid #999; font-size: 10px;}


    /* RIGHT COLUMN */    
    .list-sp dd,
    .list-2col li,
    .list-2col dd {width: auto; float: none;}
    .left_column .main_headline ul li {
        width: auto;
        float: none;
    }

    .tieup li {
        width: auto;
        float: none;
        box-sizing: border-box;
    }


    /* ARTICLE */
    #contents-left .leaftitle {font-size: 18px;}
    .leaf_content .center img,
    .leaf_content .left img,
    .leaf_content .right img {
        width: auto !important;
        max-width: 100% !important;
    }

    /* sns */
    #social_bkm_wrap_top,
    #social_bkm_wrap_bottom {
        height: auto;
    }
    #social_bkm_wrap_top li,
    #social_bkm_wrap_bottom li {display: inline-block; margin-bottom: 10px;}

    /* pagenation */
    .nextpage_link p a {padding: 0;}
    .pagination .next {display: block; margin: 20px 50px; padding: 0;}


    /* CATEGORY */
    .lead-category {text-align: center;}
    .lead-category img {float: none; margin: 15px auto 0;}
    .lead-category p {text-align: left; padding: 10px;}
    ul.top-story-2col li {width: auto; float: none; overflow: hidden; margin-right: 0 !important;}


    /* WHITEPAPER */
    #wp_slider_title p {display: none;}
    #wp_slider_title p.date {display: block;}
    .wp_searchbox {float: none; margin-bottom: 15px;}
    .wp_searchbox input[type="text"] {width: 80%; padding: 5px !important;}
    .dir_cont li p.company {float: none;}
    .leaf_content p.company {margin-bottom: 10px;}
    .leaf_content p.company a {display: block; margin-bottom: 5px;}
    a.wp_dl_start_button,
    a.wp_dl_webcast_start_button,
    a.wp_dl_button,
    .download_button_red {
        float: none !important;
        display: block;
        margin: 15px auto;
    }
    .wp_img {
        width: auto;
        float: none;
        margin: 0;
        text-align: center;
    }
    .form_cont fieldset {border: none;}
    .form_cont dl {margin: 20px 0;}
    .form_cont dd input,
    .form_cont .btn-red,
    .form_cont .btn-blue {box-sizing: border-box;}
    p.btn_wpdl02,
    p.btn_wpdl03,
    p.btn_wcplay,
    p.btn_wpdl02 a,
    p.btn_wpdl03 a,
    p.btn_wcplay a {
        width: 100%;
        height: auto;
        margin: 0;
        text-indent: 0;
    }
    p.btn_wpdl02 a,
    p.btn_wpdl03 a,
    p.btn_wcplay a {
        padding: 10px 0;
        background: #ED371B;
        color: #fff;
        font-weight: bold;
        text-align: center;
        border-radius: 5px;
    }

    /* COMPANY */
    .style_banner2 .summary img {display: none;}
    dl.hikaku_box dd .link_list li {float: none;}
    .style_buttons3 a.button, .style_buttons3 button {
        display: block;
        width: auto;
        margin-bottom: 15px;
    }
    #contents-left .container {width: auto;}
    .sub .title,
    .sub .sub_advantage,
    .sub ul.logo,
    .sub ul.logo li,
    .sub ul.point,
    .sub ul.point li,
    .sub .sub_service,
    .sub .sub_schedule,
    .sub ul.schedule li,
    .sub .sub_option,
    .sub #option .waku_left,
    .sub .sub_basic,
    .sub .service {
        width: auto !important;
        height: auto !important;
        float: none !important;
        background: none !important;
        text-indent: 0 !important;
    }
    .sub {padding: 0;}
    .sub img {width: 100%; height: 100%;}
    .sub .title {font-size: 140%; font-weight: bold; color: #b00b00;}
    .sub .sub_advantage,
    .sub .sub_service,
    .sub .sub_schedule,
    .sub .sub_option,
    .sub .sub_basic {
        padding: 10px 0;
        border-top: 5px solid #cccccc;
        border-bottom: 1px solid #cccccc;
    }
    .sub ul.logo {padding: 15px; background: #f5f5f5 !important;}
    .sub ul.logo li {font-size: 120%; font-weight: bold; margin-bottom: 5px;}
    .sub ul.point li {margin: 10px 0 !important;}
    .sub ul.schedule li {list-style: decimal; margin: 0 0 5px 15px;}
    .sub .service_img {float: none; text-align: center;}
    .sub .button_input,
    .sub .button_message {margin: 15px auto;}

    #selector_navi {display: none;}
    .selector_item {display: block !important;}
    #company_summary table {margin: 10px 0;}

    #company_summary,#company_paper,#company_release,#company_event,#company_item {
        position: relative;
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px dotted #ccc;
    }
    #company_summary::before,#company_paper::before,#company_release::before,#company_event::before,#company_item::before {
        content: "企業情報";
        display: block;
        position: relative;
        margin-bottom: 10px;
        font-size: 120%;
        font-weight: bold;
    }
    #company_paper::before {content: "ホワイトペーパー";}
    #company_release::before {content: "リリース";}
    #company_event::before {content: "イベント情報";}
    #company_item::before {content: "製品";}

    #company_paper ul li,
    #company_release ul li,
    #company_event ul li,
    #company_item ul li {margin-bottom: 10px;}
    #company_paper ul li p,
    #company_release ul li p,
    #company_event ul li p,
    #company_item ul li p {display: none;}   

    #AAMB1 {min-height:0px;}

}
