@charset "UTF-8";
/*共通*/
*{
	margin:0px;
	padding:0px;
}
html,body{
	width:100%;
	height:100%;
	font-size:12px;
}

/*販売検索結果一覧*/
/*レンタル検索結果一覧*/
.hlisttbl{
	width:920px;
	margin:0px auto;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
}
.hlisttbl th,
.hlisttbl td{
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	text-align:center;
}
.hlisttbl th{
	height:40px;
	background-color:#ECECEC;
}
.hlisttbl td{
	height:88px;
}
.hlisttbl th.filename{
	width:88px;
}
.hlisttbl th.shohinmei{
	width:70px;
}
.hlisttbl th.setsumei{
	width:300px;
}
.hlisttbl th.cl_url{
	width:64px;
}
.hlisttbl td.cl_url{
	color:#808080;
}
.hlisttbl td.cl_url a{
	text-decoration:none;
}
.hlisttbl td.cl_url a:hover{
	text-decoration:underline;
}
.hlisttbl th.baketto,
.hlisttbl th.juryou,
.hlisttbl th.haba{
	width:54px;
}
.hlisttbl th.kussakuhukasa,
.hlisttbl th.kussakutakasa,
.hlisttbl th.yusoutakasa{
	width:70px;
}
.hlisttbl th.kakaku{
	width:90px;
}

.hlisttbl td.shohinmei,
.hlisttbl td.setsumei,
.hlisttbl td.bikou{
	text-align:left;
	padding:0 5px;
}

/*ナビ*/
#navi{
	padding: 20px;
}

#navi li{
	list-style: none;
	float: left;
	display: block;
}

#navi li a{
	color: #4AB0C5;
}

#navi li:after{
	content: "＞";
	padding: 0px 10px;
}

#navi li:last-child:after{
	content: "";
}

/*分類タイトル*/
h2.bunrui_title{
	color: #3cb0c7;
	padding: 10px 0;
	text-align:center;
	font-size:30px;
	font-weight:bold;
}

/*販売検索結果詳細画面*/
#detail_wrapper{
	width:630px;
	overflow:hidden;
	margin:0 auto;
}
/*詳細画面内の分類タイトル文字色*/
#detail_wrapper h2.bunrui_title{
	color:#000000;
}
h4.detail_title{
	width:610px;
	padding-left:10px;
	border-left:10px solid #FFD066;
	background-color:#ECECEC;
	padding-top:5px;
	font-size:20px;
	font-weight:bolder;
}
div.detail_title_border{
	width:630px;
	height:5px;
	overflow:hidden;
	background-color:#ECECEC;
}
.slider{
	margin:0px;
	padding:0px;
	width:120px;
	height:333px;
	overflow:hidden;
}
.sliderItem{
	width:120px;
	height:79px;
	background-color:#ECECEC;
	text-align:center;
	margin-bottom:5px;
}
.sliderItem img{
}
.slider_panel{
	padding:5px 0px 5px 510px;
	font-size:18px;
	font-weight:bolder;
}
.slider_panel a{
	text-decoration:none;
}
.imgbox{
	width:500px;
	height:333px;
	text-align:center;
	margin-right:10px;
	background-color:#ECECEC;
}
.imgbox,.slider{
	float:left;
}
.hdetailtbl{
	width:630px;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
}

.hdetailtbl td{
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	text-align:left;
	height:35px;
}
.hdetailtbl .title,
.hdetailtbl .value{
	border:none;
}
.hdetailtbl .title{
	width:50px;
	background-color:#ECECEC;
	text-align:center;
	border-right:1px solid #CCCCCC;
}
.hdetailtbl .value{
	padding-left:10px;
}
.hdetailtbl .kakaku{
	color:#009999;
}