@charset "utf-8";
/* ===============================================
# 共通
=============================================== */
main{
  padding-top: 170px;
  padding-bottom: 90px;
  background: url(../../disclosure/img/bg_disclosure.png) repeat top center;
  border-top: solid 8px #e2953a;
  display: block;
}
h1{
  position: absolute;
  left: 40px;
  top:56px;
  width: 216px;
}
h2{
  color: #81624c;
  line-height: 1.5;
  font-size: 150%;
  font-weight: bold;
  text-align: center;
  padding-bottom: 60px;
}
ol.decimal {
  list-style: decimal;  
  padding-left: 1em;
}

.indent15 li{
  padding-left: 1.5em;
  text-indent: -1.5em;
}
@media screen and (max-width :767px) {
  main{
    padding-top: 130px;
    background-size: 25px 25px;
  }
  h1{
    position: absolute;
    left:6%;
    top:20px;
    width: 49.8%;
  }
  h2{
    font-size: 2.4rem;
    padding-bottom: 60px;
  }
  .indent15 li{
    padding-left: 1.5em;
    text-indent: -1.5em;
  }
}
/* ===============================================
# 定款
=============================================== */
.box_teikan{
  line-height: 1.75;
}
#teikan h3{
  border-bottom: solid 2px #e2953a;
  margin-bottom: 30px;
  background: url(../../disclosure/img/bg_teikan_h2.png) no-repeat bottom right;
  background-size: 26px 26px;
  min-height: 26px;
  text-align: left;
  cursor: pointer;
}
#teikan h3.on{
  background-image: url(../../disclosure/img/bg_teikan_h2_pulus.png);
}
.box_teikan .item{
  margin-bottom: 50px;
  display: none;
}
#teikan h3 span{
  display: inline-block;
  border-left: solid 6px #e2953a;
  padding-left:16px ;
  padding-right: 30px;
  font-weight: bold;
  font-size: 112%;
}
#teikan h4{
  font-weight: bold;
  text-align: left;
}

@media screen and (max-width :767px) {
}
/* ===============================================
#  財務諸表
=============================================== */
#zaimu h3{
  border-left: solid 6px #e2953a;
  padding-left: 15px;
  font-weight: bold;
  font-size: 112.5%;
  margin-top: 100px;
  text-align: left;
  margin-bottom: 5px;
}
#zaimu table{
  width: 100%;
  border-top: solid 1px #e2953a;
  border-left: solid 1px #e2953a;
  font-size: 15px;
  font-size: 93.75%
}
#zaimu table th,
#zaimu table td{
  border-right: solid 1px #e2953a;
  border-bottom: solid 1px #e2953a;
  padding: 5px 5px;
  vertical-align: middle;
}
#zaimu table thead th,
#zaimu table tbody th{
  background-color: #FFBC7B;
  font-weight: bold;
  text-align: center;
}
#zaimu table tbody .bgorange2
{
  background-color: #FFDFB6;
  font-weight: bold;
}
#zaimu table tbody th.bgorange2{
  text-align: left;  
}
#zaimu table tbody .bgorange
{
  background-color: #FFF3E4;
  font-weight: bold;
}
#zaimu table tbody th.bgorange{
  text-align: left;  
}
#zaimu table tbody .bgorange3
{
  background-color: #FFF3E4;
  font-weight: bold;
}
#zaimu table tbody th.bgorange3{
  text-align: left;  
}

#zaimu table tbody .sum
{
  background-color: #E5E5E5;
}
#zaimu table tbody th.sum
{
  text-align: left;
}

#zaimu table tbody td.num
{
  text-align: right;
}

#zaimu table .col1{width: 44.2%;}
#zaimu table .col2{width: 16.6%;}
#zaimu table .col3{width: 6%;}

#zaimu table .col4{
  width: 37px;
  line-height: 1;
  height: 80px;
}  
#zaimu table .diff{
  padding-left:5%;
}

/*貸借対照表*/
#zaimu .table02{
  table-layout: auto;
}
#zaimu .table02 .bgorange{
 padding-left: 1em;
}

#zaimu .table02 .text-small{
  font-size: 0.9em;
}
#zaimu table.table02 td.noline{
  border-bottom: none;
  text-align: right;
}
#zaimu table.table02 td.bgorange.noline{
  text-align: center;
}
@media screen and (max-width :767px) {
  #zaimu .inner{
    width: 100%;
  }
  #zaimu h3,
  #zaimu .tablescroll{
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
  
  #zaimu h3{
    margin-bottom: 25px;
  }
  #zaimu .tablescroll{
    position: relative;
    overflow: hidden;
/*    overflow-x: auto;
    -webkit-overflow-scrolling: touch*/
  }
  #zaimu .tablescroll .table{
    width: 1100px;
    transform-origin: top left;
    -webkit-transform-origin: top left;
    padding-top: 60px;
  }
  #zaimu .tablescroll .zoom{
    position: absolute;
    top:10px;
    left: 0;
    width: 35px;
    height: 35px;
    background: url(../../disclosure/img/ico_zoom.png) no-repeat top center;
    background-size: cover;
    z-index: 1;
  }
  #zaimu .tablescroll .zoom.on{
    left: 4%;
    background-image: url(../../disclosure/img/ico_muinus.png);
  }
}
/* ===============================================
#  役員名簿
=============================================== */
#boardmember .box_item{
  float: left;
  width: 30.7%;
}
#boardmember .box_item:nth-child(3n+2){
  margin-left: 3.95%;
  margin-right:3.95%;
}
#boardmember h3{
  font-weight: bold;
  float: left;
}
#boardmember span.date{
  float: right;
}
#boardmember .table_boardmember{
  clear: both;
  padding-top: 20px;
}
#boardmember table{
  width: 100%;
}
#boardmember table th,
#boardmember table td{
  border: solid 1px #e2953a;
  text-align: center;
  padding: 7px 5px;
}
#boardmember table th{
  background-color: #f6eadd;
}
#boardmember table .number{
  width: 17%;
}
#boardmember table .position{
  width: 33.5%;
}
#boardmember table .name{
  width: 49.5%;
}
@media screen and (max-width :767px) {
  #boardmember .box_item{
    float: none;
    width: 100%;
  }
  #boardmember .box_item:nth-child(3n+2){
    margin: 87.5px 0; 
  }
}
/* ===============================================
#  役員報酬等の支給基準
=============================================== */
#compensation h3{
  font-weight: bold;
  text-align: left;
}
