﻿@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    font-size: 100%;
    line-height: 1;
    box-sizing: border-box;
}

tspan {
    font-size: 8px;
}

html,
body {
    font-size: 13px;
    line-height: 100%;
    -webkit-text-size-adjust: 100%;
    color: #333;
    min-width: 320px;
    box-sizing: border-box;
}

#StockPriceTable {
    font-size: 13px;
    width: 100%;
}

#CurrentPriceData {
    border: 1px solid #DDDEDF;
    width: 33%;
    height: 124px;
    float: left;
    text-align: right;
}

div#StockValues {
    overflow: auto;
}

#StockValues ul {
    width: 100%;
    overflow: auto;
    float: right;
}

#StockValues li {
    width: 32.8%;
    float: left;
    text-align: right;
    border: 1px solid #DDDEDF;
}

/*add*/
#DelayValues ul {
    width: 100%;
    overflow: auto;
    float: right;
}

#DelayValues li {
    width: 50%;
    float: left;
    text-align: right;
    border: 1px solid #cccccc;
}

/*add*/

div#OtherStockData {
    overflow: auto;
    width: 100%;
}

#OtherStockData ul {
    width: 100%;
    overflow: auto;
    float: right;
}

#OtherStockData li {
    width: 50%;
    float: left;
    text-align: right;
    border: 1px solid #cccccc;
}

#CurrentPriceData p,
#StockValues p,
#DelayValues p,
#OtherStockData p {
    background-color: #EEE;
    color: #333333;
    text-align: center;
    font-size: 14px;
    line-height: 2;
}

#CurrentPriceData div,
#StockValues div,
#DelayValues div,
#OtherStockData div {
    font-size: 16px;
    line-height: 2;
    margin-right: 10px;
}

div#CurrentPrice {
    font-size: 37px;
    font-weight: bold;
    line-height: 1.5;
}

div#hDate {
    font-size: 11px;
    line-height: 0.9;
    margin-bottom: 4px;
}

div#lDate {
    font-size: 11px;
    line-height: 0.9;
    margin-bottom: 4px;
}

div#YearToDateHighPrice {
    line-height: 1.2;
}

div#YearToDateLowPrice {
    line-height: 1.2;
}

#navi {
    clear: both;
    overflow: auto;
    line-height: 2;
    background-color: #CCD3E4;
    width: 99%;
    border-top: 5px solid #386DB4;
    padding-top: 5px;
}

#sp_navi {
    clear: both;
    overflow: auto;
    line-height: 2;
    display: none;
}

.c_type {
    width: 20%;
    float: left;
    text-align: left;
}

.start_end {
    width: 50%;
    float: left;
    /* text-align: center; */
}

.chart_r {
    width: 30%;
    float: left;
    text-align: left;
}

label.jpx400 {
    color: #28762F;
}

#selectyear,
#selectyear2 {
    width: 70px;
}

#selectmonth,
#selectday,
#selectmonth2,
#selectday2 {
    width: 54px;
}

#chart_range li {
    float: left;
    width: 33.3333%;
}

#chart_range span {
    display: block;
    cursor: pointer;
    text-align: center;
    border: 1px solid #666666;
}

#btn_daily,
#btn_weekly,
#btn_monthly {
    background-color: #ffffff;
    color: #0065D3;
}

#btn_daily:hover,
#btn_weekly:hover,
#btn_monthly:hover {
    background-color: #0065D3;
    color: #FFF;
}

#chart_range2 {
    clear: both;
    text-align: center;
    overflow: auto;
    background-color: #CCD3E4;
}

#chart_range ul,
#chart_range2 ul {
    overflow: auto;
}

#chart_range2 .off {
    display: none;
}

.line5,
.line25 {
    font-weight: bold;
}

._on {
    background-color: #0065D3 !important;
    color: #FFF !important;
}

#kabu_title {
    background-color: #eeeff3 !important;
}

#AxDiff {
    font-size: 16px;
}

#AxRatio {
    font-size: 13px;
}

#candle_chart,
#area_chart {
    vertical-align: middle;
}

.cltrg1.cltrg,
.cltrg2.cltrg {
    vertical-align: middle;
}

.cltrg1.cltrg {
    position: absolute;
    margin-top: 3px;
    margin-left: 5px;
}

.cltrg2.cltrg {
    position: absolute;
    margin-top: 3px;
    margin-left: 5px;
}

#note1 {
    margin: 12px 0 0 0;
    font-size: 12px;
}

li#date_title {
    width: 100%;
}

@media screen and (max-width: 570px) {
    #CurrentPriceData {
        width: 100%;
        float: none;
    }

    #StockValues li {
        width: 100%;
    }

    .c_type {
        width: 100%;
        float: none;
        text-align: center;
    }

    .start_end {
        width: 100%;
        float: none;
        text-align: center;
    }

    .chart_r {
        width: 100%;
        float: none;
    }

    #OtherStockData li {
        width: 100%;
        float: none;
    }

}