@charset "utf-8";
/* CSS Document */

/*-----------------------------------------------------  */
/*	header						*/
/*-----------------------------------------------------	*/

body {
  background: url(../images/index/body_bg.png) #A9D06B no-repeat center 50px;
}
.animal_box {
  width:100%;
}
.animal_box .inner {
  width: 1120px;
  margin: 210px auto 0;
  position: relative;
}
.animal_box .top_info {
  position: absolute;
  top: -170px;
  left: 0;
  right: 0;
  margin: auto;
  width: 461px;
  height: 200px;
}
#time_img {
  text-align: right;
  margin-top: -15px;
  padding-right: 80px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../images/index/time_table02_new.png) no-repeat 458px -5px;
  width: 1120px;
  height: 607px;
  background-size: 600px 603px;
  position: relative;
}
#time_img table {
  width: 435px;
  position: absolute;
  left: 583px;
  top: 83px;
  background-color: #fff;
  border: 2px solid #595757;
  border-right: none;
  border-bottom: none;
  color: #595757;
  line-height: 1.3;
}
#time_img table tr th,
#time_img table tr td {
  font-weight: bold;
}
#time_img table tr th {
  width: 45px;
  font-size: 14px;
}
#time_img table tr th:first-child {
  width: auto;
}
#time_img table tr:nth-child(2) td {
  height: 26px;
}
#time_img table tr:nth-child(3) td {
  height: 53px;
}
#time_img table tr:last-child td {
  height: 73px;
}
#time_img th.bg-blue,
#time_img th.bg-yellow,
#time_img th.bg-gray {
  text-align: center;
  height: 22px;
  vertical-align: middle;
}
#time_img th.bg-blue {
  background-color: #BAE2F8;
  border-right: 2px solid #595757;
}
#time_img th.bg-yellow {
  background-color: #FFF8B0;
  border-right: 2px solid #595757;
}
#time_img th.bg-gray {
  background-color: #DBDCDC;
  border-right: 2px solid #595757;

}
#time_img td {
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  border-top: 2px solid #595757;
  border-right: 2px solid #595757;
  box-sizing: border-box;
  white-space: nowrap;
  line-height: 120%;
}
#time_img td {

}
@-moz-document url-prefix() {
#time_img td {
  padding: 2px 0;
}
}
#time_img table tbody tr:last-child td {
  border-bottom: 2px solid #595757;
}
#time_img td.true {
  background: url(../images/index/true-icon.png) no-repeat center;
  width: 17px;
  height: 17px;
  background-size: 17px;
}
#time_img td .rotate {
  display: inline-block;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
#time_img td .small {
  font-size: 12px;
}
#time_img td .xsmall {
  font-size: 10px;
}

#time_img td.top {
  background-position: center 4px;
  padding-top: 22px;
  line-height: 100%;
}

.time_table_link {
  position: absolute;
  top: 281px;
  right: 103px;
  width: max-content;
  display: inline-block;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 500;
  background: #EB6DA5;
  color: #fff;
  border-radius: 6px;
  padding-inline: 15px;
  padding-block: 3px;

  &:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
  }

  > span {
    display: inline-block;
    font-size: 18px;
    margin-left: 10px;
  }
}

.tori a {
  display: block;
  position: absolute;
  top: -400px;
  right: 50px;
}
.saru a {
  display: block;
  width: 308px;
  position: absolute;
  top: -412px;
  left: 15px;
}
.saru a img {
  width: 100%;
  height: auto;
}
.neko_gray a {
  display: block;
  width: 295.4px;
  position: absolute;
  top: -76px;
  left: 29px;
}
.neko a {
  display: block;
  position: absolute;
  top: -230px;
  right: 20px;
}
.zou a {
  display: block;
  position: absolute;
  top: 232px;
  left: 65px;
}
.usa a {
  display: block;
  position: absolute;
  top: 189px;
  left: 370px;
}
.risu a {
  display: block;
  position: absolute;
  top: 400px;
  right: 16px;
}

/*--------------------------------------------------
contents
--------------------------------------------------*/

.inwrap {
  background: url(../images/index/inner_bg.png) repeat-y center;
  width: 1120px;
  margin: 0 auto;
}
#main {
  background: url(../images/index/main_bg.png) no-repeat bottom center;
  margin: 45px auto 0;
}

#content {
  background: url(../images/index/content_bg.png) no-repeat top center;
  width: 1120px;
  margin: 0 auto;
  color: #595757;
  text-align: center;
  padding-top: 50px;
  display: inline-block;
}

h2 {
  width: 840px;
  color: #00a85f;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  clear: both;
  padding-bottom: 20px;
  border-bottom: 2px solid #00a85f;
  margin: 25px 0 0px;
}
section {
  border-bottom: 2px solid #00a85f;	
}
section:last-child {
  border-bottom: none;
}
section h2 {
  border-bottom: none;
}