﻿/*9101 日本郵船 base 9749*/

body {
    margin: 0;
    padding: 0;
    font-family: 'Arial', YuGothic, 'Yu Gothic', "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    background-color: #fff;
}

h3 {
    margin-right: 5%;
    padding: 1px 5px 0 5px;
    font-size: 14px;
    font-weight: bold;
    color: #444444;
    border: solid 1px #bbb;
    letter-spacing: 0.1em;
}

#frame10 h3{
    display: none;
}

#frame11 h3{
    display: none;
}

.unit {
    font-size: 12px;
}



table {
    border-collapse: separate;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-spacing: 2px;
    color: #333333;
    width: 100%;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: normal;
}

td {
    text-align: right;
    padding: 3px;
}

th {
    padding: 3px;
    font-weight: bold;
}

tbody th {
    text-align: left;
}

tbody td {
    background-color: #F5F5F5;
}

th.tc_name {
    text-align: left;
}

th.sub_th {
    text-align: center;
    background: #E8EDFF;
}

tr.year th {
    background-color: #f4f4f4;
    color: #fff;
}



@media screen and (max-width: 570px) {
    #frame3 #segment-breakdown-table,
    #frame3 #segment-breakdown-table th,
    #frame3 #segment-breakdown-table td {
        font-size: 11px;
    }
    /*Frame4　iphone SE 横画面時の注釈文調整*/
    #tctbl4_1,
    #tctbl4_2,
    #tctbl4_3,
    #tctbl4_4,
    #tctbl4_5,
    #tctbl4_6 {
        padding: 0em;
    }
}

@media screen and (max-width: 370px) {
    /*Frame3　iphone SE セグメント内訳表 eng*/
    #frame3 #segment-breakdown-table .third {
        word-break: break-all;
    }
    /*Frame4　iphone SE タブを2カラムに変更*/
    #frame4 .ui-tabs-nav li {
        width: 48%;
    }
    #frame4 .ui-tabs-anchor {
        line-height: 2em;
        padding-left: 4px;
    }
    /*Frame7 sp表示時の表の文字サイズ縮小*/
    #frame7 .tc_table {
        font-size: 58%;
    }
    #frame7 .tc_table tr th {
        padding: 0px;
    }
}

/* .graph-wrapper {
    width: 100%;
}  */

#container11_1{
    height: 0;
    /* display: none; */
    opacity: 0;
    /* transition: opacity 1s; */
    /* visibility: hidden; */
    transform: translateY(-10000px);
}

#container11_2{
    height: 0;
    /* display: none; */
    opacity: 0;
    /* transition: opacity 1s; */
    transform: translateY(-10000px);
}

#container11_3{
    height: 0;
    /* display: none; */
    opacity: 0;
    /* transition: opacity 1s; */
    /* visibility: hidden; */
    transform: translateY(-10000px);
}

#container11_4{
    height: 0;
    /* display: none; */
    opacity: 0;
    /* transition: opacity 1s; */
    transform: translateY(-10000px);
}

#tctbl11_1{
    height: 0;
    /* display: none; */
    opacity: 0;
    /* transition: opacity 1s; */
    transform: translateY(-10000px);
}

#tctbl11_2{
    height: 0;
    /* display: none; */
    opacity: 0;
    /* transition: opacity 1s; */
    transform: translateY(-10000px);
}

#tctbl11_3{
    height: 0;
    /* display: none; */
    opacity: 0;
    /* transition: opacity 1s; */
    transform: translateY(-10000px);
}

#tctbl11_4{
    height: 0;
    /* display: none; */
    opacity: 0;
    /* transition: opacity 1s; */
    transform: translateY(-10000px);
}



/* #container10_1 *{
    transform: translateY(-300%);
}

#container10_2 *{
    transform: translateY(-300%);
}

#tctbl10_2 *{
    transform: translateY(-300%);
}

#tctbl10_1 *{
    transform: translateY(-300%);
} */


input[type="radio"]{
    display: none;
}

#kamoku_change{
    width: 100%;
    display :flex;
    flex-wrap: wrap;
    box-sizing: border-box; 
    border: solid #363739 0.5px;
}

#kamoku_change > div{
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
    box-sizing: border-box; 
}

#kamoku_change > div:nth-of-type(1){
    border-right: solid #363739 0.5px;
    border-bottom: solid #363739 0.5px;
}
#kamoku_change > div:nth-of-type(2){
    border-bottom: solid #363739 0.5px;
}
#kamoku_change > div:nth-of-type(3){
    border-right: solid #363739 0.5px;
}

#teisai_change{
    width: 100%;
    display :flex;
    margin-top: 8px;
    margin-bottom: 8px;
}

#kamoku_change > div{
    width: 50%;
    text-align: center;
}

#teisai_change{
    justify-content: flex-end;
}

#teisai_change div label{
    width: 40px;
    height: 40px;
    text-align: center;
    vertical-align: bottom;
}

.change_button{
padding: 8px;
    border: 1px solid #bbb;
}

.selected_kamoku{
    background-color: #363739;
    color: white;
    border: none;
}

#sihyo_:hover{
    background-color: #363739;
    color: white;
    transition: background-color 0.2s, color 0.2s;
}

#cf_:hover{
    background-color: #363739;
    color: white;
    transition: background-color 0.2s, color 0.2s;
}

#dep_:hover{
    background-color: #363739;
    color: white;
    transition: background-color 0.2s, color 0.2s;
}

#kabu_:hover{
    background-color: #363739;
    color: white;
    transition: background-color 0.2s, color 0.2s;
}


label{
    display: block;
    width: 100%;
    cursor: pointer;
}

#teisai_change .selected img{
    width: 40px;
    height: 40px;
    margin: 0;
}

#teisai_change img:hover{
    width: 40px;
    height: 40px;
    margin: 0;
}

#teisai_change img{
    width: 30px;
    height: 30px;
    margin-top: 5px;
    margin-bottom: 5px;
    transition: width 0.2s, height 0.2s, margin 0.2s;
}

/* #teisai_change label{
    display: inline-block;
} */

.visible{
    height: auto !important;
    /* display: block !important; */
    opacity: 1 !important;
    transform: none !important;
    transition: opacity 1s;
}

/* .visible *{
    transform: none !important;
} */




#tabs li{
    display: inline-block;
    list-style: none;
    border: 0.2px solid #d3d3d3;
    width :20% ;
    box-sizing: border-box;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    color: #555555;
}

#tabs li:hover{
    color: #212121;
    border: 0.2px solid #aaa;
}

#tabs{
    width: 100%;
    padding: none; 
}

#tabs>ul{
    padding: 0;
    font-size: 14px;
    cursor: pointer;
}

#tabs ul .en{
    font-size: 12px;
    padding-top: 8px;
    padding-bottom: 8px;

}

#tabs  > div{
    height: 0;
    opacity: 0;
    transform: translateY(-10000px);
}

.graph-wrapper{
    width: 50%;
}



.selected_tabName{
    background-color: #e1ecf7;
}

.selected_tab{
    height: auto !important;
    opacity: 1 !important;
    transform: none !important;
    transition: opacity 1s;
}

.note {
    font-size: 14px;
}

.note li{
    list-style: none;
    padding-inline-start: 0px;
}

.note ul{
    padding-inline-start: 0px;
}

.note li div{
    display: table-cell;
}

/* .note_en {
    font-size: 14px;
}

.note p{
    text-indent: -3em;
    padding-left: 3em;
}

.note_en p{
    text-indent: -4em;
    padding-left: 4em;
} */

.segment_text{
    padding: 3em;
    line-height: 1.25em;
}

/* #addComment p{
    text-indent: -3em;
    padding-left: 3em;
} */

#frame9 tbody th {
    width: 20%;
}

#frame8 tbody td{
    /* width: 14%; */
    width: auto;
    /* width: 102px; */
}

#frame8 tbody tr th{
    width: 100px;
    /* width: 102px; */
}

@media screen and (max-width: 750px) {
    #tab1_select,
    #tab2_select,
    #tab3_select,
    #tab4_select,
    #tab5_select,
    #tab6_select,
    #tab7_select,
    #tab8_select,
    #tab9_select,
    #tab10_select{
        width: 50% !important;
        /* padding-left: 0; */
    }

    table {
        font-size: 10px;
    }

    #frame8 table {
        font-size: 8px;
    }

    .unit {
        font-size: 8px;
    }

    .note {
        font-size: 10px;
    }

    #kamoku_change > div{
        font-size: 12px;
    }

    #frame8 .highcharts-container{
        overflow: visible !important;
    }
    
    #frame8 .highcharts-container tspan{
        overflow: visible !important;
    }
    
    #frame8 .highcharts-container svg{
        overflow: visible !important;
    }
    #frame8 .highcharts-container g{
        overflow: visible !important;
    }
    #frame8 .highcharts-container text{
        overflow: visible !important;
    }
    #frame8 text tspan:nth-child(2){
        font-size: 8px !important;
    }


    /* #tab10_select{
        width: 100% !important;
        padding-left: 0;
    } */

    /* #tabs li{
        padding-top: 4px;
        padding-bottom: 4px;
        padding-left: 4px;
    } */


}

thead{
    background-color: #C7DEE9;  
}

tbody tr th{
    background-color: #C7DEE9;  
}

tbody tr td{
    background-color: #E6E6E6;  
}

table{
    color: #000000;
}