@charset "UTF-8";
/* ------------------------------
 	archive.css
 	modified: 2015/05/20
------------------------------ */
/* 記事リスト
------------------------------ */
#content-body .article-list {
  color: #666;
}
#content-body .article-list a {
  display: block;
}
#content-body .article-list .img {
  position: relative;
}
#content-body .article-list .img img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
#content-body .article-list .img .label {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  background-color: #333;
  font-size: 0.75rem;
  padding: 0.2em 1em;
  min-width: 7.5em;
  text-align: center;
}
#content-body .article-list .new {
  width: 30px;
  height: 0px;
  overflow: hidden;
  padding-top: 7px;
  background: url('../img/common/ico_new.png') no-repeat;
}
#content-body .article-list .cat {
  color: #999;
  font-family: Futura, Lato, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-weight: 300;
  letter-spacing: 0.15em;
}
@media (max-width: 1000px) {
  #content-body .article-list .container {
    padding: 28px 0 65px 0;
  }
  #content-body .article-list .cat {
    font-size: 12px;
    line-height: 14px;
  }
  #content-body .article-list .title {
    margin: 32px 0 0 0;
    font-size: 21px;
    line-height: 27px;
  }
  #content-body .article-list .place {
    margin: 8px 0 0 0;
    font-size: 12px;
    line-height: 18px;
  }
  #content-body .article-list .btn-more {
    position: relative;
    margin: 40px 0 0 0;
    border: 1px solid #ccc;
    height: 0px;
    overflow: hidden;
    padding-top: 50px;
    background: url('../img/common/btn_more.png') no-repeat 18px center;
  }
  #content-body .article-list .btn-more:after {
    content: '';
    position: absolute;
    width: 9px;
    height: 100%;
    top: 0px;
    right: 24px;
    background: url('../img/common/arw_01_r.png') no-repeat center center;
  }
}
@media (min-width: 1001px) {
  #content-body .article-list {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  #content-body .article-list ul {
    display: table-row;
    width: 100%;
  }
  #content-body .article-list li {
    display: table-cell;
    width: 33%;
    vertical-align: top;
  }
  #content-body .article-list a .img img {
    -webkit-transition: 0.2s opacity ease;
    -moz-transition: 0.2s opacity ease;
    -ms-transition: 0.2s opacity ease;
    -o-transition: 0.2s opacity ease;
    transition: 0.2s opacity ease;
  }
  #content-body .article-list a:hover .img img {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
    opacity: 0.75;
  }
  #content-body .article-list .container {
    position: relative;
    padding: 54px 24px 70px 24px;
  }
  #content-body .article-list .new {
    position: absolute;
    top: 24px;
    left: 24px;
  }
  #content-body .article-list .cat {
    margin: 0 0 22px 0;
    font-size: 10px;
    line-height: 12px;
  }
  #content-body .article-list .title {
    min-height: 3em;
    font-size: 14px;
    line-height: 21px;
  }
  #content-body .article-list .place {
    margin: 20px 0 0 0;
    font-size: 10px;
    line-height: 18px;
  }
  #content-body .article-list .btn-more {
    display: none;
  }
}
