@charset "utf-8";
/* ===================================================================
CSS information

 file name  :item.css
 author     :igu (admin)
 style info :アイテムページ
=================================================================== */

/*----------------------------------------------------
	メニューリンク
----------------------------------------------------*/
#sub a.item{
    background-position:0px -38px;
}
/* -----------------------------------------------------------
	#item
	.categori
		アイテム枠
----------------------------------------------------------- */
#item {
	padding:20px;
	padding-top:0px;
	float:left;
	width:920px;
}
#item .categori {
	background-image:url(../img/item/icon_blue_star.gif);
	background-position:left;
	background-repeat:no-repeat;
	text-indent:35px;
	font-size:120%;
	margin-bottom:25px;
	font-weight:bold;
}
/* -----------------------------------------------------------
	.item_group
	.item_price
		アイテム一覧
----------------------------------------------------------- */
.one_item {
	float:left;
	width:152px;
	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%;
}