@charset "UTF-8";
#container {
  width: 1000px;
  margin: 0 auto; }

.contents_detail {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7; }
  .contents_detail img {
    vertical-align: middle; }
  .contents_detail h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 .5em; }
  .contents_detail p {
    margin: 0 0 1em; }

.entryTitle {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
  margin: .5em 0; }

.credit {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
  margin: 5px 0;
  line-height: 1.5; }

.main-img {
  position: relative;
  margin: 0 0 10px; }

.main-icon {
  text-align: center;
  background: #C30;
  position: absolute;
  left: 20px;
  top: 20px;
  width: 100px;
  box-sizing: border-box;
  height: 100px;
  background-image: url("https://www.bikebros.co.jp/vb_img/tieup/short/icon.png"); }

.leadbox {
  background-color: #EFEFEF;
  border: 1px solid #CCC;
  color: black;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 30px;
  padding: 20px; }

.midashi {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 1em;
  padding: 0 0 0 10px;
  border-left: solid 10px #C00; }

.caption {
  color: #666;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 2em !important; }

.boxmidashi2 {
  text-align: left;
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
  margin: 0;
  padding: 10px;
  background: #45484d;
  background: -webkit-linear-gradient(#45484d 0%, #000000 100%);
  background: -o-linear-gradient(#45484d 0%, #000000 100%);
  background: linear-gradient(#45484d 0%, #000000 100%);
  border-radius: 3px　3px 0 0;
  position: relative; }

.brandInformation {
  display: table;
  width: 100%;
  border: solid 1px #333;
  box-sizing: border-box;
  margin: 0 0 20px;
  padding: 15px; }
  .brandInformation .brandLogo {
    display: table-cell;
    vertical-align: top;
    width: 200px; }
  .brandInformation .brandData {
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px; }
    .brandInformation .brandData .name {
      font-size: 16px;
      line-height: 1.3;
      font-weight: 700; }
    .brandInformation .brandData .address {
      font-size: 12px;
      line-height: 1.3;
      margin: 1em 0 0; }
    .brandInformation .brandData .description {
      color: #333;
      font-size: 12px;
      line-height: 1.5;
      margin: 1em 0 0; }

.flexbox {
  display: -webkit-box;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start; }
  .flexbox > div {
    flex: 465px; }

.relatedArticle {
  margin: 1em 0; }

.listView {
  font-size: 0; }
  .listView li {
    display: inline-block;
    vertical-align: top;
    width: calc((100% - (1% * 4) ) / 5 );
    margin: 0 1% 5px 0;
    box-sizing: border-box; }
    .listView li:nth-child(5n) {
      margin-right: 0; }
  .listView .linkBlock {
    color: inherit !important;
    display: block;
    text-decoration: none; }
    .listView .linkBlock::after {
      content: " ";
      display: block;
      clear: both; }
  .listView .thumbnail {
    float: left;
    width: 100%;
    margin: 0 0 5px; }
    .listView .thumbnail img {
      width: 100%;
      height: auto; }
  .listView .textBody .entryTitle {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: -.5px; }

.capphoto {
  margin: 0 0 10px; }

.fblikebox {
  text-align: center;
  background-color: #EEE;
  padding: 10px;
  margin-bottom: 20px; }

.row {
  font-size: 0;
  margin-bottom:10px; }
  .row > div {
    display: inline-block;
    vertical-align: top; }
    .row > div:nth-child(1) {
      width: 49%;
      margin-right: 2%; }
    .row > div:nth-child(2) {
      width: 49%;
      margin-right: 0; }
    .row > div img {
      width: 100%;
      height: auto;
      margin: 0 0 5px; }

.sns_timeline {
  -webkit-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  .sns_timeline .fblikebox, .sns_timeline .twitterbox {
    flex-basis: 470px; }

.fblikebox {
  text-align: center;
  background-color: #EEE;
  padding: 10px;
  margin-bottom: 20px; }

.twitterbox {
  padding: 10px; }

.sns_box {
  margin: 0 0 1em; }
  .sns_box::after {
    content: "";
    clear: both;
    display: block; }
  .sns_box .sns_facebook {
    float: right;
    text-align: right;
    width: 140px; }
  .sns_box .sns_twitter {
    float: right;
    width: 90px; }
    .sns_box .sns_twitter #twitter-widget-0 {
      vertical-align: bottom; }