@charset "EUC-JP";
/****************************************
		*INDEX骨格
*****************************************/
#container_home{
	font-size: 12px;
	line-height: 150%;
	font-weight: normal;
	color: #333333;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	text-align:left;
	clear:both;
}

#container_home:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}
/*￥*/
* html #container_home {
  height: 1em;
  overflow: visible;
}
/*￥*/
#container_home a {
  color: #000099;
}
#container_home a:hover {
  color: #000099;
  text-decoration: none;
}


/****************************************
		*右カラム見出し
*****************************************/
.midashi_big300 {
  font-family: 'ヒラギノ角ゴ Pro W6','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 13px;
  color: #000000;
  margin-bottom: 0px;
  clear: both;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 4px;
  padding-left: 10px;
  height:20px;
  background-image: url(../img/home/midashi_bg480.jpg);
  background-repeat: no-repeat;
  width:284px;
  border-right:1px solid #999999;
}
.midashi_big300:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}
/*￥*/
* html .midashi_big300{
  height: 1em;
  overflow: visible;
}
/*￥*/

.midashi_big300 .midashi_big300_title{
	text-align:left;
	font-weight:bold;
}



/****************************************
		*新着記事
*****************************************/
#newbox .rbox li {
	margin-bottom: 3px;
	list-style-image: url(../homeimg/home/list_red.gif);
	margin-left: 15px;
	padding: 0px;
}
.newbox {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style:dotted;
	border-bottom-color: #999999;
	width: 100%;
	font-size: 12px;
}
.newbox:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*￥*/
* html .newbox {
    height: 1em;
    overflow: visible;
}
/*￥*/
.newbox .bigmidashi {
	font-family: 'ヒラギノ角ゴ Pro W6','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.newbox a img {
	margin-right: 10px;
	border: 1px solid #CCCCCC;
}
.newbox a:hover img {
	border: 1px solid #FF0000;
}
	

/****************************************
		*特集枠
*****************************************/
.feat_up{
	border:2px solid #333333;
}
.feat_text{
	background-color:#333333;
	color:#FFFFFF;
	font-size:12px;
	line-height:130%;
	padding:7px 3px 7px 3px;
}
.feat_text a:link{
	text-decoration:none;
}
.feat_text a:hover{
	text-decoration:underline;
}
.feat_img{
	margin:0;
	padding:0;
}
.feat_img img{
	vertical-align:bottom;
}
.navi_magazine{
	padding-top:10px;
	margin-bottom:10px;
}
.new_kiji{
	width:480px;
	clear:both;
	padding-bottom:10px;
}	
.new_kiji:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html .new_kiji{
    height: 1em;
    overflow: visible;
}
.new_kiji_top{
	width:460px;
	clear:both;
	margin-bottom:5px;
}
.new_kiji01{
	width:156px;
	float:left;
	margin-right:6px;
	margin-bottom:7px;
}	
.new_kiji02{
	width:156px;
	float:left;
	margin-right:6px;
	margin-bottom:7px;
}	
.new_kiji03{
	width:156px;
	float:right;
	margin-bottom:6px;
}	
.new_data{
	color:#FFFFCC;
	font-size:10px;
	margin-top:5px;
}
.new_data_main{
	color:#FF9900;
	font-size:10px;
	margin-top:5px;
	margin-left:10px;
}

/*右メニューボーダー付き画像*/
.pick_hikaku_border {
	margin-bottom: 5px;
}
.pick_hikaku_border img{
	padding:2px;
	border:1px solid #cccccc;
	background-color:#FFFFFF;
}
.pick_hikaku_border a:hover img {
	padding:2px;
	border:1px solid #990000;
}
/****************************************
		*トップページライダーズボイス
*****************************************/
#ridersvoice {
	float: left;
	width: 290px;
	padding: 0px;
	margin: 5px 0px 0px 0px;
}

#ridersvoice .ridersvoice_user {
	float: left;
	width: 64px;
	display: block;
}
#ridersvoice .ridersvoice_user a img {
	padding: 1px;
	border: 1px solid #999999;
	vertical-align: bottom;
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
}
#ridersvoice .ridersvoice_voice {
	float: right;
	width: 225px;
	display: block;
	background-image: url(../img/top/voice_fukidashi.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;

}
#ridersvoice .ridersvoice_voice .inbox_voice {
	float: right;
	width: 190px;
	-moz-border-radius: 5px; /*Firefox*/
	-webkit-border-radius: 5px;  /*Safari,Chrome*/
	border-radius: 5px;
	background-color: #FFEBA0;
	font-size: 12px;
	line-height: 16px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
}
#ridersvoice .ridersvoice_voice .inbox_voice a {
	font-weight: bold;
	color: #0099CC;
	text-decoration: none;
}
#ridersvoice .ridersvoice_voice .inbox_voice .voicecap {
	font-size: 11px;
	line-height: 13px;
	margin-top: 5px;
}
.contenttitle{
	margin-bottom8px;
}

/****************************************
	*スライドショーメインカット
*****************************************/
#topmain340{
	width:640px;
	height:340px;
	clear:both;
}	

.column-new-midashi a{
	text-decoration:none;
	color:#0033CC!important;
	font-size:13px;
	font-weight:bold
}
.column-new-midashi a:hover{
	text-decoration:underline!important;
}
.common-column-new{
	border-bottom:1px dotted #999999;
	padding-bottom:5px;
	margin-bottom:5px;
}		
.common-column-new .column_data{
	font-size:11px;
	color:#666666;
}	
/*枠線あり*/
.context_new_center300{
	clear:both;
	width:288px;
	padding:5px;
	border:1px solid #CCCCCC;
	margin-bottom:10px;
}	
.context_new_center300:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}
/*￥*/
* html .context_new_center300{
  height: 1em;
  overflow: visible;
}
/*￥*/



/****************************************
	*street rride
*****************************************/
#american_mainbox950{
	width:950px;
	clear:both;
	height:340px;
	margin-bottom:0px;
}
#american_mainbox950:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}
/*\*/
* html #american_mainbox950 {
  height: 1em;
  overflow: visible;
}
/*\*/	
#american_mainbox950_l{
	width:640px;
	float:left;
	margin-right:10px;
}	
#american_mainbox950_r{
	width:300px;
	float:right;
}	
	
.srtitlename{
	color:#000000!important;
	font-size:16px;
	font-family:"Times New Roman", Times, serif;
	/*font-style:italic;*/
	margin-bottom:5px;
	font-weight:bold;
}
.srtitlename a{
	color:#000000!important;
	text-decoration:none;
}
.srtitlename a:hover{
	color:#FF6600!important;
	text-decoration:none;
}	
.srtitlename_bar{
	color:#000000!important;
	font-size:16px;
	font-family:"Times New Roman", Times, serif;
	/*font-style:italic;*/
	margin-bottom:15px;
	font-weight:bold;
	border-bottom:1px solid #000000;
	padding-bottom:5px;
}
.srtitlename_bar a{
	color:#000000!important;
	text-decoration:none;
}
.srtitlename_bar a:hover{
	color:#FF6600!important;
	text-decoration:none;
}	
.top950box{
	width:950px;
	clear:both;
	margin-bottom:30px;
}		
.top950box:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}
/*\*/
* html .top950box {
  height: 1em;
  overflow: visible;
}
/*\*/	

.top950box_l{
	width:225px;
	float:left;
	margin-right:15px;
}
.top950box_r{
	width:225px;
	float:right;
}	
#siteconcept{
	font-size:10px;
	line-height:150%;
	color:#555555;
	text-align:center!important;
	background-color:#F5F5F5;
	padding:5px;
	margin-bottom:20px;
	font-weight:normal;
	width:940px;
	clear:both;
}	
.sr_updata{
	font-size:9px;
	color:#000000;
	margin-top:5px;
}
.sr_upimg a{
	display:block;
	width:223px;
	height:108px;
	padding:0px;
	margin:0px;
	border:1px solid #999999;
}	
.sr_upimg a:hover img{
  filter: alpha(opacity=70);
  opacity:0.7;
  background: #ffffff;
}	
.heightLine-sruptitle{
	font-size:12px;
	color:#000000;
	font-weight:bold;
	margin-bottom:5px;
	font-family: 'ヒラギノ角ゴ Pro W6','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}	
.heightLine-sruptitle a{
	text-decoration:none;
	color:#000000!important;
}	
.heightLine-sruptitle a:hover{
	text-decoration:underline!important;
	color:#000000!important;
}	
.sr_intro{
	font-size:10px;
	line-height:145%;
	color:#444444;
	margin-top:5px;
}	
#bg_all{
	margin-left:auto;
	margin-right:auto;
	background-image: url(https://www.bikebros.co.jp/vb_img/top/street/bgall.jpg);
    background-repeat:repeat-y;
	background-color:#E8E8E8;
	background-position:center;
 } 
 #bros_navi02{
	height: 36px;
	width: 950px;
	margin-top: 5px;
	float: none;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:10px;
}
 
#bros_navi02 img { vertical-align: bottom; }
 
#bros_navi02 ul {  }
 
#bros_navi02 li {
		display: inline;
		float: left; }
		
.naka950box{
	width:950px;
	clear:both;
	margin-bottom:20px;
}		
.naka950box:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}
/*\*/
* html .naka950box {
  height: 1em;
  overflow: visible;
}
/*\*/	
	
.naka950box_l{
	width:450px;
	float:left;
	margin-right:12px;
}	
.naka950box_l02{
	width:155px;
	float:left;
	margin-right:13px;
}
.naka950box_r{
	width:320px;
	float:right;
}
.ad_topics{
	width:300px;
	background-color:#E8E8E8;
	padding:10px;
}	
.ad_topics_midashi{
	width:316px;
	padding:2px;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:0px;
	background-color:#000000;
}		
 div.scrollholder
{
    position: relative;
    width: 446px; height: 300px;
    overflow: auto;
    z-index: 1;
    background-color: #ffffff;
	border:2px solid #CCCCCC;
}
 div.scrollholder02
{
    position: relative;
    width: 446px; height: 366px;
    overflow: auto;
    z-index: 1;
    background-color: #ffffff;
	border:2px solid #CCCCCC;
}

div.scroll
{
    position: absolute;
    left: 0; top: 0;
    width: 95%;
    z-index: 2;
}

/* <Scroll> */
div.track
{
    position: relative;
    float:right;
    top: 0; 
    width: 15px; height: 100%;
    font-size: 0;
    z-index: 3;
    background:#CCCCCC;
}

div.drag_bar
{
    position: absolute;
    width: 100%; height: 14px;
    cursor: pointer;
    z-index: 4;
	background-color:#000000;
}  
.kijiscrollbox{
	padding:10px;
}	
.kijiscrollbox .newbox .bigmidashi a{
	font-size:12px;
	color:#000000!important;
	font-weight:bold;
	text-decoration:none;
}
.kijiscrollbox .newbox .bigmidashi a:hover{
	font-size:12px;
	color:#000000!important;
	font-weight:bold;
	text-decoration:underline!important;
}
/*ブログ枠*/	
.naka950box02_l{
	width:150px;
	float:left;
	margin-right:20px;
}	
.naka950box02_l02{
	width:280px;
	float:left;
	margin-right:20px;
}
.naka950box02_r{
	width:180px;
	float:right;
}
/*othermenu*/
	
.othermenu_midashi{
	width:146px;
	padding:2px;
	font-size:11px;
	text-align:center;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:0px;
	background-color:#000000;
}	
ul.othermenu li a{
	width:134px;
	padding:5px 8px 5px 8px;
	display:block;
	background-color:#E5E5E5;
	color:#000000!important;
	text-decoration:none;
	text-align:left;
	border-bottom:1px solid #FFFFFF;
}	
ul.othermenu li a:hover{
	background-color:#999999;
	color:#000000!important;
	text-decoration:none;
}
.naka950box02_l02 ul li{
	border-bottom:1px dotted #CCCCCC;
	padding-bottom:5px;
	margin-bottom:5px;
	list-style:none;
	vertical-align:middle;
}	
.naka950box02_l02 ul li a{
	font-size:11px;
	text-align:left;
	color:#000000!important;
	text-decoration:none;
}	
.naka950box02_l02 ul li a:hover{
	color:#000000!important;
	text-decoration:underline!important;
}	
.morebt a{
	background-color:#000000;
	display:block;
	width:64px;
	height:20px;
	padding:1px 3px 1px 3px;
	color:#FFFFFF!important;
	text-decoration:none!important;
	text-align:right;
	font-size:10px;
	text-align:center;
	margin-left:200px;
}
.morebt a:hover{
	background-color:#FF6600;
}		
.feat_topics{
	width:120px;
	background-color:#E8E8E8;
	padding:10px 9px 0px 11px;
}
.feat_topics:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}
/*\*/
* html .feat_topics{
  height: 1em;
  overflow: visible;
}
/*\*/		
.feat_topics_midashi{
	padding:4px 2px 4px 2px;
	font-size:11px;
	text-align:center;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:0px;
	background-color:#000000;
	width:152px;
	clear:both;
	margin-bottom:7px;
}

.naka950box03_l{
	width:300px;
	float:left;
	margin-right:15px;
	margin-bottom:20px;
}
.naka950box03_r{
	width:320px;
	float:right;
	margin-bottom:20px;
}	
.naka950box03_r .srcampaign{
	width:300px;
}	
.naka950box03_r .srcampaign img{
	margin-right:10px;
	text-align:left;
	float:left;
}	
.srcampaign a{
	color:#000000!important;
	font-size:12px;
	text-decoration:none;
}
.srcampaign .bbpoint{
	color:#FF6600;
	font-weight:bold;
}	
ul.brother{
	width:950px;
	clear:both;
}
.brother:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}
/*\*/
* html .brother{
  height: 1em;
  overflow: visible;
}
/*\*/
ul.brother li.brothersite{
	width:104px;
	margin-right:3px;
	float:left;
}	
ul.brother li.brothersite02{
	width:100px;
	margin-right:4px;
	float:left;
}
ul.brother li.brothersite03{
	width:100px;
	float:right;
}	
	
	/*カート情報*/
#mycart {
	width: 950px;
	text-align: right!important;
	font-size: 11px;
	margin-top: 5px;
	clear: both;
}
 
#header #mycart .username { font-weight: bold; }
 
#header #mycart .point {
	font-weight: bold;
	color: #CC0000; }
 
#header #mycart img { vertical-align: -7px; }
		
		/*アカウント*/
#acount {
	padding: 0px;
	float: left;
	width: 316px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	border: 2px solid #000000;
	position: relative;
	-moz-border-radius: 5px; /*Firefox*/
	-webkit-border-radius: 5px;  /*Safari,Chrome*/
	border-radius: 5px;
}

#acount .inbox {
	padding: 8px;
	border: 2px solid #FFFFFF;
	font-size: 12px;
	line-height: 16px;
	float: left;
	width: 296px;
	background-color: #f8f8f8;
	-moz-border-radius: 5px; /*Firefox*/
	-webkit-border-radius: 5px;  /*Safari,Chrome*/
	border-radius: 5px;
}
#acount .inbox a{
	color:#000000!important;
}	


#acount .inbox .newmember {
	float: right;
	height: 17px;
	width: 77px;
	position: absolute;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	top: 0px;
	right: 0px;
}
#acount .inbox .username {
	padding: 0px;
	float: left;
	width: 296px;
	display: block;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#acount .inbox .username span {
	position: absolute;
	right: 0px;
	top: -2px;
}
#acount .inbox .username a{
	color:#000000!important;
}	


#acount .inbox .acountmenu {
	margin-top: 5px;
	float: left;
	width: 296px;
}

#acount .acountmenu li {
	padding: 4px;
	border: 1px solid #000000;
	width: 135px;
	font-weight: bold;
	background-color: #FFFFFF;
	-moz-border-radius: 5px; /*Firefox*/
	-webkit-border-radius: 5px;  /*Safari,Chrome*/
	border-radius: 5px;
	-moz-box-shadow: 2px 2px 2px #CCC;
	-webkit-box-shadow: 2px 2px 2px #CCC;
}
#acount .inbox .acountmenu li a {
	text-decoration: none;
}

#acount .inbox .acountmenu a.mypage {
	background-image: url(https://www.bikebros.co.jp/img/top/icon_mypage.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	padding-left: 15px;
}

#acount .inbox .acountmenu a.myshop {
	background-image: url(https://www.bikebros.co.jp/img/top/icon_myshop.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	padding-left: 20px;
}

#acount .inbox .acountmenu .left {
	float: left;
}
#acount .inbox .acountmenu .right {
	float: right;
}
#acount .inbox .memberpoint {
	margin-top: 10px;
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #FF6600;
	-moz-border-radius: 5px; /*Firefox*/
	-webkit-border-radius: 5px;  /*Safari,Chrome*/
	-moz-box-shadow: 2px 2px 2px #CCC;
	-webkit-box-shadow: 2px 2px 2px #CCC;
}

#acount .inbox .memberpoint span.point {
	font-weight: bold;
	color: #CC0000;
	float: right;
	position: absolute;
	right: 15px;
	width: 120px;
	text-align: right;
}
#acount .inbox .memberpoint .timepoint {
	font-size: 11px;
	margin-top: 4px;
	text-indent: 20px;
}
#acount .inbox .memberpoint .timepoint span {
	position: absolute;
	right: 15px;
	text-align: right;
}
#acount .inbox ul.information {
	padding: 0px;
	float: left;
	width: 276px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#acount .inbox .memberpoint .allpoint img {
	margin-right: 3px;
	vertical-align: -4px;
}
#acount .inbox .information li {
	font-weight: bold;
	color: #CC0000;
	font-size: 12px;
	line-height: 16px;
	height: 22px;
}

#acount .inbox .information li a {
	background-image: url(https://www.bikebros.co.jp/img/top/icon_speeker.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-left: 24px;
}
#img_fader_2 #feat01{
	width:155px;
	clear:both;
}
#img_fader_2 #feat02{
	width:155px;
	clear:both;
}
#img_fader_2 #feat03{
	width:155px;
	clear:both;
}
#img_fader_2 #feat04{
	width:155px;
	clear:both;
}
#img_fader_2 #feat05{
	width:155px;
	clear:both;
}
.naka950box_l02	ul li{
	list-style:none;
}	
.morebt02 a{
	background-color:#000000!important;
	display:block;
	width:64px;
	height:20px;
	padding:1px 3px 1px 3px;
	color:#FFFFFF!important;
	text-decoration:none!important;
	text-align:right;
	font-size:10px;
	text-align:center;
	margin-left:85px;
}
.morebt02 a:hover{
	background-color:#FF6600!important;
}	

.feat_topics_midashi02{
	padding:5px 2px 3px 4px;
	font-size:11px!important;
	font-weight:bold!important;
	text-align:center;
	color:#FFFFFF;
	margin-bottom:0px;
	background-color:#000000;
	width:149px;
	clear:both;
	margin-bottom:7px;
}

.feat_topics_midashi02 a{
	color:#ffffff!important;
	margin-left:10px;
	font-size:11px!important;
	background-color:#888888;
	padding:2px 4px 2px 4px;
	font-weight:normal;
}
.feat_topics_midashi02 a:hover{
	background-color:#FF9900;
	color:#000000;
}