@charset "UTF-8";
/*///////////////////////////////////////////////////////
	Author	tanayoshi
	Date　	2016.03.03
///////////////////////////////////////////////////////*/
/*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.03.24
	Date　	2016.03.29	tanayoshi	edit
///////////////////////////////////////////////////////*/
/*ブランド一覧*/
.midashiBox {
  position: relative;
  width: 960px;
  height: 150px;
  background-position: right;
  background-repeat: no-repeat; }

h2 {
  display: block;
  position: absolute;
  top: 50px;
  left: 50px; }

h2 span {
  display: block;
  margin-top: 10px;
  font-size: 13px;
  font-weight: bold;
  text-align: left; }

.mainWidth h3.title {
  position: relative;
  width: 960px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #999;
  font-size: 20px;
  text-align: center; }
  .mainWidth h3.title span {
    padding-left: 10px;
    font-size: 13px; }
  .mainWidth h3.title .price_txt {
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 12px;
    font-weight: bold;
    color: red;
    transform: translate(0, -50%); }
    .mainWidth h3.title .price_txt a {
      color: inherit; }
.mainWidth .logoList {
  padding: 40px 0; }
  .mainWidth .logoList ul > li {
    position: relative;
    width: calc((100% - 72px) / 4);
    max-width: calc((100% - 72px) / 4);
    float: left;
    margin-right: 24px;
    margin-bottom: 30px; }
    .mainWidth .logoList ul > li.last {
      margin-right: 0; }
    .mainWidth .logoList ul > li > a, .mainWidth .logoList ul > li .series_left .seriesBody ol li a {
      position: relative;
      z-index: 1;
      display: block; }
      .mainWidth .logoList ul > li > a .newMark, .mainWidth .logoList ul > li .series_left .seriesBody ol li a .newMark {
        display: inline-block;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
        padding: 2px 3px;
        background: #C1272D;
        color: #fff;
        font-size: 12px; }
    .mainWidth .logoList ul > li > a img {
      max-width: 100%;
      max-height: 100%; }
    .mainWidth .logoList ul > li .series_left {
      display: none;
      position: absolute;
      z-index: 100; }
      .mainWidth .logoList ul > li .series_left .fukidashiArrow {
        position: relative;
        z-index: 1;
        height: 16px; }
        .mainWidth .logoList ul > li .series_left .fukidashiArrow img {
          position: absolute; }
      .mainWidth .logoList ul > li .series_left .seriesBody {
        width: 600px;
        background: #000;
        background: rgba(0, 0, 0, 0.8); }
        .mainWidth .logoList ul > li .series_left .seriesBody .name_kana {
          padding: 10px 20px 0;
          color: #fff;
          font-size: 14px; }
        .mainWidth .logoList ul > li .series_left .seriesBody ol {
          width: 560px;
          padding: 10px 20px 0 20px; }
          .mainWidth .logoList ul > li .series_left .seriesBody ol > li {
            float: left;
            margin: 0 13px 13px 0; }
            .mainWidth .logoList ul > li .series_left .seriesBody ol > li.last {
              margin-right: 0; }
            .mainWidth .logoList ul > li .series_left .seriesBody ol > li a {
              display: block;
              width: 130px;
              color: #FFF;
              text-align: center; }
              .mainWidth .logoList ul > li .series_left .seriesBody ol > li a:hover {
                text-decoration: none; }
              .mainWidth .logoList ul > li .series_left .seriesBody ol > li a .title {
                display: block;
                height: 32px;
                line-height: 16px;
                overflow: hidden;
                font-size: 12px; }
              .mainWidth .logoList ul > li .series_left .seriesBody ol > li a img {
                max-width: 130px;
                max-height: 124px;
                width: auto;
                height: auto;
                margin-bottom: 5px; }
        .mainWidth .logoList ul > li .series_left .seriesBody .noData {
          text-align: center;
          color: #fff; }
      .mainWidth .logoList ul > li .series_left .last {
        margin-right: 0; }
    .mainWidth .logoList ul > li.box_left .series_left {
      left: 0; }
      .mainWidth .logoList ul > li.box_left .series_left .fukidashiArrow img {
        left: 100px; }
    .mainWidth .logoList ul > li.box_right .series_left {
      right: 0; }
      .mainWidth .logoList ul > li.box_right .series_left .fukidashiArrow img {
        right: 100px; }

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