@charset "utf-8";

/* 詳細ページ */
#left-cont h3 span {
	display:block;
	position:absolute;
	right:10px;
	bottom:3px;
}

dl#detailList {
	margin:0 0 5px;
	padding:6px 10px;
	background:#e6eff4;
	border-bottom:1px solid #ccc;
	font-size:11px;
}
dl#detailList dt {
	margin:0;
	padding:3px 0;
	width:60px;
	display:inline-block;
	border-top:1px dotted #5b7d93;
	vertical-align:top;
}
dl#detailList dd {
	margin:0;
	padding:3px 0;
	width:480px;
	display:inline-block;
	border-top:1px dotted #5b7d93;
	vertical-align:top;
}
*:first-child+html dl#detailList dt,
*:first-child+html dl#detailList dd {
	display:inline;
	zoom:1;
}
* html dl#detailList dt,
* html dl#detailList dd {
	display:inline;
	zoom:1;
}

dl#detailList .productName {
	border-top:none;
	font-weight:bold;
}


/* 一覧ページ */
#left-cont ul.productList {
	margin:0;
	padding:0;
	width:562px;
	list-style:none;
	overflow:hidden;
}
#left-cont ul.productList li {
	margin:0;
	padding:0;
	width:562px;
}
#left-cont ul.productList li h4 {
	margin:20px 10px 0;
	padding:0;
	line-height:1.5;
	border-bottom:1px dotted #ccc;
}


#left-cont ul.productList li ul {
	margin:0;
	padding:0;
	width:562px;
	list-style:none;
	overflow:hidden;
}
#left-cont ul.productList li ul li {
	margin:0 10px;
	padding:5px 0;
	border-bottom:1px dotted #ccc;
	width:260px;
	float:left;
	display:inline;
	overflow:hidden;
}
#container #left-cont ul.productList li ul li p {
	margin:0;
	padding:0 0 5px;
	width:170px;
	float:right;
}
#left-cont ul.productList li ul li a {
	padding:3px;
	display:block;
	border:1px solid #ddd;
	float:left;
}
#left-cont ul.productList li ul li a:hover {
	border:1px solid #900;
}
#left-cont ul.productList li ul li p a {
	padding:0;
	display:inline;
	border:none;
	float:none;
	font-weight:bold;
}
#left-cont ul.productList li ul li p a:hover {
	border:none;
}


/* TOPページ */
.clear-box {
	height:130px;
	position:relative;
	border-bottom:1px dotted #ddd;
}
.clear-box ul {
	margin:0;
	padding:0;
	height:20px;
	list-style:none;
	position:absolute;
	left:0;
	top:110px;
}
.clear-box ul li {
	margin:0;
	padding:0;
	line-height:20px;
}

