/******** coror ********/
/********* parts *******/
/********************************************/
/********* parts *******/
.page_title .title {
  width: 360px;
  width: 48%;
}

.contentswrap {
  margin: 25px 0 60px;
}

.calendar {
  margin-bottom: 40px;
}
.calendar .lead {
  margin: 0px 20px 10px;
  font-size: 15px;
  line-height: 1.4;
}
.calendar .list {
  margin: 0 20px;
}
.calendar .list li {
  height: 50px;
}
.calendar .list li a {
  display: block;
  width: 100%;
  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;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  line-height: 50px;
  text-align: center;
  color: #FFF;
  text-decoration: none;
}
.calendar .list li a:hover {
  text-decoration: none;
}
.calendar .list li:not(:last-child) {
  margin-bottom: 15px;
}
