/******** coror ********/
/********* parts *******/
/********************************************/
/********* parts *******/
.page_title .title {
  width: 198px;
  width: 26%;
}

.contentswrap {
  padding: 20px 0 50px;
}
.contentswrap .access_title {
  margin: 0 20px 20px;
  font-size: 20px;
}

.page_links {
  margin-bottom: 30px;
}
.page_links .title {
  font-size: 20px;
  font-weight: bold;
  margin: 0 20px 15px;
}

.access_links {
  margin: 0 20px 30px;
  border-top: 1px solid #d4d4d4;
}
.access_links li {
  background: url("/assets/img/common/arrow_next.png") no-repeat right center;
  -webkit-background-size: 17px;
  -o-background-size: 17px;
  background-size: 17px;
  border-bottom: 1px solid #d4d4d4;
}
.access_links li a {
  padding: 15px 0 16px;
  display: block;
  width: 100%;
  color: #e60012;
  text-decoration: none;
  font-size: 14px;
}

.address {
  margin: 0 20px 10px;
}
.address h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 17px;
  padding-bottom: 18px;
  border-bottom: 1px solid #d4d4d4;
}
.address .add {
  font-size: 14px;
  line-height: 1.6;
}

.another_links {
  margin: 0 20px;
}
.another_links li {
  margin-bottom: 10px;
  width: 48%;
}
.another_links li a {
  display: block;
  background: url("/assets/img/common/arrow_white.png") no-repeat 90% center;
  -webkit-background-size: 6px;
  -o-background-size: 6px;
  background-size: 6px;
  background-color: #e60012;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  text-align: center;
  color: #FFF;
  text-decoration: none;
  padding: 18px 0;
}
.another_links li a:hover {
  text-decoration: none;
}
.another_links li:nth-child(odd) {
  float: left;
}
.another_links li:nth-child(even) {
  float: right;
}
.another_links p a {
  background: url("/assets/img/common/arrow_red.png") no-repeat 95% center;
  -webkit-background-size: 7px;
  -o-background-size: 7px;
  background-size: 7px;
  background-color: #ffec01;
  display: block;
  height: auto;
  padding: 12px 40px 12px 20px;
  line-height: 1;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

.banner_link {
  margin: 15px 20px 0px;
}
.banner_link li {
  margin-bottom: 10px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}
.banner_link li img {
  width: 100%;
}
