* {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
}
html,
body {
	color: #000000;
	font-size:14px;
    line-height: 1.5;
 position: relative;
  margin: 0 auto;
  padding: 0;
  width:100%;
  height:auto;background:transparent;
}
#ver-tc{font-family:"Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;}
#ver-en{font-family:Arial, Helvetica, sans-serif;}
table,
tr,
td {
  border-collapse: collapse;
}
ul, li {
    list-style-type: none;
}

a {
  color: #000000;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

}
a:hover {color: #f7023a;}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
}
img {
    border: none;
    width: 100%;
    height: auto;
}
.warp{
   max-width:1170px;
  margin: 0px auto;

}
.clearfix {    clear: both;
    zoom: 1;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.justify_between_start{
	display:flex;
  justify-content:space-between;
  align-items:start;
}
.container{ margin:auto; max-width:1040px;}
.container p{ padding-bottom:10px; line-height:1.6;}
.container h4{font-size: 16px;margin-bottom:10px;}
.line{border-top: 5px solid #494949;padding-bottom:30px;}
.information_ul li{ padding:10px; border-bottom:1px dotted #000000; display:flex;flex-wrap: wrap;}
.information_ul li dd:nth-child(1){width:25%; min-width:180px;}
.information_ul li dd:nth-child(2){width:70%;}
.a-link{color: #006dbb;}
.a-link:hover {color: #f7023a;}
.a-link-underline{color: #006dbb;text-decoration: underline;}
.ipad_hide{display: block;}.ipad_show{display: none;}
.enquir p span:first-child {
    display: inline-block;
    width: 75px;
}

.highlight tr td {
  padding: 7px 0;
  min-width:100px;
  border-bottom:1px dotted #000;
}

.highlight tr:first-child {
  text-align: center;
}

.highlight tr:nth-child(1),
.highlight tr:nth-child(2),
.highlight tr:last-child {
  font-weight: bold;
}

.highlight tr:nth-child(1) td,
.highlight tr:nth-child(2) td {
  border-bottom: none;
  padding-bottom: 0;
}

.highlight tr:nth-child(3) td {
  padding-top: 0;
}

.highlight tr:nth-child(4) td,
.highlight tr:nth-child(5) td,
.highlight tr:nth-child(7) td,
.highlight tr:nth-child(8) td,
.highlight tr:nth-child(9) td,
.highlight tr:nth-child(10) td,
.highlight tr:nth-child(12) td,
.highlight tr:nth-child(13) td,
.highlight tr:nth-child(15) td,
.highlight tr:nth-child(17) td,
.highlight tr:nth-child(18) td {
  border-bottom: none;
  padding-bottom: 0;
}

.highlight tr:nth-child(4) td,
.highlight tr:nth-child(7) td,
.highlight tr:nth-child(12) td,
.highlight tr:nth-child(15) td,
.highlight tr:nth-child(17) td {
  padding-top: 20px;
}


.acroll_box{ position:relative}
i#tab-hover {
    position: absolute;
    z-index: 8;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3) url(../images/hand.png) center 50px  no-repeat;
    display: none;
}

a.download_b {
    display: block;
    color:#f7023a;
    line-height:20px;
	    padding-left: 25px;
    background: url(../images/icon_down_b.png) left center / 25px no-repeat;
    white-space: nowrap;
	background-size: contain;
}
.ir_reports_box, .ir_ann_box{ width:80%;}
.ir_reports_box ul{ display:flex;flex-wrap: wrap;}
.ir_prospectus_box ul{justify-content: center;}
.ir_reports_box li > a {
    width: 160px;
    height: 220px;
    overflow: hidden;
}
.ir_reports_box li{width:50%;align-items: center;display:flex;overflow: hidden;padding-bottom:50px;}
.ir_reports_box li div{ padding-left:20px;}
.ir_reports_box a img {
	 width: 160px;
    height: 220px;
  transition: all 0.5s ease-out 0.1s;
  -webkit-transition: all 0.5s ease-out 0.1s;
  -moz-transition: all 0.5s ease-out 0.1s;
  -ms-transition: all 0.5s ease-out 0.1s;
  -o-transition: all 0.5s ease-out 0.1s;
}
.ir_reports_box a:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}


.year_list {
padding-left:30px;
min-width:220px;
width:20%;
}

.year_list a {
  display: block;
  border: 1px solid #404040;
  color: #404040;
  height: 34px;
  position: relative;
  text-align: center;
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 1px;
}

.year_list a:before {
  content: "";
  display: block;
  width: 8px;
  height: 10px;
  background: url(../images/icon_arrow.png) no-repeat;
  position: absolute;
  top: 50%;
  left: -8px;
  margin-top: -5px;
  display: none;
}

.year_list a:hover,
.year_list a.on {
  background: #404040;
  color: #fff;
}

.year_list a:hover:before,
.year_list a.on:before {
  display: block;
}
.ir_prospectus_box{width:100%;}
.ir_prospectus_box li{width:auto}
.ir_ann_box ul{ display:block;}
.ir_ann_box li {
  border-bottom: 1px dotted #000;
  padding:10px 0;
  }
.ir_ann_box li:first-child{ padding-top:0;}
.ir_ann_box li span {
  float: left;
  width:130px;
}
.ir_ann_box li a {
  display: block;
  padding-left:130px;
}

.ir_ann_page {
  padding-top:20px;
}

.ir_ann_page a {
  display: inline-block;
  border: 1px solid #404040;
  color: #404040;
  font-size:12px;
  padding:4px 6px;
  line-height:1;
  text-align: center;
  margin-right: 4px;
}

.ir_ann_page a.on,
.ir_ann_page a:hover {
  color: #fff;
  background: #404040;
}




.year-show-box {
  position: absolute;
  width: 100%;
  max-width:120px;
  right: 0px;
}
.year-show-box ul.year-select {
  position: relative;
  display: inline-block;
  width:100%;
  height: 40px;
  line-height: 40px;
  z-index: 6;
  background: #404040;
}

.year-show-box ul.year-select:hover span.cur_span,
.year-show-box ul.year-select.current span.cur_span {
  color: #fff;
}
.year-show-box ul.year-select::before{
  content:'';
  display: block;
  position: absolute;
    width: 40px;
    height: 40px;
  right: 0px;
  top: -2px;
  background: var(--mainColor1);
  border-radius: 50%;
}
.year-show-box ul.year-select::after {
  content: "";
    display: block;
    display: none\9\0;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 10px;
    z-index: 1;
    border-top: 9px solid #fff;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
.year-show-box ul.year-select li {
  position: relative;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.year-show-box ul.year-select li span.cur_span {
  display: block;
 padding:1px 0px;
  color: #fff;
  text-align: left;
  margin-left:15px;
  font-size: 18px;
  line-height: 38px;
  font-weight: bold;
}
.year-show-box .more_year_btn {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  right: 0px;
  top: 0px;
  z-index: 9;
}
.year-show-box ol.sub-year-box {
  position: absolute;
  display: none;
  width: 100%;
  height: auto;
  top: 102%;
  left: 0px;
  margin-top: 0;
  max-height: 430px;
  overflow-y: scroll;
  overflow: auto;
}
.year-show-box ol.sub-year-box li a {
  position: relative;
  background: #fff;
  border-bottom: 1px solid #404040;
  display: block;
  padding:2px 15px;
  text-align: left;
  color: #404040;
}
.year-show-box ol.sub-year-box li:hover a {
  background: #404040; color: #fff !important;
}
