@charset "utf-8";
/* CSS Document */
/* =======================================
標準レイアウト
======================================= */
#container {
    width: 950px;
    margin: auto!important;
    height: auto;
    zoom: 100%;
}
#container:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
.contents_detail {
    overflow: hidden;
    text-align: left;
    margin-bottom: 10px;
}
.contents_detail p {
    font-size: 16px;
    line-height: 170%;
    color: #000;
    margin-bottom: 15px;
}
.contents_detail img { vertical-align: middle }
/* メインカット */
#mainimg950 { width: 950px }
/* 導入部分 */
.leadbox {
    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;
}
.leadintro {
    font-size: 12px !important;
    color: #900 !important;
    line-height: 150% !important;
    margin-top: 5px;
}
/* =======================================
マージンの定義
======================================= */
.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: 15px;
    color: #111 !important;
    font-weight: bold;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    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;
}
.infolink {
    background-image: url(https://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;
}
/* =======================================
見出し
======================================= */
.boxmidashi {
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
    padding: 10px;
    /* margin: 0px 0px 10px; */
    background: #45484d;
    background: -moz-linear-gradient(top,  #45484d 0%, #000000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000));
    background: -webkit-linear-gradient(top,  #45484d 0%,#000000 100%);
    background: -o-linear-gradient(top,  #45484d 0%,#000000 100%);
    background: -ms-linear-gradient(top,  #45484d 0%,#000000 100%);
    background: linear-gradient(to bottom,  #45484d 0%,#000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 );
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    position: relative;
}
.contents_detail h2.midashi {
    border-left: 10px solid #C00;
    color: #000;
    font-size: 24px !important;
    font-weight: bold;
    line-height: 140%;
    margin-bottom: 15px;
    padding: 5px 10px;
}
/* =======================================
クレジット
======================================= */
#credit {
    font-size: 12px;
    color: #333333;
    margin-bottom: 5px;
    margin-top: 5px;
}
#credit:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html #credit {
    height: 1em;
    overflow: visible;
}
/**/
#credit .left {
    width: 720px;
    float: left;
    text-align: left;
}
#credit .right {
    width: 200px;
    float: right;
    text-align: right;
}
.clear { clear: both }
/* =======================================
ショップ情報枠
======================================= */
.brandbox_midashi {
    background-color: #000;
    color: #fff;
    padding: 7px 7px 5px 17px;
    width: 926px;
    text-align: left;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 0;
}
.brandbox {
    width: 950px !important;
    padding: 15px 15px 10px 15px;
    border: 5px solid #000;
    text-align: left;
    overflow: hidden;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.brandbox01 {
    width: 200px;
    min-width: 200px;
    max-width: 200px;
    padding-right: 20px;
    vertical-align: middle;
}
.brandbox01 img {
    width: 100%;
    height: auto;
}
.brandbox02 {
    font-size: 12px;
    line-height: 160%;
    color: #000;
    vertical-align: middle;
}
.brandbox03 {
    -webkit-box-flex: 1; /* Safari,Google Chrome用 */
    -moz-box-flex: 1; /* Firefox用 */
    -ms-flex-grow: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}
.brandbox03 .profile_intro { font-size: 13px !important }
.profile_name {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    padding: 0;
    margin-bottom: 10px;
}
.profile_intro {
    font-size: 12px;
    color: #333;
    line-height: 145%;
    margin-bottom: 8px;
}
/* =======================================
スライド
======================================= */
#photo_topicsbox {
    width: 950px;
    margin-bottom: 20px;
    clear: both;
    height: 741px;
    background-color: #000;
}
#photo_topicsbox #photo_topicsbox_l {
    width: 950px;
    background-color: #000;
    height: 760px;
}
.panel img {
    width: 948px;
    border-right: 1px solid #000;
}
.photog-cap {
    color: #FFF !important;
    padding-top: 10px;
    font-size: 12px !important;
    font-family: 'ヒラギノ角ゴ Pro W6','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    line-height: 150%;
    padding-left: 2.4em;
    text-indent: -2.4em;
}
.topics_cap {
    color: #FFF !important;
    padding-top: 10px;
    font-size: 12px !important;
    font-family: 'ヒラギノ角ゴ Pro W6','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    line-height: 150%;
    padding-left: 2.4em;
    text-indent: -2.4em;
}
.photo_number {
    background-color: #CC0000;
    color: #FFFFFF;
    padding: 2px 5px 2px 5px;
    margin-right: 5px;
}
.number {
    background-color: #CC0000;
    color: #FFFFFF;
    padding: 2px 5px 2px 5px;
    margin-right: 5px;
}
.filmstrip { display: block !important }
/* facebook 950px */
.fblikebox {
    text-align: center;
    background-color: #EEE;
    padding: 10px;
}
/* =======================================
キャプション
======================================= */
.photo_cap {
    font-size: 13px !important;
    color: #666 !important;
    line-height: 130% !important;
}

.capphoto{
    margin-bottom: 10px;
    margin-top: 10px;
}
/* =======================================
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 {
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-direction: reverse;
    box-direction: reverse;
}
.flexwrap {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.vcenter {
    -webkit-align-items: center;
    align-items: center;
}
.flexgr1 {
    -webkit-box-flex: 1; /* Safari,Google Chrome用 */
    -moz-box-flex: 1; /* Firefox用 */
    -ms-flex-grow: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}
.flexcolumn {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    box-orient: vertical;
}
.flexbetween {
	-webkit-justify-content:flex-start;
    justify-content:flex-start;
}
/* =======================================
幅の定義
======================================= */
.w100p { width: 100% }
.w220 {
    width: 220px;
    min-width: 220px;
}
.w280 {
    width: 280px;
    min-width: 280px;
}
.w350 {
    width: 350px;
    min-width: 350px;
    max-width: 350px;
}
.w400 { width: 400px }
.w500 { width: 500px }
.w580 {
    width: 580px;
    min-width: 580px;
}
.w698 {
    width: 698px;
    min-width: 698px;
    max-width: 698px;
}
/* =======================================
記事個別の追加
======================================= */
/* ショップ情報の横幅 */
.brandbox01 { width: 200px }
.brandbox02 {
    width: 280px;
    min-width: 280px;
}
.brandbox03 { }
.broslink { padding: 0 100px }
.brandbox03 .broslink { padding: 0 0 }
.flex3box > div { width: 48.5% }
.flex3box img {
    width: 100%;
    height: auto;
}
.bgbox {
    background-color: #F2F2F2;
    padding: 10px;
}
.bgbox img {
    width: 100%;
    height: auto;
}

.detailbox{
	max-width:465px;
	margin-right:20px;
}

.detailbox:nth-child(even){
	margin-right:0;
}

.detailbox img{
	width: 100%;
}

.detailbox p{
	line-height:1.4;
	font-size:14px;
}


/* YOSHIMURA SHOPINFO */

#shopdata {
    background: none repeat scroll 0 0 #f0f0f0;
    border: 1px solid #000;
    padding: 10px;
}
#shopdata:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}


#shopdata img {
    float: left !important;
    margin-right: 20px !important;
    overflow: hidden;
}
#shopdata > p {
    font-size: 13px;
    line-height: 150%;
    overflow: hidden;
}
#shopdata p.midashi {
    border-style: none;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 0;
}

.leadintro_cap {
    font-size: 14px !important;
    color: #B20000 !important;
    line-height: 150% !important;
    border-bottom: 1px dotted #CCC;
    margin-bottom: 5px;
    padding-bottom: 10px;
}



.obi {
    text-align: left;
    font-size: 48px;
    font-weight: bold;
    color: #000;
    padding: 30px 0px 0px;
    margin: 0px 0px 30px;
}

div.lineup {
  margin: 20px 0 0 -30px;
  font-size: 0;
}
div.lineup > div {
  margin-left: 30px;
  width: 215px;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
}

div.lineup > div p{
  margin-bottom: 0px;
}

div.lineup > div img {
  width: 100%;
  height: auto;
}

.lineup .lineupname {
    font-weight: bold;
    line-height: 1.3;
    text-align: left;
    margin-bottom: 10px;
    font-size: 13px;
    height: 40px;
    background-color: #333;
    padding: 10px;
    color: #FFF;
}

.lineup .lineupname a{
    color: #FFF !important;
}

.lineuplink a{
text-decoration: none !important;
font-weight: bold;
text-align: center;
font-size: 16px;
display: block;
border: 1px solid #FFBF00;
color: #000 !important;
text-shadow: 1px 1px 3px #FFF;
padding: 7px 5px 5px;
border-radius: 5px;
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%);
width:80%;
margin:10px auto 30px;
}

.lineuplink a:hover{
color: #C00 !important;
}