@charset "UTF-8";
/*!
*  Style.css | 2017.04.11 by rino
*/
/* 汎用設定
   ========================================================================== */
/*!
 *  Variables | 2016.03.17 by yk
 */
/* 変数設定
   ========================================================================== */
/* ページ内設定
   ========================================================================== */
#news {
  padding-top: 15px;
  margin-bottom: 45px; }
  #news h2 {
    position: relative;
    margin-bottom: 20px; }
    #news h2 img {
      position: relative;
      z-index: 1;
      padding-right: 15px;
      background-color: #fff; }
    #news h2:before {
      display: block;
      content: "";
      position: absolute;
      top: 50%;
      z-index: 0;
      width: 100%;
      height: 1px;
      border-top: solid 1px #000; }
  #news .lead {
    margin-bottom: 30px; }
  #news .category {
    margin-bottom: 18px; }
    #news .category span {
      display: inline-block; }
      #news .category span + span {
        margin-left: 6px; }
      #news .category span a {
        display: block;
        width: 120px;
        height: 30px;
        font-size: 14px;
        text-align: center;
        line-height: 30px;
        background-color: #ededed; }
        #news .category span a:hover {
          color: #0082ca; }
        #news .category span a.active {
          color: #0082ca;
          background-color: #dcecf6; }
  #news h3 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px; }
  #news ul {
    width: 100%;
    margin-bottom: 30px;
    border-top: 1px solid #121212;
    border-bottom: 1px solid #121212; }
    #news ul li {
      padding: 13px 0 13px 6px;
      line-height: 24px;
      overflow: hidden; }
      #news ul li .date {
        display: inline-block;
        margin-right: 12px; }
      #news ul li .title {
        padding: 6px 0;
        font-size: 15px; }
      #news ul li .label {
        display: inline-block;
        padding: 3px 6px;
        padding: 1px 12px;
        margin-right: 12px;
        margin-right: 6px;
        color: #fff;
        font-size: 0.9em;
        background-color: #666; }
        #news ul li .label.region {
          background-color: #0082ca; }
        #news ul li .label.environment {
          background-color: #82ca00; }
      #news ul li a {
        border-bottom: 1px dotted #121212; }
      #news ul li.nolist {
        text-align: center; }
    #news ul li + li {
      border-top: 1px solid #121212; }
