@charset "utf-8";
/*====================================
  NEWS
=====================================*/

/*=========================
  contents
=========================*/
#pagetitle {
  background: url(../images/news/pagetitle.png) no-repeat;
}

  #contents .none a:link,
  #contents .none a:visited,
  #contents .none a:active {
    color: #FFF;
    text-decoration: underline;
  }
  #contents .none a:hover {
    text-decoration: none;
  }

/*=========================
  article
=========================*/
#article { }

#article dt,
#article dd h3 {
  font-size: 1.1em;
}

#article dd:last-child {
  margin-bottom: 0;
}

#article dd h3 {
  font-weight: bold;
}

#article dd p:last-child {
  margin-bottom: 0;
}

  #article dd p a:link,
  #article dd p a:visited,
  #article dd p a:active {
    color: #FFF;
    text-decoration: underline;
  }
  #article dd p a:hover {
    text-decoration: none;
  }

/*=========================
  pagination
=========================*/
.pagination {
  text-align: center !important;
  height: 50px !important;
  margin: 50px 0 0 0 !important;
}

.pagination li {
  min-width: 43px;
  width: auto !important;
  min-width: auto !important;
  display: inline-block !important;
  /* margin: 0 -6px 0 0 !important; */
  margin: 0 !important;
  padding: 0 !important;
}

.pagination .next {
  max-width: 100% !important;
}

.pagination a {
  padding: 6px 15px !important;
  border: 1px solid #FFF !important;
  color: #FFF !important;
  text-decoration: none !important;
  display: block !important;
  line-height: auto !important;
}

.pagination a:hover {
  color: #a0a0a0 !important;
  background: #FFF !important;
  border: 1px solid #FFF !important;
}

.pagination .next a,
.pagination .prev a {
  border: none !important;
}

.pagination .pagenation__item.active a,
.pagination .active {
  padding: 6px 15px !important;
  background: #FFF !important;
  color: #a0a0a0 !important;
  border: 1px solid #FFF !important;
  text-decoration: none !important;
}

.pagination .pagenation__item-next a,
.pagination .pagenation__item-previous a {
  border: none !important;
}

.pagination .next a,
.pagination .prev a {
  padding: 7px 22px !important;
}

.pagination .next a .fa-caret-right {
  margin-left: 12px;
}
.pagination .prev a .fa-caret-left {
  margin-right: 12px;
}



/*==================================================================
  PC用スタイル ↓
===================================================================*/

@media (min-width: 769px) {

  /*=========================
    news
  =========================*/
  #article dt {
    width: 150px;
    padding-right: 15px;
    float: left;
    clear: both;
  }

  #article dd {
    width: 850px;
    float: right;
    margin-bottom: 70px;
  }
  
  #article dd p {
    margin-bottom: 30px;
  }
  
}



/*==================================================================
  スマートフォン用スタイル ↓
===================================================================*/

@media (max-width: 768px) {
  
  /*=========================
    contents
  =========================*/
  #pagetitle {
    -webkit-background-size: 60px 17px;
    -moz-background-size: 60px 17px;
    background-size: 60px 17px;
  }
  
  /*=========================
    news
  =========================*/
  #article dt {
    margin-bottom: 5px;
  }
  
  #article dd {
    margin-bottom: 30px;
  }
  
  #article dd p {
    margin-bottom: 15px;
  }
  
}





