#dammy {
  display: block;
  overflow: hidden;
  background: url("../images/") no-repeat;
  padding: 40px 0 0;
  width: 216px;
  height: 0 !important;
}

/*
========================================================================== */
.news_main {
  margin: 0 0 60px;
  font-size: 1.0rem;
}

.index_block {
  margin: 0 0 20px;
}

.news_box {
  padding: 10px 0 15px;
  border-bottom: 1px dotted #aaa;
}

.news_box .date {
  margin: 0 0 5px;
  line-height: 16px;
}

.news_box .date b {
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 0 10px;
  line-height: 16px;
  text-align: center;
  background-color: #F7EED1;
  font-size: 0.8rem;
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
}

.news_box .title {
  line-height: 1.6;
  font-size: 1.2rem;
  font-weight: bold;
}

.paging {
  position: relative;
}

.paging a,
.paging span {
  display: block;
  width: 23px;
  line-height: 23px;
  text-align: center;
  background-color: #EEE;
  font-weight: bold;
  border-radius: 23px;
  -moz-border-radius: 23px;
  -webkit-border-radius: 23px;
}

.paging span {
  background: url("../images/news/paging.png") no-repeat;
  background-size: 23px 23px;
  color: #FFF;
}

.paging .prev {
  position: absolute;
  top: 0;
  left: 0;
}

.paging .next {
  position: absolute;
  top: 0;
  right: 0;
}

.paging.v2 .prev {
  top: 4px;
}

.paging.v2 .next {
  top: 4px;
}

.paging .prev b,
.paging .next b {
  display: block;
  overflow: hidden;
  background: url("../images/common/sp_paging_prev.gif") no-repeat center center;
  background-size: 8px 8px;
  padding: 23px 0 0;
  height: 0 !important;
}

.paging .next b {
  background: url("../images/common/sp_paging_next.gif") no-repeat center center;
  background-size: 8px 8px;
}

.paging .index {
  margin: 0 auto;
  width: 130px;
}

.paging .index a {
  display: block;
  background: url("../images/news/sp_icon_index.png") no-repeat;
  text-align: center;
  width: 130px;
  color: #FFF;
  line-height: 30px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

.paging ol {
  text-align: center;
}

.paging li {
  display: inline-block;
  margin: 0 3px;
  width: 23px;
}

.news_side {
  font-size: 1.2rem;
}

.sidelist {
  margin: 0 0 35px;
}

.sidelist:last-child {
  margin: 0;
}

.sidelist h3 {
  background: url("../images/common/sp_area_title.gif") no-repeat;
  background-size: 400px 22px;
  padding: 0 0 0 10px;
  line-height: 22px;
}

.sidelist li {
  background: url("../images/common/sp_dotline2.gif") repeat-x 0 bottom;
  background-size: 3px 1px;
  font-size: 1.1rem;
}

.sidelist li a {
  display: block;
  padding: 0 5px;
  line-height: 35px;
}

/*
========================================================================== */
.entry_block {
  margin: 0 0 20px;
}

.title_box {
  background: url("../images/common/sp_dotline1.gif") repeat-x 0 bottom;
  background-size: 3px 1px;
  margin: 0 0 13px;
  padding: 0 0 13px;
}

.title_box .date {
  margin: 0 0 5px;
  line-height: 16px;
}

.title_box .date b {
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 0 10px;
  line-height: 16px;
  text-align: center;
  background-color: #F7EED1;
  font-size: 0.8rem;
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
}

.title_box .title {
  line-height: 1.6;
  font-size: 1.2rem;
  font-weight: bold;
}

.entry_body {
  background: url("../images/common/sp_dotline1.gif") repeat-x 0 bottom;
  background-size: 3px 1px;
  padding: 0 0 20px;
}

.entry_body p {
  margin: 0 0 15px;
}

.entry_body p:last-child {
  margin: 0;
}

.entry_body p img {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  /*
  ========================================================================== */
  .area_title2 {
    margin: 0 0 10px;
  }

  .news_main {
    margin: 0;
    width: 640px;
    font-size: 1.6rem;
    float: left;
  }

  .index_block {
    margin: 0 0 40px;
  }

  .news_box {
    padding: 30px 0 25px;
    background: url("../images/common/dotline1.gif") repeat-x 0 bottom;
    border-bottom: none;
  }

  .news_box .date {
    margin: 0 0 10px;
    line-height: 24px;
  }

  .news_box .date b {
    line-height: 24px;
    font-size: 1.4rem;
    border-radius: 24px;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
  }

  .news_box .title {
    line-height: 1.4;
    font-size: 2.0rem;
  }

  .paging a,
  .paging span {
    width: 30px;
    line-height: 30px;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
  }

  .paging a:hover,
  .paging span {
    background: url("../images/news/paging.png") no-repeat;
  }

  .paging.v2 .prev {
    top: 8px;
  }

  .paging.v2 .next {
    top: 8px;
  }

  .paging .prev b,
  .paging .next b {
    background: url("../images/common/paging_prev.png") no-repeat center center;
    padding: 30px 0 0;
  }

  .paging .next b {
    background: url("../images/common/paging_next.png") no-repeat center center;
  }

  .paging .index {
    margin: 0 auto;
    width: 180px;
  }

  .paging .index a {
    display: block;
    background: url("../images/news/icon_index.png") no-repeat;
    text-align: center;
    width: 180px;
    color: #FFF;
    line-height: 40px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }

  .paging li {
    margin: 0 5px;
    width: 30px;
  }

  .news_side {
    padding: 30px 0 0;
    width: 190px;
    font-size: 1.6rem;
    float: right;
  }

  .entry .news_side {
    padding: 0;
  }

  .sidelist {
    margin: 0 0 60px;
  }

  .sidelist h3 {
    background: url("../images/news/news_sideicon.jpg") no-repeat;
    margin: 0 0 15px;
    padding: 0 0 0 15px;
    line-height: 34px;
  }

  .sidelist ul {
    margin: 0 0 0 10px;
  }

  .sidelist li {
    background: none;
    margin: 0 0 10px;
    font-size: 1.5rem;
  }

  .sidelist li:last-child {
    margin: 0;
  }

  .sidelist li a {
    display: inline;
    padding: 0;
    line-height: 1.8;
  }

  .sidelist li a:hover {
    color: #f27600;
  }

  /*
  ========================================================================== */
  .entry_block {
    margin: 0 0 35px;
  }

  .title_box {
    background: url("../images/common/dotline1.gif") repeat-x 0 bottom;
    margin: 0 0 25px;
    padding: 0 0 25px;
  }

  .title_box .date {
    margin: 0 0 10px;
    line-height: 24px;
  }

  .title_box .date b {
    line-height: 24px;
    font-size: 1.4rem;
    border-radius: 24px;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
  }

  .title_box .title {
    line-height: 1.4;
    font-size: 2.0rem;
  }

  .entry_body {
    background: url("../images/common/dotline1.gif") repeat-x 0 bottom;
    padding: 0 0 45px;
  }

  .entry_body p {
    margin: 0 0 25px;
  }
}
