@charset "UTF-8";
/* Generated by less 2.5.1 */
/*
Theme Name: NEWS-desktop-dfp
Description: ニュースサイト
Version: 1.4
*/
/* CSS Document */
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
* {
  box-sizing: border-box; }

body {
  font: 16px/1.8 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #FFF; }

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

ul, li {
  margin: 0;
  padding: 0;
  list-style: none; }

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto; }

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

.aligncenter {
  display: block;
  margin: 0 auto; }

.alignCenter {
  text-align: center; }

.alignleft {
  float: left; }

.alignright {
  float: right; }

progress, sub, sup {
  vertical-align: baseline; }

button, hr, input {
  overflow: visible; }

[type=checkbox], [type=radio], legend {
  box-sizing: border-box;
  padding: 0; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio, canvas, progress, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:active, a:hover {
    outline-width: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b, strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

button, input, select, textarea {
  font: inherit;
  margin: 0; }

optgroup {
  font-weight: 700; }

button, select {
  text-transform: none; }

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0; }

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal; }

textarea {
  overflow: auto; }

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto; }

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }
  [type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none; }

::-webkit-input-placeholder {
  color: inherit;
  opacity: .54; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

article, header, footer, aside, figure, figcaption, nav, section {
  display: block; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

header .header-top {
  background-color: #FFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  max-width: 1220px;
  min-width: 1000px;
  margin: 0 auto; }
header .logo {
  width: 330px; }

.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: 100000; }
    .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.search-keyword {
    width: 400px;
    border-radius: 5px 0 0 5px; }
  .search-box .search-inner input.search-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: 13px;
    font-weight: 700;
    line-height: 1;
    position: relative; }
    .navi-inner .levelOne:last-child .levelTwo {
      right: 0;
      left: auto;
      width: 600px !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: 100000; }
    .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; }

.side-menu-list {
  width: 180px;
  background-color: #FFF;
  font-size: 12px;
  line-height: 1.3;
  margin: 0; }
  .side-menu-list a {
    text-decoration: none; }

.levelZero-title {
  background-color: #333;
  padding: 8px 5px 0;
  font-size: 16px;
  font-weight: 700;
  color: #FFF; }

.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; } }
.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: 0 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 .headline {
      font-size: 16px;
      font-weight: 700;
      line-height: 1;
      text-align: center; }
    footer .aboutUs .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: calc(1000px / 7); }
    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; }

#sidestop {
  position: sticky;
  top: 0; }

.containerInner {
  position: relative;
  margin: 0 auto;
  width: 1200px;
  z-index: 100;
  margin-top: 20px;
  padding: 0px;
  background-color: #FFF;
  display: flex;
  justify-content: space-between; }

.topmain {
  width: 900px;
  margin: 0; }

.breadcrumb {
  font-size: 12px;
  line-height: 1;
  margin: 0;
  padding: 5px 0 7px; }
  .breadcrumb a {
    color: #333; }
  .breadcrumb ul {
    margin: 0 auto;
    width: 1200px; }
    .breadcrumb ul li {
      position: relative;
      display: inline-block;
      margin: 0 15px 0 0; }
      .breadcrumb ul li:after {
        position: absolute;
        top: 0;
        right: -20px;
        display: inline-block;
        margin: 0 5px 0 0;
        content: '\0bb'; }
      .breadcrumb ul li:last-child:after {
        content: none; }

.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(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; }

.ad-_badge {
  margin: 0 0 20px; }

.mt-0 {
  margin-top: 0px; }

.mt-5 {
  margin-top: 5px; }

.mt-20 {
  margin-top: 20px; }

.mb-5 {
  margin-bottom: 5px; }

.mb-10 {
  margin-bottom: 10px; }

.mb-20 {
  margin-bottom: 20px; }

.mr-20 {
  margin-right: 20px; }

.captionText12 {
  font-size: 12px;
  line-height: 1.3; }

.captionText13 {
  font-size: 13px;
  line-height: 1.4; }

/************************************************/
/* 画像ホバーで一瞬だけフラッシュ　*/
/************************************************/
a:hover img {
  opacity: 1;
  /*  -webkit-animation: flash 1.5s;
    animation: flash 1.5s;*/ }

@-webkit-keyframes flash {
  0% {
    opacity: .4; }
  100% {
    opacity: 1; } }
@keyframes flash {
  0% {
    opacity: .4; }
  100% {
    opacity: 1; } }
/* ページャー */
.page-numbers {
  display: inline-block;
  margin: 0 2px;
  padding: 5px 10px;
  min-width: 40px;
  max-width: 80px;
  border: solid 1px #AAA;
  border-radius: 5px;
  background-color: #FFF;
  text-align: center;
  text-decoration: none;
  font-size: 14px; }

.pager {
  margin: 20px 0 40px 0;
  text-align: center; }
  .pager .current {
    display: inline-block;
    margin: 0 2px;
    padding: 5px 10px;
    min-width: 40px;
    max-width: 80px;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    border: solid 1px #333;
    background-color: #333;
    color: #FFF; }
  .pager a:hover {
    border: solid 1px #333;
    background-color: #333;
    color: #FFF; }

.header-ad {
  width: 100%;
  padding: 0 0 20px 0;
  background-color: #FFF; }
  .header-ad > div {
    width: 728px;
    height: 90px;
    display: block;
    margin: 0 auto; }

.ad300row {
  font-size: 0;
  margin: 20px 0; }
  .ad300row::after {
    content: "";
    clear: both;
    display: block; }
  .ad300row .ad {
    display: inline-block;
    vertical-align: top;
    width: 300px;
    margin: 0 20px !important; }
  .ad300row a img {
    width: 300px; }
  .ad300row div:nth-of-type(2) {
    margin-right: 0; }

.adSide {
  position: absolute;
  z-index: 1;
  display: none;
  margin: 0 auto;
  width: 1000px; }

.adSideLeft {
  position: absolute;
  left: -180px;
  width: 160px; }

.adSideRight {
  position: absolute;
  right: -180px;
  width: 160px; }

/*********************************************************/
/* シングル　ページャー */
/*********************************************************/
.post-page {
  width: 100%;
  border-top: solid 1px #CCC;
  border-bottom: solid 1px #CCC;
  padding: 10px 0; }

.previous_post {
  margin: 0 0 10px 0;
  border-bottom: dotted 1px #CCC;
  padding: 0 0 10px 0; }
  .previous_post a {
    display: table;
    width: 100%;
    text-decoration: none; }

.next_post a {
  display: table;
  width: 100%;
  text-decoration: none; }

.post-thumbnail {
  display: table-cell;
  padding-right: 10px;
  width: 120px; }

.post-title {
  display: table-cell;
  vertical-align: middle; }
  .post-title span {
    color: #333;
    font-weight: bold;
    font-size: 12px; }

.h1 {
  margin: 0; }

.h2, .recommend_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; }

.contentsInner h2 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700 !important;
  color: #333;
  border-left-style: none !important;
  position: relative;
  padding: 0 0 10px 0 !important;
  margin: 20px 0 !important;
  border-left: none;
  background: #FFF; }
  .contentsInner h2:before {
    position: absolute;
    content: "";
    width: 100%;
    border-bottom: 5px solid #666;
    left: 0px;
    bottom: 0px;
    margin: 0; }
  .contentsInner h2:after {
    position: absolute;
    content: "";
    width: 40%;
    border-bottom: 5px solid #F00;
    left: 0px;
    bottom: 0px;
    margin: 0; }
.contentsInner h3, .contentsInner .h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  border-bottom: 1px solid #666; }

.titleBox {
  margin: 0 0 1em 0;
  padding: 0 0 1em 0;
  border-bottom: solid 1px #999; }

.midashi {
  margin: 0 0 0;
  font-size: 32px;
  line-height: 1.2; }

.logoBox {
  display: table;
  padding: 10px 0;
  height: 110px; }

.logo {
  display: table-cell;
  width: 250px; }

/***********************/
/*　記事中の外部リンク　*/
.exlink {
  border: solid 1px #00A3D9;
  color: #00A3D9;
  display: block;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  text-decoration: none; }
  .exlink:hover {
    background: #00A3D9;
    color: #FFF; }

/***********************/
/*　記事中のお問い合わせ　*/
.inquiry {
  padding: 10px;
  border-top: solid 1px #999;
  border-bottom: solid 1px #999; }

/***********************/
/*　ギャラリー　*/
.gallery-size-large img, .gallery-size-medium img {
  max-width: 100%;
  height: auto;
  border: 2px solid #FFF !important; }

.gallery-caption {
  text-align: left;
  font-size: 12px;
  line-height: 1.3; }

/* side nav
--------------------------------------------------- */
#side-nav {
  position: fixed;
  bottom: 20px;
  right: 0;
  width: 40px;
  height: 120px;
  z-index: 999999; }
  #side-nav p {
    margin: 0 0 1px 0; }
    #side-nav p:last-child {
      border-bottom: none; }
  #side-nav a {
    display: block;
    width: 40px;
    height: 40px;
    background: #ddd url(img/sprite.png);
    opacity: 0.6;
    filter: alpha(opacity=60);
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    outline: none; }
    #side-nav a:hover {
      opacity: 1;
      filter: alpha(opacity=100);
      background: #ddd url(img/sprite.png); }
  #side-nav .go-top {
    border-top-left-radius: 5px;
    background-position: 0 -205px; }
    #side-nav .go-top:hover {
      border-top-left-radius: 5px;
      background-position: 0 -205px; }
  #side-nav .go-home {
    background-position: -40px -205px; }
    #side-nav .go-home:hover {
      background-position: -40px -205px; }
  #side-nav .go-bottom {
    border-bottom-left-radius: 5px;
    background-position: -80px -205px; }
    #side-nav .go-bottom:hover {
      border-bottom-left-radius: 5px;
      background-position: -80px -205px; }

/*--------------------------------------------------------
コチラもおすすめ！
--------------------------------------------------------*/
.recommendpost_midashi {
  margin: 2em 0 5px 0;
  border-bottom: solid 2px #666;
  font-weight: bold; }

.recommendpost li {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: dotted 1px #CCC; }
  .recommendpost li:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden; }
  .recommendpost li a {
    display: block;
    font-weight: bold; }
    .recommendpost li a img {
      width: 90px;
      height: auto;
      margin-right: 10px;
      float: left; }

/* ==============================
Bikebros. reccomend 2017.02～umd
============================== */
.newsinbox #top_mypage img {
  vertical-align: baseline; }

#item-recommend.horizontal {
  margin: 0 0 15px 0; }
  #item-recommend.horizontal ul {
    letter-spacing: -0.4em; }
  #item-recommend.horizontal li {
    letter-spacing: normal;
    width: 160px;
    margin: 0 13px 10px 0;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    word-wrap: break-word; }
    #item-recommend.horizontal li:nth-of-type(4n) {
      margin-right: 0; }
    #item-recommend.horizontal li .captionText12 {
      font-size: 13px;
      line-height: 1.5;
      font-weight: bold; }
  #item-recommend.horizontal a {
    display: block;
    color: #333; }
    #item-recommend.horizontal a:hover {
      color: #06C;
      text-decoration: none; }
    #item-recommend.horizontal a img {
      width: 100%;
      height: auto;
      border: 1px solid #CCC;
      box-sizing: border-box; }
      #item-recommend.horizontal a img:hover {
        filter: alpha(opacity=80);
        opacity: 0.8;
        background: #FFF; }
  #item-recommend.horizontal img {
    margin: 0; }
  #item-recommend.horizontal .captionText11 {
    font-size: 11px;
    font-weight: normal;
    line-height: 1.6;
    color: #333; }
  #item-recommend.horizontal .item-name a {
    color: #0066CE;
    text-decoration: underline; }
    #item-recommend.horizontal .item-name a:hover {
      text-decoration: none; }
  #item-recommend.horizontal .captionText12 {
    font-size: 12px;
    font-weight: normal;
    line-height: 1.4;
    margin-bottom: 10px; }
  #item-recommend.horizontal .price {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.3;
    color: #F00; }
    #item-recommend.horizontal .price span.tax {
      font-size: 10px;
      font-weight: normal;
      margin: 0 0.5em; }

.top-coupon {
  width: 100%;
  text-align: center;
  background: #C03; }

/* オンマウス */
.tagcloud {
  margin: 0 0 10px; }

.tagCloud li a:hover {
  color: #1197b2;
  background-color: #FFF;
  border: 1px solid #1197b2; }

.swiper-container {
  width: 100%;
  height: 300px;
  margin: 0 auto 20px; }

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #FFF;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

#menuList {
  width: 100%;
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none; }
  #menuList > li {
    margin-bottom: -1px; }
  #menuList ul li {
    margin-bottom: -1px;
    border: solid 1px #CCC; }

.entry-share {
  margin: 0 auto 3em;
  width: 100%; }
  .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; }

/*********************************/
/* フッター　*/
/*********************************/
.lineBanner {
  margin: 0 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-ad {
  margin: 20px 0 0 0;
  padding: 20px 0;
  width: 100%;
  background-color: #DDD;
  text-align: center; }
  .footer-ad > div {
    width: 728px;
    margin: 0 auto;
    text-align: center; }
  .footer-ad a {
    display: block;
    margin: 0 auto;
    width: 728px;
    height: 90px; }

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 .headline {
      font-size: 16px;
      font-weight: 700;
      line-height: 1;
      text-align: center; }
    footer .aboutUs .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: calc(1000px / 7); }
    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; }

#sidestop {
  position: sticky;
  top: 0; }

.pagetop {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 55px;
  position: absolute;
  right: 50%;
  bottom: 182px;
  left: 47%; }
  .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;
    display: block;
    text-align: center; }
    .pagetop a:hover {
      background: none;
      text-decoration: none; }
    .pagetop a img {
      -webkit-animation: shake 6s linear infinite;
      -ms-animation: shake 6s linear infinite;
      animation: shake 6s linear infinite; }

.articleList li {
  border-bottom: dotted 1px #999;
  list-style: none;
  overflow: hidden;
  padding: 15px 0 15px 0;
  margin: 0 0 0;
  width: 100%; }
  .articleList li:hover {
    background: #FAFAFA; }

.textLinkList {
  font-size: 14px; }
  .textLinkList li {
    margin: 0 0 0 0;
    padding: 6px 0;
    border-bottom: dotted 1px #CCC;
    list-style: none; }
    .textLinkList li:last-child {
      border-bottom: none;
      padding-bottom: 0; }
  .textLinkList a {
    display: block; }
    .textLinkList a:hover {
      color: #00aced; }

.row {
  margin: 1em 0; }
  .row ul {
    letter-spacing: -0.4em; }
    .row ul li {
      display: inline-block;
      margin: 0 13px 20px 0;
      width: 160px;
      list-style: none;
      vertical-align: top;
      letter-spacing: normal; }
      .row ul li:nth-of-type(4n) {
        margin-right: 0; }
      .row ul li img {
        max-width: 100%;
        height: auto;
        border: solid 1px #CCC; }

.related-entry-title {
  word-break: break-all;
  font-weight: 400; }

.border-box {
  padding: 10px;
  border: solid 1px #CCC; }

/*********************************************************/
/* タグCloud */
/*********************************************************/
.tagcloud a {
  background: #FFF;
  border: solid 1px #CCC;
  border-radius: 3px;
  color: #666;
  display: inline-table;
  padding: 3px 4px;
  margin-top: 3px;
  text-decoration: none; }

/* 以下はタグにローマ字がある場合の設定 */
a.tag-link-14, a.tag-link-35 {
  padding: 4px 4px 3px 4px; }

/*********************************************************/
/* バイクリサーチ */
/*********************************************************/
.research-title {
  margin: 0px 0px 10px;
  padding: 10px;
  background: #F00;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 1; }

.bikebros-research li {
  margin: 0 0 10px 0;
  width: 300px; }
  .bikebros-research li:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""; }
.bikebros-research .photo {
  float: left;
  margin: 0 10px 0 0;
  width: 120px; }
  .bikebros-research .photo img {
    width: 120px;
    height: auto; }
.bikebros-research .title {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.3; }

.twitter-follow-button {
  vertical-align: middle; }

/*********************************************************/
/* フォーム */
/*********************************************************/
.form {
  padding: 30px;
  background: #F3EFE7; }
  .form textarea {
    padding: 4px;
    width: 100%; }
  .form input {
    padding: 4px;
    width: 100%; }
    .form input[type="submit"] {
      background: #00ACED;
      color: #FFF;
      font-weight: bold;
      padding: 5px 15px;
      cursor: pointer;
      border-top: solid 3px #00ACED;
      border-left: solid 3px #00ACED;
      border-right: solid 3px #0089BD;
      border-bottom: solid 3px #0089BD;
      width: 100%;
      font-size: 18px; }
  .form .caption {
    text-align: center;
    color: #c00;
    font-size: 14px;
    line-height: 1.4; }

.pc-switch {
  display: block;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  width: 100%;
  background-color: #111;
  font-size: 30px;
  font-weight: bold;
  padding: 30px; }

.midashi-title {
  padding-bottom: 5px;
  border-bottom: solid 1px #333; }

.lcp_catlist li {
  display: inline-block;
  width: 200px;
  margin: 0 34px 20px 0;
  vertical-align: top; }
  .lcp_catlist li:nth-of-type(3n) {
    margin-right: 0; }
  .lcp_catlist li .lcp_post {
    margin: 5px 0 0 0;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.3; }
  .lcp_catlist li a:nth-of-type(2) {
    width: 120px;
    height: 90px;
    display: block;
    float: right; }

/*********************************************************/
/* ブログカード調整 */
/*********************************************************/
.linkcard {
  padding: 10px;
  font: 400 14px/1.5 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
  background: #FFF;
  border: 1px solid #CCC;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: auto;
  zoom: 1;
  margin-bottom: 1em; }
  .linkcard a {
    color: #333; }
    .linkcard a:hover {
      text-decoration: underline; }
  .linkcard .lkc-favicon {
    display: inline;
    max-width: 25px;
    margin-right: 0.5em; }
  .linkcard .lkc-thumbnail {
    display: block;
    height: auto;
    overflow: hidden;
    margin: 0 10px 0 0;
    float: left; }
  .linkcard .lkc-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.3;
    display: block;
    margin: 0 0 10px 0; }
  .linkcard .lkc-info {
    margin-top: 30px;
    font-weight: 700;
    line-height: 25px; }
    .linkcard .lkc-info a {
      color: #82878c; }
  .linkcard .lkc-domain {
    vertical-align: bottom; }
  .linkcard .lkc-share {
    float: right; }
  .linkcard .lkc-url {
    display: none; }

/************************************
** メタスライダー
************************************/
.slides {
  height: 110px; }

#metaslider_container_28130 {
  margin: 0 0 10px 0; }

.buttonTop {
  margin: 20px auto;
  width: 200px; }
  .buttonTop a {
    display: block;
    padding: 5px 10px;
    text-align: center;
    font-size: 14px;
    background: #FFF;
    text-decoration: none;
    border: solid 1px #CCC;
    border-radius: 5px; }

/************************************
** EC
************************************/
.ecitembox {
  border: 1px solid #ddd;
  word-wrap: break-word;
  max-width: 100%;
  border-radius: 5px;
  margin: 15px 0; }
  .ecitembox p {
    margin-bottom: 0 !important; }
  .ecitembox a {
    color: #333;
    background: #fbfaf8;
    display: block;
    -webkit-transition: 0.1s ease-in-out;
    -moz-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out; }
    .ecitembox a:hover {
      background: #fFe; }
  .ecitembox .photo {
    float: left;
    padding: 15px; }
    .ecitembox .photo img {
      display: block;
      padding: 0;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
      width: 200px;
      height: auto; }
  .ecitembox .info {
    line-height: 180%; }
    .ecitembox .info .itemname {
      padding: 10px 10px 10px 0;
      font-size: 16px;
      font-weight: 700;
      line-height: 1.3; }
    .ecitembox .info::before {
      content: '関連商品';
      color: #FFF;
      background: #3D65C7;
      width: 5em;
      display: inline-block;
      text-align: center;
      margin-right: 0.5em;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      margin-top: 15px; }
    .ecitembox .info .price {
      font-weight: bold;
      color: #CC0000;
      font-size: 14px !important;
      margin-bottom: 8px; }
  .ecitembox a {
    text-decoration: none; }
  .ecitembox .info::after {
    clear: both;
    content: "";
    display: block;
    height: 1px;
    overflow: hidden; }
  .ecitembox .info .linkbutton {
    text-align: right;
    margin: 10px;
    display: block !important; }
    .ecitembox .info .linkbutton img {
      max-width: 100%;
      height: auto; }

/* youtubeの埋め込み */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  }
  .youtube iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  }

/*　ブランドボイス20180315　*/
.brandVoiceWidget {
  width: 300px;
  margin: 0 auto; }
  .brandVoiceWidget .voiceFeed {
    margin: 0 0 20px; }
    .brandVoiceWidget .voiceFeed::before {
      content: "ブランドボイスをチェック！";
      display: block;
      text-align: left;
      padding: 15px 10px;
      background-color: #333;
      color: #FFF;
      font-size: 15px;
      font-weight: 700;
      line-height: 1;
      margin: 0 0 10px; }
  .brandVoiceWidget .voicePresent::before {
    content: "aaaa";
    display: block;
    text-align: left;
    padding: 10px;
    background-color: #C00;
    color: #FFF;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 10px; }
  .brandVoiceWidget .brandVoiceMore {
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    margin: 5px 0 0; }
    .brandVoiceWidget .brandVoiceMore a {
      color: #333;
      display: block;
      text-decoration: none;
      text-align: center;
      padding: 8px 10px;
      border: solid 1px #CCC; }
  .brandVoiceWidget .feedList::before {
    content: "有名ショップやメーカーの新着情報";
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    display: block;
    margin: 0 0 10px; }
  .brandVoiceWidget .feedList li {
    margin: 0 0 10px; }
  .brandVoiceWidget .presentList li {
    margin: 0 0 10px; }
  .brandVoiceWidget .feedList li::after, .brandVoiceWidget .presentList li::after {
    content: " ";
    display: block;
    clear: both; }
  .brandVoiceWidget .feedList .feedThumbnail, .brandVoiceWidget .feedList .presentThumbnail {
    float: left;
    width: 110px;
    overflow: hidden; }
  .brandVoiceWidget .presentList .feedThumbnail, .brandVoiceWidget .presentList .presentThumbnail {
    float: left;
    width: 110px;
    overflow: hidden; }
  .brandVoiceWidget .feedList .feedThumbnail a, .brandVoiceWidget .feedList .presentThumbnail a {
    display: block;
    text-decoration: none; }
  .brandVoiceWidget .presentList .feedThumbnail a, .brandVoiceWidget .presentList .presentThumbnail a {
    display: block;
    text-decoration: none; }
  .brandVoiceWidget .feedList .feedThumbnail img, .brandVoiceWidget .feedList .presentThumbnail img {
    width: 100px;
    height: 75px; }
  .brandVoiceWidget .presentList .feedThumbnail img, .brandVoiceWidget .presentList .presentThumbnail img {
    width: 100px;
    height: 75px; }
  .brandVoiceWidget .feedList .feedText, .brandVoiceWidget .feedList .presentText {
    overflow: hidden; }
  .brandVoiceWidget .presentList .feedText, .brandVoiceWidget .presentList .presentText {
    overflow: hidden; }
  .brandVoiceWidget .feedList .feedText span, .brandVoiceWidget .feedList .presentText span {
    display: block; }
  .brandVoiceWidget .presentList .feedText span, .brandVoiceWidget .presentList .presentText span {
    display: block; }
  .brandVoiceWidget .presentList .feedText .feedTitle a, .brandVoiceWidget .presentList .feedText .presentTitle a {
    color: #333;
    text-decoration: none; }
  .brandVoiceWidget .presentList .presentText .feedTitle a, .brandVoiceWidget .presentList .presentText .presentTitle a {
    color: #333;
    text-decoration: none; }
  .brandVoiceWidget .feedList .feedText .feedTitle, .brandVoiceWidget .feedList .feedText .presentTitle {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 5px; }
  .brandVoiceWidget .feedList .presentText .feedTitle, .brandVoiceWidget .feedList .presentText .presentTitle {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 5px; }
  .brandVoiceWidget .presentList .feedText .feedTitle, .brandVoiceWidget .presentList .feedText .presentTitle {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 5px; }
  .brandVoiceWidget .presentList .presentText .feedTitle, .brandVoiceWidget .presentList .presentText .presentTitle {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 5px; }
  .brandVoiceWidget .feedList .feedText .feedTitle a, .brandVoiceWidget .feedList .feedText .presentTitle a {
    color: #333;
    text-decoration: none; }
  .brandVoiceWidget .feedList .presentText .feedTitle a, .brandVoiceWidget .feedList .presentText .presentTitle a {
    color: #333;
    text-decoration: none; }
  .brandVoiceWidget .feedList .feedText .feedBrandName, .brandVoiceWidget .feedList .feedText .presentBrandName {
    color: #666;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.2; }
  .brandVoiceWidget .feedList .presentText .feedBrandName, .brandVoiceWidget .feedList .presentText .presentBrandName {
    color: #666;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.2; }
  .brandVoiceWidget .presentList .feedText .feedBrandName, .brandVoiceWidget .presentList .feedText .presentBrandName {
    color: #666;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.2; }
  .brandVoiceWidget .presentList .presentText .feedBrandName, .brandVoiceWidget .presentList .presentText .presentBrandName {
    color: #666;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.2; }
  .brandVoiceWidget .feedList .feedText .presentTime, .brandVoiceWidget .feedList .presentText .presentTime {
    color: #C00;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 5px; }
  .brandVoiceWidget .presentList .feedText .presentTime, .brandVoiceWidget .presentList .presentText .presentTime {
    color: #C00;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 5px; }
  .brandVoiceWidget .feedList .feedText .feedDate, .brandVoiceWidget .feedList .presentText .feedDate {
    font-size: 10px;
    font-weight: 400;
    line-height: 1;
    margin: 5px 0 0; }
  .brandVoiceWidget .presentList .feedText .feedDate, .brandVoiceWidget .presentList .presentText .feedDate {
    font-size: 10px;
    font-weight: 400;
    line-height: 1;
    margin: 5px 0 0; }
  .brandVoiceWidget .feedList .feedText .fanButton, .brandVoiceWidget .feedList .presentText .fanButton {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    margin: 5px 0; }
  .brandVoiceWidget .presentList .feedText .fanButton, .brandVoiceWidget .presentList .presentText .fanButton {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    margin: 5px 0; }
  .brandVoiceWidget .feedList .feedText .fanButton a, .brandVoiceWidget .feedList .presentText .fanButton a {
    color: #FFF;
    display: inline-block;
    background-color: #FF9326;
    border-radius: 4px;
    padding: 3px 10px;
    text-decoration: none; }
  .brandVoiceWidget .presentList .feedText .fanButton a, .brandVoiceWidget .presentList .presentText .fanButton a {
    color: #FFF;
    display: inline-block;
    background-color: #FF9326;
    border-radius: 4px;
    padding: 3px 10px;
    text-decoration: none; }

.topNews {
  padding: 20px;
  border: solid 1px #CCC;
  margin: 0 0 1em 0; }
  .topNews li {
    list-style: none; }

.topics {
  padding: 0 0 0 0px; }

.ribbon {
  position: relative; }
  .ribbon img {
    position: absolute;
    top: -15px;
    display: none; }

.boderTop333 {
  border-top: solid 10px #333; }

.contents p {
  color: #333;
  margin: 1em 0; }
.contents img[width="640"] {
  width: 100%;
  height: auto; }

.contents-box {
  display: table;
  width: 100%;
  text-decoration: none; }
  .contents-box .list-text {
    display: table-cell;
    overflow: hidden;
    width: 100%;
    vertical-align: middle;
    text-align: left; }
    .contents-box .list-text .contents-title {
      display: block;
      margin: 0;
      font-weight: bold;
      font-size: 22px;
      line-height: 1.25; }
      .contents-box .list-text .contents-title:hover {
        color: #00aced;
        text-decoration: underline; }
    .contents-box .list-text .contents-upDate {
      display: block;
      margin: .5em 0;
      text-align: left;
      font-size: 11px;
      line-height: 1.2; }
    .contents-box .list-text .contents-description {
      display: block;
      font-size: 13px;
      line-height: 1.4; }
  .contents-box .list-thumbnail {
    overflow: hidden;
    display: table-cell;
    width: 200px;
    margin: 0 0 0 10px;
    float: right; }

.slick-dots li {
  margin: 0; }

.articleComentForm {
  display: table;
  margin-bottom: 10px;
  padding: 20px;
  border-radius: 6px;
  background-color: #EEE;
  vertical-align: top; }

.articleCommentInputContents {
  display: table-cell;
  width: 100%;
  vertical-align: middle; }

.articleCommentSend {
  display: table-cell;
  padding: 0 0 0 20px;
  width: 120px;
  height: 50px;
  vertical-align: middle;
  vertical-align: top;
  text-align: center; }
  .articleCommentSend a {
    display: block;
    padding: 14px 10px 12px;
    width: 130px;
    border-radius: 6px;
    background-color: #265BC3;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px; }
    .articleCommentSend a:hover {
      background-color: #154AB2;
      color: #FFF;
      text-decoration: none; }
  .articleCommentSend:after {
    height: 0;
    visibility: hidden;
    content: ".";
    display: block;
    clear: both; }

.articleCommentInputContents textarea {
  background: #FFF;
  resize: vertical;
  width: 100%;
  border: 1px inset #d9d9d9;
  border-radius: 2px;
  padding: 8px;
  height: 100px;
  margin-bottom: 10px;
  transition: box-shadow 0.1s linear, border 1s linear;
  font: 15px/1.3em "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  transition: all 0.7s; }
  .articleCommentInputContents textarea:focus {
    cursor: text;
    opacity: 1;
    height: 180px; }

.articleComentForm .caution {
  font-size: 11px;
  line-height: 1.6; }
  .articleComentForm .caution:before {
    height: 0;
    visibility: hidden;
    content: ".";
    display: block;
    clear: both; }

.article_comment_Formmidashi {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px; }

.fb-like iframe {
  max-width: none !important; }

.bg-c444 {
  background-color: #111; }

.contents {
  margin: 0;
  padding: 0;
  width: 680px;
  background-color: #FFF;
  display: inline-block;
  vertical-align: top; }

.top-inner {
  width: 880px;
  display: flex;
  justify-content: space-between; }

.sidebar-right {
  width: 300px;
  background-color: #FFF;
  display: inline-block;
  vertical-align: top;
  margin: 0; }

.mainimage {
  margin: 0 0 20px;
  width: 900px;
  background-color: #FFF;
  color: #333; }
  .mainimage a {
    position: relative;
    display: block; }
    .mainimage a:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 60px;
      height: 60px;
      content: url("https://image.bikebros.co.jp/news/icon_pickup.png"); }
  .mainimage .thumbnail {
    width: 215px;
    overflow: hidden; }
    .mainimage .thumbnail img {
      max-width: none;
      width: 100%;
      height: auto;
      object-fit: cover; }

.mainimage-inner {
  font-size: 0; }
  .mainimage-inner > div {
    display: inline-block;
    vertical-align: top;
    margin-right: 4px;
    margin-bottom: 10px;
    width: 215px; }
    .mainimage-inner > div:nth-of-type(4n) {
      margin-right: 0; }

.kijititle {
  color: #333;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  margin-top: 5px; }

.left-side {
  letter-spacing: normal;
  width: 240px;
  background-color: #FFF;
  margin: 0 18px 0 0;
  display: inline-block;
  vertical-align: top; }

.menu {
  margin: 0 0 10px 0; }
  .menu a {
    position: relative;
    display: block;
    padding: 6px;
    text-decoration: none;
    font-weight: 700; }
    .menu a::after {
      position: absolute;
      top: 50%;
      right: 0px;
      display: block;
      margin-top: -4px;
      width: 8px;
      height: 8px;
      border-top: 1px solid #888;
      border-right: 1px solid #888;
      content: '';
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .menu a:hover {
      background-color: #EFEFEF; }
      .menu a:hover::after {
        right: 10px; }

.button {
  position: relative;
  display: block;
  margin: 10px 0 30px;
  padding: 6px 24px;
  border: 1px solid #124d77;
  border-radius: 3px;
  background-color: #007dc1;
  box-shadow: inset 0px 1px 0px 0px #54a3f7;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  text-shadow: 0px 1px 0px #154682;
  font-size: 14px;
  cursor: pointer; }
  .button:hover {
    background-color: #0061a7; }
  .button:active {
    position: relative;
    top: 1px; }
  .button:after {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    margin-top: -4px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    content: '';
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

.button-right {
  float: right; }

/*--------------------------------------------------------
ブランドボイス
--------------------------------------------------------*/
.midashi_bar {
  display: none; }

.list {
  margin: 0 0 0 0;
  padding: 6px 0;
  border-bottom: dotted 1px #CCC;
  list-style: none; }

.touring_title {
  margin: 0;
  font-weight: bold;
  font-size: 15px; }

.text {
  margin: 0;
  font-size: 12px; }

.date {
  margin: 0;
  color: #666;
  font-size: 11px; }

.more {
  display: none; }

.foo {
  max-width: 100%;
  height: auto; }

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

/* =======================================
	BIKEBROS－145：ホームページのフォッタにグループ会社のリンク追加
======================================= */
.footer_column {
    padding: 0 0 30px;
    width: 1000px;
    margin: 0 auto;
}

.footer_column dl {
    margin: 0 auto;
    font-size: 11px;
}

.footer_column dl dd {
    padding: 0;
    margin: 0;
}

.footer_column dl dd li {
    display: inline;
}

.footer_column dl dt.text_c {
    text-align: center;
    font-size: 14px;
}

.footer_column dl dt {
    padding: 0 4px;
    font-weight: bold;
    margin-bottom: 6px;
}

.footer_column dl dd li a {
    color: #333;
    margin-right: 8px;
    font-size: 11px;
    line-height: 1.8;
}

.footer_column .dl2_center {
    margin-top: 10px !important;
    text-align: center;
}

.footer-inner.footer-home {
  margin: 0 auto 20px;
}
figure {
  display: block;
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -moz-margin-start: 0px;
  -moz-margin-end: 0px;
  margin: 0px;
}