.special{
  width: 820px;
  line-height: 20px;
}

/* 一覧ページ */

.thumbnail_list {
    padding-top: 19px;
    text-align: left;
}
.thumbnail_list li {
    display: inline-block;
    margin-right: 50px;
    margin-bottom: 30px;
}
.thumbnail_list li:hover {
    opacity: 0.85;
}
.thumbnail_list li:nth-child(3n) {
    margin-right: 0px;
}
.thumbnail_list li img {
    width: 224px;
    height: auto;
}

/* 個別ページ */

.page_top img, .page_bottom img{
  display: block;
}

.interval {
  width: 820px;
  padding: 40px 100px 0;
  box-sizing: border-box;
  background-image : url(../img/bg_interval.png);
  background-size: 100%;
  text-align: center;
}

.icon_area {
  margin-top: 30px;
}

.icon_area li {
  display: inline-block;
  margin: 0 2px 2px 0;
}

.btn_area {
  width: 50px;
  height: 12px;
  margin: 30px auto 0;
}

.yellow_btn {
    display: inline-block;
    width: 50px;
    background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgba(255,242,80,1) 50%);
    background-position: 0 0;
    background-size: 200% auto;
}

.btn:hover {
  opacity: .85;
}

.txt_bg_yellow {
  background-color: #fff250;
  padding: 1px;
}

.txt_bg_red {
  background-color: #ff003c;
  color: #ffffff;
  padding: 1px;
}

.bold {
  font-weight: bold;
}