﻿
/* Styles for Data Table(general-purpose)
----------------------------------------------------------*/
.data_table {
    border-collapse: collapse;
    margin-bottom: 20px;
    width: 100%;
    background-color: #DDDDDD;
}

    .data_table tr.alt {
        background-color: #C7D8E4;
    }

    .data_table th {
        padding: 2px;
        color: #FFFFFF;
        background-color: #1377bc;
    }

    .data_table td {
        padding: 2px;
    }

    .data_table th,
    .data_table td {
        border: 1px solid #FFFFFF;
        text-align: center;
    }

    .data_table tbody tr:nth-child(2n) {
        background-color: #C7D8E4;
    }

    .data_table tbody tr:hover {
        background-color: #c7f38d;
    }


.data_table_home_top10 tr td:nth-child(2) {
    text-align: left;
}

.data_table_home_top10 tr td:last-child {
    text-align: right;
}

.data_table_home_top10 tr.data_table_nodata td:last-child {
    text-align: left;
}


/* Styles for Data Table Options
----------------------------------------------------------*/
.data_table_ad {
    margin-bottom: 30px;
}

    .data_table_ad tr td:nth-child(2),
    .data_table_ad tr td:nth-child(3) {
        text-align: left;
    }

/** 広告クリックカウント **/
.data_table_adcount {
    margin-bottom: 30px;
}

    .data_table_adcount tr td:nth-child(2) {
        text-align: left;
    }

    .data_table_adcount tr td:last-child {
        text-align: center;
    }

    .data_table_adcount .adcountfooter td {
        background-color: #1377bc;
        color: rgba(255,255,255,1);
        font-weight: bold;
        letter-spacing: 1px;
    }

        .data_table_adcount .adcountfooter td:nth-child(2) {
            text-align: right;
        }

/** 広告ログ, 製品クリックログ **/
.data_table_adlog, 
.data_table_productlog {
    margin-bottom: 30px;
}
    .data_table_adlog td, 
    .data_table_productlog td {
        text-align: left;
    }
    .data_table_adlog tr td:first-child,
    .data_table_productlog tr td:first-child {
        text-align: center;
    }
    .data_table_productlog tr td.daytime {
        width: 95px;
    }
    .data_table_productlog tr td.adclass {
        width: 80px;
    }
    .data_table_productlog tr td.access {
        width: 65px;
        text-align: center;
    }
.logdata_caution {
    width: 60%;
    margin: 0 auto 15px;
    padding: 10px 20px;
    background-color: #FFE6E6;
    border: double 3px red;
}
.logdata_caution div {
    font-weight: bold;
}

/** 製品DBクリックカウント **/
.data_table_productcount {
    margin-bottom: 30px;
}
    .data_table_productcount td {
        text-align: left;
    }
    .data_table_productcount tr td:first-child,
    .data_table_productcount tr td:nth-child(3),
    .data_table_productcount tr td:nth-child(5) {
        text-align: center;
    }
    .data_table_productcount tr td:last-child {
        text-align: center;
    }
    .data_table_productcount .productcountfooter td {
        background-color: #1377bc;
        color: rgba(255,255,255,1);
        font-weight: bold;
        letter-spacing: 1px;
    }
        .data_table_productcount .productcountfooter td:nth-child(4) {
            text-align: right;
        }

.data_table_rankingcategory tr td:nth-child(2) {
    text-align: left;
}

.data_table_rankingcategory tr td:nth-child(3) {
    text-align: right;
}

select.adselect {
    width: 380px;
}

.data_table_transition {
    margin-top: 20px;
}

    .data_table_transition caption {
        font-size: 1rem;
        text-align: left;
        padding: 0 0 3px 5px;
    }

.data_table_ad_name {
    white-space: nowrap;
}

.data_table_ad_posting_page {
    font-size: 90%;
}

.data_table_ad_paid {
    color: Red;
}

.data_table_ad_not_paid {
    color: Blue;
}

.data_table_transition_year {
    width: 10%;
    text-align: center;
}

.data_table_transition_month {
    width: 7%;
}

.data_table_expired {
    background-color: Red;
    color: White;
}

.data_table_expiring {
    background-color: Blue;
    color: White;
    margin: 0 2px;
}

.data_table_total {
    font-weight: bold;
    background-color: #1377bc;
    color: White;
}

.data_table_sitedata_chart a {
    color: White;
}

.data_table_login_advertiser td {
    background-color: #FF99CC;
    font-weight: bold;
    font-size: 110%;
}

.data_table_ispublished_true {
    background: url(Images/check16.png) no-repeat center;
}

.data_table_ranking th a {
    color: #FFF;
}

    .data_table_ranking th a:hover {
        color: #FF9900;
    }

.data_table_ranking td {
    padding: 0;
}

    .data_table_ranking td a {
        display: block;
        padding: 4px 2px;
    }

    .data_table_ranking td:first-child {
        text-align: left;
        padding: 4px 2px;
    }

.data_table_monthlyranking tr td:nth-child(2) {
    text-align: left;
}

.data_table_ranking_1 {
    background-color: #ffbb22;
}

.data_table_ranking_2 {
    background-color: #ffee88;
}

.data_table_ranking_3 {
    background-color: #ffffcc;
}

/*test*/
.data_table_sitedata td {
    text-align: right;
}



/* Styles for Data Table th Options
----------------------------------------------------------*/
.data_table .th_rank_or_num {
    width: 100px;
}

.data_table .th_count {
    width: 100px;
}

.data_table .th_transition {
    width: 180px;
}

.data_table .th_preview {
    width: 200px;
}

.data_table .th_organization {
    width: 180px;
}

.data_table .th_datecreated {
    width: 140px;
}

tr.data_table_nodata {
    background: #FFFFFF;
}

    tr.data_table_nodata :hover {
        background-color: #FFF;
    }


/* Styles for Notice
----------------------------------------------------------*/
.client_announcement {
    border-collapse: collapse;
    width: 100%;
}

    .client_announcement th {
        padding: 10px;
        border-bottom: dotted 1px black;
        text-align: left;
    }

.client_announcement_date {
    width: 120px;
    color: #666666;
}

.client_announcement_subject {
    color: #125ECF;
    font-size: 120%;
}

.client_announcement_body {
    padding: 10px;
    padding-bottom: 50px;
    text-align: left;
}


/* Styles for Notice(Headline)
----------------------------------------------------------*/
/*.client_announcement_summary {
    margin: 0 0 25px 0;
    list-style-type: none;
}

    .client_announcement_summary li {
        border-bottom: dotted 1px gray;
        padding-bottom: 6px;
        margin-bottom: 18px;
    }

    .client_announcement_summary a {
        font-weight: bold;
    }*/

.client_announcement_summary {
    width: 100%;
    margin: 0 0 25px 0;
}

    .client_announcement_summary a {
        font-weight: bold;
    }

.client_announcement_summary_date:not(:first-child) {
    padding-top: 18px;
}

.client_announcement_summary_subject {
    border-bottom: dotted 1px gray;
    padding-bottom: 6px;

}




/* Styles for Posting Page(Ad, Product)
----------------------------------------------------------*/
.posting_page {
    padding: 0 4px;
    text-align: center;
}


/* Styles for Status(Ad, Product)
----------------------------------------------------------*/
.status_ad {
    margin: 0 0 25px 15px;
    font-weight: bold;
}

    .status_ad li {
        margin-bottom: 10px;
    }


/* Styles for Search Condition Form
----------------------------------------------------------*/
.search_condition {
    border-collapse: collapse;
    margin-bottom: 20px;
    width: 100%;
}

    .search_condition dl {
        display: table;
        width: 100%;
    }

    .search_condition dt, 
    .search_condition dd {
        display: table-cell;
        padding: 8px 10px;
        border: solid 1px #bbb;
    }

    .search_condition dt {
        background: #f5f5f5;
        width: 200px;
        text-align: center;
    }

    .search_condition dd .current {
        background: #FFCC80;
        color: #000;
        font-weight: bold;
        pointer-events: none;
    }

    .search_condition td.setterm {
        text-align: left;
    }
    .search_condition td.contain_productad {
        text-align: center;
        position: relative;
        padding: 5px 10px; 
    }
    .search_condition td.contain_productad .cbContainProductAd_True input[type=checkbox], 
    .search_condition td.contain_productad .cbContainProductAd_False input[type=checkbox] {
        display: none;
    }
    .search_condition td.contain_productad .cbContainProductAd_True label,
    .search_condition td.contain_productad .cbContainProductAd_False label {
        display: block;
        box-sizing: border-box;
        width: 120px;
        line-height: 25px;
        border: 2px solid #999999;
        border-radius: 30px;
        color: #999999;
        padding-top: 4px;
    }
    .search_condition td.contain_productad .cbContainProductAd_True label:hover,
    .search_condition td.contain_productad .cbContainProductAd_False label:hover {
        cursor: pointer;
    }
    .search_condition td.contain_productad .cbContainProductAd_True label {
        border: 2px solid #1377bc;
        color: #1377bc;
    }
    .search_condition td.contain_productad .cbContainProductAd_False label {
        border: 2px solid #999999;
        color: #999999;
    }
    .search_condition td.contain_productad .swimg {
        position: absolute;
        width: 25px;
        height: 25px;
        top: 9px;
        border-radius: 13px;
    }
    .search_condition td.contain_productad .cbContainProductAd_True + .swimg {   
        left: 15px;
        background: #1377bc;
    }
    .search_condition td.contain_productad .cbContainProductAd_False + .swimg {
        left: 100px;
        background: #999999;
    }

    ul.nolist {
        list-style: none;
    }

ul.inlinelist li {
    display: inline-block;
    margin-left: 20px;
}


.search_condition th, 
.search_condition td {
    border: solid 1px #bbbbbb;
    padding: 8px 10px;
    text-align: center;
}
.search_condition th {
    background-color: #f5f5f5;
}
.search_condition td.startdate {
    border-right: none;
}
.search_condition td.enddate {
    border-left: none;
}
.search_condition td.timespan {
    padding: 0 20px;
    border-left: none;
    border-right: none;
}
.search_condition td.chartlink {
    text-align: left;
}

.chartlink ul .current {
    background: #FFCC80;
    color: #000;
    font-weight: bold;
    pointer-events: none;
}

.search_condition label {
    margin-right: 10px;
}
.search_condition .command {
    text-align: center;
    width: 80px;
}
    .search_condition .command input[type=submit] {
        margin: 0 5px;
        padding: 2px 10px;
    }
.search_condition select {
    width: 100%;
    min-width: 200px;
}

.search_condition_sub {
    display: flex;
    flex-flow: row;
    margin-bottom: 10px;
}
.ranking_search_condition_sub {
    margin-bottom: 10px;
}
.search_condition_sub_status {
    flex-shrink: 1;
    flex-grow: 1;
    padding-bottom: 5px;
}
    .search_condition_sub_status span {
        margin-right: 15px;
    }

.search_condition_sub_command {
    flex-shrink: 1;
    flex-grow: 1;
    text-align: right;
    padding-bottom: 5px;
}
    .search_condition_sub_command input {
        background-color: Transparent;
        color: Blue;
        border: none;
        text-decoration: underline;
    }
        .search_condition_sub_command input:hover {
            color: #FF3300;
        }

.search_condition_sub dl,
.ranking_search_condition_sub dl {
    display: table;
    margin-bottom: 3px;
}

.search_condition_sub dt,
.search_condition_sub dd,
.ranking_search_condition_sub dt,
.ranking_search_condition_sub dd {
    display: table-cell;
}

.search_condition_sub dt,
.ranking_search_condition_sub dt {
    width: 60px;
    font-weight: 500;
}
    .search_condition_sub dt:before,
    .ranking_search_condition_sub dt:before {
        content: "[";
    }
    .search_condition_sub dt::after,
    .ranking_search_condition_sub dt::after {
        content: "] ";
    }
.search_condition_sub dd:before,
.ranking_search_condition_sub dd:before {
    content: "：";
}

.linkbox {
    display: flex;
    width: 100%;
    margin-bottom: 10px;
}
.linkbox .link_rigt {
    text-align: right
}
.linkbox .backtolink,
.linkbox .linktofaq {
    flex-grow: 1;
    flex-shrink: 0;
}
.linkbox .backtolink a,
.linkbox .linktofaq a {
    color: blue;
    text-decoration: underline;
    padding-left: 20px;
    background: url(../Content/Images/ico_listMark04.png) no-repeat left;
}
.linkbox .backtolink a:visited {
    color: blue;
}

.search_condition_yearmonth dl {
    display: table;
}
.search_condition_yearmonth dt,
.search_condition_yearmonth dd {
    display: table-cell;
}





/* Styles for Selector : Inline
----------------------------------------------------------*/
.selector_inline a.current {
    background-color: #FFCC80;
    color: #000000;
    font-weight: bold;
}

/* Styles for Graph
----------------------------------------------------------*/
.graph_screen {
    margin-bottom: 20px;
}
.detailchart {
    margin-bottom: 30px;
}
.detailchart_tartget {
    margin-left: 1em;
}


/* Styles for home
----------------------------------------------------------*/
.home_information {
    width: 700px;
    margin: 0 auto 30px;
    padding: 10px 20px;
    background-color: #FFE6E6;
    border: double 3px red;
}
.home_graph {
    float: left;
    width: 100%;
    margin-bottom: 0px;
}
.home_main {
    float: left;
    width: 60%;
}
.home_sub {
    float: right;
    width: 36%;
}
    .home_graph h3, .home_main h3, .home_sub h3 {
        margin-bottom: 0;
    }

.home_parts {
    margin-bottom: 30px;
    border: solid 1px #bbbbbb;
    border-top: none;
    padding: 10px;
}

.correlation_sub {
    padding: 5px;
}
.correlation_sub a {
    font-weight: bold;
    margin: 0 10px;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

    .validation-summary-errors ul {
        margin: 5px 0 5px 30px;
    }

.validation-summary-valid {
    display: none;
}


/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, .editor-label, .display-field, .editor-field {
    margin: 0.5em 0;
}

.text-box {
    width: 30em;
}

    .text-box.multi-line {
        height: 6.5em;
    }

.tri-state {
    width: 6em;
}

/* Styles for LogIn
----------------------------------------------------------*/
.login {
    margin: 0 auto;
    width: 500px;
    padding: 10px;
}
    .login h2 {
        margin-bottom: 20px;
        border: solid 1px #808080;
    }
    .login p {
        text-align: center;
        margin-bottom: 10px;
    }

.login * {
    box-sizing: border-box;
}

.login_error {
    margin: 0 auto 20px;
    padding: 20px;
    border: solid 1px #FF0000;
    background-color: #ffff99;
    font-weight: bold;
    color: #FF0000;
}

    .login_error ul {
        margin: 5px 0 5px 30px;
    }

.input_login_error {
    color: #FF0000;
}

.loginform {
    width: 100%;
    display: table;
    padding: 20px 8px;
    background: #ececec;
    border: solid 1px gray;
    margin-bottom: 20px;
}

    .loginform dl {
        margin-bottom: 20px;
    }

    .loginform dt, .loginform dd {
        display: table-cell;
    }

    .loginform dt {
        width: 150px;
        text-align: right;
    }

        .loginform dt::after {
            content: "：";
        }

    .loginform dd input[type=text],
    .loginform dd input[type=password] {
        padding: 5px;
        width: 230px;
    }

.loginbtn {
    margin-bottom: 30px;
    text-align: center;
}

    .loginbtn input {
        padding: 7px 20px;
        border-radius: 5px;
        letter-spacing: 1px;
        background: #0068b7;
        color: #fff;
    }

        .loginbtn input:hover {
            text-decoration: underline;
        }


/* Styles for Recovery Success
----------------------------------------------------------*/
.recovery_success {
    margin-bottom: 20px;
    border: solid 1px gray;
    background-color: #ececec;
    padding: 10px;
}


/* Styles for FAQ
----------------------------------------------------------*/
.faq {
    width: 100%;
    padding: 0 10px;
}
.faq th {
    border-bottom: dotted 1px black;
    margin-bottom: 5px;
}
.faq .faq_question .txt_question::before {
    content: "Q：";
    color: blue;
    font-weight: bold;
}
.faq .faq_answer {
    padding: 5px 0 30px 0;
}
.faq .faq_answer .txt_answer {
    display: inline-block;
    padding-left: 24px;
    text-indent: -23px;
}
.faq .faq_answer .txt_answer::before {
    content: "A：";
    color: red;
    font-weight: bold;
}

/* Adcode List */
.adcode_list {
    width: 500px;
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
    box-sizing: border-box;
    margin: 10px 0 0 30px;
}

.adcode_header {
    display: table-row;
    background-color: #1377BC;
    color: #FFFFFF;
    font-weight: bold;
}
.ad_name_header {
    display: table-cell;
    width: 60%;
    padding: 2px;
    box-sizing: border-box;
    border: 1px solid silver;
}
.ad_name_header span {
    margin-left: 1em;
}

.adcode_field_header {
    display: table-cell;
    width: 40%;
    box-sizing: border-box;
    border: 1px solid silver;
}
.adcode_field_header > div {
    display: table;
    width: 100%;
}
.adcode_field_header > div > div {
    display: table-cell;
    width: 50%;
    padding: 2px;
    text-align: center;
}
.adcode_field_header > div > div:first-child {
    border-right: 1px solid silver;
}

.adcode_content {
    display: table-row;
}

.ad_name {
    display: table-cell;
    width: 60%;
    padding: 2px;
    box-sizing: border-box;
    background-color: #E8F4FD;
    border: 1px solid silver;
}
.ad_name span {
    margin-left: 1em;
}

.adcode_f_common {
    display: table-cell;
    width: 40%;
    padding: 2px;
    box-sizing: border-box;
    border: 1px solid silver;
    text-align: center;
}
.adcode_field {
    display: table-cell;
    width: 200px;
    box-sizing: border-box;
    border: 1px solid silver;
}
.adcode_field > div {
    display: table;
    width: 100%;
}
.adcode_field > div > div {
    display: table-cell;
    width: 50%;
    padding: 2px;
    text-align: center;
}
.adcode_field > div > div:first-child {
    border-right: 1px solid silver;
}
.empty_cell {
    color: silver;
}


/* Styles for Description
----------------------------------------------------------*/
.description {
    margin-bottom: 20px;
    padding: 0 10px;
}

    .description p {
        margin-bottom: 30px;
    }

    .description h3 {
        border: none;
        background-color: Transparent;
        border-left: solid 5px #1377bc;
        border-bottom: solid 1px Silver;
        text-indent: 10px;
        padding: 4px 0;
    }

    .description table {
        border-collapse: collapse;
        margin-bottom: 50px;
        width: 500px;
        background-color: #DDDDDD;
    }

    .description th {
        padding: 10px;
        width: 150px;
        color: #FFFFFF;
        background-color: #1377bc;
    }

    .description td {
        padding: 10px;
    }

    .description th, .description td {
        border: 1px solid #FFFFFF;
    }

    .description ul {
        margin-left: 30px;
    }


/* Styles for TabPanel
----------------------------------------------------------*/
.tab {
    padding: 0 10px;
    height: 40px;
    margin-bottom: 1px;
}

    .tab li {
        list-style-type: none;
        width: 200px;
        margin: 0 2px;
        height: 40px;
        float: left;
    }

        .tab li a {
            outline: none;
            background-color: #DAE4E9;
            display: block;
            color: black;
            line-height: 40px;
            text-align: center;
            font-weight: normal;
            border-radius: 10px 10px 0 0;
        }

            .tab li a.selected {
                background-color: #135482;
                text-decoration: none;
                color: #333;
                cursor: default;
                font-weight: bold;
                color: White;
            }

.panel {
    margin-top: -1px;
    border: 1px solid #135482;
    border-top: 2px solid #135482;
    padding: 0;
}

    .panel li {
        list-style-type: none;
        padding: 20px 20px 0;
    }


/* Styles of complement
----------------------------------------------------------*/
.complement {
    margin-bottom: 30px;
    font-size: 96%;
}

    .complement ul {
        margin-left: 30px;
    }

    .complement > ul > li {
        margin-bottom: 7px;
    }

        .complement > ul > li > ul {
            margin-top: 3px;
        }


/* Styles of Ranking
----------------------------------------------------------*/
.ranking_description {
    /*text-align: center;*/
    list-style-type: none;
    margin-bottom: 10px;
    margin-right: 1px;
    float: right;
}

    .ranking_description dt,
    .ranking_description dd {
        display: table-cell;
    }

    .ranking_description dt {
        padding-right: 5px;
    }

        .ranking_description dt::after {
            content: " : ";
        }

    .ranking_description dd ul li {
        display: inline-block;
        text-align: center;
        width: 40px;
        border: solid 1px #c0c0c0;
        padding: 2px 4px;
        margin-right: 3px;
    }

        .ranking_description dd ul li:first-child {
            background: #ffbb22;
        }

        .ranking_description dd ul li:nth-child(2) {
            background: #ffee88;
        }

        .ranking_description dd ul li:nth-child(3) {
            background: #ffffcc;
        }

    .ranking_description li.text {
        border: none;
    }


/* Styles of Transition Description
----------------------------------------------------------*/
.transition_description {
    margin-bottom: 20px;
    padding: 0 10px;
}

    .transition_description h3 {
        border: none;
        border-left: solid 5px #1377bc;
        border-bottom: solid 1px Silver;
        text-indent: 10px;
        padding: 4px 0;
    }

    .transition_description dt {
        margin-bottom: 10px;
        padding: 5px;
        background-color: #d3eac6;
        font-weight: bold;
        border: 1px solid #d3eac6;
        box-shadow: 2px 2px 4px #999;
    }

    .transition_description dd {
        margin-bottom: 20px;
    }

    .transition_description img {
        margin-bottom: 20px;
        border: solid 1px #999999;
        padding: 2px;
        box-shadow: 3px 3px 8px #999;
    }

    .transition_description table {
        border-collapse: collapse;
        margin-bottom: 50px;
    }

    .transition_description th {
        color: white;
        background-color: #1377bc;
        width: 120px;
    }

        .transition_description th.outline {
            background-color: #ececec;
            color: Black;
            font-weight: normal;
            font-size: 90%;
        }

        .transition_description th.obj_click {
            background-color: #E8F4FD;
            color: Black;
        }

    .transition_description td {
        text-align: center;
        font-size: 200%;
        width: 150px;
    }

    .transition_description th, .transition_description td {
        border: 1px solid silver;
        padding: 10px;
    }


/* Styles of unclassified 
----------------------------------------------------------*/
.empty {
    padding: 80px 0;
    margin-bottom: 10px;
    text-align: center;
    border: 1px solid #CCCC00;
    background-color: #FFFFCC;
}

.empty_data {
    padding: 20px 0;
    margin-bottom: 10px;
    text-align: center;
    border: 1px solid #CCCC00;
    background-color: #FFFFCC;
}

.source_of_information {
    text-align: right;
    margin-bottom: 20px;
    font-size: 90%;
}

.height_short_contents {
    height: 500px;
}

.google_translate_div {
    padding-top: 5px;
}

.goback {
    margin-bottom: 10px;
    text-align: right;
}

    .goback a {
        padding-left: 20px;
        background: url(../Content/Images/ico_listMark04.png) no-repeat left;
    }

.chart {
    width: 940px;
}

.adcountdetail, .noticedetail {
    text-align: right;
}

    .adcountdetail a:before, .noticedetail a:before {
        content: ">> ";
    }

.home_information .addetail a:before {
    content: ">> ";
}

.icon_calendar {
    background-image: url(../Content/Images/calendar_month.svg);
}

@media(max-width:1200px) {
    .chart_img {
        width: 100% !important;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    .panel li img {
        width: 100% ;
    }
}


/* Styles for Print
----------------------------------------------------------*/
@media print {
    .search_condition, .search_condition_sub_command {
        display: none;
    }

    .linkbox, .goback {
        display: none;
    }
}