@charset "utf-8";
/* CSS Document */

#bestselling {
    width: 960px;
    height: 330px;
    position: relative;
    clear: both;
    margin-bottom: 20px;
}
.menu{
	width:230px;
	height:30px;
	/*background:#9C9;*/
	float:left;
	list-style:none;
	margin-right:1px;
	text-align:center;
	display:block;
	cursor: pointer;
	color:#FFF;
}
.menu:first-child {
	margin-left:0;
}
.active, .hover {
	/*background:#6CC;*/
	/*font-weight:bold;*/
}
.content_bs {
	top:30px;
	left:0;
	position:absolute;
	display: block;
	
	background-image: url(/images/bestselling/bestselling_bg.jpg);
	background-repeat: repeat-y;
}
.tabBox-top {
	width: 960px;
	height: 6px;
	background-image: url(/images/bestselling/bestselling_line_top.jpg);
}
.tabBox-bottom {
	clear: both;
	width: 960px;
	height: 6px;
	background-image: url(/images/bestselling/bestselling_line_bottom.jpg);
}
.tabBox-left {
	clear: both;
	float: left;
	width: 6px;
	height: 288px;
	background-image: url(/images/bestselling/bestselling_line_left.jpg);
}
.tabBox-right {
	float: right;
	width: 6px;
	height: 288px;
	background-image: url(/images/bestselling/bestselling_line_right.jpg);]
}
.tabBox-main {
	float: left;
	width: 948px;
	margin-bottom: 10px;
}

.tabBox-item {
	float: left;
	width: 190px;
	margin-left: 40px;
}
#bestselling h4 {
		font-size: 10px;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		color: #444444;
}

p {
		font-size: 10px;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		color: #444444;
}

#bestselling span.yen {
	font-size: 12px;
}
#bestselling span.yen_line {
	text-decoration: line-through;
}
#bestselling .letter_05 {
letter-spacing: 0;
}
#bestselling .mt5 {
	margin-top: 5px;
}
#bestselling .tab_price {
	margin-right: 5px;
}
.display_none {
	display: none;
}