/******** coror ********/
/********* parts *******/
/********************************************/
/********* parts *******/
.page_title .title {
  width: 254px;
  width: 33%;
}

.contentswrap {
  padding: 20px 0 50px;
}

.aroundmap {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
  height: 300px;
}
.aroundmap .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../img/access/icon_gesture.png") no-repeat center rgba(0, 0, 0, 0.7);
  -webkit-background-size: 30%;
  -o-background-size: 30%;
  background-size: 30%;
  top: 0;
}

.bnr_pdf {
  background: url("/assets/img/common/arrow_white.png") no-repeat 95% center;
  -webkit-background-size: 6px;
  -o-background-size: 6px;
  background-size: 6px;
  background-color: #e60012;
  margin: 0 50px 70px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
}
.bnr_pdf a {
  display: block;
  padding: 18px 0 14px;
  text-align: center;
  color: #FFF;
  width: 100%;
  font-size: 14px;
  text-decoration: none;
}

.link_list {
  margin-bottom: 30px;
}
.link_list h3 {
  margin: 0 20px 20px;
  font-size: 16px;
}
.link_list ul {
  border-top: 1px solid #d4d4d4;
}
.link_list ul li {
  width: 50%;
  float: left;
  border-bottom: 1px solid #d4d4d4;
  height: 46px;
  position: relative;
  display: table;
}
.link_list ul li a {
  display: table-cell;
  vertical-align: middle;
  color: #e60012;
  font-size: 13px;
  text-decoration: none;
  line-height: 1.2;
}
.link_list ul li:nth-child(odd) a {
  padding: 0 30px 0 20px;
  background: url("/assets/img/common/arrow_red.png") no-repeat 92% center;
  -webkit-background-size: 7px;
  -o-background-size: 7px;
  background-size: 7px;
}
.link_list ul li:nth-child(odd):after {
  content: '';
  height: 100%;
  width: 1px;
  position: absolute;
  border-right: 1px solid #d4d4d4;
  top: 0;
  right: 0;
}
.link_list ul li:nth-child(even) a {
  padding: 0 30px 0 15px;
  background: url("/assets/img/common/arrow_red.png") no-repeat 90% center;
  -webkit-background-size: 7px;
  -o-background-size: 7px;
  background-size: 7px;
}
