@charset "UTF-8";
/* Scss Document */
/* Scss Document */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* Scss Document */
/*お知らせ*/
.info article {
  clear: both;
  overflow: hidden;
  margin-bottom: 30px;
}
.info article figure img {
  width: 320px;
}
@media only screen and (max-width: 759px) {
  .info article figure img {
    width: 100%;
  }
}
.info article .btnLink {
  width: 390px;
}
@media only screen and (max-width: 759px) {
  .info article .btnLink {
    width: 100%;
  }
}

.pagenation ul {
  overflow: hidden;
  padding: 0;
}
.pagenation ul li {
  float: left;
  height: 24px;
  margin-right: 15px;
  list-style-type: none;
}
.pagenation ul li a {
  display: block;
  height: 24px;
  padding: 0 10px;
  background-color: #F26633;
  color: #FFFFFF;
  line-height: 24px;
  font-size: 14px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.pagenation ul li a.active {
  background-color: #F9BBA3;
}
.pagenation ul li a:hover, .pagenation ul li a:active {
  opacity: 0.75;
}
