@charset "utf-8";
/* ===========================================================

	Title: ir.css
	Created: 2018-3-13

/* ===========================================================

	library

=========================================================== */
.library-table {
}
.library-table th {
    vertical-align: middle;
    width:20%;
}
.library-table td {
    position: relative;
    text-align: center;
    vertical-align: top;
    padding: 0;
    background-color: inherit;
}
.library-table td .icon-l {
    display: block;
    margin: 0 auto;
    padding-top: 40px;
}
.library-table td a {
    text-decoration: none !important;
}
.library-table td a:hover {
    text-decoration: none !important;
}

.table-ir-library-financialresults th{
  width: 16.6666%;
}

.table-ir-library-financialresults td{
  vertical-align: top;
  text-align: center;
  position: relative;
}

.table-ir-library-financialresults td p{
  margin: 5px 0;
}
.icon-l {
    width: 100%;
    height: 100%;
}
.library-movie__button {
    display: block;
    width: 100%;
    height: 28px;
    border-top: 1px solid #ddd;
}
.library-movie__button span {
    position: relative;
    font-size: 12px;
}
.library-movie__button span:before {
    position: absolute;
    top:4px;
    left:-23px;
    content: "";
    display: inline-block;
    width: 15px;
    height: 11px;
    background-image: url(../img/ir/ic_movie.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}
/* popup-open
----------------------------------------------------------- */
.library-table td .popup-open {
    display: block;
}
.popup-open {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 28px;
    line-height: 28px;
    text-align: center;
    margin: 0 auto;
    padding: 0 16px;
    display: inline-block;
    background-color: #002A74;
    color: #fff !important;
    font-size: 14px;
    /*-webkit-transition: all 0.3s ease;*/
    /*-moz-transition: all 0.3s ease;*/
    /*-o-transition: all 0.3s ease;*/
    /*transition: all .3s ease;*/
}
/*.popup-open:hover {*/
/*    text-decoration: none;*/
/*    border: solid 1px #fff;*/
/*    color: #fff !important;*/
/*    border-color: transparent;*/
/*    background-color: #0f274e;*/
/*}*/
.popup-open:after {
    position: absolute;
    top:10px;
    content: "";
    display: inline-block;
    width: 8px;
    height: 9px;
    background-image: url(../img/global/arrow_right.png);
    background-size: contain;
    vertical-align: middle;
    margin: 0 0 4px 7px;
}
.popup-open:hover:before {
    border-color: transparent transparent transparent #fff;
}
/* popup-area
----------------------------------------------------------- */
.library-table td .popup-area {
    display: none;
    position: absolute;
    top: -50px;
    margin: 0 0 0 -150px;
    z-index: 100;
    padding: 20px 20px 5px;
    width: 500px;
    background: #fff;
    border: solid 3px #ddd;
}
.popup-area .popup-title {
    font-weight: bold;
}
.popup-area p {
    color: #111;
    font-size: 14px;
    font-size: 1.4rem;
}
.popup-area p {
    margin-bottom: 10px;
}
.popup-area dl.dl-date dd {
    padding: 1px 0 10px 9em;
    text-align: left;
}
/* popup-close
----------------------------------------------------------- */
.popup-close {
    position: relative;
    overflow: hidden;
    height: 25px;
    line-height: 23px;
    text-align: center;
    margin: 0 auto;
    padding: 0 20px 0 30px;
    display: inline-block;
    border: solid 1px #cccccc;
    color: #111 !important;
    font-size: 12px;
    font-size: 1.2rem;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all .3s ease;
    cursor: pointer;
}
.popup-close:hover {
    text-decoration: none;
    border: solid 1px #fff;
    color: #fff !important;
    border-color: transparent;
    background-color: #0f274e;
}
.popup-close:before, .popup-close:after {
    position: absolute;
    top: 50%;
    left: 15px;
    margin: -6px 0 0;
    content: "";
    width: 1px;
    height: 12px;
    background-color: #999;
    -webkit-transform: rotate(45deg);
    transform: rotate(-45deg);
}
.popup-close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(-45deg);
}
.popup-close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(45deg);
}
.popup-close:hover:before, .popup-close:hover:after {
    background-color: #fff;
}

/* file-date-list__revied
----------------------------------------------------------- */
.file-date-list__revied dt span {
  position: relative;
  margin-left: 3em !important;
}
.file-date-list__revied dt span::before {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  left: -25px;
  width: 14px;
  height: 16px;
  transform: translateY(-50%);
  border-bottom: dotted 1px #ccc;
  border-left: dotted 1px #ccc;
}

/* link-button__open / link-button__close
----------------------------------------------------------- */
.link-button__open, .link-button__close {
    padding: 10px 40px 10px 55px;
    display: inline-block;
    font-size: 16px;
    text-align: center;
    background: #0f274e;
    color: #fff !important;
    border: solid 1px #0f274e;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all .2s ease;
    text-decoration: none !important;
}
.link-button-a:hover,  .link-button-b:hover,  .link-button__open:hover,  .link-button__close:hover {
    background-color: #fff;
    color: #0f274e !important;
    border: solid 1px #0f274e;
    text-decoration: none !important;
}
.link-button-a:before,  .link-button-b:before,  .link-button__open:before,  .link-button__close:before,  .link-button__close:after {
    position: absolute;
    content: " ";
    vertical-align: middle;
}
/* link-button__open */
.link-button__open:before {
    top: 50%;
    left: 35px;
    width: 5px;
    height: 5px;
    margin: -6px 0 0 0;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.link-button__open:hover:before {
    border-right: 1px solid #0f274e;
    border-bottom: 1px solid #0f274e;
    
}
/* link-button__close */
.link-button__close:before, .link-button__close:after {
    top: 50%;
    left: 27px;
    width: 14px;
    height: 14px;
    border-right: 1px solid #0f274e;
}
.link-button__close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: -13px 0 0 0;
}
.link-button__close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: -3px 0 0 0;
}
.link-button__close:hover:before, .link-button__close:hover:after {
    border-right: 1px solid #fff;
}

/* ul-list
----------------------------------------------------------- */
ul.ul-list {
    margin-bottom: 15px!important;
    clear: both;
}
ul.ul-list li {
    border-bottom: dotted 1px #ddd;
    margin: 0 0 5px;
    padding: 0 0 5px;
}
ul.ul-list li a {
    padding: 0 0 0 7px;
}
ul.ul-list li a:link, ul.ul-list li a:visited {
    text-decoration: none;
    color: #333333;
}
ul.ul-list li a:hover {
    color: #0a259b;
}
ul.ul-list li img {
    margin: 0 0 0 7px;
    vertical-align: text-bottom;
}
ul.revied {
    padding-left: 30px !important;
}

@media screen and (max-width: 768px) {
ul.revied span.date {
    clear: both;
    display: block;
}
}
/* news_list
----------------------------------------------------------- */
.news_list {
    padding: 0;
}
.news_list dt {
    clear: both;
    float: left;
    width: 15em;
    margin: 0 0 10px;
    padding: 0;
    position: relative;
}
.news_list dd {
    margin: 0 0 10px;
    padding: 0 0 10px 17em;
    border-bottom: dotted 1px #d8dbdf;
}
.news_list dt span {
/*margin: 0 0 0 10px;
	width: 110px;
	display: inline-block;*/
}
.news_list dt span.icon {
    float: right;
}
.news_list dd img {
    margin: 0 2px 0 4px;
    vertical-align: text-bottom;
}
.news_list a:link, .news_list a:visited {
    text-decoration: none;
    color: #111;
}
.news_list a:hover {
    text-decoration: underline;
    color: #0f274e;
}

@media screen and (max-width: 1200px) {
.news_list {
}
.news_list dt {
    clear: both;
    float: none;
    width: 14em;
    height: 23px;
    margin: 0 0 5px;
}
.news_list dd {
    padding: 0 0 10px 0;
}
}

/* ===========================================================

	distribute

=========================================================== */
.number-display {
    font-size: 34px;
    font-weight: bold;
}
.date-display {
    font-size: 24px;
    font-weight: bold;
}
.distribute--actual .number-display{
    color: #10377B;
}
.distribute--forecast .number-display {
    color: #5B5F63;
}
.distribute--actual, .distribute--forecast {
    width: 100%;
}
.distribute--actual dt, .distribute--forecast dt,
.distribute--actual dd, .distribute--forecast dd {
    border-right: 5px solid #fff;
    width: 33%;
}
.distribute--actual dd:last-child, .distribute--forecast dd:last-child {
    border: none;
}
.distribute--actual dt {
    color: #fff;
    background-color: #000E2D;
    padding: 15px 20px;
}
.distribute--actual dd {
    background-color: #EEF0F2;
    padding: 15px 20px;
}
.distribute--forecast dt {
    width: 50%;
    color: #fff;
    background-color: #7A8499;
    padding: 15px 20px;
}
.distribute--forecast dd {
    width: 50%;
    background-color: #EEF0F2;
    padding: 15px 20px;
}
@media screen and (max-width: 767px) {
    .distribute--actual dt, .distribute--forecast dt {
        width: 100%;
        text-align: center;
        border-right: none;
        border-bottom: 2px solid #fff;
    }
    .distribute--actual dd, .distribute--forecast dd {
        width: 100%;
        text-align: center !important;
        padding: 10px 5px;
        border-right: none;
        border-bottom: 2px solid #fff;
    }
}

.info-box{
  background-color: #e3f1f9;
  padding: 0.5em 1em;
}

.info-box table tbody th {
    background-color: transparent;
    font-weight: bold;
}

.info-box table th, .info-box table td {
    padding: 0;
    border: none;
    vertical-align: middle;
}

.info-box table tbody td {
    background-color:transparent;;
}

/*訂正ボタン　SHI用*/

.button-correction {
    position: relative;
    overflow: hidden;
    max-width: 140px;
    height: 25px;
    line-height: 23px;
    text-align: center;
    margin: 0 auto;
    padding: 0 16px;
    display: inline-block;
    border: solid 1px #cccccc;
    color: #111 !important;
    font-size: 12px;
    font-size: 1.2rem;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all .3s ease;
}
.button-correction:hover {
    text-decoration: none;
    border: solid 1px #fff;
    color: #fff !important;
    border-color: transparent;
    background-color: #0f274e;
}
.button-correction:before {
    position: absolute;
    top: 50%;
    left: 10px;
    margin: -3px 0 0;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 4px;
    border-color: transparent transparent transparent #aaa;
}
.button-correction:hover:before {
    border-color: transparent transparent transparent #fff;
}

#chartTable{
  margin-top: 40px;
  margin-bottom: 0px;
}

.table-ir-highlight-data{
  font-size: 14px;
  font-size: 1.4rem;
}

.excess {
    font-size: 20px;
    font-size: 2.0rem;
    color: #333;
    font-weight: bold;
}

table th.actual {
  background-color: #E50138;
    padding: 1.0em 1.75em;
}

table th.forecast {
  background-color: #006cb6;
    padding: 1.0em 1.75em;
}

#dist_table th:empty,
#dist_table td:empty{
  display: none;
}

.js-scroll-table .chartdiv,
.js-scroll-graph .chartdiv{
    width: 100%;
}

@media screen and (max-width: 767px) {
    .js-scroll-table .chartdiv,
    .js-scroll-graph .chartdiv {
        width: 700px;
    }
    .js-scroll-table .caution,
    .js-scroll-graph .caution{
        width: 1000px;
    }
}

@media screen and (max-width: 767px) {
    #grahpUnit{
        width: 1000px;
    }
}