@charset "EUC-JP";

/* メインコンテンツ段組なし */
.context_box {
	margin-bottom: 10px;
	clear: both;
	width: 100%;
	float: left;
}

.context_box:after {
clear:both;
content:"";
display: block;
height: 1px;
overflow: hidden;
}
* html .context_box {
height: 1em;
overflow: visible;
}

/* メインコンテンツ2段組 */
.two_box {
	margin-bottom: 10px;
	clear: both;
	width: 100%;
	float: left;
	display: block;
}
.two_box:after {
clear:both;
content:"";
display: block;
height: 1px;
overflow: hidden;
}
* html .two_box {
height: 1em;
overflow: visible;
}
.two_box .lbox {
  float: left;
  width: 375px;
}
.two_box .rbox {
  float: right;
  width: 285px;
}
.two_box .half_lbox {
  float: left;
  width: 330px;
}
.two_box .half_rbox {
  float: right;
  width: 330px;
}

/* メインコンテンツ3段組 */
.three_box {
	margin-bottom: 15px;
	clear: both;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #888888;
	width: 100%;
	float: left;
}
.three_box:after {
clear:both;
content:"";
display: block;
height: 1px;
overflow: hidden;
}
* html .three_box {
height: 1em;
overflow: visible;
}

.three_box .lbox {
	float: left;
	width: 220px;
	margin-right: 10px;
	font-size: 12px;
	line-height: 15px;
}
.three_box .rbox {
	float: right;
	width: 220px;
	font-size: 12px;
	line-height: 15px;
}

/* カタログページ見出し */
#namebar {
	background-color: #000000;
	text-align: left;
	width: 950px;
	margin-bottom: 0px;
	float: left;
}

#namebar .lbox {
	float: left;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 20px;
	padding: 10px;
}

#namebar .rbox {
  float: right;
  text-align: right;
  width: 320px;
  height: 19px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right:5px;
}

.midashi_local_left {
	float: left;
}
.midashi_local_right {
	float: right;
	width: 95px;
	text-align: right;
	margin-right: 5px;
}

/*車種情報*/
.midashi_catalog {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #888888;
	border-right-color: #888888;
	border-left-color: #888888;
	background-image: url(../img/bikecatalog/catalog_midashi.gif);
}
.catalog_box {
  text-align: left;
  margin-bottom: 5px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-color: #888888;
  border-bottom-color: #888888;
  border-left-color: #888888;
}

/* インプレリスト */
.midashi_impre {
	font-size: 12px;
	color: #333333;
	background-repeat: no-repeat;
	padding-bottom: 0px;
	width: 330px;
	clear: both;
	float: left;
	font-weight: bold;
}

.impre_box {
	text-align: left;
	margin-bottom: 5px;
	width: 320px;
	float: left;
	display: inline;
	padding: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
}

/* クチコミリスト */
.midashi_board {
	color: #333333;
	background-repeat: no-repeat;
	padding-bottom: 0px;
	width: 330px;
	float: left;
	clear: both;
	vertical-align: bottom;
	display: inline;
	font-size: 12px;
	font-weight: bold;
}

.bord_box {
	text-align: left;
	margin-bottom: 5px;
	width: 320px;
	float: left;
	display: inline;
	padding: 4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-left-color: #999999;
	border-right-width: 1px;
	border-right-color: #999999;
}

.kakakubox {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
	padding-bottom: 5px;
	padding-top: 5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DDDDDD;
	border-left-color: #DDDDDD;
	padding-left: 5px;
}
.kakakubox:after {
  clear:both;
  content:"";
  display: block;
  height: 1px;
  overflow: hidden;
}
* html .kakakubox {
  height: 1em;
  overflow: visible;
}
.kakaku_midashi {
	background-color: #DDDDDD;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	padding-left: 10px;
}

.specbox {
	background-color: #FFFFFF;
	font-weight: bold;
	overflow: auto;
	width: 375px;
	float: left;
	height: 125px;
}
.specbox:after {
  clear:both;
  content:"";
  display: block;
  height: 1px;
  overflow: hidden;
}

.specbox_midashi {
	font-weight: bold;
	color: #000000;
	background-repeat: repeat-x;
	font-size: 12px;
	background-color: #FFFFFF;
	border-bottom-width: 2px;
	margin-bottom: 5px;
	padding-bottom: 2px;
	background-image: url(../img/common/dot.gif);
	background-position: left bottom;
}

.padding_5 {
  padding-bottom: 5px;
}
.imprelist_midashi { font-weight: bold; 
}
.imprelist_box {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	line-height: 145%;
}
.boardlist_box_wh {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
}

.boardlist_box_gl {
	background-color: #F5F5F5;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	font-weight: normal;
}
/* EC新着パーツ */
.ecparts_box {
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
	width: 100%;
	float: left;
	background-image: url(../img/common/dot.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.ecparts_box .cap {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	line-height: 14px;
	margin-top: 5px;
}

.ecparts_box:after {
clear:both;
content:"";
display: block;
height: 1px;
overflow: hidden;
}
* html .ecparts_box {
height: 1em;
overflow: visible;
}

.ecparts_box .lbox {
  float: left;
  width: 182px;
}
.ecparts_box .rbox {
  float: right;
  width: 183px;
}

/* 価格分布表 */
.pricemap {
	border-collapse:collapse;
	empty-cells:show;
	border: 1px solid #999999;
}
.pricemap .cell_wh {
	border:1px solid #999999;
	padding: 5px;
	background-color: #FFFFFF;
}
.pricemap .cell_gl {
	border:1px solid #999999;
	padding:5px;
	background-color: #EEEEEE;
}
.pricemap .cell_bl {
	border:1px solid #999999;
	padding:5px;
	background-color: #EFF8F8;
}
.pricemap .cell_1per {
	border:1px solid #999999;
	background-color: #FFF4CA;
	padding: 5px;
}
.pricemap .cell_5per {
	border:1px solid #999999;
	background-color: #FFE88C;
	padding: 5px;
}
.pricemap .cell_10per {
	border:1px solid #999999;
	background-color: #FFCC00;
	padding: 5px;
}
.pricemap .cell_over {
	border:1px solid #999999;
	background-color: #FF9900;
	padding: 5px;
}
.pricemapinfo_left {
	float: left;
	width: 480px;
	font-size: 12px;
	font-weight: normal;
}
.pricemapinfo_right {
	float: right;
	width: 160px;
	font-size: 12px;
	font-weight: normal;
}

.titlebox {
	background-color: #EFEEE2;
	height: 50px;
	width: 940px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #DFDDC6;
	text-align: left;
	padding-top: 20px;
	padding-left: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	float: left;
}


/* バイク比較表 */
#comparebox {
  width: 940px;
  margin-bottom: 10px;
  float: left;
}

.spectable {
	float: left;
	width: 680px;
	margin-bottom: 10px;
}

.spectable .price {
	color: #FF0000;
	font-size: 16px;
	font-weight: bold;
}

.spectable .price_mini {
	font-size: 10px;
	font-weight: normal;
}

#gradebox {
	padding: 5px;
	border: 1px solid #999999;
	margin-bottom: 15px;
}

h3.midashi {
	margin-bottom: 0px;
	background-image: url(../img/bikecatalog/td_gl_bg.jpg);
	background-repeat: no-repeat;
	display: block;
	padding: 4px;
	border: 1px solid #999999;
	background-position: left top;
}



/*カテゴリ表示*/
#used_category {
	float: left;
	width: 680px;
	margin: 0px;
	padding: 0px;
}

#used_category ul {
	float: left;
	width: 682px;
	margin-bottom: 10px;
	padding-left: -2px;
	margin-left: -2px;
	display: inline;
}

#used_category li {
	float: left;
	width: 83px;
	margin-left: 2px;
	display: inline;
}

#used_category li a img {
	border: 1px none #999999;
	vertical-align: top;
}

#used_category li a:hover img { border: 1px none #CC0000; }

#used_category .c_name {
	text-align: center;
	font-weight: bold;
	margin-top: 3px;
}
#used_category .num { text-align: center; }


.infobox .price,
.infoboxnoborder .price {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	margin-top: 5px;
}

.infobox .txt,
.infoboxnoborder .txt {
	float: right;
	width: 130px;
	font-size: 12px;
	line-height: 15px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

.three_box { }




.itembox {
	float: left;
	width: 680px;
}
.itembox .lbox {
	float: left;
	width: 430px;
}
.itembox .rbox {
	float: right;
	width: 230px;
}





/*セール＆キャンペーン情報*/
#goods_sale {
	width: 230px;

}

#goods_sale .saleinbox {
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../img/common/dot.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	float: left;
	width: 230px;
}

#goods_sale .ph {
	float: left;
	width: 230px;
	background-color: #FFFFFF;
}

#goods_sale .data {
	float: right;
	width: 230px;
}

#goods_sale .data .title {
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
}

#goods_sale .data .cap {
	font-size: 10px;
	line-height: 14px;
	margin-top: 5px;
}

#goods_sale .data .time {
	font-weight: bold;
	margin-top: 2px;
}




/*新着アイテム一覧*/
#newitem {
	float: left;
	width: 430px;
}

#newitem .newitembox {
	background-image: url(../img/common/dot.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
	float: left;
	width: 430px;
}

#newitem .ph {
	float: left;
	width: 90px;
}

#newitem .data {
	float: right;
	width: 117px;
}


#newitem .makername { font-size: 11px; }
#newitem .goodsname {
	font-size: 12px;
	line-height: 15px;
}


#newitem .price {
	font-size: 11px;
	text-decoration: line-through;
}

#newitem .brosprice {
	font-weight: bold;
	color: #FF0000;
	font-size: 12px;
	line-height: 14px;
	margin-top: 3px;
}

#newitem .left {
	float: left;
	width: 207px;
}

#newitem .right {
	float: right;
	width: 207px;
}







.impre_box .impre_inbox {
	background-color: #FFFFFF;
	float: left;
	width: 308px;
	margin-bottom: 5px;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.impre_box .impre_inbox .dotb {
	background-image: url(../img/common/dot.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.bord_box .bord_inbox {
	background-color: #FFFFFF;
	float: left;
	width: 308px;
	padding: 5px;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.bord_box .bord .dotb {
	background-image: url(../img/common/dot.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	width: 298px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.infoboxnober form input.ftx {
	width: 218px;
	height: 18px;
}

.infoboxnober form .kiyaku {
	font-size: 12px;
	line-height: 15px;
	margin-top: 10px;
}
.infoboxnober  .yellow  { background-color: #FFCC00; }

.infoboxnober form .btn {
	float: left;
	width: 222px;
	margin-top: 5px;
	height: 30px;
	text-align: center;
}


.context_inbox_y {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	width: 222px;
	padding: 5px;
	float: left;
}

span.mini {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

#content_two .two_box .lbox .more {
	float: right;
	width: 430px;
	text-align: right;
}

#content_two .two_box .rbox img {
	vertical-align: bottom;
}
.makerlink {
	float: left;
	width: 375px;
	text-align: right;
}
ul.catalogmenu {
	float: left;
	width: 222px;
}
ul.catalogmenu li {
	float: left;
	width: 222px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	font-weight: bold;
	background-image: url(../img/common/dot.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
ul.catalogmenu .listend {
	background-image: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}



/*右側アイコンメニュー*/
.icon_category {
	background-image: url(../img/bikecatalog/icon_category.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 21px;
	width: 23px;
	margin-right: 5px;
}

.icon_spec {
	background-image: url(../img/bikecatalog/icon_spec.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 21px;
	width: 23px;
	margin-right: 5px;
}

.icon_price {
	background-image: url(../img/bikecatalog/icon_price.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 21px;
	width: 23px;
	margin-right: 5px;
}

.icon_bike {
	background-image: url(../img/bikecatalog/icon_bike.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 21px;
	width: 23px;
	margin-right: 5px;
}

.icon_parts {
	background-image: url(../img/bikecatalog/icon_parts.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 21px;
	width: 23px;
	margin-right: 5px;
}

.icon_website {
	background-image: url(../img/bikecatalog/icon_website.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 21px;
	width: 23px;
	margin-right: 5px;
}
.icon_impre {
	background-image: url(../img/bikecatalog/icon_impre.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 21px;
	width: 23px;
	margin-right: 5px;
}

.icon_kuchikomi {
	background-image: url(../img/bikecatalog/icon_kuchikomi.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 21px;
	width: 23px;
	margin-right: 5px;
}


.icon_circle {
	background-image: url(../img/bikecatalog/icon_circle.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 21px;
	width: 23px;
	margin-right: 5px;
}

.icon_owner {
	background-image: url(../img/bikecatalog/icon_owner.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 21px;
	width: 23px;
	margin-right: 5px;
}

.icon_photo {
	background-image: url(../img/bikecatalog/icon_photo.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 21px;
	width: 23px;
	margin-right: 5px;
}