@charset "UTF-8";
/*! ボイス */
.cl {
  display: inline-block;
  min-height: 1%;
  display: block;
  *zoom: 1;
}
.cl:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
* html .cl {
  height: 1%;
}

/*----------------------------------
content
----------------------------------*/
body {
  background: #f2f2f2;
  padding-top: 20px;
}

.title03 {
  padding-top: 28px;
  margin-bottom: 28px;
}

.chart-wrap {
  width: 600px;
  padding: 0 10px;
  color: #000;
  background: #fff;
  text-align: left;
}
.chart-wrap .chart-close {
  display: none;
  margin: 20px 0 20px auto;
  width: 100px;
}
.chart-wrap .chart-close > a:first-child {
  display: block;
  position: relative;
  color: #fff;
  background: #aa0118;
  text-align: center;
  height: 30px;
  line-height: 30px;
}
.chart-wrap .chart-close > a:first-child:hover {
  background: #e21923;
}
.chart-wrap .chart-close > a:first-child:before, .chart-wrap .chart-close > a:first-child:after {
  content: " ";
  top: 7px;
  position: absolute;
  height: 16px;
  width: 2px;
  background: #fff;
}
.chart-wrap .chart-close > a:first-child:before {
  right: 12px;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.chart-wrap .chart-close > a:first-child:after {
  right: 12px;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.tbChart {
  font-size: 85.71429%;
  border-top: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
}

.tbChart th,
.tbChart td {
  border-bottom: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  font-size: 85%;
  padding: 3px;
}

.tbChart th {
  color: #FFFFFF;
  background: #000;
}

.tbChart tr:nth-child(odd) {
  background: #eeeeee;
}

.tbChart tr:nth-child(even) {
  background: #cccccc;
}

.w3 {
  width: 30px;
}

#chartWrap {
  width: 600px;
  padding: 10px;
}

.tx10 {
  margin-top: 20px;
}

@media only screen and (max-width: 736px) {
  body {
    background: #fff;
    padding-top: 0;
  }

  .chart-wrap {
    width: 100%;
    padding: 0;
    color: #000;
    background: #fff;
  }
  .chart-wrap div {
    width: 100%;
    overflow-x: scroll;
  }
  .chart-wrap .chart-close {
    display: block;
  }

  .tbChart {
    width: 600px;
  }

  .title03 {
    padding-top: 0;
    margin-bottom: 28px;
  }
}
