@charset "UTF-8";
#news {
  margin-bottom: 70px;
}
  #news > .title {
    margin: 45px 0 40px 0;
  }
    #news > .title h1 {
      font-size: 20px;
      font-weight: bold;
    }
    #news > .title p {
      font-size: 9px;
    }

#news .span9 {
  float: right;
}
  #news.detail-layout .main_contents {
    border-top: 1px solid #e4ebf3;
  }
  #news.detail-layout .newsarea .article {
    padding: 0;
    padding-top: 20px;
  }
    #news.detail-layout .newsarea .article .date {
      margin-bottom: 12px;
    }
    #news.detail-layout .newsarea .article .title {
      margin-bottom: 8px;
    }
    #news.detail-layout .newsarea .article > * {
      white-space: normal;
      text-overflow: clip;
      -webkit-text-overflow: clip;
      -moz-text-overflow: clip;
      -ms-text-overflow: clip;
    }
#news .newsarea .article .title {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  font-family: 'Montserrat',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",'游ゴシック',"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
#news .pager {
  margin: 0;
  padding: 20px 0;
  border-top: 1px solid #e4ebf3;
  border-bottom: 1px solid #e4ebf3;
}
#news .pager > * {
  line-height: 30px;
}
#news .pager > span {
  overflow: hidden;
  text-indent: 12px;
}
#news .pager ul {
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
}
#news .pager > span,
#news .pager li > a {
  background-color: #ffffff;
  float: left;
  width: 50px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #777;
  font-size: 9px;
  padding: 0;
  border-radius: 30px;
  text-align: center;
  margin: 0 5px;
  color: #777;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
#news .pager li.active > a,
#news .pager li > a:hover {
  background-color: #777;
  color: #fff;
}

#news .newsarea {
  margin: 20px 0;
}
#news .newsarea li {
  list-style-type: none;
  border-top: 1px solid #e4ebf3;
}
#news .newsarea li:first-child {
  border-top-color: transparent;
}
#news .newsarea li.odd {
  background-color: #f8f8f8;
}
#news .newsarea li.even {
  background-color: transparent;
}
#news .newsarea .article {
  padding: 20px;
  min-height: 110px;
}
#news .newsarea .article .date {
  color: #666666;
  font-size: 11px;
  display: block;
  margin-bottom: 4px;
  line-height: 100%;
}
#news .newsarea .article .title {
  padding: 0;
  margin-bottom: 0;
  text-align: left;
}
#news .newsarea .article .lead {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  margin: 8px 0 16px;
  width: 100%;
  white-space: nowrap;
}
#news .newsarea .article .btn {
  padding: 0;
  background-color: #e4ebf3;
  border: 0;
  border-radius: 30px;
}
#news .newsarea .article .btn:hover {
  opacity: 0.76;
  filter: alpha(opacity=76);
  -ms-filter: alpha(opacity=76);
}
#news .newsarea .article .btn > a {
  display: block;
  width: 124px;
  padding: 5px 0;
  color: #003b8f;
  line-height: 100%;
  text-decoration: none;
}
#news #sidebar {
  width: 220px;
}
#news #sidebar .side-caption {
  padding: 16px 0;
}
#news #sidebar .side-caption,
#news #sidebar li {
  margin: 0;
  text-indent: 12px;
}
#news #sidebar ul {
  margin-bottom: 20px;
}
  #news #sidebar li {
    border-top: 1px solid #e4ebf3;
  }
    #news #sidebar li > a {
      display: block;
      padding: 16px 0;
      color: #000000;
    }
    #news #sidebar li > a:hover {
      color: #999999;
    }
    #news #sidebar li.active > a {
      background-color: #e4ebf3;
    }


@media (max-width: 979px) {
  #news.row {
    margin: 0;
  }
    #news.row > * {
      width: 100%;
      float: none;
      margin-left: 0;
    }
      #news #sidebar {
        width: 100%;
      }
}
@media (max-width: 767px) {
  #news .newsarea .article .lead {
    white-space: normal;
    text-overflow: clip;
  }
}

/**
 * refs #57131
 * ニュースのカテゴリ項目追加と、アイコンの表示の改修
 */
#news .newsarea .article .tags {
  margin: 0 0 16px;
}
#news .newsarea .article .tag {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 6px;
  background: #ffffff;
}
#news .newsarea .article .tag-birkenstock {
  color: #ffffff;
  background: #003b8f;
}
#news .newsarea .article .tag-quorinest {
  color: #000000;
  background: #f7e5d9;
  -webkit-transform: rotate( 0.1deg );
  -ms-transform: rotate( 0.1deg );
}
.sp-category {
  margin: 0 0 20px;
  width: 100%;
  text-align: center;
}
.sp-category li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 33.333%;
  min-width: 92px;
  border-left: 1px solid #e4ebf3;
  border-right: 1px solid #e4ebf3;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
}
.sp-category li:first-child {
  border-left-color: transparent;
  border-right-color: transparent;
}
.sp-category li:last-child {
  border-left-color: transparent;
  border-right-color: transparent;
}
.sp-category a {
  display: inherit;
  padding: 8px;
  width: 100%;
  color: #000;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",'游ゴシック',"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 11px;
  font-weight: bold;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
}
.sp-category li.active {
  background-color: #e4ebf3;
}
@media ( min-width: 980px ) {
  #news .newsarea {
    margin-top: 0;
  }
}
@media ( max-width: 979px ) {
  #news .main_contents {
    border: 0 solid #e4ebf3;
    border-top-width: 1px;
  }
}

/* DH_FRONT_DEPT-5064 */
@media (max-width: 767px) {
  .box-title {
    margin: 30px 0 20px;
  }
}