@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

@font-face {
    font-family: 'FontAwesome';
    src: url('icons/fontawesome-webfont.eot?v=4.7.0');
    src: url('icons/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),
        url('icons/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
        url('icons/fontawesome-webfont.woff?v=4.7.0') format('woff'),
        url('icons/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
        url('icons/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html,
body,
.ControllTD,
#TD_print,
#TD_detach_graph,
#TD_download_excel,
#TD_color_blind_mode,
.navigation ul li a,
.PerformanceTab_DDL_Performance_Function,
.PerformanceTab_Performance_NA_Value {
    font-family: Noto Sans Japanese, メイリオ, Meiryo, ヒラギノ角ゴ Pro W3, HIragino Kaku Gothic Pro W3, HIragino Kaku Gothic Pro, Osaka, ＭＳ Ｐゴシック, MS P Gothic, sans-serif;
    font-size: 15px;
    color: #282828;
}

.comparelegend_eachname,
.comparelegend_colon,
.comparelegend_eachvalue,
.comparelegend_separator {
    color: #282828 !important;
}

.highstocklegend {
    font-size: 14px !important;
}

body {
    margin: 0;
}

a:visited,
a:link {
    color: #E20B17;

    font-weight: normal;
    text-decoration: underline;
    font-style: none;
}

a:active,
a:hover {
    color: #E20B17;

    font-weight: none;
    text-decoration: underline;
    font-style: none;
}

/* Tool max-width */

#container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

#shareGraph {
    min-height: 0;
}

/* PLUS AND MINUS START */

.minus span,
.Minus span,
.PerformanceTab_Performance_Negative_Value,
.PerformanceTab_Performance_By_Year_Negative_Value {
    color: #FF0055;
    display: inline-block;
    position: relative;
    top: 0px;
    left: 0px;
}

/*.minus span:before,
.Minus span:before,
.PerformanceTab_Performance_Negative_Value:before,
.PerformanceTab_Performance_By_Year_Negative_Value:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: -1em;
    margin-top: -0.34em;
    border-left: 0.4em solid transparent;
    border-right: 0.4em solid transparent;
    border-top: 0.7em solid #FF0055;
}*/
.minus span:after,
.Minus span:after,
.PerformanceTab_Performance_Negative_Value:after,
.PerformanceTab_Performance_By_Year_Negative_Value:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 2%;
    right: 38px;

}

.plus span,
.Plus,
.PerformanceTab_Performance_Positive_Value,
.PerformanceTab_Performance_By_Year_Positive_Value {
    color: #5EA814;
    display: inline-block;
    position: relative;
    top: 0px;
    left: 0px;

}

.plus span:before,
.Plus:before,
.PerformanceTab_Performance_Positive_Value:before,
.PerformanceTab_Performance_By_Year_Positive_Value:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: -1em;
    margin-top: -0.34em;
    border-left: 0.4em solid transparent;
    border-right: 0.4em solid transparent;
    border-bottom: 0.7em solid #5EA814;
}

.minus span:before,
.Minus span:before,
.PerformanceTab_Performance_Negative_Value:before,
.PerformanceTab_Performance_By_Year_Negative_Value:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: -1em;
    margin-top: -0.4em;
    border-left: 0.4em solid transparent;
    border-right: 0.4em solid transparent;
    border-top: 0.7em solid #FF0055;
}

td.TickerValueTD.TickerValueTD_LastPricePercentChange.plus.plusPercentChange {
    position: relative;
    top: 0;
    left: 0;
}

/* td.TickerValueTD.TickerValueTD_LastPricePercentChange.plus.plusPercentChange:after {
    content: "+";
    width: 0;
    height: 0;
    position: absolute;
    top: 29%;
    right: 102px;
    color: #5EA814;
} */

td.TickerValueTD.TickerValueTD_LastPriceChange.plus.plusPriceChange {
    position: relative;
    top: 0;
    left: 0;
}

/* td.TickerValueTD.TickerValueTD_LastPriceChange.plus.plusPriceChange:after {
    content: "+";
    width: 0;
    height: 0;
    position: absolute;
    top: 29%;
    right: 98px;
    color: #5EA814;
} */

/* PLUS AND MINUS END */

/* GENERAL - TABLES & HEADINGS & TICKER AREA */

/* HEADING */

.legenddate {
    color: #282828 !important;
    font-size: 1.25em;
    font-weight: bold;
}

.Orders_TitleTD_Right {
    color: #282828;
    font-weight: bold;
}

.Orders_TitleTD_Left,
.TradesByBroker,
.DivLastestShareTrades span,
.PerformanceTab_TD_Select_Type_Label {
    line-height: normal;
    margin: 0px;
    padding: 0px;

    font-size: 1.25em !important;
    font-weight: bold;

    padding-top: 0em;
    padding-bottom: 1.0em;

    display: block;

    color: #282828 !important;
}

.TickerDateTD {
    padding-bottom: 0.6em;
    padding-left: 0em;
    padding-top: 0.6em;
    padding-right: 0.6em;

    text-align: left;
}

/********************************************************************************** TABLES *****************************************************************************************/

/****************************************** BORDER CONTROLS *******************************************************/
/*fix for ticker table*/
.TickerDateTD {
    border-left: 0em solid transparent !important;
    /*MUST BE THE SAME WIDTH AS WHOLE TABLE BORDER*/
    border-right: 0em solid transparent !important;
    /*MUST BE THE SAME WIDTH AS WHOLE TABLE BORDER*/
}

/*Name column head*/
.TickerNameTD_ShareName,
.Broker_ColumnBroker,
.Broker_ColumnOrder,
.PerformanceTab_Performance_Instrument_Heading,
.PerformanceTab_Performance_By_Year_Instrument_Heading {
    text-align: center;
    color: #282828;
    background: #EFEFEF;
    font-weight: bold;
    font-size: 1em;
}

/*Fix for Order depth*/
.Orders_HeaderTD_Ask {
    text-align: center;
}

/*Name column data*/
.TickerValueTD_ShareName,
.Broker_ColumnBroker.Broker_ColumnBrokerValue,
.Broker_ColumnBrokerValue,
.Broker_ColumnOrderValue,
.PerformanceTab_Performance_Instrument_Value,
.PerformanceTab_Performance_By_Year_Instrument_Value {
    text-align: center;
    color: #282828;
    background: transparent;
    font-weight: normal;
    font-size: 1em;
}

/*Fix for order depth*/
.Orders_AskTD_Price {
    text-align: center;
}

/*Data column head*/
.TickerNameTD_LastPrice,
.TickerNameTD_High,
.TickerNameTD_Low,
.TickerNameTD_LastPriceChange,
.TickerNameTD_LastPricePercentChange,
.TickerNameTD_Bid,
.TickerNameTD_Ask,
.TickerNameTD_Volume,
.Trades_TimeHeading,
.Trades_LastHeading,
.Trades_VolumeHeading,
.Broker_ColumnPercent,
.Broker_ColumnVolume,
.Orders_HeaderTD_Bid,
.Orders_HeaderTD_Ask,
.PerformanceTab_Performance_1_Month_Change_Heading,
.PerformanceTab_Performance_3_Month_Change_Heading,
.PerformanceTab_Performance_52_Week_Change_Heading,
.PerformanceTab_Performance_5_Year_Change_Heading,
.PerformanceTab_Performance_52_Week_High_Low_Heading,
.PerformanceTab_Performance_By_Year_Current_Heading,
.PerformanceTab_Performance_By_Year_Prev1_Heading,
.PerformanceTab_Performance_By_Year_Prev2_Heading,
.PerformanceTab_Performance_By_Year_Prev3_Heading,
.PerformanceTab_Performance_By_Year_Prev4_Heading {
    border-left: 1px solid #dfdfdf !important;
    text-align: center;
    color: #282828;
    background: #EFEFEF;
    font-weight: bold;
    font-size: 1em;
}

.Trades_TimeHeading {
    text-align: center;
    border-left: 0em solid #dfdfdf !important;
}

.Orders_HeaderTD_Bid {
    text-align: left;
    border-left: 0em solid #dfdfdf !important;
    border-right: 1px solid #dfdfdf !important;
}

.Orders_HeaderTD_Ask {
    text-align: right;
    /* border-left: 0em solid #dfdfdf !important; */
}

/*Data column data*/
.TickerValueTD_LastPrice,
.TickerValueTD_High,
.TickerValueTD_Low,
.Trades_TradeTime,
.TickerValueTD_LastPriceChange,
.TickerValueTD_LastPricePercentChange,
.TickerValueTD_Bid,
.TickerValueTD_Ask,
.DataNameTD,
.TickerValueTD_Volume,
.DataValueTD,
.Trades_Close_Change,
.Trades_Size,
.Orders_BidTD_Price,
.Orders_AskTD_Price,
.Broker_ColumnBrokerValue,
tr.Orders_RowTR .tdOrderMiddle,
.PerformanceTab_Performance_1_Month_Change_Value,
.PerformanceTab_Performance_3_Month_Change_Value,
.PerformanceTab_Performance_52_Week_Change_Value,
.PerformanceTab_Performance_5_Year_Change_Value,
.PerformanceTab_Performance_52_Week_High_Low_Value,
.PerformanceTab_Performance_By_Year_Current_Value,
.PerformanceTab_Performance_By_Year_Prev1_Value,
.PerformanceTab_Performance_By_Year_Prev2_Value,
.PerformanceTab_Performance_By_Year_Prev3_Value,
.PerformanceTab_Performance_By_Year_Prev4_Value {
    border-left: 1px solid #dfdfdf !important;

    text-align: center;

    color: #282828;

    background: #fff;

    font-weight: normal;

    font-size: 1em;
}

.Trades_TradeTime,
.DataNameTD {
    text-align: center;
    border-left: 0em solid #dfdfdf !important;
}

.Orders_BidTD_Price {
    text-align: left;
}

.Orders_AskTD_Price {
    text-align: right;
}

/*Fix for broker table head*/
.Broker_ColumnOrder,
.Broker_ColumnOrderValue {
    border-right: 0 !important;
}

.Broker_ColumnBroker {
    border-left: 0 !important;
}

/* .Broker_ColumnBroker, */
/* .Broker_ColumnBroker.Broker_ColumnBrokerValue, */
/* .Broker_ColumnBrokerValue { */
/* border-left:0; */
/* } */
/*Oddrow/Evenrow control*/
.OddRow,
.EvenRowTR,
.Broker_OddRow,
.PerformanceTab_Performance_Row_EvenRow,
.PerformanceTab_Performance_By_Year_Row_EvenRow,
.Orders_EvenRowTR,
.Trades_Row.EvenRow {
    background: transparent;
}

.EvenRow,
.OddRowTR,
.Broker_EvenRow,
.PerformanceTab_Performance_Row_OddRow,
.PerformanceTab_Performance_By_Year_Row_OddRow,
.Orders_OddRowTR,
.Trades_Row.OddRow {
    background: transparent;
}

/*Header row bottom border*/
.TickerNameTD_ShareName,
.Trades_TimeHeading,
.Broker_ColumnBroker,
.Orders_HeaderTD_Bid,
.PerformanceTab_Performance_Instrument_Heading,
.PerformanceTab_Performance_By_Year_Instrument_Heading,
.TickerNameTD_LastPrice,
.TickerNameTD_High,
.TickerNameTD_Low,
.TickerNameTD_LastPriceChange,
.TickerNameTD_LastPricePercentChange,
.TickerNameTD_Bid,
.TickerNameTD_Ask,
.TickerNameTD_Volume,
.Trades_LastHeading,
.Trades_VolumeHeading,
.Broker_ColumnPercent,
.Broker_ColumnVolume,
.Broker_ColumnOrder,
.Orders_HeaderTD_Ask,
td.tdOrderMiddle.Orders_HeaderTD.Orders_HeaderTD_Date,
.PerformanceTab_Performance_1_Month_Change_Heading,
.PerformanceTab_Performance_3_Month_Change_Heading,
.PerformanceTab_Performance_52_Week_Change_Heading,
.PerformanceTab_Performance_5_Year_Change_Heading,
.PerformanceTab_Performance_52_Week_High_Low_Heading,
.PerformanceTab_Performance_By_Year_Current_Heading,
.PerformanceTab_Performance_By_Year_Prev1_Heading,
.PerformanceTab_Performance_By_Year_Prev2_Heading,
.PerformanceTab_Performance_By_Year_Prev3_Heading,
.PerformanceTab_Performance_By_Year_Prev4_Heading {
    border-bottom: 1px solid #dfdfdf !important;
    border-top: 1px solid #dfdfdf !important;
}

/*Data row bottom border*/
.TickerValueTD_ShareName,
.DataNameTD,
.Trades_TradeTime,
.Orders_BidTD_Price,
.PerformanceTab_Performance_Instrument_Value,
.PerformanceTab_Performance_By_Year_Instrument_Value,
.TickerValueTD_LastPrice,
.TickerValueTD_High,
.TickerValueTD_Low,
.TickerValueTD_LastPriceChange,
.TickerValueTD_LastPricePercentChange,
.TickerValueTD_Bid,
.TickerValueTD_Ask,
.TickerValueTD_Volume,
.DataValueTD,
tr.Orders_RowTR .tdOrderMiddle,
.Orders_AskTD_Price,
.Trades_Close_Change,
.Trades_Size,
.Broker_ColumnBroker.Broker_ColumnBrokerValue,
.Broker_ColumnBrokerValue,
.Broker_ColumnOrderValue,
.Broker_ColumnVolume.Broker_ColumnBrokerValue .Orders_AskTD_Price,
.PerformanceTab_Performance_1_Month_Change_Value,
.PerformanceTab_Performance_3_Month_Change_Value,
.PerformanceTab_Performance_52_Week_Change_Value,
.PerformanceTab_Performance_5_Year_Change_Value,
.PerformanceTab_Performance_52_Week_High_Low_Value,
.PerformanceTab_Performance_By_Year_Current_Value,
.PerformanceTab_Performance_By_Year_Prev1_Value,
.PerformanceTab_Performance_By_Year_Prev2_Value,
.PerformanceTab_Performance_By_Year_Prev3_Value,
.PerformanceTab_Performance_By_Year_Prev4_Value {
    border-bottom: 1px solid #dfdfdf !important;
    border-top: 1px solid #dfdfdf !important;
}

/*Whole table border*/
.TickerNameTD_ShareName,
.TickerNameTD_LastPrice,
.TickerNameTD_High,
.TickerNameTD_Low,
.TickerNameTD_LastPriceChange,
.TickerNameTD_LastPricePercentChange,
.TickerNameTD_Bid,
.TickerNameTD_Ask,
.TickerNameTD_Volume {}

.TickerNameTD_ShareName,
.TickerValueTD_ShareName {
    border-left: 1px solid #dfdfdf;
}

.TickerNameTD_Volume,
.TickerValueTD_Volume {
    border-right: 1px solid #dfdfdf;
}

table.TickerTbl tr:last-child td.TickerValueTD_ShareName,
table.TickerTbl tr:last-child td.TickerValueTD_LastPrice,
table.TickerTbl tr:last-child td.TickerValueTD_High,
table.TickerTbl tr:last-child td.TickerValueTD_Low,
table.TickerTbl tr:last-child td.TickerValueTD_LastPriceChange,
table.TickerTbl tr:last-child td.TickerValueTD_LastPricePercentChange,
table.TickerTbl tr:last-child td.TickerValueTD_Bid,
table.TickerTbl tr:last-child td.TickerValueTD_Ask,
table.TickerTbl tr:last-child td.TickerValueTD_Volume {
    border-bottom: 0em solid #dfdfdf;
}

table.ShareDataTable.DataTable tr:first-child td.DataNameTD,
table.ShareDataTable.DataTable tr:first-child td.DataValueTD {
    border-top: 0em solid #dfdfdf;

}

table.ShareDataTable.DataTable tr:last-child td.DataNameTD,
table.ShareDataTable.DataTable tr:last-child td.DataValueTD {
    border-bottom: 0em solid #dfdfdf;

}

table.ShareDataTable.DataTable td.DataNameTD {
    border-left: 0em solid #dfdfdf;

}

table.ShareDataTable.DataTable td.DataValueTD {
    border-right: 0em solid #dfdfdf;

}

table.TradesTable .Trades_TimeHeading,
table.TradesTable .Trades_LastHeading,
table.TradesTable .Trades_VolumeHeading {
    border-top: 0em solid #dfdfdf;
}

table.TradesTable .Trades_TimeHeading,
table.TradesTable .Trades_TradeTime {
    border-left: 0em solid #dfdfdf;
}

table.TradesTable .Trades_VolumeHeading,
table.TradesTable .Trades_Size {
    border-right: 0em solid #dfdfdf;
}

table.TradesTable tr:last-child td.Trades_TradeTime,
table.TradesTable tr:last-child td.Trades_Close_Change,
table.TradesTable tr:last-child td.Trades_Size {
    border-bottom: 0em solid #dfdfdf;
}

table.BrokerHeaderTable tr:first-child td.Broker_ColumnOrder,
table.BrokerHeaderTable tr:first-child td.Broker_ColumnBroker,
table.BrokerHeaderTable tr:first-child td.Broker_ColumnPercent,
table.BrokerHeaderTable tr:first-child td.Broker_ColumnVolume {
    border-top: 0em solid #dfdfdf;
}

table.BrokerHeaderTable td.Broker_ColumnOrder {
    border-left: 0em solid #dfdfdf;
}

table.BrokerHeaderTable td.Broker_ColumnVolume {
    border-right: 0em solid #dfdfdf;
}

table.BrokerHeaderTable tr:last-child td.Broker_ColumnOrder,
table.BrokerHeaderTable tr:last-child td.Broker_ColumnBroker,
table.BrokerHeaderTable tr:last-child td.Broker_ColumnPercent,
table.BrokerHeaderTable tr:last-child td.Broker_ColumnVolume {
    border-bottom: 0em solid #dfdfdf;
}

.orderBorder table tr:first-child td.tdOrderLeft.Orders_HeaderTD.Orders_HeaderTD_Bid,
.orderBorder table tr:first-child td.tdOrderMiddle.Orders_HeaderTD.Orders_HeaderTD_Date,
.orderBorder table tr:first-child td.tdOrderRight.Orders_HeaderTD.Orders_HeaderTD_Ask {
    border-top: 0em solid #dfdfdf;
}

.orderBorder table td.tdOrderLeft.Orders_HeaderTD.Orders_HeaderTD_Bid,
.orderBorder table td.Orders_BidTD_Price {
    border-left: 0em solid #dfdfdf;
}

.orderBorder table td.tdOrderRight.Orders_HeaderTD.Orders_HeaderTD_Ask,
.orderBorder table td.Orders_AskTD_Price {
    border-right: 0em solid #dfdfdf;
}

.orderBorder table tr:last-child td.tdOrderMiddle,
.orderBorder table tr:last-child td.Orders_BidTD_Price,
.orderBorder table tr:last-child td.Orders_AskTD_Price {
    border-bottom: 0em solid #dfdfdf;
}

.PerformanceTab_Table_Price_Performance tr.PerformanceTab_Performance_Header_Row th.PerformanceTab_Performance_Instrument_Heading,
.PerformanceTab_Table_Price_Performance tr.PerformanceTab_Performance_Header_Row th.PerformanceTab_Performance_1_Month_Change_Heading,
.PerformanceTab_Table_Price_Performance tr.PerformanceTab_Performance_Header_Row th.PerformanceTab_Performance_3_Month_Change_Heading,
.PerformanceTab_Table_Price_Performance tr.PerformanceTab_Performance_Header_Row th.PerformanceTab_Performance_52_Week_Change_Heading,
.PerformanceTab_Table_Price_Performance tr.PerformanceTab_Performance_Header_Row th.PerformanceTab_Performance_5_Year_Change_Heading,
.PerformanceTab_Table_Price_Performance tr.PerformanceTab_Performance_Header_Row th.PerformanceTab_Performance_52_Week_High_Low_Heading {
    border-top: 0em solid #dfdfdf;
}

.PerformanceTab_Table_Price_Performance tr.PerformanceTab_Performance_Header_Row th.PerformanceTab_Performance_Instrument_Heading,
.PerformanceTab_Table_Price_Performance td.PerformanceTab_Performance_Instrument_Value {
    border-left: 0em solid #dfdfdf;
}

.PerformanceTab_Table_Price_Performance tr.PerformanceTab_Performance_Header_Row th.PerformanceTab_Performance_52_Week_High_Low_Heading,
.PerformanceTab_Table_Price_Performance td.PerformanceTab_Performance_52_Week_High_Low_Value {
    border-right: 0em solid #dfdfdf;
}

.PerformanceTab_Table_Price_Performance tr:last-child td.PerformanceTab_Performance_Instrument_Value,
.PerformanceTab_Table_Price_Performance tr:last-child td.PerformanceTab_Performance_1_Month_Change_Value,
.PerformanceTab_Table_Price_Performance tr:last-child td.PerformanceTab_Performance_3_Month_Change_Value,
.PerformanceTab_Table_Price_Performance tr:last-child td.PerformanceTab_Performance_52_Week_Change_Value,
.PerformanceTab_Table_Price_Performance tr:last-child td.PerformanceTab_Performance_5_Year_Change_Value,
.PerformanceTab_Table_Price_Performance tr:last-child td.PerformanceTab_Performance_52_Week_High_Low_Value {
    border-bottom: 0em solid #dfdfdf;
}

.PerformanceTab_Table_Performance_By_Year tr.PerformanceTab_Performance_By_Year_Header_Row th.PerformanceTab_Performance_By_Year_Instrument_Heading,
.PerformanceTab_Table_Performance_By_Year tr.PerformanceTab_Performance_By_Year_Header_Row th.PerformanceTab_Performance_By_Year_Current_Heading,
.PerformanceTab_Table_Performance_By_Year tr.PerformanceTab_Performance_By_Year_Header_Row th.PerformanceTab_Performance_By_Year_Prev1_Heading,
.PerformanceTab_Table_Performance_By_Year tr.PerformanceTab_Performance_By_Year_Header_Row th.PerformanceTab_Performance_By_Year_Prev2_Heading,
.PerformanceTab_Table_Performance_By_Year tr.PerformanceTab_Performance_By_Year_Header_Row th.PerformanceTab_Performance_By_Year_Prev3_Heading,
.PerformanceTab_Table_Performance_By_Year tr.PerformanceTab_Performance_By_Year_Header_Row th.PerformanceTab_Performance_By_Year_Prev4_Heading {
    border-top: 0em solid #dfdfdf;
}

.PerformanceTab_Table_Performance_By_Year tr.PerformanceTab_Performance_By_Year_Header_Row th.PerformanceTab_Performance_By_Year_Instrument_Heading,
.PerformanceTab_Table_Performance_By_Year td.PerformanceTab_Performance_By_Year_Instrument_Value {
    border-left: 0em solid #dfdfdf;
}

.PerformanceTab_Table_Performance_By_Year tr.PerformanceTab_Performance_By_Year_Header_Row th.PerformanceTab_Performance_By_Year_Prev4_Heading,
.PerformanceTab_Table_Performance_By_Year td.PerformanceTab_Performance_By_Year_Prev4_Value {
    border-right: 0em solid #dfdfdf;
}

.PerformanceTab_Table_Performance_By_Year tr:last-child td.PerformanceTab_Performance_By_Year_Instrument_Value,
.PerformanceTab_Table_Performance_By_Year tr:last-child td.PerformanceTab_Performance_By_Year_Current_Value,
.PerformanceTab_Table_Performance_By_Year tr:last-child td.PerformanceTab_Performance_By_Year_Prev1_Value,
.PerformanceTab_Table_Performance_By_Year tr:last-child td.PerformanceTab_Performance_By_Year_Prev2_Value,
.PerformanceTab_Table_Performance_By_Year tr:last-child td.PerformanceTab_Performance_By_Year_Prev3_Value,
.PerformanceTab_Table_Performance_By_Year tr:last-child td.PerformanceTab_Performance_By_Year_Prev4_Value {
    border-bottom: 0em solid #dfdfdf;
}

/*Fix for order depth*/
table.TableBid_OrderDepthTab,
table.TableAsk_OrderDepthTab {
    border: 0;
}

/***************************************** END OF BORDER CONTROL **************************************************/
.tdOrderMiddle.Orders_HeaderTD.Orders_HeaderTD_Date {
    text-align: center;
    color: #282828;
    font-weight: bold;
    background: #EFEFEF;
    border: #DDDDDD;
    border-bottom: 1px solid #dfdfdf;
}


.DataTable,
.TickerTbl,
table.TradesTable,
.orderBorder table {
    border-collapse: collapse;
    border-spacing: 0;
}

.TradesTable {
    margin-bottom: 1em;
}

.orderBorder .tdOrderMiddle table {
    border-bottom: 0em;
}

.BrokerHeaderTable {
    border-collapse: collapse;
}

.Orders_HeaderTD,
.BrokerTypeRow,
.BrokerHeaderTable tbody tr:first-child td,
.TickerNameTD,
.TradesTable .Trades_RowHeader td,
.PerformanceTab_Performance_Header_Row th,
.PerformanceTab_Performance_By_Year_Header_Row th {
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 0.6em;
    padding-right: 0.6em;
}

.BrokerTypeRow {
    border-bottom: 0;
    padding-bottom: 0em;
}

.Orders_RowTR .tdOrderLeft,
.Orders_RowTR .tdOrderMiddle,
.Orders_RowTR .tdOrderRight,
.Broker_EvenRow td,
.Broker_OddRow td,
.TickerValueTD,
.DataNameTD,
.DataValueTD,
.TradesTable .Trades_Row td,
.PerformanceTab_Performance_By_Year_Row td,
.PerformanceTab_Performance_Row td {
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 0.6em;
    padding-right: 0.6em;

    height: auto;
    line-height: normal;
}

.TradesTable .Trades_RowHeader td.Trades_LastHeading,
.TradesTable .Trades_Row td.Trades_Close_Change {
    padding-right: 1.5em;
}

.TickerValueTD_LastPriceChange,
.TickerValueTD_LastPricePercentChange {
    padding-right: 1.5em;
}

.TickerNameTD_LastPriceChange,
.TickerNameTD_LastPricePercentChange {
    padding-right: 0.6em;
}

.TickerValueTD {
    width: 8.8%;
    white-space: nowrap;
}

.TickerValueTD_ShareName {
    width: 20.08%;
    white-space: normal;
}

.TickerNameTD {
    white-space: nowrap;
}



/* Selected row controls */
.Ticker_SelectedRow {}

.TickerValueTD_Ask,
.TickerValueTD_Bid,
.TickerNameTD_Ask,
.TickerNameTD_Bid {
    display: none;
}

.TickerNameTD_MarketName,
.TickerValueTD_MarketName {
    display: none;
}

@media (min-width: 0px) and (max-width: 539px) {

    .TickerValueTD_Ask,
    .TickerValueTD_Bid,
    .TickerNameTD_Ask,
    .TickerNameTD_Bid {
        display: none;
    }

    .TickerValueTD {
        width: 12.5%;
    }

    .TickerValueTD_ShareName {
        width: 25%;
    }

    .TickerNameTD {
        white-space: normal;
    }
}

@media (min-width: 0px) and (max-width: 459px) {

    .TickerValueTD_High,
    .TickerValueTD_Low,
    .TickerNameTD_High,
    .TickerNameTD_Low {
        display: none;
    }

    .TickerValueTD {
        width: 17.5%;
    }

    .TickerValueTD_ShareName {
        width: 30%;
    }
}

@media (min-width: 0px) and (max-width: 341px) {

    .TickerValueTD_LastPricePercentChange,
    .TickerNameTD_LastPricePercentChange {
        display: none;
    }

    .TickerValueTD {
        width: 20%;
    }

    .TickerValueTD_ShareName {
        width: 40%;
    }
}


/* END OF TICKER AREA */

/********************************************************************************* TABS AREA START */
#tabPanel {
    margin-top: 1em;
    margin-bottom: 2em;

    height: auto;
    line-height: normal;

    text-align: center;
}

#tabPanel ul {
    text-align: center !important;
    font-size: 0em;
}

/* Unselected tab rules */
.navigation ul li a {
    height: auto;
    line-height: normal;

    padding-top: 1.0em !important;
    padding-bottom: 1.0em !important;
    padding-left: 2.0em;
    padding-right: 2.0em;

    text-decoration: none;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    background: #F2F2F2FF;
    border: 1px solid #F2F2F2FF;
    color: #282828;

    transition: background 0.5s, color 0.5s, border 0.5s;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;

    position: relative;

}

.navigation ul li a:hover {
    background: #282828FF;
    color: #FFFFFF;
    border-color: #282828FF;

    text-decoration: none;

    font-style: normal;

    z-index: 9;
}

/* Selected tab rules */
.navigation ul li a.tab_selected {
    background: #282828FF;
    color: #FFFFFF;
    border-color: #282828FF;
    font-weight: 700;
    position: relative;
    top: 0px;
    left: 0px;

    z-index: 10;
}

.tab_selected:hover {}

.tab_selected:before {
    content: "";
    width: 0;
    height: 0;

    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -1.0em;

    border-left: 1.0em solid transparent;
    border-right: 1.0em solid transparent;
    border-top: 1.0em solid #282828FF;
}

/* END OF TABS AREA */
/* Corrections for period selection & graph legend display */

/*************************************** Start of: Graph interval selection & legend ****************************************/
td.DataNameTD {
    background: #EFEFEF;
    font-weight: bold;
}

.PeriodSelectionIntervalText {
    font-size: 1em;
    font-weight: bold;

}

.periodSelection {
    clear: both;
    height: auto;
    margin-bottom: 0;
    text-align: left;
    padding: 0;
}

ul#_ulPeriod {
    padding-top: 0.5em !important;
}

#_ulPeriod li {
    padding: 0.5em;
    padding-top: 0em;


}

.ul_highstocklegend li {
    list-style: none;
    margin-left: 0em;
    line-height: 1em;
    height: auto;

    float: none;
    display: inline-block;
    *display: inline;
    *zoom: 1.0;
}

.comparelegend_name {
    padding: 0px;

    position: relative;
    top: 0em;
    left: 0em;
    margin-left: 0em;

    display: inline-block !important;
}

.comparelegend_name:before {
    content: "■";

    font-size: 1.5em;

    position: relative;
    left: 0;
    top: 0;
    margin-top: -0.385em;
    margin-right: 0.2em;

    line-height: 0.5em;

    display: inline-block !important;

}

.ul_highstocklegend_color_blind_mode .comparelegend_name:before {
    content: "";
}

#_ulPeriod li label {
    white-space: nowrap;
}

div#periodSelectionPanel {
    border-bottom: 0em solid #A6A6A6;
    padding-bottom: 0em;
}

.highstocklegend {
    padding: 0em;
}

.ul_highstocklegend {
    padding: 0em 1.5em 0.5em 1.5em;
    padding: 0em 0 0.5em 0;
    border-bottom: 0em solid #dfdfdf;
    margin-bottom: 1em;
}

.comparelegend_value {
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.legenddate {
    padding-top: 0.5em;
    padding-bottom: 0.5em;

}

@media (min-width: 0px) and (max-width: 350px) {

    /**************** Gets rid of the exsess values on the legend ****************/
    .legendSharesDiv .comparelegend_value {
        white-space: normal !important;
    }

    .legendSharesDiv div {
        display: inline-block;
    }

    .legendSharesDiv .comparelegend_value>div>div {
        display: none !important;
    }

    .legendSharesDiv .comparelegend_value>div>div:last-child {
        display: inline-block !important;
    }

}

/*************************************** Start of: Graph Buttons ****************************************/

#additionFunctionPanelPanel {
    padding: 0.5em 0 0 0;
}

.additionFunction table {
    margin: 0em;
    width: 100%;
}

.button,
.button:link,
.button:visited {
    display: inline-block;
    *display: inline;
    *zoom: 1.0;

    width: 100%;
    max-width: 200px;
    border: 0px;
    border-radius: 0px;
    padding: 28px 40px;
    box-sizing: border-box;
    border: 1px solid #282828FF;
    text-decoration: none;
    text-transform: none;
    font-weight: 700;
    color: #282828;
}

.button span {
    display: inline-block;
    padding: 0 0 0 0em;

    margin: 0em;
    background: #ffffff;
    position: relative;
    top: 0;
    left: 0;
    transition: background 0.5s, color 0.5s, border 0.5s;
}

.button span:before {
    content: "\f105";
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: bold;
    text-decoration: inherit;
    color: #E20B17;
    font-size: 15px;
    padding-right: 0.5em;
    position: absolute;
    top: 3px;
    left: -10px;
    display: none;
}

.button img {
    display: none;
}

.button:active,
.button:hover {
    text-decoration: none;
}

.button:active span,
.button:hover span {
    border: 0px solid #ccc;
    background: #ffffff;
    color: #282828;
}

.additionFunction table,
.additionFunction tbody,
.additionFunction tr {
    display: block;
}

td#TD_detach_graph {
    margin-top: 20px;
}

.additionFunction tr {
    font-size: 0em;
    text-align: center;
}

div#additionFunctionPanel {
    margin-bottom: 1em;
    margin-top: 1em;
}

.additionFunction table td {
    width: 33.33%;
    text-align: center;


    display: inline-block;
    *display: inline;
    *zoom: 1.0;

    /*min-width: 13.8em;*/
    box-sizing: border-box;
}

@media (max-width:640px) {
    .additionFunction table td {
        width: 50%;
    }
}

/*************************************** Start of: Graph Controls ****************************************/



.ControllTD>div {

    vertical-align: top;
}

.title {
    font-size: 15px;
    font-weight: 700;

    border-bottom: 0em solid #A6A6A6;
    text-align: center;
    padding-top: 0em;
    padding-bottom: 0.3em;
    padding-left: 0px;
    padding-right: 0px;
    /*text-transform:uppercase;*/
    margin-bottom: 1em;
    margin-top: 0em;
    line-height: 22.5px;
    color: #282828;
}

.custom_label td {
    line-height: normal;
    height: auto;
}

table td.compare_part {
    padding-left: 0.4em;
    width: 100%;
}

table td.compare_part div {
    width: auto;
}

.ControllRow>tbody,
.ControllRow>tbody>tr,
.ControllRow {
    display: block;
}

.ControllRow>tbody>tr {
    font-size: 0em;
    text-align: center;
}

.ControllTD {
    width: 16.6666%;

    vertical-align: top;
    display: inline-block;
    float: left\9;
    text-align: left;
}

.ControllRow {
    padding: 0;
}

@media (min-width: 0px) and (max-width: 686px) {

    .ControllTD {
        width: 50%;
        float: left;
        min-height: 11em;

        min-width: 14.28em;
    }

    .ControllRow>tbody>tr {
        text-align: center;
    }
}

@media (min-width: 0px) and (max-width: 459px) {
    .ControllTD {
        float: none;
        height: auto;
    }
}

#footer {
    clear: both;
}


/*************************************** Start of: Share data ****************************************/

.DataNameTD,
.DataValueTD {
    width: 50%;
}

/*************************************** Start of: Trades ****************************************/

.TradesTable .Trades_RowHeader td {
    width: 33.33%;
}

.TradesTable .Trades_RowHeader td.Trades_LastHeading,
.TradesTable .Trades_RowHeader td.Trades_TimeHeading {
    width: 33.33%;
}



.excellink {
    text-align: right;
    padding-bottom: 1em;
}

.Buyers {
    vertical-align: top;
}

.Broker_DivBullet {
    width: 1em;
    height: 1em;
    line-height: 1em;
}

.Broker_ColumnBroker,
.Broker_ColumnPercent,
.Broker_ColumnVolume {
    width: 33.33%;
}

.fullbrokername {
    padding: 0.5em;
    background: #fff;
    border: 0.08em solid #dfdfdf;
    box-shadow: 1px 1px 2px #A6A6A6;
}

.Buyers {
    padding-right: 0.25em;
}

.Sellers {
    padding-left: 0.25em;
}

.Buyers,
.Sellers {
    vertical-align: top;
}

.Broker_Chart {
    text-align: center;
}

@media (min-width: 0px) and (max-width: 378px) {
    .Broker_Chart img {
        display: none;
    }

    .BrokerContentTable,
    .BrokerContentTable>tbody,
    .BrokerContentTable>tbody>tr,
    .Sellers,
    .Buyers {
        display: block
    }

    .Broker_Chart {
        clear: both;
    }

    .BrokerTableContent {
        float: left;
        clear: both;
    }

    .Sellers .BrokerTableContent {
        margin-top: 1em;
    }
}

/*************************************** Start of: Order Depth ****************************************/

.Orders_TitleTD_Right {
    text-align: right;
}

.Orders_RowTR .tdOrderLeft {
    text-align: left;
}

.Orders_VolumeTD_AskBox {
    background: #FFFFFF;
}

.Orders_VolumeTD_BidBox {
    background: #EEEEEE;
}

.Orders_VolumeTD_BidNumber {
    text-align: right;
    padding-right: 0.5em;
    white-space: nowrap;
}

.Orders_VolumeTD_AskNumber {
    text-align: left;
    padding-left: 0.5em;
    white-space: nowrap;
}

.Orders_HeaderTD_Date {
    text-align: center;
}

/*************************************** Start of: Performance ****************************************/

.PerformanceTab_TD_Select_Type_Label {
    width: 50%;
    text-align: left;
}

.PerformanceTab_TD_Select_Type_Value {
    padding: 0 0 0.5em 0;
    width: 50%;
    text-align: right;
}

.PerformanceTab_TD_Select_Currency_Label,
.PerformanceTab_TD_Select_Currency_Value {
    display: none;
}

.PerformanceTab_DDL_Performance_Function {
    color: #333;
    font-size: 1em;
    padding: 0.22em;
    box-sizing: border-box;
    background: #fff;
    border: 0.08em solid #dfdfdf;
    max-width: 20em;
    width: 100%;
}

.PerformanceTab_Performance_Row td {
    padding-right: 1.5em;
}

.PerformanceTab_Performance_Row .PerformanceTab_Performance_52_Week_High_Low_Value,
.PerformanceTab_Performance_Row .PerformanceTab_Performance_All_Time_High_Low_Value {
    padding-right: 0.6em;
}

.PerformanceTab_Performance_By_Year_Row td {
    padding-right: 1.5em;
}

th.PerformanceTab_Performance_By_Year_Instrument_Heading,
.PerformanceTab_Performance_Header_Row th.PerformanceTab_Performance_Instrument_Heading {
    text-align: center;
}

td.PerformanceTab_Performance_By_Year_Instrument_Value,
.PerformanceTab_Performance_Row td.PerformanceTab_Performance_Instrument_Value {
    text-align: center;
}

.PerformanceTab_Performance_Instrument_Value div,
.PerformanceTab_Performance_By_Year_Instrument_Value div {
    padding: 0px !important;
    margin: 0px !important;
}

.PerformanceTab_Table_Price_Performance,
.PerformanceTab_Table_Performance_By_Year {
    width: 100%;
}

.PerformanceTab_Performance_Header_Row th {
    padding-left: 0.5em;
}

.PerformanceTab_Performance_By_Year_Header_Row th {
    padding-right: 1em;
    padding-left: 0.5em;
}

.PerformanceTab_Performance_By_Year_NA_Value,
.PerformanceTab_Performance_Neutral_Value,
.PerformanceTab_Performance_By_Year_Neutral_Value,
.PerformanceTab_Performance_NA_Value {
    color: inherit;
}

.PerformanceTab_Performance_Instrument_Value span.PerformanceTab_SharePriceDevelopment_Instrument_InstrumentName {
    display: inline-block;
    padding-right: 0.5em;
}

@media (min-width: 0px) and (max-width: 461px) {

    .PerformanceTab_Performance_By_Year_Prev4_Heading,
    .PerformanceTab_Performance_By_Year_Prev4_Value {
        display: none;
    }
}

@media (min-width: 0px) and (max-width: 362px) {

    .PerformanceTab_Performance_By_Year_Prev3_Heading,
    .PerformanceTab_Performance_By_Year_Prev3_Value {
        display: none;
    }
}

@media (min-width: 0px) and (max-width: 299px) {

    .PerformanceTab_Performance_By_Year_Prev2_Heading,
    .PerformanceTab_Performance_By_Year_Prev2_Value {
        display: none;
    }
}

@media (min-width: 0px) and (max-width: 476px) {

    .PerformanceTab_Performance_52_Week_High_Low_Value,
    .PerformanceTab_Performance_52_Week_High_Low_Heading,
    .PerformanceTab_Performance_1_Month_Change_Heading,
    .PerformanceTab_Performance_1_Month_Change_Value {
        display: none;
    }

    .PerformanceTab_Performance_5_Year_Change_Heading,
    .PerformanceTab_Performance_5_Year_Change_Value {
        border-right: 0em solid #dfdfdf;
    }

}

@media (min-width: 0px) and (max-width: 393px) {

    .PerformanceTab_Performance_3_Month_Change_Heading,
    .PerformanceTab_Performance_3_Month_Change_Value {
        display: none;
    }
}

/*************************************** End of: Performance data ****************************************/

#divCalendar {
    border: 0.08em solid #dfdfdf;
    background: #fff;
    box-shadow: 1px 1px 2px #A6A6A6;
}

.dbFooter {
    padding-top: 1em;
}


#_ulPeriod li span {
    width: auto;
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    height: auto;

}

#_ulPeriod li input:checked+span::before {
    content: "";
    border: solid 1px #E60012FF;
    background: #ffffff;
    border-radius: 1000px;
}

#_ulPeriod li span:before {
    position: absolute;
    left: -28px;
    top: 0px;
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid #DFDFDFFF;
    border-radius: 1000px;
}

#_ulPeriod li input:checked+span:after {
    content: " ";
    position: absolute;
    left: -21px;
    top: 7px;
    width: 6px;
    display: inline-block;
    height: 6px;
    border-radius: 50px;
    padding-top: 2px;
    padding-left: 2px;
    background: #E20B17;
}

div#periodSelectionPanel.periodSelection input {
    margin-right: 3px;
    display: none;
}

input[type="checkbox"]+label {
    position: relative !important;
    top: 0;
    left: 0;
}

input[type="checkbox"]+label:before {
    content: "";
    border: 1px solid #DFDFDFFF;
    height: 20px;
    width: 20px;
    font-style: normal;
    font-weight: bold;
    text-decoration: inherit;
    position: absolute;
    top: 1px;
    background: #fff;
    left: -3px;
    border-radius: 4px;
}

.table_row input {
    display: none;
}

TABLE.ControllRow TD.ControllTD LABEL {
    position: relative !important;
}

label {
    padding-left: 30px;
}

.navigation ul li {
    width: 50%;
}

input[type="checkbox"]:checked+label:after {
    font-family: "FontAwesome";
    position: absolute;
    content: "\f00c";
    width: 15px;
    font-size: 16px;
    height: 15px;
    font-weight: normal;
    background: transparent;
    color: #E20B17;
    top: 3px;
    left: 0px;
}

input[type="radio"]+label:before {
    position: absolute;
    left: -4px;
    top: 0px;
    content: url(img/ic_radio.svg) !important;
    width: 20px;
    height: 20px;
    background: transparent;
}

input[type="radio"]:checked+label:after {
    content: " ";
    position: absolute;
    left: 2px;
    top: 6px;
    width: 6px;
    display: inline-block;
    height: 6px;
    border-radius: 50px;
    padding-top: 2px;
    padding-left: 2px;
    background: #E20B17;
}

div#divGraphControll {
    background: #f8f8f8;
    height: auto;

}

.ControllTD>div {
    margin: 2em 0;
    padding: 0 2em;
    border-right: 0px solid #222;
    position: relative;
    background: #FAFAFAFF;
    top: 0;
    left: 0;
    min-height: 15em;
}

table.ControllRow {
    background: #FAFAFAFF;
    border: 2px solid #DFDFDFFF;
}

.ControllTD>div:after {
    width: 1px;
    content: "";
    height: 100%;
    top: 0;
    right: 0;
    display: inline-block;
    position: absolute;
    background: #DFDFDFFF;
}

div#movingAveragePanel:after {
    width: 0;
}

/*@media (min-width: 0px) and (max-width: 600px) {   
	#tabPanel ul li {
   display: inline-block;
   width: 100%;
   margin-bottom: 1px;
}
.tab_selected:before {
    content: "";
	width: 0; 
	height: 0;

	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -1.0em;
	
	border-left: 0em solid transparent; 
	border-right: 0em solid transparent; 
	border-top: 0em solid #282828FF;
}
	   
   }*/
.table_row {
    clear: both;
    height: auto;
}

.divtable label span,
.divtable label {
    display: inline-block;
}

input#txtInsertPeriod {
    display: inline-block;
    border: 1px solid #ccc;
    font-family: Noto Sans Japanese, メイリオ, Meiryo, ヒラギノ角ゴ Pro W3, HIragino Kaku Gothic Pro W3, HIragino Kaku Gothic Pro, Osaka, ＭＳ Ｐゴシック, MS P Gothic, sans-serif;
    font-size: 15px;
    color: #282828;
}

.ControllTD_0_6 {
    display: none !important;
    clear: both;
}

div#divMACustom label {
    padding-left: 0;
}

@media (max-width:1020px) {
    .ControllTD {
        width: 33.333%;
        background: #f8f8f8;
    }

    div#otherOptionPanel:after {
        width: 0;
    }
}

@media (max-width:640px) {
    .ControllTD {
        width: 50%;
        background: #f8f8f8;
    }

    div#diagramTypePanel:after,
    div#indicesComparisonPanel_1_4:after {
        width: 0;
    }

    div#otherOptionPanel:after {
        width: 1px;
    }
}

div#Ticker8 {
    padding-bottom: 2em;
    position: relative;
    top: 0;
    left: 0;
}

.TickerDateDiv {
    position: absolute;
    bottom: 0;
    right: 0;
}

td.TickerDateTD {
    padding: 0;
}

div#dbFooter {}

.dbFooter {
    float: none;
    text-align: right;
}

.lowerSkin {
    float: none;
    text-align: right;
}

span.Nikkei {
    display: block;
    padding-bottom: 0.5em;
}

@media (max-width:360px) {
    .TickerDateDiv {
        font-size: 12px;
    }
}

input#txtInsertPeriod {
    width: 125px !important;
    padding: 0.4em;
}

@media (min-width: 0px) and (max-width: 446px) {

    /**************** Gets rid of the exsess values on the legend ****************/
    .legendSharesDiv .comparelegend_value {
        white-space: normal !important;
    }

    .legendSharesDiv div {
        display: inline-block;
    }

    .legendSharesDiv .comparelegend_value>div>div {
        display: none !important;
    }

    .legendSharesDiv .comparelegend_value>div>div:last-child {
        display: inline-block !important;
    }

    .ControllTD>div:after {
        width: 0 !important;

    }

    .ControllTD>div {
        min-height: 2em !important;
    }

    .ControllTD {
        width: 100%;
        background: #f8f8f8;
        min-height: 2em;
    }
}



/*div#shareGraph {
    background: #f3f3f3;
}
rect#recRightSide,
rect#recLeftSide,
rect#recVolume {
    fill: #f3f3f3!important;
}*/
.divtable div {
    margin-bottom: 1em;
}

.TickerNameTD_LastPriceChange span {
    position: relative;
    top: 0;
    left: 0;
    font-size: 0;
}

body.body_ja-jp .TickerNameTD_LastPriceChange span:before {
    content: "前日比（円）";
    font-size: 15px;
}

body.body_en-gb .TickerNameTD_LastPriceChange span:before {
    content: "Change (JPY)";
    font-size: 15px;
}

td.TickerNameTD.TickerNameTD_LastPricePercentChange span {
    position: relative;
    top: 0;
    left: 0;
    font-size: 0;
}

body.body_ja-jp td.TickerNameTD.TickerNameTD_LastPricePercentChange span:before {
    content: "前日比（%）";
    font-size: 15px;

}

body.body_en-gb td.TickerNameTD.TickerNameTD_LastPricePercentChange span:before {
    content: "Change (%)";
    font-size: 15px;
}

body.body_en-gb td#TD_print {
    display: none;
}

body.body_ja-jp td#TD_print {
    display: none;
}

body.body_en-gb .additionFunction {
    position: relative;
    top: 0;
    left: 0;
}

body.body_en-gb .additionFunction:before {
    position: absolute;
    content: "(Note) In the above volume chart, the columns are shown in green when the stock price closed higher than the previous day and in red when it closed lower.";
    font-size: 10px;
    text-align: left !important;
    top: -29px;
    left: 34px;
    display: inline-block;
}

body.body_en-gb .additionFunction:after {
    position: absolute;
    content: " (Note) The sliders – Ф - under the graph are operated to the left/right to change the width of the graph period on a time base.";
    font-size: 10px;
    text-align: left !important;
    top: -16px;
    left: 34px;
    display: inline-block;
}

body.body_ja-jp .additionFunction {
    position: relative;
    top: 0;
    left: 0;
}

body.body_ja-jp .additionFunction:before {
    position: absolute;
    content: "(注) 出来高の棒グラフは、株価が前日比上昇した場合は緑色、下落した場合は赤色で表示しております。";
    top: -32px;
    left: 34px;
    display: inline-block;
    text-align: left !important;
    font-size: 10px;
}

body.body_ja-jp .additionFunction:after {
    position: absolute;
    content: "(注) 最下部の Фマークを動かすことで、グラフの表示期間を指定できます。";
    font-size: 10px;
    top: -16px;
    left: 34px;
    display: inline-block;
    text-align: left !important;
}

td#TD_print {
    display: none;
}



@media (min-width: 0px) and (max-width: 759px) {
    td#TD_detach_graph {
        margin-top: 5em;
    }

    body.body_en-gb .additionFunction:before {
        position: absolute;
        content: "(Note) In the above volume chart, the columns are shown in green when the stock price closed higher than the previous day and in red when it closed lower.";
        font-size: 10px;
        top: -29px;
        padding-right: 25px;
        left: 34px;
        display: block;

    }

    body.body_en-gb .additionFunction:after {
        position: absolute;
        content: " (Note) The sliders – Ф - under the graph are operated to the left/right to change the width of the graph period on a time base.";
        font-size: 10px;
        top: 13px;
        padding-right: 25px;
        left: 34px;
        display: block;

    }

    body.body_ja-jp .additionFunction:before {
        position: absolute;
        content: "(注) 出来高の棒グラフは、株価が前日比上昇した場合は緑色、下落した場合は赤色で表示しております。";
        font-size: 10px;
        top: -29px;
        padding-right: 25px;
        left: 34px;
        display: block;

    }

    body.body_ja-jp .additionFunction:after {
        position: absolute;
        content: "(注) 最下部の Фマークを動かすことで、グラフの表示期間を指定できます。";
        font-size: 10px;
        top: 13px;
        left: 34px;
        display: block;


    }

}


#lowerpart {
    padding: 3px 0 3px 0;
    margin-top: 2em;
}

body.body_ja-jp .TickerDateTD span:nth-child(1) {
    display: none;
}

#dbFooter,
#lowerSkin {
    padding-right: 11px;
    padding-top: 13px;
}

.lowerSkin,
.dbFooter {
    float: none;
    text-align: right;
}

.body_ja-jp text.highcharts-yaxis-title[transform="translate(0,0) rotate(270 27 97)"] {
    -ms-transform: rotate(0deg) !important;
    /* IE 9 */
    transform: rotate(0deg) !important;
}

@-moz-document url-prefix() {
    .body_ja-jp text.highcharts-yaxis-title[transform="translate(0,0) rotate(270 29 97)"] {
        -moz-transform: rotate(0deg) !important;
        /* Mozilla */
    }
}

/**********************************Custom calendar in SG******************************/
.DynarchCalendar-title div {
    text-shadow: none;
}

.DynarchCalendar-bottomBar-today,
.button_bg {
    display: block;
    font-family: 'ProximaNova', Arial, sans-serif !important;
    font-size: 16px;
    font-weight: normal;
    color: #282828;
    text-transform: capitalize;
    margin: 3px;
    padding: 9px 20px 8px;
    border: 1px solid #282828FF;
    border-radius: 0em;
    background: #fff;
    transition: all .3s ease-in-out;
    text-decoration: none;
}


.button_bg {
    padding: 0px !important;
    display: initial;
    height: auto;
}

.DynarchCalendar-bottomBar-today:hover,
.button_bg:hover {
    background: #fff;
    color: #282828;
    border: 1px solid #282828FF;
    border-radius: 0;
    cursor: pointer;
}

.DynarchCalendar-day-today.DynarchCalendar-day-selected,
.DynarchCalendar-day:active {
    background-color: #282828;
    color: #ffffff !important;
}

table.DynarchCalendar-titleCont,
.DynarchCalendar-dayNames div,
.DynarchCalendar-day {
    color: #282828;
}

.DynarchCalendar-dayNames tr td div {
    background: #ffffff !important;
    border: 1px solid transparent !important;
}

.DynarchCalendar-dayNames div,
.DynarchCalendar-day,
.DynarchCalendar-weekNumber {
    padding: 10px 5px;
    margin: 1px;
    background: #fff;
    border: 1px solid transparent;
    border-radius: 25px;
    -webkit-transition: opacity 0.35s ease;
    -moz-transition: opacity 0.35s ease;
    -o-transition: opacity 0.35s ease;
    transition: opacity 0.35s ease;
    color: #282828;
    text-align: center;
    font-weight: 300;
}

.DynarchCalendar table {
    line-height: 16px;
    color: #282828 !important;
    font-family: inherit;
    font-size: 16px !important;
}

.DynarchCalendar-day:hover {
    color: #ffffff !important;
    background: #282828;
    text-shadow: none;
    border-color: #282828;
}

/*
.DynarchCalendar-weekend,
.DynarchCalendar-dayNames .DynarchCalendar-weekend {

    color: #373737 !important;
}
*/
.DynarchCalendar-weekend {
    color: #282828 !important;
}


/**/
.DynarchCalendar-hover-nextYear div,
.DynarchCalendar-hover-nextYear div,
.DynarchCalendar-hover-prevYear div,
.DynarchCalendar-hover-prevYear div,
.DynarchCalendar-hover-navBtn div {
    border: 0;
    /*    background: #282D3C;*/
}

.DynarchCalendar-hover-nextYear div:after,
.DynarchCalendar-hover-nextYear div:before,
.DynarchCalendar-hover-prevYear div:after,
.DynarchCalendar-hover-prevYear div:before,
.DynarchCalendar-hover-navBtn div:after,
.DynarchCalendar-hover-navBtn div:before {
    cursor: pointer;
    border-right-color: #ffffff;
    border-left-color: #ffffff;
}

.DynarchCalendar-hover-title div {
    border: 0px solid #000;
    background-image: none;
    padding: 5px 16px;
}

.DynarchCalendar-pressed-title div {
    color: #282828;
}

.DynarchCalendar-day-selected {
    background: #282828 !important;
    color: #ffffff !important;
    border-color: #282828;
}

.DynarchCalendar table {
    line-height: 16px;
    color: #282828 !important;
    font-family: 'ProximaNova', Arial, sans-serif !important;
    font-size: 16px !important;
}

/* [text-anchor="middle"] > tspan {
    fill: #fff !important;
} */

.DynarchCalendar-week td:nth-child(6) div,
.DynarchCalendar-week td:nth-child(7) div,
.DynarchCalendar-dayNames td:nth-child(6) div,
.DynarchCalendar-dayNames td:nth-child(7) div {
    color: #dc291e !important;
}

@media screen and (max-width:600px) {

    .DynarchCalendar-dayNames div,
    .DynarchCalendar-day,
    .DynarchCalendar-weekNumber {
        padding: 1px 0px;
        margin: 1px !important;

        border: 1px solid transparent;
        border-radius: 35px;

        text-align: center;
        font-size: 10px !important;
    }


    .DynarchCalendar table {
        line-height: 14px !important;
    }

    .DynarchCalendar-title div {
        padding: 5px 17px !important;
        text-shadow: none;
        border: 1px solid transparent;
        font-size: 14px !important;
    }


    .DynarchCalendar-bottomBar-today,
    .button_bg {
        display: block;
        font-family: inherit;
        margin: 0 auto;
        padding: 7px;
        font-size: 14px;
        transition: background 0.5s, color 0.5s, border 0.5s;
        text-decoration: none;
    }

    .DynarchCalendar-bottomBar-today {
        max-width: 140px;
    }

    .DynarchCalendar-bottomBar-today:hover {
        display: block;
        font-family: inherit;
        font-weight: 400;
        text-transform: capitalize;
        margin: 0 auto !important;
        padding: 7px;
        text-decoration: none;
    }

    .button_bg {
        /* line-height: 0em !important; */
        width: 100px;
        margin: 0 auto;
        margin-top: 3px;
    }

    .button_bg:hover {
        display: block;
        font-family: inherit;
        font-weight: 400;

        padding: 7px;
        /* border-radius: 100px; */
    }

}