﻿@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    font-size: 100%;
    line-height: 1;
}

tspan {
    font-size: 8px;
}

html,body {
	font-size: 13px;
	line-height: 100%;
	-webkit-text-size-adjust: 100%;
    font-family: "新ゴ R", "Meiryo", "Hiragino Kaku Gothic Pro", "Yu Gothic", arial, sans-serif !important;
    color: #333;
}


div#time {
    text-align: right;
    margin: 15px 0 10px 0;
}

#StockPriceTable{
    font-size: 13px;
    box-sizing: border-box;
    width: 100%;
}

#CurrentPriceData{
    border: 1px solid #DDDEDF;
    width: 24%;
    height: 121px;
    float: left;
    text-align: right;
    box-sizing: border-box;
}

div#FourValues{
    overflow: auto;
    height: 63px;
}

#FourValues ul{
    width: 100%;
    overflow: auto;
    float: right;
}

#FourValues li{
    width: 24%;
    float: left;
    text-align: right;
    border: 1px solid #DDDEDF;
    box-sizing: border-box;
    margin: 0 0 0 1%;
}

div#OtherStockData{
    overflow: hidden;
}

#OtherStockData ul{
    width: 100%;
    overflow: hidden;
    float: right;
    height: 63px;
}

#OtherStockData li{
    width: 24%;
    float: left;
    text-align: right;
    border: 1px solid #DDDEDF;
    box-sizing: border-box;
    margin: 0 0 0 1%;
}

#fundamentalData caption {
    background: #E7EDF7;
    padding: 1em;
    text-align: left;
}

#fundamentalData td {
    border: 1px solid #DDDEDF;
    padding: 5px 5px 5px 0;
    vertical-align: middle;
    text-align: right;
    font-size:11px;
}

#fundamentalData {
    width: 100%;
    margin: 0 auto;
    border: 1px solid #DDDEDF;
    border-collapse: collapse;
}

#fundamentalData td:nth-child(odd) {
    background-color: #f6f6f6;
}

#CurrentPriceData p,#FourValues p,#OtherStockData p{
    background-color: #efefef;
    text-align: center;
    font-size: 14px;
    line-height: 2;
    color: rgb(51, 51, 51);
}

#CurrentPriceData div,#FourValues div,#OtherStockData div{
    font-size: 14px;
    line-height: 2;
    margin-right: 10px;
}

div#CurrentPrice{
    font-size: 25px;
    padding: 3px 0 0 0;
}

div#YearToDateHighPrice,div#YearToDateLowPrice {
    line-height: 1.2;
}

div#hDate,div#lDate {
    font-size: 9px;
    line-height: 0.9;
    margin-bottom: 1px;
}

#navi-top{
    clear: both;
    overflow: auto;
    line-height: 2;
    background-color: #E7EDF7;
    width: 99.55%;
    border-top: 4px solid #154FAF;
    margin-top: 5px;
    padding-top:5px;
}

#sp_navi{
    clear: both;
    overflow: auto;
    line-height: 2; 
    display: none;
}

div#navi {
    border-top: 4px solid #803c3d;
    margin: 15px 0 0 0;
    display: flex;
}

.navi {
    clear: both;
    overflow: auto;
    line-height: 2;
    background-color: #E7EDF7;
    width: 99.55%;
    margin: 5px 0;
}

.navis {
    width: 33%;
    float: left;
    background-color: #efefef;
    height: 70px;
    padding: 5px 0 0 0;
    box-sizing: border-box;
}

.navis1 {
    width: 15%;
    float: left;
    background-color: #efefef;
    height: 70px;
    padding: 5px 0 0 10px;
    box-sizing: border-box;
}

.navis2 {
    width: 35%;
    float: left;
    background-color: #efefef;
    height: 70px;
    padding: 5px 0 0 0;
    box-sizing: border-box;
}

.navis3 {
    width: 50%;
    float: left;
    background-color: #efefef;
    height: 70px;
    padding: 5px 0 0 5px;
    box-sizing: border-box;
}

li#indexComparison {
    margin: 5px 10px;
}

ul.c_type li {
    padding: 5px 0 5px 0;
}

.c_type_navi {
    display: flex;
}

.c_type_corpac {
    width: 100%;
    line-height: 2;
    background-color: #efefef;
    margin: 0 5px 5px 0;
    box-sizing: border-box;
    border-bottom: 4px solid #803c3d;
}

.c_type_corpac li:first-child {
    margin: 0 15px 0 5px;
}

.c_type_corpac ul {
    display: flex;
}

.c_type_corpac li:first-child {
    margin: 0 30px 0 5px;
}

.c_type_corpac li {
    padding: 6px;
}

.start {
    margin-left: 10px;
}

.end {
    margin-left: 10px;
}

.chart_r {
    width: 100%;
    text-align: left;
}

#chart_range li{
    float: left;
    width: 33%;
}

#chart_range span{
    display: block;
    cursor: pointer;
    text-align: center;
    border: 1px solid #fff;
    padding:10px;
}

#btn_minutely,#btn_daily,#btn_weekly,#btn_monthly{
    background-color: #cccccc;
}

#btn_minutely:hover,#btn_daily:hover,#btn_weekly:hover,#btn_monthly:hover{
    background-color: #8f939e;
    color:#FFF;
}

#chart_range2{
    clear: both;
    text-align: center;
    margin: 5px 0 0 0;
    display: inline-block;
}

#chart_range2 li{
    float: left;
}

#chart_range2 li:first-child{
     text-align: right;
}

#chart_range2 .off{
    display: none;
}

.line5,.line25{
    font-weight: bold;
}

._on{
    background-color: #803c3d !important;
    color:#FFF;
}

#AxDiff {
    font-size: 13px;
}

#AxRatio {
    font-size: 13px;
}

#candle_chart, #area_chart {
    vertical-align: middle;
}

.cltrg1.cltrg,.cltrg2.cltrg{
  vertical-align:  middle;
}

.cltrg1.cltrg {
    position: absolute;
}

.cltrg2.cltrg {
    position: absolute;
}

.earnings, .pr, .expected_dividend, .mass_holding_report, .stock_back_split, .other {
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    font-size: 10px;
    padding-left: 3px;
    padding-bottom: 5px;
    margin: 0 5px;
}

p.title {
    /* margin: 30px 0 0 0; */
    margin: 10px 0 0 0;
    padding: 3px 0;
    background-color: #efefef;
    border: 1px solid #DDDEDF;
    border-collapse: collapse;
}

div#note1 {
    padding: 10px;
}

div#note1 p {
    line-height: 1.5;
}

.ECM_CheckboxInput {
    display: flex;
    align-items: center;
    cursor: pointer;
}
  
.ECM_CheckboxInput-Input {
    margin: 0;
    width: 0;
    opacity: 0;
}
  
.ECM_CheckboxInput:hover{
    background: rgba(0,0,0,.05) !important;
}

.ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput {
    background: #333333;
}

.ECM_CheckboxInput-Input.cb_earnings:checked + .ECM_CheckboxInput-DummyInput {
    background: #D3F1D2;
}

.ECM_CheckboxInput-Input.cb_pr:checked + .ECM_CheckboxInput-DummyInput {
    background: #90CCDE;
}

.ECM_CheckboxInput-Input.cb_expected_dividend:checked + .ECM_CheckboxInput-DummyInput {
    background: #A09BCC;
}

.ECM_CheckboxInput-Input.cb_mass_holding_report:checked + .ECM_CheckboxInput-DummyInput {
    background: #CBA6CC;
}

.ECM_CheckboxInput-Input.cb_stock_back_split:checked + .ECM_CheckboxInput-DummyInput {
    background: #F3C6D1;
}

.ECM_CheckboxInput-Input.cb_other + .ECM_CheckboxInput-DummyInput {
    background: #FDDADF;
}

.ECM_CheckboxInput-Input + .ECM_CheckboxInput-DummyInput {
    background: #333333;
}

.ECM_CheckboxInput-Input.cb_earnings + .ECM_CheckboxInput-DummyInput {
    background: #D3F1D2;
}

.ECM_CheckboxInput-Input.cb_pr + .ECM_CheckboxInput-DummyInput {
    background: #90CCDE;
}

.ECM_CheckboxInput-Input.cb_expected_dividend + .ECM_CheckboxInput-DummyInput {
    background: #A09BCC;
}

.ECM_CheckboxInput-Input.cb_mass_holding_report + .ECM_CheckboxInput-DummyInput {
    background: #CBA6CC;
}

.ECM_CheckboxInput-Input.cb_stock_back_split + .ECM_CheckboxInput-DummyInput {
    background: #F3C6D1;
}

.ECM_CheckboxInput-Input.cb_other + .ECM_CheckboxInput-DummyInput {
    background: #FDDADF;
}

.ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput::before {
    content: "";
    display: block;
    position: absolute;
    top: 20%;
    left: 60%;
    width: 40%;
    height: 2px;
    border-radius: 2px;
    transform: translate(-6px, 5px) rotateZ(-135deg);
    transform-origin: 2px 2px;
    background: #000000;
}

.ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput::after {
    content: "";
    display: block;
    position: absolute;
    top: 25%;
    left: 70%;
    width: 76%;
    height: 2px;
    border-radius: 2px;
    transform: translate(-6px, 5px) rotateZ(-45deg);
    transform-origin: 2px 2px;
    background: #000000;
}

.ECM_CheckboxInput-DummyInput {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 16px;
    height: 16px;
    border: solid 2px transparent;
    background: rgba(0,0,0, .1);
    border-radius: 4px;
    margin:0 5px 0 0;
}

.ECM_CheckboxInput-LabelText {
    margin-left: 12px;
    display: block;
    font-size: 18px;
    font-weight: bold;
}

#selectyear,#selectyear2{
    font-family: "新ゴ R", "Meiryo", "Hiragino Kaku Gothic Pro", "Yu Gothic", arial, sans-serif !important;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-radius: 3px;
     -moz-border-radius: 3px;
     -webkit-border-radius: 3px;
    color: #0C2245;
    font-size: 10px;
    height: 20px;
    line-height: 20px;
    text-align: left;
    text-indent: 0px;
    vertical-align: middle;
    width: 58px;
}
  
#selectmonth,#selectmonth2,#selectday,#selectday2{
    font-family: "新ゴ R", "Meiryo", "Hiragino Kaku Gothic Pro", "Yu Gothic", arial, sans-serif !important;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
    color: #0C2245;
    font-size: 10px;
    height: 20px;
    line-height: 20px;
    text-align: left;
    text-indent: 0px;
    vertical-align: middle;
    width: 48px;   
}

td.index_title {
    text-align: left!important;
    padding: 0 0 0 7px!important;
}

table{
    width: 100%;
    table-layout: fixed;
}

a:link {
    color:#ACDBDA;
}

a:visited {
    color:#ACDBDA;
}

p.right {
    text-align: end;
}


/* @media screen and (max-width: 789px){  */
@media screen and (max-width: 580px){
    #CurrentPriceData p,#FourValues p,#OtherStockData p{
        font-size: 12px;
        line-height: 1.5;
    }

    #CurrentPriceData div,#FourValues div,#OtherStockData div{
        font-size: 12px;
        line-height: 1.5;
        margin-right: 10px;    
    }

    #FourValues ul{ 
        overflow: auto;
        clear: right;
    }    

    #CurrentPriceData {
        width: 100%;
    }    

    #FourValues li{
        width: 50%;
        margin: 0;
    } 

    #OtherStockData li{
        width: 100%;
        min-width: 140px;
        float: left;
        margin: 0;
    }

    div#OtherStockData {
        clear: both;
    }

    #OtherStockData ul {
        height: 155px;
    }

    #CurrentPriceData{
        height: 55px;
    }

    #CurrentPriceData div{
        float: right;     
    }

    div#CurrentPrice{
        font-size: 20px;
        float: left;    
    }

    div#YearToDateHighPrice{
        float: left;
    }

    div#YearToDateLowPrice {
        float: left;
    }

    div#hDate{
        float: left;
        margin:0;
    }

    div#lDate {
        float: left;
        margin:0;
    }

    div.RightDi
    {
        float: right;
    }

    .start_end {
        text-align: left;
    }

    .chart_r {
        text-align: center;
    }

    div#FourValues{
        overflow: visible;
        width: 100%;
    }

    div#navi {
        border-top: 4px solid #dde5ec;
        margin: 15px 0 0 0;
        display: block;
    }

    .navis1 {
        width: 100%;
        height: 50px;
    }
    
    .navis2 {
        width: 100%;
        height: 70px;
    }
    
    .navis3 {
        width: 100%;
    }

    #chart_range2 {
        width: 100%;
    }

    td {
        /* display: flex; */
        display: block;
    }

    .c_type_corpac ul {
        display: block;
    }

    td.index_title {
        text-align: center!important;
    }

}