@charset "UTF-8";
header .header-top {
  background-color: #FFF;
  padding: 10px;
  max-width: 1220px;
  min-width: 1000px;
  margin: 0 auto;
  overflow: hidden; }
header .logo {
  width: 330px;
  height: 31.6667px;
  float: left; }
header .search-box {
  float: right; }

.global-navi {
  background-color: #FFF;
  border-bottom: solid 1px #CCC; }
  .global-navi .global_menu {
    font-size: 0;
    margin: 0 auto;
    max-width: 1200px;
    min-width: 1000px;
    display: table;
    height: 40px; }
    .global-navi .global_menu > li {
      display: table-cell;
      vertical-align: middle;
      font-size: 13px;
      font-weight: 700;
      line-height: 1;
      position: relative; }
      .global-navi .global_menu > li a {
        box-sizing: border-box;
        color: inherit;
        display: block;
        letter-spacing: 1px;
        text-align: center;
        text-decoration: none;
        padding: 15px;
        height: 40px; }
      .global-navi .global_menu > li:hover .level-one {
        width: 250px;
        background-color: #333; }
        .global-navi .global_menu > li:hover .level-one a {
          color: #FFF; }
          .global-navi .global_menu > li:hover .level-one a:hover {
            background-color: #006DD9; }
        .global-navi .global_menu > li:hover .level-one li {
          overflow: visible;
          height: 40px;
          transition: all 300ms 0s ease; }
  .global-navi .level-one {
    top: 40px;
    left: 0px;
    position: absolute;
    background-color: #333;
    z-index: 100; }
    .global-navi .level-one li {
      overflow: hidden;
      height: 0; }
      .global-navi .level-one li a {
        border-top: 1px solid #666;
        box-sizing: border-box;
        display: block;
        padding: 15px;
        text-align: left; }

.search-box .search-inner form {
  font-size: 0; }
.search-box .search-inner input {
  box-sizing: border-box;
  border: solid 2px #006DD9;
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
  vertical-align: middle;
  padding: 5px 15px; }
  .search-box .search-inner input.keyword {
    width: 400px;
    border-radius: 5px 0 0 5px; }
  .search-box .search-inner input.button {
    border-radius: 0 5px 5px 0;
    color: #FFF;
    cursor: pointer;
    background-color: #006DD9;
    font-size: 15px; }

nav {
  background-color: #333;
  box-shadow: 0 5px 5px #333; }

.navi-inner {
  font-size: 0;
  margin: 0 auto;
  max-width: 1200px;
  min-width: 1000px;
  display: table;
  height: 40px; }
  .navi-inner::after {
    content: "";
    clear: both;
    display: block; }
  .navi-inner .levelOne {
    display: table-cell;
    vertical-align: middle;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    position: relative; }
    .navi-inner .levelOne:last-child .levelTwo {
      right: 0;
      left: auto;
      width: 250px !important; }
    .navi-inner .levelOne::before {
      content: "";
      height: 100%;
      border-left: solid 1px #666;
      width: 1px;
      position: absolute;
      left: 0;
      top: 0; }
    .navi-inner .levelOne:hover > a {
      background-color: #006DD9; }
    .navi-inner .levelOne:hover .levelTwo {
      width: 250px;
      background-color: #333; }
      .navi-inner .levelOne:hover .levelTwo li {
        overflow: visible;
        height: 40px;
        transition: all 300ms 0s ease; }
    .navi-inner .levelOne a {
      box-sizing: border-box;
      color: inherit;
      display: block;
      letter-spacing: 1px;
      text-align: center;
      text-decoration: none;
      padding: 15px;
      height: 40px; }
      .navi-inner .levelOne a:hover {
        background-color: #006DD9; }
  .navi-inner .levelTwo {
    top: 40px;
    left: 0px;
    position: absolute;
    background-color: #333;
    z-index: 100; }
    .navi-inner .levelTwo li {
      overflow: hidden;
      height: 0; }
      .navi-inner .levelTwo li a {
        border-top: 1px solid #666;
        box-sizing: border-box;
        display: block;
        padding: 15px;
        text-align: left; }

.brand {
  background-color: #1F2774; }
  .brand > div {
    margin: 0 auto 5px;
    padding: 10px;
    text-align: center;
    width: 728px; }

.breadcrumb {
  color: #999;
  margin: 0 auto 20px;
  max-width: 1200px;
  min-width: 1000px;
  font-size: 12px;
  line-height: 1.2; }
  .breadcrumb span:not(:last-child)::after {
    content: '\0bb';
    display: inline-block;
    margin: 0 5px; }

.side-menu-list {
  width: 180px;
  background-color: #FFF;
  font-size: 12px;
  line-height: 1.3;
  margin: 0 20px 0 0; }
  .side-menu-list a {
    text-decoration: none; }
  .side-menu-list .levelOne > li .levelOne-title {
    font-size: 14px;
    font-weight: 700;
    display: block;
    padding: 7px 5px 5px 5px;
    background-color: #FFF;
    border-top: solid 5px #333;
    border-bottom: solid 1px #CCC;
    color: #333;
    position: relative; }
    .side-menu-list .levelOne > li .levelOne-title::after {
      content: '';
      width: 6px;
      height: 6px;
      border: 0px;
      border-top: solid 1px #333;
      border-right: solid 1px #333;
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      top: 50%;
      right: 5px;
      margin-top: -4px; }
  .side-menu-list .levelTwo li {
    border-bottom: solid 1px #DDD; }
    .side-menu-list .levelTwo li:last-child {
      border-bottom: none; }
    .side-menu-list .levelTwo li a {
      display: block;
      color: inherit;
      padding: 7px 15px 6px 3px;
      position: relative; }
      .side-menu-list .levelTwo li a.current, .side-menu-list .levelTwo li a:hover {
        background-color: #EFEFEF;
        font-weight: 700; }
      .side-menu-list .levelTwo li a::after {
        content: '';
        width: 6px;
        height: 6px;
        border: 0px;
        border-top: solid 1px #333;
        border-right: solid 1px #333;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 50%;
        right: 5px;
        margin-top: -4px; }

@media screen and (max-width: 1360px) {
  .breadcrumb {
    width: 1000px; }

  .menu {
    display: none; } }
.mag-wrapper {
  max-width: 1200px;
  min-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  /*IE10*/
  -webkit-box-pack: justify;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-justify-content: space-between;
  /* Safari6.1以降 */
  justify-content: space-between;
  position: relative; }

.mag-container {
  width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  /*IE10*/
  -webkit-box-pack: justify;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-justify-content: space-between;
  /* Safari6.1以降 */
  justify-content: space-between; }

#buhin_catalog_bigwaku300 {
  margin: 10px 0; }

#buhin_catalog_bigwaku {
  padding: 10px 10px 0;
  border: solid 8px #EFEFEF;
  position: relative;
  z-index: 1; }
  #buhin_catalog_bigwaku::after {
    content: "";
    border: solid 1px #DDD;
    border-color: #DDD #CCC #CCC #DDD;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%; }

#buhin_catalog_smallwaku .model_link {
  margin: 10px 0 0; }
  #buhin_catalog_smallwaku .model_link li {
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    margin: 0;
    padding: 10px 0;
    position: relative;
    border-top: dotted 1px #CCC; }
    #buhin_catalog_smallwaku .model_link li::before {
      content: "■"; }
    #buhin_catalog_smallwaku .model_link li::after {
      position: absolute;
      top: 50%;
      right: 0;
      display: block;
      content: '';
      width: 6px;
      height: 6px;
      margin-top: -4px;
      border-top: 1px solid #888;
      border-right: 1px solid #888;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }

#buhin_catalog_photo {
  border: solid 1px #CCC; }
  #buhin_catalog_photo img {
    display: block;
    margin: 10px auto; }

#buhin_catalog_bikemaker {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  margin: 5px 0 0; }

#buhin_catalog_bikename {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  margin: 0 0 5px; }

.buhin_catalog_button {
  font-size: 14px;
  font-weight: 700; }
  .buhin_catalog_button a {
    color: #FFF;
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 10px;
    background: -webkit-linear-gradient(bottom, #264FC3, #3A63CD);
    background: -o-linear-gradient(bottom, #264FC3, #3A63CD);
    background: linear-gradient(to top, #264FC3, #3A63CD);
    border-radius: 5px; }

.buhin_catalog_bigwaku300 {
  width: 680px;
  margin: 20px auto; }
  .buhin_catalog_bigwaku300 .headline {
    background-color: #333;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    display: inline-block;
    padding: 8px 40px; }

.buhin_catalog_bigwaku {
  padding: 10px;
  border: solid 8px #EFEFEF;
  position: relative;
  z-index: 1;
  overflow: hidden;
  box-sizing: border-box; }
  .buhin_catalog_bigwaku::after {
    content: "";
    border: solid 1px #DDD;
    border-color: #DDD #CCC #CCC #DDD;
    box-sizing: border-box;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%; }
  .buhin_catalog_bigwaku .buhin_catalog_photo {
    border: solid 1px #CCC;
    width: 260px;
    float: left;
    margin: 0 10px 0 0; }
    .buhin_catalog_bigwaku .buhin_catalog_photo img {
      display: block;
      margin: 15px auto; }
  .buhin_catalog_bigwaku .buhin_catalog_data {
    text-align: left;
    overflow: hidden; }
  .buhin_catalog_bigwaku .buhin_catalog_bikemaker {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3; }
  .buhin_catalog_bigwaku .buhin_catalog_bikename {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 5px; }
  .buhin_catalog_bigwaku .model_link {
    margin: 10px 0 0; }
    .buhin_catalog_bigwaku .model_link li {
      font-size: 13px;
      font-weight: 400;
      line-height: 1;
      margin: 0;
      padding: 8px 0;
      position: relative;
      border-top: dotted 1px #CCC; }
      .buhin_catalog_bigwaku .model_link li::before {
        content: "■"; }
      .buhin_catalog_bigwaku .model_link li::after {
        position: absolute;
        top: 50%;
        right: 6px;
        display: block;
        content: '';
        width: 6px;
        height: 6px;
        margin-top: -4px;
        border-top: 1px solid #888;
        border-right: 1px solid #888;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }

.pricebox .price_midashi {
  font-weight: 700; }
.pricebox .price {
  color: #F00; }
.pricebox + p img {
  max-width: 100%;
  height: auto; }

.right_menu_bb {
  margin: 0 0 15px; }

.usedbike_list {
  padding: 0 0 8px;
  margin: 0 0 8px;
  border-bottom: dotted 1px #CCC; }
  .usedbike_list::after {
    content: "";
    clear: both;
    display: block; }
  .usedbike_list:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0; }
  .usedbike_list .photo {
    width: 100px;
    float: left;
    margin-right: 10px; }
  .usedbike_list .info {
    font-size: 12px;
    color: #000; }
    .usedbike_list .info .model {
      font-size: 12px;
      font-weight: 700;
      margin-bottom: 5px; }
    .usedbike_list .info .year {
      font-size: 12px;
      color: #000;
      font-weight: 700; }
    .usedbike_list .info span.price {
      color: #F00;
      font-size: 12px; }
  .usedbike_list .photo a:hover img {
    filter: alpha(opacity=80);
    opacity: 0.8;
    background: #FFF; }

img[src*="https://www.bikebros.co.jp/vb_img/bbcommon/img/webportal/right_arrow.gif"] {
  display: none; }

.right_midashi,
.head-line {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  border-top: solid 1px #333;
  border-bottom: solid 4px #333;
  margin: 0 0 10px;
  padding: 10px 0; }

.right_midashi_top {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  border-top: solid 1px #333;
  border-bottom: solid 4px #333;
  margin: 0 0 10px;
  padding: 10px 0; }

.menu_list_goods {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  border-bottom: dotted 1px #CCC;
  overflow: hidden;
  margin: 0 0 8px;
  padding: 0 0 8px; }
  .menu_list_goods a {
    color: inherit;
    text-decoration: none; }
  .menu_list_goods img {
    margin: 0 10px 0 0; }
  .menu_list_goods a:hover img {
    filter: alpha(opacity=80);
    opacity: 0.8;
    background: #FFF; }

.more {
  text-align: right; }
  .more a {
    text-decoration: none !important; }

img[src*="//image.bikebros.co.jp/vb_img/icon/list_blue.gif"] {
  display: none; }

#rightbox300 {
  color: #333;
  list-style-type: none;
  width: 300px; }
  #rightbox300:after {
    content: "";
    display: block;
    overflow: hidden; }
  #rightbox300 .right_inner_menu {
    margin: 0 0 10px;
    font-size: 13px; }
    #rightbox300 .right_inner_menu li {
      margin-bottom: 5px;
      padding-bottom: 7px;
      border-bottom-width: 1px;
      border-bottom-style: dotted;
      border-bottom-color: #999;
      list-style-type: none; }
      #rightbox300 .right_inner_menu li a {
        color: #03f !important;
        text-decoration: none !important; }
        #rightbox300 .right_inner_menu li a:hover {
          text-decoration: underline !important; }
  #rightbox300 .right_inner_menu_select {
    color: #000;
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 12px; }
  #rightbox300 .right_midashi_menu, #rightbox300 .right_midashi_big {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    border-top: solid 1px #333;
    border-bottom: solid 4px #333;
    margin: 0 0 10px;
    padding: 10px 0; }

.modelname {
  padding: 12px;
  font-size: 20px;
  color: #FFF;
  background-color: #222;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 20px;
  font-weight: 700; }

.articles-headline,
.webmagazine_list h3,
.midashi_bar680,
.midashi_big680,
.midashi_big,
.midashi_middle,
.road_midashi,
.roadmap_midashi,
.midashibar_park {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  margin: 0 0 10px;
  padding: 10px 0;
  border-top: solid 1px #333;
  border-bottom: solid 1px #333; }

.contents_wrapper h2 {
  border-left: solid 10px #333;
  border-bottom: solid 1px #CCC;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  margin: 1em 0 1em;
  padding: 18px 0;
  font-size: 20px;
  background-color: #F5F5F5;
  padding: 15px; }

.leadintro {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 10px;
  padding-bottom: 10px; }

.leadintro {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  line-height: 1.5;
  background-color: #EEE;
  padding: 15px;
  text-align: left;
  border: 1px solid #CCC;
  margin-bottom: 20px; }

.caption {
  color: #666;
  font-size: 12px;
  line-height: 1.5;
  margin: 5px 0 2em; }

.contents_wrapper {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8; }

#twobox {
  width: 680px; }
  #twobox p {
    margin-bottom: 2em; }

.new_kiji680 {
  font-size: 0;
  margin: 0 0 10px; }
  .new_kiji680 .new_kiji_mag {
    display: inline-block;
    vertical-align: top;
    width: 152px;
    margin: 0 5px 5px 0;
    padding: 7px;
    background-color: #333; }
    .new_kiji680 .new_kiji_mag:nth-child(4n) {
      margin-right: 0; }
  .new_kiji680 .feat_img img {
    vertical-align: bottom;
    width: 100%;
    height: auto; }
  .new_kiji680 .feat_text {
    font-size: 12px !important;
    font-weight: 400;
    line-height: 1.3;
    margin: 5px 0 0; }

.featmore {
  background-color: #EFEFEF;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin: 10px auto; }
  .featmore a {
    display: block;
    color: #333;
    text-decoration: none;
    padding: 10px; }

.topics_pmidashi,
.headline {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  margin: 0 0 10px;
  padding: 10px 0;
  border-top: solid 1px #333;
  border-bottom: solid 1px #333; }

.news_midashi {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  margin: 0 0 10px;
  padding: 10px 0;
  border-top: solid 1px #333;
  border-bottom: solid 1px #333; }

.arcchive_title, .boxmidashi {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  margin: 0 0 10px;
  padding: 10px 0;
  border-top: solid 1px #333;
  border-bottom: solid 1px #333; }

.mag-list-view {
  font-size: 0; }
  .mag-list-view li {
    margin: 0 0 20px; }
    .mag-list-view li::after {
      content: "";
      clear: both;
      display: block; }
  .mag-list-view .thumbnail-block {
    float: left;
    width: 200px;
    margin: 0 10px 0 0; }
    .mag-list-view .thumbnail-block a {
      display: block; }
      .mag-list-view .thumbnail-block a img {
        width: 200px;
        height: 150px;
        object-fit: cover; }
  .mag-list-view .text-block {
    overflow: hidden; }
    .mag-list-view .text-block .title {
      font-size: 18px;
      font-weight: 700;
      line-height: 1.5;
      letter-spacing: -.5px;
      margin: 0 0 10px; }
    .mag-list-view .text-block .text-block-data {
      font-size: 13px;
      font-weight: 400;
      line-height: 1.5; }
    .mag-list-view .text-block .list-category {
      font-size: 13px;
      font-weight: 400;
      line-height: 1.5;
      margin: 8px 0; }
    .mag-list-view .text-block .description {
      font-size: 13px;
      font-weight: 400;
      line-height: 1.5;
      letter-spacing: -.5px; }
    .mag-list-view .text-block .list-update {
      color: #666;
      font-size: 11px;
      font-weight: 400;
      line-height: 1; }

.display {
  list-style: none; }
  .display li {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0; }
    .display li a {
      color: #fc0; }
    .display li .content_block {
      padding-bottom: 10px;
      padding-top: 15px;
      clear: both;
      min-height: 120px;
      border-bottom: 1px solid #CCC; }
      .display li .content_block:after {
        content: "";
        display: block;
        overflow: hidden; }
      .display li .content_block .page_data {
        color: #393;
        margin-top: 3px;
        font-size: 12px !important;
        margin-bottom: 7px !important; }
        .display li .content_block .page_data a {
          text-decoration: none;
          color: #03c !important; }
          .display li .content_block .page_data a:hover {
            text-decoration: underline;
            color: #c00; }
      .display li .content_block a img {
        border: 1px solid #bababa;
        background-color: #FFF;
        margin-right: 10px;
        margin-bottom: 5px;
        float: left; }
      .display li .content_block a:hover img {
        border: 1px solid #c00; }
      .display li .content_block .more_read {
        text-align: right !important; }
        .display li .content_block .more_read a {
          color: #06c !important;
          text-decoration: none !important; }
          .display li .content_block .more_read a:hover {
            text-decoration: underline !important; }
      .display li .content_block .page_intro {
        font-size: 12px;
        line-height: 1.45;
        color: #555;
        padding-bottom: 8px;
        overflow: hidden; }
      .display li .content_block h4 a {
        color: #03c !important;
        text-decoration: none;
        font-size: 15px; }
        .display li .content_block h4 a:hover {
          color: #03c !important;
          text-decoration: underline !important; }
      .display li .content_block .page_more a {
        background-color: #39f;
        text-decoration: none;
        color: #FFF !important;
        font-size: 12px;
        padding: 5px 8px 8px;
        text-align: left;
        width: 110px;
        height: 16px;
        float: right;
        display: block;
        margin-right: 5px; }
        .display li .content_block .page_more a:hover {
          background-color: #f60; }
      .display li .content_block .list_category {
        color: #333 !important;
        font-size: 12px; }
        .display li .content_block .list_category a {
          color: #333 !important;
          font-size: 12px;
          text-decoration: none !important; }
          .display li .content_block .list_category a:hover {
            color: #333 !important;
            font-size: 12px;
            text-decoration: underline !important; }

.social_box {
  display: none; }

.page_data {
  color: #F60;
  font-size: 12px;
  margin: 0 !important; }

.page_credit {
  font-size: 11px;
  line-height: 1.45;
  color: #333;
  margin: 0 0 10px !important; }

.kiji_title {
  font-size: 32px;
  line-height: 1.3;
  color: #000;
  margin: 0 0 10px; }

/****************************************
		*右メニューカテゴリ記事
*****************************************/
.right_inner_menu_kiji {
  margin-bottom: 10px;
  padding: 5px;
  font-size: 13px;
  border-right: solid 6px #999;
  border-bottom: solid 6px #999;
  border-left: solid 6px #999;
  background-color: #FFC; }
  .right_inner_menu_kiji li {
    margin-bottom: 5px;
    padding-bottom: 7px;
    border-bottom: dotted 1px #999;
    list-style-type: none; }
    .right_inner_menu_kiji li a {
      color: #03F !important;
      text-decoration: none !important; }
      .right_inner_menu_kiji li a:hover {
        text-decoration: underline !important; }

.right_inner_menu_select {
  color: #000;
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 12px; }

.newkiji_right_inner {
  margin-bottom: 10px; }
  .newkiji_right_inner .menu_list {
    border-bottom: dotted 1px #999;
    line-height: 1.4;
    margin: 0 0 5px;
    padding: 0 0 5px; }
    .newkiji_right_inner .menu_list a {
      color: #333;
      text-decoration: none !important; }
    .newkiji_right_inner .menu_list:after {
      clear: both;
      content: " ";
      display: block; }
    .newkiji_right_inner .menu_list:last-child {
      border: none;
      margin-bottom: 0;
      padding-bottom: 0; }
  .newkiji_right_inner .menuimg_border {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -.5px; }
    .newkiji_right_inner .menuimg_border img {
      float: left;
      width: 100px;
      height: 75px;
      object-fit: cover;
      margin: 0 10px 0 0; }

.tabs-block {
  margin: 0 0 50px; }

.tabs {
  font-size: 0; }
  .tabs > .tab {
    border-left: solid 1px #FFF;
    border-right: solid 1px #FFF;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    display: inline-block;
    background-color: #666;
    width: 226px;
    position: relative; }
    .tabs > .tab a {
      color: #FFF;
      text-decoration: none;
      display: block;
      padding: 15px; }
    .tabs > .tab.active {
      background-color: #F6721F;
      font-weight: 700; }
      .tabs > .tab.active::after {
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 10px 0 10px;
        border-color: #F6721F transparent transparent transparent; }
      .tabs > .tab.active a {
        color: #FFF; }

.panels > .panel {
  display: none; }
  .panels > .panel.active {
    display: block;
    padding: 20px 0 0; }
.panels .mag-listView ul::after {
  content: "";
  clear: both;
  display: block; }
.panels .mag-listView li {
  overflow: hidden;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: -.02em;
  margin: 0 0 0 310px; }
  .panels .mag-listView li a {
    color: #333;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: none; }
.panels .mag-listView .large {
  width: 290px;
  float: left;
  overflow: hidden;
  padding: 0 !important;
  margin: 0 10px 0 0; }
  .panels .mag-listView .large .title {
    font-size: 12px;
    line-height: 1.5; }
  .panels .mag-listView .large a {
    overflow: visible;
    white-space: inherit; }
  .panels .mag-listView .large img {
    width: 100%;
    height: auto; }
  .panels .mag-listView .large .thumbnail {
    width: 100%; }
  .panels .mag-listView .large .textBody {
    overflow: visible; }
.panels .textBody {
  padding: 8px 0;
  border-top: solid 1px #CCC; }
  .panels .textBody .title {
    font-weight: 400 !important; }
.panels li:last-child .textBody {
  border-bottom: solid 1px #CCC; }

.keyword-tag {
  background-color: #F5F5F5;
  border-radius: 8px;
  font-size: 0;
  margin: 0 0 20px;
  padding: 15px 15px 10px; }

.keyword-tag .tag-category-name {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  margin: 5px 0; }

.keyword-tag ul {
  background-color: #FFF;
  box-sizing: border-box;
  border: solid 1px #DDD;
  font-size: 0;
  padding: 10px 10px 5px; }

.keyword-tag li {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 5px 0; }

.keyword-tag a {
  background-color: #FFF;
  border: solid 1px #CCC;
  border-radius: 4px;
  color: #333;
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  text-decoration: none;
  padding: 4px 8px; }

.keyword-tag a::before {
  color: #333;
  content: "";
  background: url(/vb/wp-content/themes/bbmagazine_desktop/img/tag.svg) no-repeat left center;
  background-size: 12px 12px;
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: top; }

.keyword-tag a:hover {
  background-color: #2665FE;
  border-color: #2665FE;
  color: #FFF; }

.mag-listView {
  margin: 1em 0; }
  .mag-listView li {
    margin: 0 0 10px; }
    .mag-listView li::after {
      content: "";
      clear: both;
      display: block; }
    .mag-listView li a {
      display: block;
      overflow: hidden;
      color: inherit;
      text-decoration: none; }
    .mag-listView li .thumbnail {
      float: left;
      margin: 0 10px 0 0;
      width: 100px; }
      .mag-listView li .thumbnail img {
        width: 100px;
        height: 75px;
        object-fit: cover; }
    .mag-listView li .textBody {
      overflow: hidden; }
      .mag-listView li .textBody .title {
        font-size: 13px;
        font-weight: 700;
        line-height: 1.3; }
      .mag-listView li .textBody .description {
        font-size: 12px;
        font-weight: 400;
        line-height: 1.3; }
      .mag-listView li .textBody .cat-name {
        font-size: 11px;
        font-weight: 400;
        line-height: 1.2; }

.mag-listView .ranking-list {
  counter-reset: wpp-ranking; }
  .mag-listView .ranking-list li {
    position: relative; }
    .mag-listView .ranking-list li:nth-child(1)::before, .mag-listView .ranking-list li:nth-child(2)::before, .mag-listView .ranking-list li:nth-child(3)::before {
      background: #FF7E00; }
    .mag-listView .ranking-list li::before {
      background: #999;
      box-sizing: border-box;
      content: counter(wpp-ranking,decimal);
      counter-increment: wpp-ranking;
      color: #FFF;
      font-size: 14px;
      font-weight: 700;
      line-height: 30px;
      text-align: center;
      position: absolute;
      top: 0;
      left: 0;
      width: 30px;
      height: 30px; }
    .mag-listView .ranking-list li .thumbnail {
      margin: 0 10px 0 30px; }
      .mag-listView .ranking-list li .thumbnail .border {
        border: none; }

.mag-listView.magazine-list ul {
  font-size: 0; }
.mag-listView.magazine-list li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 145px;
  margin: 0 10px 10px 0; }
  .mag-listView.magazine-list li:nth-child(2n) {
    margin-right: 0; }
  .mag-listView.magazine-list li .thumbnail {
    float: none;
    width: 100%; }
    .mag-listView.magazine-list li .thumbnail img {
      width: 100%;
      height: auto; }
  .mag-listView.magazine-list li .textBody {
    margin: 5px 0 0; }
  .mag-listView.magazine-list li .title {
    font-size: 12px;
    font-weight: 700;
    text-align: left; }
    .mag-listView.magazine-list li .title .magazine-name {
      display: block;
      font-size: 14px;
      font-weight: 700; }

.mag-listView.website-list li .thumbnail {
  width: 120px; }
  .mag-listView.website-list li .thumbnail img {
    width: 120px;
    height: auto; }

.topimage {
  margin: 0 0 10px; }

#item-recommend {
  margin: 0 0 20px; }
  #item-recommend .item-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    margin: 0 0 20px;
    padding: 10px 0;
    border-top: solid 1px #333;
    border-bottom: solid 1px #333; }
  #item-recommend ul {
    font-size: 0; }
  #item-recommend li {
    display: inline-block;
    vertical-align: top;
    width: 220px;
    margin: 0 10px 15px 0; }
    #item-recommend li:nth-child(3n) {
      margin-right: 0; }
    #item-recommend li a {
      color: #333;
      text-decoration: none; }
  #item-recommend .item-wrap .item-img a {
    display: block; }
  #item-recommend .item-wrap .item-img img {
    width: 220px;
    height: 165px;
    object-fit: cover;
    box-sizing: border-box;
    border: solid 1px #CCC; }
  #item-recommend .item-wrap .item-name {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;
    margin: 5px 0 0; }

.ad-badge {
  margin: 0 0 20px;
  overflow: hidden; }

.pagetop {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 55px; }
  .pagetop a {
    display: block;
    width: 50px;
    height: 50px;
    background-color: #333;
    text-align: center;
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    line-height: 50px;
    border-radius: 4px; }

.lineBanner {
  margin: 30px 0 0;
  position: relative;
  background: url(https://image.bikebros.co.jp/common/cover_line.jpg) no-repeat center 0;
  width: auto;
  height: 250px;
  background-size: cover;
  text-align: left;
  z-index: 0;
  overflow: hidden; }
  .lineBanner::before {
    content: "";
    background: inherit;
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
    z-index: -1000; }
  .lineBanner .innerBlock {
    position: relative;
    width: 1000px;
    margin: 0 auto; }
  .lineBanner .thumbnail {
    position: absolute;
    width: 500px;
    height: 250px; }
  .lineBanner .textBody {
    position: absolute;
    left: 50%;
    top: 30px; }
    .lineBanner .textBody .description {
      font-size: 16px;
      font-weight: 400;
      line-height: 1.5;
      color: #FFF; }
      .lineBanner .textBody .description span {
        font-size: 24px;
        font-weight: 700;
        line-height: 1.5;
        display: block;
        margin: 0 0 10px; }
    .lineBanner .textBody .lineButton {
      font-size: 18px;
      font-weight: 700;
      line-height: 1.5; }
      .lineBanner .textBody .lineButton a {
        background-color: #00B900;
        border: solid 5px #00B900;
        border-bottom-color: #009500;
        border-radius: 5px;
        color: #FFF;
        display: inline-block;
        margin: 20px 0;
        text-align: center;
        text-decoration: none;
        padding: 15px;
        width: 350px; }

footer {
  text-align: left;
  background-color: #EFEFEF; }
  footer a {
    color: #333 !important;
    text-decoration: none; }
  footer .aboutUs {
    background-color: #FFF;
    text-align: center;
    padding: 10px 0; }
    footer .aboutUs .footer-headline {
      font-size: 16px;
      font-weight: 700;
      line-height: 1;
      text-align: center; }
    footer .aboutUs .footer-description {
      font-size: 12px;
      font-weight: 400;
      line-height: 1.5;
      margin: 1em 0 0;
      letter-spacing: -.4px; }
  footer .footer-inner {
    font-size: 0;
    margin: 0 auto 40px;
    padding: 20px 0 0;
    width: 1000px; }
    footer .footer-inner::after {
      content: " ";
      display: block;
      clear: both; }
    footer .footer-inner .innerBlock {
      display: inline-block;
      vertical-align: top;
      width: 142px; }
    footer .footer-inner .ft-headline {
      font-size: 14px;
      font-weight: 700;
      line-height: 1.2;
      margin: 1em 0 .5em; }
    footer .footer-inner .ft-category li {
      font-size: 11px;
      font-weight: 400;
      line-height: 1.3;
      margin: 0 0 5px; }

.socialIcon {
  background-color: #FFF;
  padding: 20px 0 0; }
  .socialIcon ul {
    font-size: 0;
    margin: 0 auto;
    width: calc(50px * 3 + 60px); }
  .socialIcon li {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 0; }
    .socialIcon li a {
      background: url(https://image.bikebros.co.jp/common/social-icon.png) no-repeat 0 0;
      display: block;
      width: 50px;
      height: 50px;
      background-size: cover; }
    .socialIcon li.twitter a {
      background-position: 0 0; }
    .socialIcon li.facebook a {
      background-position: -60px 0; }
    .socialIcon li.line a {
      background-position: -120px 0; }

.pmark {
  background: #FFF;
  margin: 30px 0 0;
  width: 100%;
  text-align: center;
  padding: 5px 0; }

.digicert {
  display: none;
  background: #FFF;
  width: 100%;
  text-align: left;
  padding: 10px;
  margin-top: 10px;
  box-sizing: border-box; }
  .digicert .digicert-caption {
    font-size: 10px;
    line-height: 1.3;
    width: 100%; }

.ft-copyright {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.7;
  color: #FFF;
  background-color: #555;
  text-align: center;
  padding: 20px 0; }

.ft-logo {
  background: #FFF;
  padding: 20px 0;
  text-align: center; }

.pickup {
  margin: 0 0 20px; }
  .pickup ul {
    font-size: 0;
    border-top: solid 1px #CCC;
    border-right: solid 1px #CCC;
    margin: 0 1px 0 2px;
    /*レイアウト調整*/ }
  .pickup li {
    border-bottom: solid 1px #CCC;
    border-left: solid 1px #CCC;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 169px;
    margin: 0 0;
    padding: 10px; }
  .pickup .thumbnail-block img {
    width: 100%;
    height: auto;
    object-fit: cover; }
  .pickup .text-block {
    margin: 5px 0 0; }
    .pickup .text-block .category-name {
      font-size: 13px;
      font-weight: 700;
      line-height: 1.2;
      text-align: center; }
      .pickup .text-block .category-name a {
        color: inherit;
        text-decoration: none; }

.archive-section .mainimg940 img,
.single-section .mainimg940 img {
  width: 680px;
  height: auto; }

.right_midashi_menu {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  margin: 0 0 10px;
  padding: 10px 0;
  border-top: solid 1px #333;
  border-bottom: solid 1px #333; }

.article_tagcloud {
  margin: 0 0 20px; }
  .article_tagcloud a {
    margin: 1px 2px 3px 0;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #DDD;
    border-radius: 3px;
    padding: 0.3em 0.6em;
    font-size: .8em !important;
    color: #666; }

.pagination {
  font-size: 13px;
  line-height: 13px;
  margin: 30px auto; }
  .pagination::after {
    content: "";
    clear: both;
    display: block; }
  .pagination span, .pagination a {
    display: inline-block;
    margin: 1px 4px 4px 0;
    padding: 10px;
    text-decoration: none;
    color: #FFF !important;
    background-color: #666;
    width: auto; }
  .pagination a:hover {
    color: #FFF;
    background-color: #06c; }
  .pagination .current {
    padding: 10px;
    background-color: #06c;
    color: #FFF; }

.title-ad {
  margin: 20px 0; }
  .title-ad > div {
    margin: 0 auto; }

.sns_box {
  display: none; }

.mag-buttonRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  /*IE10*/
  -webkit-box-pack: justify;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-justify-content: space-between;
  /* Safari6.1以降 */
  justify-content: space-between; }
  .mag-buttonRow p {
    flex-basis: 49%; }

.mag-button {
  background-color: #CCC;
  border: solid 2px #CCC;
  border-radius: 5px;
  box-shadow: 1px 1px 5px #999;
  display: block;
  color: inherit;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  padding: 20px;
  text-align: center;
  text-decoration: none; }
  .mag-button:hover {
    opacity: .7; }
  .mag-button.mag-buttonCart {
    background-color: #0059B2;
    border-color: #0059B2;
    border-right-color: #0059B2;
    border-bottom-color: #0059B2;
    color: #FFF; }
  .mag-button.mag-buttonSuccess {
    background-color: #59B200;
    border-color: #59B200;
    border-right-color: #59B200;
    border-bottom-color: #59B200;
    color: #FFF; }
  .mag-button.mag-buttonError {
    background-color: #D90000;
    border-color: #D90000;
    border-right-color: #D90000;
    border-bottom-color: #D90000;
    color: #FFF; }
  .mag-button.mag-buttonCaution {
    background-color: #FFBF00;
    border-color: #FFBF00;
    border-right-color: #FFBF00;
    border-bottom-color: #FFBF00; }

.mag-next-page-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }
  .mag-next-page-link a {
    background-color: #CCC;
    border: solid 2px #CCC;
    border-radius: 5px;
    box-shadow: 1px 1px 5px #999;
    display: block;
    color: inherit;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    margin: 10px 0; }
    .mag-next-page-link a:nth-child(1) {
      -ms-flex-order: 2;
      -webkit-order: 2;
      order: 2; }
    .mag-next-page-link a:nth-child(2) {
      -ms-flex-order: 1;
      -webkit-order: 1;
      order: 1; }
    .mag-next-page-link a:hover {
      opacity: .7; }
  .mag-next-page-link.mag-buttonCart a {
    background-color: #0059B2;
    border-color: #0059B2;
    border-right-color: #0059B2;
    border-bottom-color: #0059B2;
    color: #FFF; }
  .mag-next-page-link.mag-buttonSuccess a {
    background-color: #59B200;
    border-color: #59B200;
    border-right-color: #59B200;
    border-bottom-color: #59B200;
    color: #FFF; }
  .mag-next-page-link.mag-buttonError a {
    background-color: #D90000;
    border-color: #D90000;
    border-right-color: #D90000;
    border-bottom-color: #D90000;
    color: #FFF; }
  .mag-next-page-link.mag-buttonCaution a {
    background-color: #FFBF00;
    border-color: #FFBF00;
    border-right-color: #FFBF00;
    border-bottom-color: #FFBF00; }

/* 次のページ */
.next-page-link {
  width: 50%;
  margin: 40px auto 20px;
  text-align: center; }
  .next-page-link a {
    color: #FFF;
    text-decoration: none;
    display: block; }

/* 次のページへ行く前の */
.next-page {
  text-align: center;
  font-weight: 700;
  margin: 0 0 -2em; }

/***************************************/
/* ソーシャルボタンCSS */
/***************************************/
.entry-share {
  margin: 3em auto;
  background-color: #EFEFEF;
  padding: 20px; }
  .entry-share ul {
    display: table;
    width: 100%; }
    .entry-share ul li {
      display: table-cell;
      vertical-align: top;
      width: 33.3333%; }
      .entry-share ul li div {
        margin: 0 4px; }
  .entry-share a {
    display: block;
    text-decoration: none;
    vertical-align: middle;
    box-sizing: border-box;
    border-radius: 4px;
    color: #FFF;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    padding: 12px; }
  .entry-share .twitter {
    background: #55acee;
    border: solid 2px #55acee; }
    .entry-share .twitter:hover {
      background: #FFF;
      border-color: #55acee;
      color: #55acee; }
  .entry-share .facebook {
    background: #3c5491;
    border: solid 2px #3c5491; }
    .entry-share .facebook:hover {
      background: #FFF;
      border-color: #3c5491;
      color: #3c5491; }
  .entry-share .line {
    background: #13bf00;
    border: solid 2px #13bf00; }
    .entry-share .line:hover {
      background: #FFF;
      border-color: #13bf00;
      color: #13bf00; }

.metaslider .caption-wrap .caption {
  color: #FFF !important;
  font-size: 16px;
  margin: 0; }

/*20181005三行要約(_kiji_list_summary)のスタイル追加　川島*/
.dot {
  border: 2px dotted #CCC;
  padding: 10px;
  box-sizing: border-box;
  margin-top: -5px; }
