@charset "utf-8";
/* CSS Document */
.activity-box {
  display: flex;
}
.anchorBox {
  width: 349px;
  height: 170px;
  margin: 0 11px 11px 0;
  background-image: url(/okinawa/images/button/anchorBox_l.gif);
  color: #444;
  display: block;
  text-decoration: none;
}
.anchorBox:hover {
  background-image: url(/okinawa/images/button/anchorBox_l_on.gif);
}
.anchorBox span.arrow03 {
  margin-left: 18px;
  font-weight: bold;
  line-height: 3.5em;
}
.anchorBox span.body {
  width: auto;
  margin-top: 4px;
  padding: 0 10px;
  display: block;
}
.anchorBox span.body img {
  margin-bottom: 3px;
  padding: 0 45px;
}
/* beachclean.html */
.eventReport th, .eventReport td {
  padding: 10px 0;
  border: 0;
  border-bottom: 1px solid #e2e2e2;
}
.eventReport th {
  width: 35%;
}
.eventReport td {
  width: 65%;
  padding: 20px 10px;
}
.eventReport h6 span.eventNumber {
  margin-right: 10px;
  padding: 5px 7px;
  background-color: #f39800;
  color: #ffffff;
  font-weight: bold;
}
.sectionTitle {
  color: #f39800;
  font-size: 150%;
}
/* eco.html */
.ecoTable {
  display: flex;
  justify-content: space-between;
}
.ecoTable .left {
  width: 430px;
}
.ecoTable .left td {
  padding-right: 10px;
  text-align: right;
}
.ecoTable .left h6 {
  width: 285px;
}
.ecoTable .right {
  width: 280px;
}
.number {
  margin-right: 5px;
  padding: 2px 5px;
  background-color: #f39800;
  color: #ffffff;
}
.simpleTable h6 {
  margin: 0 auto;
  padding: 3px 10px;
  background: #e6e6e6;
}
.simpleTable table {
  margin: 0 auto;
}
.simpleTable th {
  padding: 3px 0 3px 10px;
  color: #7b7b7b;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}
.simpleTable td {
  padding: 3px 0;
  border: none;
  vertical-align: middle;
}
.simpleTable tr.total th, .simpleTable tr.total td {
  border-top: 1px solid #e7e6e6;
  font-weight: bold;
}
.simpleTable td.logo {
  vertical-align: top;
}
.border-top {
  padding-top: 15px;
  background: url(/okinawa/images/shared/bg_head01b.gif) repeat-x scroll left top transparent;
}
/* walking.html */
.walking h6 {
  line-height: 40px;
}
/* work.html */
.workInfo h6 {
  margin-bottom: 1em;
  color: #f39800;
}
.workInfo .left {
  width: 490px;
  float: left;
}
.workInfo .right {
  width: 222px;
  float: right;
}
/* work_life_balance.html */
.margin_b {
  margin-bottom: 20px;
}
#worklife {
  padding: 15px 30px;
  background-color: #fff9f0;
}
#worklife h6 {
  margin-bottom: 1em;
}
#worklife-box {
  display: flex;
  justify-content: space-between;
}
#worklife-box .left {
  width: 485px;
}
#worklife-box .right {
  width: 160px;
}
@media only screen and (max-width: 767px) {
  .activity-box {
    display: inherit;
  }
  /* eco.html */
  .ecoTable {
    display: inherit;
    margin-bottom: 2em;
  }
  .ecoTable .right {
    margin: 1em auto;
  }
  .ecoTable .left {
    width: 100%;
  }
  .ecoTable .left .simpleTable {
    margin: 1em 0;
  }
  /* work.html */
  .workInfo .left {
    width: 100%;
  }
  /* work_life_balance.html */
  #worklife-box {
    display: inherit;
  }
  #worklife-box .left {
    width: auto;
  }
  #worklife-box .right {
    margin: 0.5em 0 0 auto;
  }
}