@charset "UTF-8";


* {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
}
html,
body {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width:100%;
  height:auto;
}
table,
tr,
td {
  border-collapse: collapse;
}
ul, li {
    list-style-type: none;
}

a {
  color: #333333;
    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: #5bc6e8;
}
.a_link{ text-decoration:underline;}
.a_link:hover{ text-decoration:none;}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
}
img {
    border: none;
    width: 100%;
    height: auto;
}

#ver-en{
  font: 15px/1.6 "brother-1816", sans-serif ;
  color: #565a5c;
}
#ver-tc{
  font: 15px/1.6 "brother-1816", sans-serif;
  color: #565a5c;
}

.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;
}
.content{ overflow:hidden; max-width:900px; margin:auto;}
.content p{ padding-bottom:20px;}
.content h2{font-size:20px; color: #5bc6e8; margin-bottom:10px;}
.content h3{font-size:18px;margin-bottom:10px; color:#000000}

.ir-info ul{    justify-content: space-between;
    align-items: flex-start;display: flex;}
.ir-info ul li{width:45%;float: left; padding-right:10%;}
.ir-info ul li:last-child{padding-right:0;}
.ir-info ul li p{ padding-bottom:30px;}
.select-content{ padding-bottom:30px; overflow:hidden;min-height:360px;}

.year-wrap {
    position: relative;
    border-bottom: 5px solid #5bc6e8;
}
span.current-year {
    display: block;
    float: left;
    color: #5bc6e8;
    font-size:20px;

}
.year-box {
	width:110px;
  float: right;
  position: relative;
}
.year-box li.choose-year:after {
    content: "";
    width: 0px;
    height: 0px;
    display: block;
    position: absolute;
    top:12px;
    right:10px;
    z-index: 11;
    border-top:8px solid #fff;
    border-right:5px solid transparent;
    border-left:5px solid transparent;
}
ul.year-select {
    position: relative;
    width: 100%;
    z-index: 10;
    background-color: #757f82;
}
ul.year-select li {padding: 5px 15px;
    color: #fff;
    cursor: pointer;
    background:#5bc6e8;
}
#ver-en ul.year-select {font-size:12px;}
#ver-en ul.year-select li {padding: 7px 15px;}
ul.year-option {
    position: absolute;
    width: 100%;
    background: #fff;
    left: 0px;
    display: none;
}
ul.year-option li{padding:0;
  border-radius: 0px!important;
}
ul.year-option li a {padding: 5px 15px;
    display: block;
    color: #fff;
}
ul.year-option li:hover,
ul.year-option li.active{
   background:#747474;
}
ul.year-option li:hover a{
  color: #fff;
}
ul.click-show li{ border-bottom:1px solid #CCC; padding-top:10px;}
ul.click-show li h3 { position: relative; cursor: pointer;}
ul.click-show li h3::before{content: '';
  display: block;
  position: absolute;
  right:16px;
  top:8px;
  width:2px;
  height:10px;
  background-color:#000000;}
ul.click-show li h3::after{
  content: '';
  display: block;
  position: absolute;
  right: 12px;
  top:12px;
  width: 10px;
  height:2px;
  background-color:#000000;
}
ul.click-show li:hover h3::after, ul.click-show li.current h3::after{
background-color:#5bc6e8;
}
ul.click-show li:hover h3::before, ul.click-show li.current h3::before{display:none;}
ul.click-show li.current h3,
ul.click-show li:hover h3 {
  color: #5bc6e8;
}
ul.click-show li .h3-detail{
  display: none;
}

ul.comm-list li {
  padding-top: 15px;
  padding-bottom:15px;
  border-bottom:1px solid #dddddd;
}
ul.comm-list li span:first-child{width:150px;float: left;}
ul.comm-list li span:last-child{display: table-cell;}
ul.comm-list li span b{ color:#bfbfbf; display:block; font-weight:normal; padding-bottom:5px;}

.report-list {padding-top:30px;width:100%;overflow: hidden; margin: auto;}
.report-list li{ text-align:center;display: table; float:left;width:25%;padding-bottom:20px;margin-top:30px;}
.report-list li:nth-child(4n+1){clear: both;}
.report-list li a img{ display:table;margin: auto;width:100%;box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.5);}
.report-list li a img:hover{box-shadow: 2px 2px 15px rgba(0, 0, 0, 1);}

.report-list li a p{ padding-top:15px;color:#232323; padding-bottom:0}
.report-list li a:hover p{ color:#5bc6e8}
.report-list li a{color:#ffffff;display: table;position: relative;margin: auto;width: 200px; height:270px;}
.tab-item{
  display: none;
}
.tab-item:first-child{ display:inherit;}


ul.ir-presentations-ul{
  position: relative;
  width:100%;
  height: auto;
  margin:0px auto;
}
ul.ir-presentations-ul li{
  position: relative;
  width:25%;
  float: left;
  margin-right:12%;
  margin-bottom:50px;

}
ul.ir-presentations-ul li:nth-child(3n){
margin-right: 0px;
}
ul.ir-presentations-ul li:nth-child(3n+1){
  clear:both;
}
ul.ir-presentations-ul li a{
  position: relative;
  display: block;
}
ul.ir-presentations-ul li img{
  display: block;
 border:1px solid #eeeeee;
 box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.5);
}

ul.ir-presentations-ul li a span{
  display: block;
  padding-top: 15px;
    text-align:center;
}
ul.ir-presentations-ul li a span:hover{
  color: #5bc6e8;
}


ul.ir-prosp{
  width: 100%;
  position: relative;
}
ul.ir-prosp li{
  display: table;
  position: relative;
  height: auto;
  margin:auto;
  padding:20px 0;
}
ul.ir-prosp dl dt{
  position: relative;
  width:320px;
  display: table-cell;
}

ul.ir-prosp dl dd{
  position: relative;
  display: table-cell;
  vertical-align: top;
  padding-left: 15px;
}
ul.ir-prosp dl dd a{
  width: 74px;
  display: block;
  position: relative;
}
ul.ir-prosp dl dd b{
  font-size: 12px;
}
ul.ir-prosp dl dt a img{box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.5);}
ul.ir-prosp dl dt a img:hover{box-shadow: 2px 2px 15px rgba(0, 0, 0, 1);}

.contact_list p{padding-bottom:8px;}
.contact_list p span {
    width:80px;
    float: left;
}
.contact_list p b{display: table-cell; font-weight:normal;}
.m-box{
  margin-left: 5px;
}
ul.month-list li{
  display: none;
  padding: 0;
}
ul.month-list li:hover{
  background-color: #5bc6e8;
}
.month-list li:first-child{
  display: block;
}
.month-list li p{
  padding-bottom: 0;
}
.month-list li p:hover,
.month-list li p.active{
  background-color: #747474;
}
.month-list li p a{
  display: block;
  padding: 5px 15px;
}
.s-year{
  display: block;
}


.tab_csoll {
    position: relative;
    width: 100%;
    height: auto;
    overflow-x: auto;
}

