@charset "utf-8";

/* =======================================
標準デザイン
======================================= */

.clear { clear: both }

#container {
margin: auto!important;
height: auto;
zoom: 100%;
}

#container:after {
content: "";
display: block;
clear: both;
height: 1px;
overflow: hidden;
}

.context {
overflow: hidden;
text-align: left;
margin-bottom: 10px;
}

.context p {
font-size: 16px;
line-height: 170%;
color: #000;
margin-bottom: 15px;
}

.context img { vertical-align: middle }


/* メインカット */

#mainimg950 { width: 950px }


/* 共通クレジット */

#credit {
font-size: 12px;
color: #333333;
margin-bottom: 5px;
margin-top: 5px;

display: -webkit-box;
display: -ms-flex;
display: -webkit-flex;
display: flex;
box-sizing: border-box;
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
}

#credit:after {
content: "";
display: block;
clear: both;
height: 1px;
overflow: hidden;
}


* html #credit {
height: 1em;
overflow: visible;
}


#credit .left {
-webkit-box-flex: 1; /* Safari,Google Chrome用 */
-moz-box-flex: 1; /* Firefox用 */
-ms-flex-grow: 1;
-webkit-flex-grow: 1;
flex-grow: 1;
text-align: left;
}

#credit .right {

width: 200px;
margin-left:20px;
text-align: right;
}



/* 導入部分 */

.leadintro {
background-color: rgb(238, 238, 238);
border: 1px solid rgb(204, 204, 204);
color: rgb(0, 0, 0);
font-size: 14px;
font-weight: nomal;
line-height: 155%;
margin-bottom: 30px;
padding: 18px;
}


.topicsmain_cap {
color: #990000 !important;
padding-top: 5px;
font-size: 14px !important;
font-family: 'ヒラギノ角ゴ Pro W6','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
line-height: 150% !important;
}


/* SNS関係 */

.fblikebox {
text-align: center;
background-color: #EEE;
padding: 10px;
}

.snsbox {
font-size: 15px;
color: #000;
line-height: 165%;
}


/* =======================================
マージンの定義
======================================= */

.mb5{ margin-bottom:5px; }
.mb10{ margin-bottom:10px; }
.mb15{ margin-bottom:15px; }
.mb20{ margin-bottom:20px; }

.mt5{ margin-top:5px; }
.mt10{ margin-top:10px; }
.mt15{ margin-top:15px; }
.mt20{ margin-top:20px; }

.ml5{ margin-left:5px; }
.ml10{ margin-left:10px; }
.ml15{ margin-left:15px; }
.ml20{ margin-left:20px; }

.mr5{ margin-right:5px; }
.mr10{ margin-right:10px; }
.mr15{ margin-right:15px; }
.mr20{ margin-right:20px; }



/* =======================================
リンクボタン
======================================= */

.broslink a {
border: 1px solid #F90;
display: block;
padding: 8px 12px;
text-align: center;
font-size: 16px;
color: #111 !important;
font-weight: bold;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #feae31), color-stop(0.00, #efe457));
background: -webkit-linear-gradient(top, #efe457 0%, #feae31 100%);
background: -moz-linear-gradient(top, #efe457 0%, #feae31 100%);
background: -o-linear-gradient(top, #efe457 0%, #feae31 100%);
background: -ms-linear-gradient(top, #efe457 0%, #feae31 100%);
background: linear-gradient(top, #efe457 0%, #feae31 100%);
text-decoration: none;
}




/* =======================================
見出し全般
======================================= */

.context h2.midashi {
border-left: 6px solid #C60000;
color: rgb(0, 0, 0);
font-size: 20px;
font-weight: bold;
line-height: 140%;
margin-bottom: 15px;
padding: 5px 10px;
}


.boxmidashi {
text-align: left;
font-size: 18px;
font-weight: bold;
color: #FFF;
padding: 10px;
margin: 0px 0px 10px;
background: #45484d; /* Old browsers */
background: -moz-linear-gradient(top,  #45484d 0%, #000000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #45484d 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #45484d 0%,#000000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #45484d 0%,#000000 100%); /* IE10+ */
background: linear-gradient(to bottom,  #45484d 0%,#000000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
border-top-left-radius: 3px;
border-top-right-radius: 3px;
position: relative;
}




/* =======================================
ショップ情報枠
======================================= */



.brandbox_midashi {
border-bottom: 2px solid #333;
padding-bottom: 5px;
margin-bottom: 10px;
font-size: 24px;
font-weight: bold;
color: #333;
}

.shopbox {
width: 950px !important;
padding: 15px 0 10px;
border: none
text-align: left;
margin-top: -10px;
overflow: hidden;
margin-bottom: 20px;
box-sizing: border-box;
}



.brandbox {
width: 950px !important;
padding: 15px 15px 10px 15px;
border: 1px solid #000;
text-align: left;
margin-top: -10px;
overflow: hidden;
margin-bottom: 20px;
box-sizing: border-box;
}

.brandbox01 {
min-width: 280px;
padding-right: 20px;

vertical-align: middle;
}

.brandbox01 img {
width: 100%;
height: auto;
}

.brandbox02 {
font-size: 12px;
line-height: 160%;
color: #000;
vertical-align: middle;
min-width: 430px;
margin-right: 20px;
}

.brandbox03 {
font-size: 12px;
line-height: 160%;
color: #000;
vertical-align: middle;
}



.profile_name {
color: #000;
font-size: 16px;
font-weight: bold;
padding: 0;
margin-bottom: 10px;
}

.profile_intro {
font-size: 13px !important;
color: #333;
line-height: 145%;
margin-bottom: 15px;
}




/* =======================================
FLEXBOX の定義
======================================= */


.flexbox {
display: -webkit-box;
display: -ms-flex;
display: -webkit-flex;
display: flex;
box-sizing: border-box;
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;

}

.flexreverse {
display: -webkit-box;
display: -ms-flex;
display: -webkit-flex;
display: flex;
-ms-flex-direction: row-reverse;
-webkit-flex-direction: row-reverse;
-webkit-box-orient:horizontal;
-webkit-box-direction:reverse;
flex-direction: row-reverse;
}




.vcenter{
-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
align-items: center; /* 縦方向中央揃え */
}


.flexcolumn{
-ms-flex-direction: column;
-webkit-flex-direction: column;
flex-direction: column;
-webkit-box-orient:vertical ;
box-orient:vertical ;
}



.flexbetween{ -webkit-justify-content: space-between;justify-content:space-between;}


/* flexbox用の幅定義 */

.w350{  width:350px;  }
.w465{  width:465px; max-width:465px;  }


/* =======================================
記事個別の追加
======================================= */




.leadbox{
background-color: rgb(238, 238, 238);
border: 1px solid rgb(204, 204, 204);
color: rgb(0, 0, 0);
font-size: 16px;
line-height: 155%;
margin-bottom: 30px;
padding: 18px;
text-align: left;
}

.introbox h2.midashi {
border-left: none;
color: rgb(0, 0, 0);
font-size: 28px;
font-weight: bold;
line-height: 110%;
margin-bottom: 15px;
padding: 0;
}


.thanxbox > div .photo{float:left;margin:0 10px 10px 0;}

.thanxbox > div {width:460px; max-width:460px;  padding:0 5px 5px;}

.thanxbox > div > div:nth-child(4)::before{ content: ""; clear: both; display: block;}

#maintitle{
font-size: 2.7em;
line-height: 1.1;
font-weight: bold;
margin: 10px 0 10px;
}

.flexbox .topicsmain_cap{font-size: 14px !important;}

h4.capmidashi{
font-size: 16px;
font-weight: bold;
margin-bottom: 5px;
}
.caption {
font-size: 14px !important;
line-height: 1.6 !important;
}


.infolink{ background-image:url(http://www.bikebros.co.jp/vb_img/bbcommon/img/sp/new_window.png); background-repeat:no-repeat; padding-left:20px; margin-top:10px; font-size:13px;}
.infolink a{ font-size:13px; color:#1685CC; text-decoration:underline; padding-top:0; display:inline;}
