@charset "utf-8";

/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

	Last Updated: Oct 14, 2009
	Edited by Kazuya Ono/COLONY+iNTERACTIVE INC.

	01: INDEX
	02: DETAIL

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/


p.update {
	font-size: 108%;
	font-weight: bold;
	margin-bottom: 30px;
}
/* ============================================================
01: INDEX
============================================================ */
/* ---------- layout ---------- */
body#index dl.product dt {
	width: 275px;
	height: 120px;
	float: left;
	clear: both;
	margin-right: 20px;
	margin-bottom: 20px;
}
body#index dl.product dt a {
	display: block;
	width: 255px;
	height: 100px;
	padding: 10px;
	background: #e6e6e6;
}
body#index dl.product dt a:hover {
	background: #ccc;
}
body#index dl.product > dd {
	width: 450px;
	float: left;
}
/* for IE7 */
*+html body#index dl.product > dd {
	float: none;
}
body#index dl.product dd {
	font-size: 13px;
	line-height: 1.3;
	padding-top: 35px;
}
body#index dl.product dd strong {
	font-size: 140%;
	display: block;
}

/* ============================================================
02: DETAIL
============================================================ */
/* ---------- layout ---------- */
ul.thumb,
div.itemFlash,
dl.caption {
	float: left;
}
ul.thumb {
	width: 75px;
	margin-right: 10px;
}
div.itemFlash {
	width: 280px;
	margin-right: 25px;
}
dl.caption {
	width: 355px;
}
/* ---------- thumb ---------- */
ul.thumb li {
	width: 75px;
	height: 75px;
	margin-bottom: 10px;
}
ul.thumb li a {
	display: block;
	width: 55px;
	height: 55px;
	padding: 10px;
	background: #e6e6e6;
}
ul.thumb li strong a {
	background: #000;
}
ul.thumb li a:hover {
	background: #ccc;
}
/* ---------- caption ---------- */
dl.caption dt {
	line-height: 1;
	margin-bottom: 15px;
}
dl.caption dd {
	font-size: 93%;
	margin-bottom: 25px;
}
dl.caption dd.brand strong {
	font-size: 150%;
	display: block;
}
dl.caption dd.product {
	font-size: 101%;
	font-weight: bold;
}
dl.caption dd.buyOnline ul li {
	width: 180px;
	height: 23px;
	margin-bottom: 1px;
}