﻿@charset "utf-8";

/* 商品一覧
---------------------------------------------*/
#productList {
	margin-top: 30px;
}
#productList LI {
	float: left;
	width : 63px;
	margin-right : 10px;margin-bottom : 0px;margin-left : 0px;
	text-align: center;
}
#productList H5 SPAN {
	display: block;
	padding: 3px 0;
	color: #FFFFFF;
	font-weight: normal;
	background: #222222;
  font-size : 80%;
}
#productList dl {
	margin: 1px 0;
	font-size: 90%;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
#productList DT {
	padding: 2px 0;
	text-align: center;
	background-color : #dee4ef;
	border-top : solid #9ebad6;border-top-width : 1px;
  font-size : 80%;
}
#productList dd {
	padding: 2px 0;
}
