@charset "utf-8";
/* ===================================================================
CSS information

 file name  :shop.css
 author     :igu (admin)
 style info :アイテムページ
=================================================================== */

/*----------------------------------------------------
	メニューリンク
----------------------------------------------------*/
#gNav a.shop{
	font-weight:bold;
	color:#FF0000;
}
/* -----------------------------------------------------------
	.item_group
	.item_price
		アイテム一覧
----------------------------------------------------------- */
.one_item {
	float:left;
	width:210px;
	height:200px;
	font-size:80%;
}
.item_title {
	font-weight:bold;
}
.item_color {

}
.item_price {
	font-size:75%;
}
/* -----------------------------------------------------------
	#popup
		アイテム詳細
----------------------------------------------------------- */
#popup #title {
	margin-top:10px;
	font-weight:bold;
}
#popup #color {
	margin-bottom:15px;
}

#popup #comment {
	margin-bottom:40px;
	font-size:75%;
}


