@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	tanayoshi
	Date　	2016.03.14
///////////////////////////////////////////////////////*/
/*=====汎用設定=====*/
.listLink {
  text-align: right; }
  .listLink a {
    display: inline-block;
    padding: 7px 0;
    border-bottom: 1px dashed #1d2451;
    color: #1d2451;
    font-size: 18px; }
    .listLink a .fa {
      margin-right: 10px; }

.mainWidth .price_txt {
  font-weight: bold;
  font-size: 12px;
  color: red; }
  .mainWidth .price_txt a {
    color: inherit;
    text-decoration: underline; }

/*メインビジュアル*/
#brandWrap {
  padding: 10px 0 20px; }
  #brandWrap .brandListRow {
    margin: 10px 0;
    overflow: hidden; }
    #brandWrap .brandListRow .brandData {
      float: left;
      width: 33.3%; }
      #brandWrap .brandListRow .brandData a {
        position: relative;
        display: block; }
        #brandWrap .brandListRow .brandData a .newMark {
          display: inline-block;
          position: absolute;
          top: 0;
          right: 0;
          z-index: 1;
          padding: 0 2px;
          background: rgba(193, 39, 45, 0.8);
          color: #fff;
          font-size: 0.6em; }
  #brandWrap .itemListRow {
    /*padding: 15px 0;*/ }
    #brandWrap .itemListRow .itemData {
      display: none; }
      #brandWrap .itemListRow .itemData .arrow {
        position: relative;
        height: 15px; }
        #brandWrap .itemListRow .itemData .arrow span {
          position: absolute;
          display: block;
          width: 0;
          height: 0;
          margin-left: -10px;
          border-right: 10px solid transparent;
          border-left: 10px solid transparent;
          border-bottom: 15px solid #dcdddd; }
        #brandWrap .itemListRow .itemData .arrow.arrow_1 span {
          left: 16.6%; }
        #brandWrap .itemListRow .itemData .arrow.arrow_2 span {
          left: 50%; }
        #brandWrap .itemListRow .itemData .arrow.arrow_3 span {
          left: 83.3%; }
      #brandWrap .itemListRow .itemData ol, #brandWrap .itemListRow .itemData .noData, #brandWrap .itemListRow .itemData .name_kana {
        width: 100%;
        box-sizing: border-box;
        padding: 10px;
        overflow: hidden;
        background: #dcdddd; }
      #brandWrap .itemListRow .itemData .name_kana {
        padding-bottom: 0;
        font-weight: bold;
        font-size: 1.1em; }
      #brandWrap .itemListRow .itemData ol li {
        float: left;
        width: 33.3%; }
        #brandWrap .itemListRow .itemData ol li a {
          position: relative;
          display: block;
          margin: 0 5px;
          text-align: center; }
          #brandWrap .itemListRow .itemData ol li a .text {
            display: block;
            height: 48px;
            line-height: 16px;
            font-size: 12px;
            overflow: hidden; }
          #brandWrap .itemListRow .itemData ol li a .newMark {
            display: inline-block;
            position: absolute;
            top: 0;
            right: 0;
            z-index: 1;
            padding: 0 2px;
            background: #c1272d;
            color: #fff;
            font-size: 0.6em; }
      #brandWrap .itemListRow .itemData .noData {
        text-align: center;
        font-weight: bold;
        color: #666; }

/*///////////////////////////////////////////////////////
	_style.css
	Author	tanayoshi
	Date　	2016.04.14
///////////////////////////////////////////////////////*/
/*=====共通設定=====*/
.mr0 {
  margin-right: 0; }

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