@charset "UTF-8";
html, body, div, rankingBlock h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd, table, th, td, form, fieldset, header, section, article, aside, footer, figure, figcaption, nav {
  margin: 0px;
  padding: 0px; }

article, aside, canvas, details, figcaption, figure, footer, header, menu, nav, section, summary {
  display: block; }

img {
  max-width: 100%; }

input, textarea, select, button {
  outline: none; }

html {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic","sans-serif"; }

ul, ol {
  list-style: none; }

p, li, dt, dd, th, td, pre {
  -ms-line-break: strict;
  line-break: strict;
  -ms-word-break: break-strict;
  word-break: break-strict; }

p {
  margin: 0 0 1em 0; }

table {
  border-collapse: collapse;
  border-spacing: 0px; }

img {
  border: none;
  vertical-align: middle; }

a {
  color: #333;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

.siteHeaderInner {
  padding: 0 10px;
  background: #272727; }
  .siteHeaderInner:after {
    clear: both;
    content: "";
    display: block; }
  .siteHeaderInner .h1 {
    color: #FFF;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    margin: 0;
    padding: 10px 0;
    float: left;
    width: 50%; }

#masterNavi {
  border-top: solid 1px #999;
  box-shadow: 0 1px 1px #9C9C9C S;
  list-style: none;
  margin: 0;
  padding: 2px 0;
  text-align: left;
  width: 100%;
  z-index: 1;
  background: #FEFEFE;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); }

#menu {
  text-align: center;
  width: 100%;
  display: table; }
  #menu a {
    color: #000;
    font-size: 12px;
    line-height: 20px;
    height: 20px;
    padding: 0;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    display: block; }
  #menu li {
    display: table-cell;
    vertical-align: top;
    font-weight: 700;
    position: relative;
    text-align: center; }
    #menu li:first-child {
      margin-left: 0px; }
    #menu li ul a {
      color: #FFF !important;
      text-align: left;
      padding: 10px; }
  #menu::after {
    clear: both;
    content: " ";
    display: block; }
  #menu ul {
    border-radius: 5px;
    background: -moz-linear-gradient(top, #444, #111);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #111), color-stop(1, #444));
    background-color: #444;
    background-repeat: repeat-x;
    visibility: hidden;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 20px;
    z-index: 99999; }
    #menu ul a {
      display: block;
      float: none;
      height: auto;
      line-height: 1;
      padding: 5px;
      text-transform: none;
      white-space: nowrap; }
    #menu ul li {
      box-shadow: 0 1px 0 #111,0 2px 0 #777;
      border-top-color: #666;
      border-top-style: solid;
      border-top-width: 1px;
      color: #333;
      display: block;
      float: none;
      font-weight: 400;
      margin: 0;
      padding: 0;
      text-align: left;
      width: 200px; }
      #menu ul li:first-child a {
        border-radius: 5px 5px 0 0; }
        #menu ul li:first-child a::after {
          border-bottom: 8px solid #444;
          border-left: 5px solid transparent;
          border-right: 5px solid transparent;
          content: '';
          height: 0;
          left: 95px;
          position: absolute;
          top: -7px;
          width: 0; }
      #menu ul li:last-child {
        box-shadow: none; }
        #menu ul li:last-child a {
          border-radius: 0 0 5px 5px; }

.wrapper {
  word-wrap: break-word; }

.container {
  width: 100%;
  margin: 0; }
  .container::after {
    clear: both;
    content: "";
    display: block; }

dl.search {
  position: relative;
  width: 300px;
  background-color: #FFF;
  border: 1px solid #CCC;
  border-radius: 6px;
  box-sizing: border-box; }
  dl.search dt {
    margin-right: 40px;
    padding: 4px 0 4px 8px; }
    dl.search dt input {
      width: 100%;
      height: 24px;
      line-height: 24px;
      background: none;
      border: none; }
  dl.search dd {
    position: absolute;
    top: 0;
    right: 0; }
    dl.search dd button {
      display: block;
      padding: 7px;
      background: none;
      border: none;
      cursor: pointer; }
      dl.search dd button span {
        display: block;
        width: 20px;
        height: 20px;
        background: url("//www.bikebros.co.jp/bb_img/brand/searches.png") no-repeat scroll -70px 0px; }

.breadcrumb {
  font-size: 0;
  margin: 0;
  padding: 8px;
  background-color: #EFEFEF;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  box-sizing: border-box; }
  .breadcrumb ul {
    font-size: 0;
    width: 1000px; }
  .breadcrumb li {
    display: inline-block;
    font-size: 13px;
    line-height: 1.2; }
    .breadcrumb li:not(:last-child)::after {
      content: "\0bb";
      margin: 0 4px; }
    .breadcrumb li a {
      color: #333;
      text-decoration: underline; }

#navi {
  width: 100%;
  background: -webkit-linear-gradient(top left, #3367D6 0%, #1F479C 100%);
  background: -o-linear-gradient(top left, #3367D6 0%, #1F479C 100%);
  background: linear-gradient(to bottom, #3367D6 0%, #1F479C 100%);
  margin: 0 0;
  z-index: 100;
  position: relative; }
  #navi .naviInner {
    background: -webkit-linear-gradient(top left, #3367D6 0%, #1F479C 100%);
    background: -o-linear-gradient(top left, #3367D6 0%, #1F479C 100%);
    background: linear-gradient(to bottom, #3367D6 0%, #1F479C 100%);
    margin: 0 auto;
    width: 1000px; }
  #navi .levelOne {
    display: table;
    width: 100%;
    margin: 0 auto;
    position: relative; }
    #navi .levelOne .levelOneList {
      display: table-cell;
      vertical-align: middle;
      width: 25%;
      font-size: 15px;
      font-weight: 700;
      box-sizing: border-box;
      cursor: pointer;
      transition: 0.5s; }
      #navi .levelOne .levelOneList:last-child a {
        border-right: none; }
      #navi .levelOne .levelOneList:hover {
        background-color: #1F479C; }
      #navi .levelOne .levelOneList > a {
        display: block;
        text-align: center;
        color: #FFF;
        text-decoration: none;
        padding: 5px 0 3px;
        border-right: solid 1px #3367D6; }
        #navi .levelOne .levelOneList > a.current {
          background-color: #1F479C; }

.main {
  width: 100%;
  background-color: #FFF; }
  .main main {
    margin: 0 0 30px; }

.ecimage {
  margin: 10px 0 0; }
  .ecimage ul {
    font-size: 0; }
  .ecimage li {
    display: inline-block;
    vertical-align: top;
    width: 33%;
    margin: 0 .5% 0 0; }
    .ecimage li:nth-child(3n) {
      margin-right: 0; }

.headLine {
  position: relative;
  padding: 10px;
  border-left: solid 10px #3367D6;
  margin: 0 0 10px;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  background-color: #333; }

.brand-cou-box {
  background-color: #06275E;
  border: solid 4px #FFF;
  padding: 10px;
  color: #FFF; }

.brand-cou {
  text-align: center;
  padding: 0 0 10px;
  font-size: 14px;
  line-height: 1; }

.fan-buttons-text {
  font-size: 16px;
  font-weight: 700;
  padding: 5px;
  display: block;
  text-align: center;
  background: -webkit-linear-gradient(#FFF 0%, #F6F6F6 47%, #ededed 100%);
  background: -o-linear-gradient(#FFF 0%, #F6F6F6 47%, #ededed 100%);
  background: linear-gradient(#FFF 0%, #F6F6F6 47%, #ededed 100%);
  border: solid 1px #CCC; }

.brand-right-column, .itemTags {
  position: relative; }

.search-filter-section {
  padding: 0 10px; }
  .search-filter-section .filter-heading {
    font-size: 18px;
    font-weight: 700; }

.history {
  position: relative;
  margin: 55px 0 0;
  font-size: 0; }
  .history::before {
    content: "車種検索履歴";
    position: absolute;
    top: -25px;
    display: block;
    font-size: 14px;
    font-weight: 700; }
  .history li {
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    border-radius: 4px;
    margin: 0 5px 5px 0; }
    .history li a {
      background-color: #3367D6;
      display: block;
      color: #FFF;
      padding: 5px 10px; }

.brand-filter {
  font-size: 0;
  padding: 0 0px; }
  .brand-filter a {
    box-sizing: border-box;
    font-size: 16px;
    width: 49%;
    margin: 0 2% 2% 0; }
    .brand-filter a:nth-child(2n) {
      margin-right: 0; }

.brand_result_list {
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 0;
  text-align: center; }
  .brand_result_list li {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    border: solid 1px #CCC;
    border-right-width: 2px;
    border-bottom-width: 2px;
    width: 48%;
    font-size: 13px;
    text-align: center;
    margin: 0 2% 10px 0;
    padding: 10px;
    background: #FFF; }
    .brand_result_list li:nth-child(2n) {
      margin-right: 0; }
  .brand_result_list a {
    display: block; }
  .brand_result_list img {
    width: 160px;
    height: 120px;
    box-sizing: border-box;
    border: solid 1px #CCC; }
  .brand_result_list p {
    margin-top: 5px;
    height: 55px; }
  .brand_result_list .tags {
    font-size: 0; }
    .brand_result_list .tags .tag {
      box-sizing: border-box;
      display: inline-block;
      vertical-align: top;
      font-size: 10px;
      letter-spacing: -.5px;
      width: 48%;
      text-align: center;
      margin: 0 2% 2% 0; }
      .brand_result_list .tags .tag:nth-child(2n) {
        margin-right: 0; }

.tag {
  background: #6592f5;
  padding: 4px;
  color: #FFF;
  text-align: center; }
  .tag a {
    color: #FFF; }

.brand_name_primary {
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  display: inline-block; }

.brand_name_secoundry {
  font-size: 12px;
  line-height: 14px;
  color: #777;
  display: inline-block; }

.item-list {
  font-size: 0;
  padding: 0 10px; }
  .item-list li {
    margin: 0 0 15px 0;
    position: relative; }
    .item-list li::after {
      content: "";
      clear: both;
      display: block; }
    .item-list li .border {
      display: block;
      margin: 0 10px 0 0;
      float: left;
      width: 160px; }
      .item-list li .border img {
        max-width: 100%;
        height: auto;
        border: solid 1px #CCC;
        box-sizing: border-box; }
    .item-list li .captionText11.icon-type {
      font-size: 10px;
      font-weight: 400;
      line-height: 1.2;
      text-align: center;
      padding: 5px;
      color: #FFF;
      background-color: #3E5192;
      margin: 0 0 5px;
      overflow: hidden; }
    .item-list li .captionText11.mt-10 {
      font-size: 11px;
      font-weight: 400;
      line-height: 1.2;
      margin: 0 0 5px; }
    .item-list li .item-name {
      font-size: 13px;
      font-weight: 700;
      line-height: 1.3;
      letter-spacing: -.5px; }
    .item-list li .price {
      color: #C00;
      font-size: 12px;
      font-weight: 700;
      line-height: 1.4; }
      .item-list li .price .tax {
        font-size: 11px;
        font-weight: 400;
        margin: 0 0 0 5px; }
      .item-list li .price .list-free-shipping {
        color: #00861B; }
    .item-list li .icon-new {
      position: absolute;
      left: -5px;
      top: 5px; }
    .item-list li .categorizemasterText {
      margin: 5px 0 0; }
    .item-list li .categorizemasterTextMedia {
      font-size: 11px;
      font-weight: 400;
      line-height: 1.4; }
    .item-list li .categorizemasterTextTitle {
      font-size: 14px;
      font-weight: 700;
      line-height: 1.4; }

.category li {
  margin-bottom: 2em; }
  .category li a {
    display: block;
    text-decoration: none;
    color: #4a515f;
    position: relative; }
  .category li .cat-l-name, .category li .cat-m-name {
    padding: 5px 10px;
    border-bottom: solid 1px #CCC; }
  .category li .cat-l-name a::after, .category li .cat-m-name a::after {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 1px solid #888;
    border-right: 1px solid #888;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .category li img {
    width: 100%;
    height: auto; }
.category h2 {
  margin-top: 5px;
  font-size: 16px; }
.category h3 {
  margin-top: 2px;
  font-size: 15px; }

.back-button {
  padding: 6px 40px 6px 10px;
  background: #888;
  border-radius: 4px;
  color: #FFF;
  width: 150px; }
  .back-button span {
    font-size: 20px;
    padding-right: 10px; }

.additional-text {
  color: #444;
  padding: 0 10px; }

.button-section {
  text-align: center; }

.button {
  border: solid 1px #666;
  border-radius: 4px;
  text-decoration: none;
  padding: 6px 8px;
  background: -webkit-linear-gradient(#fff 0%, #f6f6f6 47%, #ededed 100%);
  background: -o-linear-gradient(#fff 0%, #f6f6f6 47%, #ededed 100%);
  background: linear-gradient(#fff 0%, #f6f6f6 47%, #ededed 100%);
  margin: 0 0 10px 0;
  display: inline-block;
  min-width: 1em;
  text-align: center; }

.current-button {
  background: -webkit-linear-gradient(#ededed 0%, #f6f6f6 47%, #FFF 100%);
  background: -o-linear-gradient(#ededed 0%, #f6f6f6 47%, #FFF 100%);
  background: linear-gradient(#ededed 0%, #f6f6f6 47%, #FFF 100%); }

.button-count {
  font-size: 12px; }

.goo-button {
  display: inline-block;
  margin: 0 3px 0 0;
  width: 22px;
  height: 22px;
  background: url(//www.bikebros.co.jp/bb_img/brand/btn_like.png) no-repeat 0 0;
  background-size: cover;
  vertical-align: middle; }

.fun-button {
  display: inline-block;
  margin: 0 3px 0 0;
  width: 26px;
  height: 26px;
  background: url(//www.bikebros.co.jp/bb_img/brand/btn_fan.png) no-repeat 0 0;
  background-size: cover;
  vertical-align: middle; }

.search-selected-category {
  position: relative;
  margin: 0 0 10px;
  background-color: #EFEFEF; }
  .search-selected-category .search-selected-category-text {
    font-size: 14px;
    font-weight: 700;
    display: block;
    background-color: #FFF;
    border-radius: 5px;
    padding: 10px 30px 10px 10px;
    border: solid 1px #CCC; }
  .search-selected-category .search-selected-reset {
    color: #999;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    text-decoration: none;
    position: absolute;
    top: 15%;
    right: 0; }

.button-disabled {
  color: #aaa; }

.indexes {
  font-size: 0;
  margin-bottom: 10px;
  text-align: left; }
  .indexes > div {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    margin-right: 14px; }
    .indexes > div:nth-child(2n) {
      margin-right: 0; }

.brand_index_key_name {
  background-color: #666;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  padding: 10px;
  margin: 0 0 1em; }

.buttons {
  border: solid 1px #CCC;
  border-radius: 4px;
  text-decoration: none;
  padding: 6px 8px;
  background: -webkit-linear-gradient(#FFF 0%, #F6F6F6 47%, #EDEDED 100%);
  background: -o-linear-gradient(#FFF 0%, #F6F6F6 47%, #EDEDED 100%);
  background: linear-gradient(#FFF 0%, #F6F6F6 47%, #EDEDED 100%);
  margin: 0;
  display: inline-block; }

.count-box {
  display: table;
  width: 100%;
  margin: 0 0px; }
  .count-box a {
    width: 20%;
    display: table-cell;
    vertical-align: top;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 700;
    border-bottom: solid 8px #0084FF;
    border-collapse: collapse;
    padding: 10px 0;
    text-decoration: none;
    background: #FFF; }
  .count-box .current {
    background: #F3FFFF;
    border-bottom: solid 8px #00498E; }
  .count-box a .count-number {
    font-family: Arial,Helvetica,"sans-serif";
    color: #0084FF;
    display: block;
    font-size: 1.8rem; }
  .count-box .current {
    color: #FF1736; }
    .count-box .current a {
      color: #FF1736; }

.right-arrow:after {
  top: 50%;
  right: 10px;
  display: inline-block;
  content: '';
  width: 8px;
  height: 8px;
  border-top: solid 1px #888;
  border-right: solid 1px #888;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 0 4px 0 8px; }

.buttons-area {
  margin: 20px 0; }

.brandText .primary-brand-name {
  font-size: 18px;
  margin: 0; }
.brandText .secoundary-brand-name {
  color: #888;
  font-size: 14px;
  margin-bottom: 8px; }

.brand-counts {
  margin: 10px 0; }

.brandCaption {
  font-size: 14px;
  line-height: 1.8; }
  .brandCaption a {
    text-decoration: underline; }

.brand-categories {
  border: solid 1px #CCC;
  border-radius: 8px;
  padding: 8px;
  background: #FAFAFA;
  margin-bottom: 1em; }

.category-label {
  color: #666;
  font-size: 14px;
  font-weight: 700; }

.brand-left-border {
  border: solid 10px #DDD; }

.brand-logo {
  text-align: center; }

.main-cut {
  margin-bottom: 1em; }

.tag-disabled {
  background: #CCC; }

.brand-links a {
  font-weight: 700; }

.itemTags {
  padding: 0 10px;
  margin-bottom: 20px; }
  .itemTags .itemTagsList li {
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    margin: 2px;
    vertical-align: top; }
    .itemTags .itemTagsList li a {
      display: block;
      padding: 5px 8px;
      border: solid 1px #CCC;
      border-radius: 4px; }
  .itemTags .tagsMoreLink {
    font-weight: 700;
    margin: 10px auto 0; }
    .itemTags .tagsMoreLink a {
      color: #FFF;
      background-color: #06275E;
      display: inline-block;
      padding: 10px 20px; }

.contentsNavi {
  color: #666;
  margin: 2em 0;
  -webkit-position: sticky;
  position: sticky;
  top: 0;
  z-index: 10000; }
  .contentsNavi ul {
    display: table;
    width: 100%;
    border-collapse: collapse; }
  .contentsNavi li {
    display: table-cell;
    vertical-align: top;
    width: 25%;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    background-color: #EFEFEF;
    border-right: 1px solid #FFF;
    border-bottom: solid 5px #CCC;
    padding: 0 0 10px 0; }
    .contentsNavi li.current {
      color: #06275E;
      border-bottom-color: #3367D6; }
  .contentsNavi .count {
    font-size: 12px;
    color: #FFF;
    background-color: #06275E;
    margin: 0 0 10px; }

.entryListView {
  padding: 0 10px; }
  .entryListView li {
    display: block;
    text-decoration: none;
    color: #333;
    margin-bottom: 15px; }
    .entryListView li::after {
      content: "";
      display: block;
      clear: both; }
    .entryListView li:hover {
      /*background-color: #EFEFEF;*/
      text-decoration: none !important; }
    .entryListView li .entryTitle {
      font-size: 15px;
      font-weight: 700;
      line-height: 1.4;
      letter-spacing: -0.5px;
      margin: 0 0 5px;
      color: #333; }
      .entryListView li .entryTitle.brandName {
        line-height: 1;
        margin: 0 0 10px;
        display: block; }
      .entryListView li .entryTitle a {
        color: inherit;
        text-decoration: none; }
        .entryListView li .entryTitle a:hover {
          color: #FF6A00;
          text-decoration: none; }
    .entryListView li .thumbnail {
      width: 150px;
      float: left;
      margin: 0 10px 0 0; }
      .entryListView li .thumbnail img {
        box-sizing: border-box;
        border: solid 1px #CCC; }
    .entryListView li .textBody {
      padding: 0 0 0 160px; }
      .entryListView li .textBody .description {
        display: none;
        font-size: 13px;
        line-height: 1.5; }
      .entryListView li .textBody .upDate {
        display: block;
        font-size: 11px;
        font-weight: 400;
        line-height: 1.5;
        color: #999; }
      .entryListView li .textBody .apply {
        width: 100px; }
      .entryListView li .textBody .button {
        display: block;
        font-size: 11px;
        font-weight: 400;
        line-height: 1;
        color: #666;
        margin: 5px 0 0; }
        .entryListView li .textBody .button .goo-button {
          width: 20px;
          height: 20px;
          margin: 0 3px 0 0;
          vertical-align: text-bottom; }
          .entryListView li .textBody .button .goo-button:hover {
            background-position: 0 0;
            cursor: inherit; }
        .entryListView li .textBody .button .fun-button {
          display: inline-block;
          margin: 0;
          width: 20px;
          height: 20px;
          margin: 0 3px 0 0;
          background: url(//www.bikebros.co.jp/bb_img/brand/btn_fan.png) no-repeat 0 0;
          background-size: cover;
          vertical-align: text-bottom; }

.brand-right-column {
  padding: 10px; }

.condition-category-l {
  font-size: 0; }
  .condition-category-l li {
    box-sizing: border-box;
    background: #F1F1F1;
    display: inline-block;
    vertical-align: top;
    margin: 2px 2% 2% 0;
    width: 49%; }
    .condition-category-l li.current {
      background: #6592f5; }
      .condition-category-l li.current a {
        color: #FFF;
        font-weight: 700; }
        .condition-category-l li.current a::after {
          border-top-color: #FFF;
          border-right-color: #FFF; }
    .condition-category-l li:nth-child(2n) {
      margin-right: 0; }
    .condition-category-l li a {
      font-size: 13px;
      display: block;
      text-decoration: none;
      position: relative;
      padding: 10px; }
      .condition-category-l li a::after {
        position: absolute;
        top: 50%;
        right: 10px;
        display: block;
        content: '';
        width: 8px;
        height: 8px;
        margin-top: -4px;
        border-top: 1px solid #888;
        border-right: 1px solid #888;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      .condition-category-l li a.button-plus {
        background: #CCC;
        border-radius: 14px;
        width: 24px;
        display: inline-block;
        text-align: center;
        font-weight: bold;
        color: #555;
        float: right;
        text-decoration: none; }

.condition-category-m li {
  background: #EEE;
  padding: 4px;
  margin: 2px 2px 2px 0; }

/*特集*/
.sliderBlock .sliderInner .slick-slide {
  width: 240px; }
.sliderBlock .sliderInner .thumbnail img {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  border: solid 1px #666; }
.sliderBlock .sliderInner .text {
  margin: 5px 0 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4; }

/*ブランド・ショップを探す*/
.search-buttons .cat-search-section {
  background-color: #FFF; }
.search-buttons .search-section-title {
  font-size: 18px;
  font-weight: 700; }
.search-buttons .search-input {
  font-size: 16px;
  line-height: 1;
  padding: 10px;
  width: 75%; }
.search-buttons .search-submit {
  background: -webkit-linear-gradient(#FFF 0%, #F6F6F6 47%, #ededed 100%);
  background: -o-linear-gradient(#FFF 0%, #F6F6F6 47%, #ededed 100%);
  background: linear-gradient(#FFF 0%, #F6F6F6 47%, #ededed 100%);
  border: solid 1px #666;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1;
  padding: 10px;
  cursor: default; }
.search-buttons .button-section {
  margin: 10px 0 0; }
  .search-buttons .button-section .button {
    border-color: #666;
    text-align: center;
    width: 100%;
    box-sizing: border-box; }

.bike-search-section {
  padding: 0px; }
  .bike-search-section > div::after {
    content: "";
    clear: both;
    display: block; }
  .bike-search-section .drop-down {
    position: relative; }
    .bike-search-section .drop-down::after {
      position: absolute;
      top: 35%;
      right: 10px;
      display: block;
      content: '';
      width: 8px;
      height: 8px;
      margin-top: -4px;
      border-top: 3px solid #888;
      border-right: 3px solid #888;
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg); }
  .bike-search-section select {
    background: -webkit-linear-gradient(#FFF 0%, #F6F6F6 47%, #ededed 100%);
    background: -o-linear-gradient(#FFF 0%, #F6F6F6 47%, #ededed 100%);
    background: linear-gradient(#FFF 0%, #F6F6F6 47%, #ededed 100%);
    border: solid 1px #666;
    border-radius: 4px;
    font-size: 16px;
    line-height: 1;
    padding: 10px 8px;
    width: 100%;
    margin: 0 0 10px;
    -webkit-appearance: none; }
  .bike-search-section button {
    background: -webkit-linear-gradient(#FFF 0%, #F6F6F6 47%, #ededed 100%);
    background: -o-linear-gradient(#FFF 0%, #F6F6F6 47%, #ededed 100%);
    background: linear-gradient(#FFF 0%, #F6F6F6 47%, #ededed 100%);
    border: solid 1px #666;
    border-radius: 4px;
    font-size: 16px;
    line-height: 1;
    padding: 10px;
    float: right;
    cursor: default; }
  .bike-search-section .search-section-title {
    font-weight: 700; }

/*人気のパーツブランド*/
.rankingBox {
  background-color: #EFEFEF;
  margin: 0 5px; }
  .rankingBox .catName {
    font-size: 16px;
    font-weight: 700;
    background-color: #284282;
    color: #FFF;
    text-align: center;
    padding: 5px; }
  .rankingBox .rankinList {
    padding: 10px;
    counter-reset: ranking-mark; }
    .rankingBox .rankinList li {
      margin: 0 0 10px;
      position: relative; }
      .rankingBox .rankinList li::after {
        content: "";
        clear: both;
        display: block; }
      .rankingBox .rankinList li::before {
        color: #FFF;
        font-size: 12px;
        font-weight: 700;
        line-height: 16px;
        content: counter(ranking-mark,decimal);
        counter-increment: ranking-mark;
        text-align: center;
        position: absolute;
        left: 0;
        display: block;
        padding: 3px;
        width: 16px;
        height: 16px;
        background-color: #3367D6; }
      .rankingBox .rankinList li:nth-child(1)::before {
        background-color: #B28500; }
      .rankingBox .rankinList li:nth-child(2)::before {
        background-color: #777777; }
      .rankingBox .rankinList li:nth-child(3)::before {
        background-color: #B25900; }
      .rankingBox .rankinList li::after {
        content: "";
        clear: both;
        display: block; }
    .rankingBox .rankinList .thumbnail {
      float: left;
      width: 110px;
      margin: 0 10px 0 27px; }
      .rankingBox .rankinList .thumbnail img {
        box-sizing: border-box;
        border: solid 1px #666; }
    .rankingBox .rankinList .textBody {
      overflow: hidden; }
      .rankingBox .rankinList .textBody .rankingBrandName {
        font-size: 16px;
        font-weight: 700;
        line-height: 1.2;
        margin: 0 0 5px;
        display: block; }
      .rankingBox .rankinList .textBody .caption {
        font-size: 12px;
        font-weight: 400;
        line-height: 1.3;
        display: block; }

/*人気のブランドボイス*/
.entryListBlock .entryList {
  font-size: 0; }
  .entryListBlock .entryList li {
    margin: 0 0 10px 0; }
  .entryListBlock .entryList a::after {
    content: "";
    clear: both;
    display: block; }
  .entryListBlock .entryList .thumbnail {
    float: left;
    width: 160px;
    margin: 0 10px 0 0; }
    .entryListBlock .entryList .thumbnail img {
      width: 160px;
      height: 120px;
      object-fit: cover;
      box-sizing: border-box;
      border: solid 1px #666; }
  .entryListBlock .entryList .textBody {
    margin: 5px 0 0; }
    .entryListBlock .entryList .textBody .brandName {
      font-size: 12px;
      font-weight: 400;
      line-height: 1.2; }
    .entryListBlock .entryList .textBody .entryTitle {
      font-size: 15px;
      font-weight: 700;
      line-height: 1.4; }

.category_modal_overlay {
  display: none;
  position: fixed;
  overflow-y: scroll;
  background: #00000033;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 998; }

.category_modal {
  display: none;
  background: #FFF;
  margin: 14px;
  padding: 10px;
  z-index: 999; }

.item-list li {
  padding: 0; }
  .item-list li .categorizemasterItem a {
    display: block;
    width: 100%; }
  .item-list li .categorizemasterItem .categorizemasterImage {
    width: 160px;
    margin: 0 10px 0 0;
    float: left; }
  .item-list li .categorizemasterItem .categorizemasterText {
    padding: 0 10px; }
    .item-list li .categorizemasterItem .categorizemasterText .categorizemasterTextMedia {
      font-size: 12px;
      font-weight: 400;
      line-height: 1;
      margin: 0 0 5px; }
    .item-list li .categorizemasterItem .categorizemasterText .categorizemasterTextTitle {
      font-size: 15px;
      font-weight: 700;
      line-height: 1.2; }
    .item-list li .categorizemasterItem .categorizemasterText .categorizemasterTextDescription {
      font-size: 13px;
      font-weight: 400;
      line-height: 1.4; }

.ranking-list {
  counter-reset: ranking-mark; }
  .ranking-list .icon-new {
    display: none; }
  .ranking-list li {
    position: relative; }
    .ranking-list li::before {
      color: #FFF;
      font-size: 12px;
      font-weight: 700;
      line-height: 20px;
      content: counter(ranking-mark,decimal);
      counter-increment: ranking-mark;
      text-align: center;
      position: absolute;
      left: 0;
      display: block;
      padding: 3px;
      width: 20px;
      height: 20px;
      background-color: #3367D6; }
    .ranking-list li:nth-child(1)::before {
      background-color: #B28500; }
    .ranking-list li:nth-child(2)::before {
      background-color: #777777; }
    .ranking-list li:nth-child(3)::before {
      background-color: #B25900; }

.search_filter_area {
  margin: 0 0 10px; }
  .search_filter_area .search_filter_box {
    box-sizing: border-box; }
    .search_filter_area .search_filter_box select {
      display: block;
      width: 100%;
      padding: 10px 8px;
      margin: 5px 0;
      box-sizing: border-box; }
    .search_filter_area .search_filter_box .indexes {
      margin: 10px 0 0;
      text-align: center; }
  .search_filter_area .search-section-title, .search_filter_area h3 {
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    background-color: #333;
    color: #FFF;
    padding: 10px;
    margin: 0 0 10px; }
  .search_filter_area .bike-search-section {
    margin-top: 0.5em;
    padding: 0px; }
  .search_filter_area .search-section-category {
    display: block;
    padding: 5px;
    text-align: center;
    background: -webkit-linear-gradient(#FFF 0%, #F6F6F6 47%, #EDEDED 100%);
    background: -o-linear-gradient(#FFF 0%, #F6F6F6 47%, #EDEDED 100%);
    background: linear-gradient(#FFF 0%, #F6F6F6 47%, #EDEDED 100%);
    border: solid 1px #666;
    border-radius: 4px;
    margin: 0 0 10px; }
  .search_filter_area .search_filter_type {
    font-size: 0;
    margin: 10px 0 0 0; }
    .search_filter_area .search_filter_type a {
      box-sizing: border-box;
      display: inline-block;
      vertical-align: middle;
      font-size: 14px;
      font-weight: 400;
      line-height: 1;
      margin: 0 4% 10px 0;
      text-align: center;
      width: 48%;
      padding: 8px 0; }
      .search_filter_area .search_filter_type a:nth-child(2n) {
        margin-right: 0; }
  .search_filter_area .history {
    margin: 35px 0 0; }
    .search_filter_area .history::before {
      top: -25px;
      margin: 0 0 10px; }

.review .review_list {
  font-size: 0;
  margin: 0 0 10px;
  padding: 0 10px; }
  .review .review_list::after {
    content: "";
    clear: both;
    display: block; }
.review .review_list_photo {
  float: left;
  width: 160px;
  margin: 0 10px 0 0; }
  .review .review_list_photo img {
    box-sizing: border-box;
    border: solid 1px #CCC; }
.review .review_list_data {
  overflow: hidden; }
.review .captionText16.valign-17 {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  margin: 5px 0 0; }
.review .captionText14 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 5px; }
.review strong.captionText14 {
  font-size: 13px;
  font-weight: 700; }
.review .captionText12 {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  margin: 5px 0; }

.box.voice {
  padding: 10px; }

.moreLink {
  background: -webkit-linear-gradient(#FFF 0%, #F6F6F6 47%, #ededed 100%);
  background: -o-linear-gradient(#FFF 0%, #F6F6F6 47%, #ededed 100%);
  background: linear-gradient(#FFF 0%, #F6F6F6 47%, #ededed 100%);
  border: solid 1px #999;
  border-radius: 4px;
  display: block;
  font-size: 15px;
  line-height: 1;
  margin: 1em 10px;
  text-align: center;
  padding: 10px;
  position: relative; }
  .moreLink::after {
    position: absolute;
    top: 45%;
    right: 10px;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 3px solid #888;
    border-right: 3px solid #888;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

.clearfix:after, .cfx:after {
  content: "";
  clear: both;
  display: block; }

footer {
  font-size: 11px;
  text-align: center;
  line-height: 1;
  color: #FFF;
  padding: 10px 0px 0px;
  width: 100%;
  box-sizing: border-box;
  display: block;
  background: #333;
  margin-bottom: 0px; }

aside ul {
  text-align: center; }
  aside ul li {
    display: inline-block;
    font-size: 10px; }
    aside ul li a {
      display: block;
      padding: 4px 0;
      color: #fff !important;
      text-decoration: none; }
      aside ul li a:after {
        content: " /"; }

#ftr_copy {
  border-top: 1px dotted #999;
  margin-top: 15px;
  background: #111; }

copyright {
  padding: 15px 10px;
  margin: 0px;
  display: block;
  float: left; }
  copyright a {
    color: #FFF;
    text-decoration: none;
    display: block;
    margin: 0px;
    background: url(//www.bikebros.co.jp/img/sp/common/ftr_logo.png) no-repeat 0px 0px;
    background-size: 205px 25px;
    height: 0px;
    overflow: hidden;
    width: 205px;
    float: left;
    padding: 25px 10px 0px; }

.pc-view {
  margin-top: 15px; }
  .pc-view a {
    color: #333;
    text-decoration: none;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    background: #CCC;
    padding: 5px 15px;
    margin: 15px auto;
    border-radius: 4px;
    display: block;
    width: 30%; }
  .pc-view span.icon-pcview {
    background: url(//www.bikebros.co.jp/bb_img_sp/common/screen.png) no-repeat center center;
    display: inline-block;
    width: 13px;
    height: 10px;
    background-size: 13px 10px;
    margin: 0 5px 0 0; }

p.copyright {
  padding: 0 0 10px 0; }

#footer {
  margin: 15px auto 0px;
  font-size: 12px;
  line-height: 1; }
  #footer .footerMenu a {
    width: 310px;
    display: block;
    text-align: center;
    padding: 10px 5px;
    margin: 10px auto 0px;
    text-decoration: none;
    background: #F0F0F0; }
  #footer .copy {
    color: #FFF;
    background: #333;
    padding: 10px; }
    #footer .copy p {
      margin: 0px;
      font-size: 10px;
      line-height: 120%;
      text-align: center; }
  #footer .footerMenu li.menu-04 a.pc {
    background: #DDD !important;
    font-size: 13px !important;
    line-height: !important;
    font-weight: bold !important; }

.ec-contact {
  padding: 10px 10px 5px;
  background-color: #3c3939;
  font-size: 12px; }
  .ec-contact p {
    line-height: 1.5;
    color: #FFF; }
  .ec-contact a {
    color: #ffde06; }

#page-top {
  position: fixed;
  bottom: 0px;
  right: 0px;
  font-size: 12px;
  margin-bottom: 0;
  display: block; }
  #page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 70px;
    padding: 12px 0;
    text-align: center;
    display: block;
    line-height: 135%; }
    #page-top a:hover {
      text-decoration: none;
      background: #999; }

.global-menu {
  background: -webkit-linear-gradient(#FFF 0, #eee 100%);
  background: -o-linear-gradient(#FFF 0, #eee 100%);
  background: linear-gradient(#FFF 0, #eee 100%);
  border-bottom: 1px solid #999;
  height: 58px; }
  .global-menu .logo {
    width: 130px;
    padding: 18px 0 0 5px; }

.menu-buttons {
  margin: 0;
  float: right;
  height: 58px;
  overflow: hidden; }
  .menu-buttons li {
    border-left: 1px solid #DDD;
    width: 60px;
    display: table-cell;
    padding: 0;
    height: 48px;
    text-align: center; }
  .menu-buttons div {
    font-size: 11px;
    margin: 2px 0 0; }
  .menu-buttons a {
    display: block;
    padding: 5px 0; }

.global-menu-loginarea, .global-menu-menu {
  display: none;
  position: fixed;
  background: #00000033;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 100000;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

.dropdown-header {
  font-weight: 700;
  background-color: #000;
  color: #FFF;
  padding: 15px 10px; }

.modal-contents {
  border: 1px solid #333;
  padding: 10px;
  background: #fff;
  margin: 10px; }
  .modal-contents li {
    border-top: 1px solid #CCC;
    padding: 10px;
    width: 100%; }
    .modal-contents li:first-child {
      border: none; }

.global-menu-loginarea .close a, .global-menu-menu .close a {
  position: absolute;
  border: 1px solid #FFF;
  color: #FFF;
  top: 28px;
  right: 28px;
  width: 90px;
  cursor: pointer;
  text-align: center;
  padding: 5px; }

h1 {
  background: #07285d;
  color: #fff;
  margin: 0;
  font-size: 14px;
  padding: 5px 5px 5px 10px; }

.slick-prev {
  left: 0 !important; }

.slick-next {
  right: 0 !important; }

.slick-prev, .slick-next {
  background: #00000060  !important;
  z-index: 1000; }

.slick-prev::before, .slick-next::before {
  font-size: 10px !important;
  opacity: .75;
  color: #FFF !important; }

.slick-prev::before {
  content: "◀" !important; }

.slick-next::before {
  content: "▶" !important; }

.slick-prev, .slick-next {
  height: 25px !important;
  border-radius: 50%; }

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover, .slick-next:focus {
  color: #fff !important;
  outline: none !important;
  background: #656565 !important; }
