@charset "utf-8";
@font-face {
  font-family: "NotoSansJp";
  font-style: normal;
  font-weight: normal;
  src: url("../_font/NotoSansCJKjp_Regular_subset.eot");
  src: url("../_font/NotoSansCJKjp_Regular_subset.eot?#iefix") format("embedded-opentype"), url("../_font/NotoSansCJKjp_Regular_subset.woff") format("woff"), url("../_font/NotoSansCJKjp_Regular_subset.otf") format("opentype");
}

* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  line-height: 1;
  box-sizing: border-box;
}

html,
body {
  font-size: 13px;
  line-height: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: '游ゴシック',Hiragino Kaku Gothic Pro, Hiragino Sans, Meiryo, Osaka, Arial, MS PGothic, sans-serif;
  color: #333;
  background-color: #fff;
  min-width: 280px;
  box-sizing: border-box;
}

#code_text {
  margin: 0 0 10px 0;
}

tspan {
  font-size: 8px;
}

#StockPriceTable {
  font-size: 13px;
  width: 100%;
  color: #3E3A39;
}

#CurrentPriceData {
  border: 1px solid #EDEDED;
  width: 33%;
  height: 124px;
  float: left;
  text-align: right;
}

div#FourValues {
  overflow: auto;
}

#FourValues ul {
  width: 100%;
  overflow: auto;
  float: right;
}

#FourValues li {
  width: 33.3%;
  float: left;
  text-align: right;
  border: 1px solid #EDEDED;
}

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 #EDEDED;
}

#CurrentPriceData p,
#FourValues p,
#OtherStockData p {
  background-color: #f5f5f5;
  color: #3E3A39;
  text-align: center;
  font-size: 14px;
  line-height: 2;
  font-weight: 600;
}

#CurrentPriceData div,
#FourValues 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#YearToDateHighPrice {
  line-height: 1.2;
}

div#lDate {
  font-size: 11px;
  line-height: 0.9;
  margin-bottom: 4px;
}

div#YearToDateLowPrice {
  line-height: 1.2;
}

#navi {
  clear: both;
  overflow: auto;
  line-height: 2;
  background-color: #f5f5f5;
  width: 100%;
  border-top: 5px solid #E94B6D;
  margin-top: 5px;
  padding-top: 5px;
  padding-right: 1px;
}

#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;
}

#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 #3E3A39;
}

#btn_daily,
#btn_weekly,
#btn_monthly {
  background-color: #ffffff;
  color: #E94B6D;
}

#btn_daily:hover,
#btn_weekly:hover,
#btn_monthly:hover {
  background-color: #E94B6D;
  color: #fff;
}

#chart_range2 {
  clear: both;
  text-align: center;
  overflow: auto;
  background-color: #f6f6f6;
}

#chart_range ul,
#chart_range2 ul {
  overflow: auto;
}

#chart_range2 li {
  float: left;
  width: 67%;
  text-align: left;
}

#chart_range2 li:first-child {
  text-align: right;
  width: 33%;
}

#chart_range2 .off {
  display: none;
}
.line5,
.line25 {
  font-weight: bold;
}

._on {
  background-color: #E94B6D !important;
  color: #fff !important;
}

#date_title {
  width: 100% !important;
}

#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;
  margin-top: 3px;
  margin-left: 5px;
}

.cltrg2.cltrg {
  position: absolute;
  margin-top: 3px;
  margin-left: 5px;
}

/*ca*/
.c_type_corpac {
  width: 100%;
  line-height: 2;
  background-color: #f5f5f5;
  margin: 0 5px 5px 0;
  box-sizing: border-box;
  border-bottom: 4px solid #E94B6D;
}

.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;
}

.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, 0.05) !important;
}

.ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput {
  background: #333333;
}

.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_earning_correction + .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, 0.1);
  border-radius: 4px;
  margin: 0 5px 0 0;
}

.ECM_CheckboxInput-LabelText {
  margin-left: 12px;
  display: block;
  font-size: 18px;
  font-weight: bold;
}
/*ca*/

@media screen and (max-width: 768px) {
  div#CurrentPrice {
    margin: 0;
  }

  #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%;
  }

  #OtherStockData li {
    width: 100%;
    min-width: 140px;
    float: left;
  }

  #CurrentPriceData {
    height: 55px;
  }

  #CurrentPriceData div {
    width: 45%;
    float: right;
  }

  div#CurrentPrice {
    margin-right: 0;
    font-size: 20px;
    width: 40%;
    float: left;
  }

  div#lDate {
    font-size: 11px;
    line-height: 0.9;
    margin-bottom: 4px;
  }

  .c_type,
  .start_end,
  .chart_r {
    width: 100%;
  }

  .c_type li {
    width: 50%;
    float: left;
  }

  .c_type {
    text-align: center;
  }

  .start_end {
    text-align: center;
    margin-left: -6%;
  }

  .chart_r {
    text-align: center;
  }

  div#FourValues {
    overflow: visible;
  }

  /* ca */
  .c_type_corpac ul {
    display: block;
  }
  /* ca */
}
