@charset "UTF-8";
/*///////////////////////////////////////////////////////
	Author	tanayoshi
	Date　	2016.05.13
///////////////////////////////////////////////////////*/
/*css設定の読み込み
------------------------------*/
/*///////////////////////////////////////////////////////
	setting.css
	
	Author	tanayoshi
	Date　	2016.03.03
///////////////////////////////////////////////////////*/
/*カラー設定
------------------------------*/
/*テキストカラー*/
/*メインカラー*/
/*フッターカラー*/
/*青*/
/*基本設定
------------------------------*/
/*メイン横幅*/
/*ベンダープレフィックス設定
------------------------------*/
/*フォント設定
------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300);
@font-face {
  font-family: 'TeX Gyre Adventor';
  src: url("https://www.work-wheels.co.jp/fonts/texgyreadventor-bold.otf"); }
/*///////////////////////////////////////////////////////
	_style.css
	Author	kana
	Date　	2016.05.13
///////////////////////////////////////////////////////*/
.midashi {
  margin: 0 auto;
  border-bottom: 2px solid #C8C8C8;
  margin-bottom: 30px; }
  .midashi .midashiBox {
    position: relative;
    width: 960px;
    height: 150px;
    background-position: right;
    background-repeat: no-repeat; }
    .midashi .midashiBox h2.title {
      display: block;
      position: absolute;
      top: 50px;
      left: 50px; }
      .midashi .midashiBox h2.title span {
        display: block;
        margin-top: 10px;
        font-size: 13px;
        font-weight: bold;
        text-align: left; }

#listBody {
  /*詳細ページ*/ }
  #listBody .mainSection {
    margin-bottom: 30px;
    padding-top: 10px;
    overflow: hidden; }
    #listBody .mainSection .listColumn {
      float: left;
      width: 600px; }
      #listBody .mainSection .listColumn .list {
        border-top: 1px solid #999; }
        #listBody .mainSection .listColumn .list li {
          padding: 15px 0;
          border-bottom: 1px solid #999;
          overflow: hidden;
          font-size: 14px;
          line-height: 18px; }
          #listBody .mainSection .listColumn .list li .date {
            float: left;
            width: 20%; }
          #listBody .mainSection .listColumn .list li .title {
            float: right;
            width: 77%; }
            #listBody .mainSection .listColumn .list li .title a {
              color: #00559b; }
              #listBody .mainSection .listColumn .list li .title a:hover {
                color: #203d80;
                text-decoration: none; }
              #listBody .mainSection .listColumn .list li .title a .fa {
                margin-left: 5px; }
    #listBody .mainSection .rightColumn {
      float: right;
      width: 240px;
      font-size: 14px; }
      #listBody .mainSection .rightColumn .backNumber {
        padding-bottom: 7px;
        border-bottom: 3px solid #333; }
      #listBody .mainSection .rightColumn .backList li {
        padding: 20px 0;
        border-bottom: 1px solid #333; }
        #listBody .mainSection .rightColumn .backList li h4 {
          margin-bottom: 15px;
          font-weight: bold; }
        #listBody .mainSection .rightColumn .backList li .month {
          line-height: 24px; }
          #listBody .mainSection .rightColumn .backList li .month span, #listBody .mainSection .rightColumn .backList li .month a {
            margin-right: 15px;
            display: inline-block; }
          #listBody .mainSection .rightColumn .backList li .month a:hover, #listBody .mainSection .rightColumn .backList li .month a.active {
            color: #00559b;
            font-weight: bold;
            text-decoration: underline; }
  #listBody .pager {
    margin-bottom: 70px; }
    #listBody .pager ul {
      text-align: center; }
      #listBody .pager ul > li {
        display: inline-block;
        margin: 0 7px; }
        #listBody .pager ul > li a, #listBody .pager ul > li span {
          display: block;
          width: 25px;
          height: 25px;
          border: 1px solid #B3B3B3;
          text-align: center;
          line-height: 25px;
          font-size: 13px;
          text-decoration: none; }
        #listBody .pager ul > li.active span, #listBody .pager ul > li a:hover {
          background: #B3B3B3;
          color: #fff; }
        #listBody .pager ul > li .dot {
          line-height: 25px; }
  #listBody .mainSection .newsColumn {
    float: left;
    width: 600px;
    font-size: 14px; }
    #listBody .mainSection .newsColumn .date {
      margin-bottom: 6px; }
    #listBody .mainSection .newsColumn .title {
      margin-bottom: 15px;
      padding-bottom: 5px;
      border-bottom: 1px solid #4c4c4d;
      line-height: 24px;
      font-size: 18px;
      font-weight: bold; }
    #listBody .mainSection .newsColumn .imageWrap {
      margin-bottom: 20px; }
      #listBody .mainSection .newsColumn .imageWrap p {
        margin-bottom: 4px;
        font-size: 12px;
        font-weight: bold; }
      #listBody .mainSection .newsColumn .imageWrap .thumList {
        overflow: hidden; }
        #listBody .mainSection .newsColumn .imageWrap .thumList li {
          float: left;
          width: 193px;
          margin: 0 10px 10px 0; }
          #listBody .mainSection .newsColumn .imageWrap .thumList li.mr0 {
            margin-right: 0; }
          #listBody .mainSection .newsColumn .imageWrap .thumList li a {
            display: block;
            border: 1px solid #ccc; }
            #listBody .mainSection .newsColumn .imageWrap .thumList li a img {
              width: 100%; }
          #listBody .mainSection .newsColumn .imageWrap .thumList li.active a {
            border-color: #ED5A5C; }
    #listBody .mainSection .newsColumn .movieWrap {
      margin-bottom: 20px; }
      #listBody .mainSection .newsColumn .movieWrap p {
        margin-bottom: 4px;
        font-size: 12px;
        font-weight: bold; }
      #listBody .mainSection .newsColumn .movieWrap ul {
        overflow: hidden; }
        #listBody .mainSection .newsColumn .movieWrap ul li {
          float: left;
          width: 193px;
          margin: 0 10px 10px 0; }
          #listBody .mainSection .newsColumn .movieWrap ul li.last {
            margin-right: 0; }
          #listBody .mainSection .newsColumn .movieWrap ul li img {
            width: 100%; }
    #listBody .mainSection .newsColumn .body {
      margin-bottom: 20px; }
    #listBody .mainSection .newsColumn .url {
      margin-bottom: 20px;
      line-height: 26px; }
      #listBody .mainSection .newsColumn .url a {
        color: #00559b; }
        #listBody .mainSection .newsColumn .url a:hover {
          text-decoration: none; }
        #listBody .mainSection .newsColumn .url a .fa {
          margin-left: 5px; }
    #listBody .mainSection .newsColumn .backLink {
      padding: 10px 0 40px;
      border-top: 1px solid #4c4c4d; }
      #listBody .mainSection .newsColumn .backLink a .fa {
        margin-right: 5px; }

/*# sourceMappingURL=include.css.map */
