@charset "utf-8";
/* ===================================================================
CSS information

 file name  :module.css
 author     :hirasawa(admin)
 style info :GLESTY STORE
=================================================================== */

/* -----------------------------------------------------------
	#waku
		枠内
----------------------------------------------------------- */
.waku {
	float:left;
	width:728px;
}

/* -----------------------------------------------------------
	.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%;
}
