@charset 'utf-8';
@import url("common.css");

/* 商品　トップページ用 */
.box_goods{
	float		: left;
	width		: 190px;
	margin		: 5px 3px 0 0;
	text-align	: right;
}

.box_goods img{
	border		: 1px solid #CCC;
	width		: 185px;
	height		: 185px;
}

.box_goods h3{
	display		: inline;
	margin		: 2px 0;
}

.price{
	margin		: 0;
}

.price table{
	width		: 185px;
	text-align	: right;
}

.price th,td{
	font-size	: 12px;
	font-weight	: normal;
	text-align	: right;
}

.price th{
	font-size	: 10px;
}

.kakaku{
	width		: 60px;
	font-size	: 12px;
}

.size{
	width		: 120px;
	font-size	: 12px;	
}

/* 商品バナー */
.bnr{
	margin		: 5px 0;
	clear		: both;
}

.bnr img{
	margin		: 0 1px;
	_margin		: 0;
}

/* blog */
.blog{
	clear		: both;
}

.blog ul{
	margin		: 0 0 0 10px;
	padding		: 0;
}

.blog li{
	padding		: 2px;
	margin		: 0;
	list-style	: none;
}
