@charset "utf-8";
/* CSS Document */

/*-----------------------------------------------------------
　アイテムレイアウト
------------------------------------------------------------*/

#main_Item {
	float: left;
	width: 660px;
	left: 222px;
	position: relative;
}
.item {
	width: 640px;
}
.item h2 {
	background: url(../goods/bigItem_title.gif);
	font-size: 20px;
	font-weight: bold;
	color: #6A9A1B;
	text-align: left;
	padding: 10px 0px 0px 15px;
	width: 626px;
	height: 32px;
	margin: 0 auto;
}
.item_row  {
	background: url(../goods/item_search.gif) no-repeat;
	width: 625px;
	padding: 5px 0px 5px 5px;
	height: 25px;
	text-align: left;
	color: #333333;
	font-size: 12px;
	margin: 0 auto;
	clear: both;
}
.itemnew  {
	background: url(../goods/item_search.gif) no-repeat;
	width: 625px;
	padding: 10px 0px 5px 5px;
	height: 25px;
	text-align: left;
	color: #333333;
	font-size: 12px;
	margin: 10px auto 0px;
	clear: both;
}

h4.item_List_title {
	background: url(../goods/goods_List.gif) no-repeat;
	color: #FFFFFF;
	height: 25px;
	width: 285px;
	padding-top: 6px;
	font-size: 13px;
	text-align: center;
}
.item_List ul li {
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	list-style: square inside;
}

#theme_list {
	width: 275px;
	margin: 10px 0px;
	text-align: left;
	font-size: 12px;
}
.date  {
	background: url(../common/green_line.gif) no-repeat;
	width: 100%;
	clear: both;
	color: #505050;
	position: relative;
	height: 32px;
	font: 12px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: right;
}


/* 検索 ----------------------------------------------*/
.volume {
	position: absolute;
	top: 7px;
	left: 5px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
.page {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	padding-top: 8px;
	font-size:12px;
}
.now {
	font-size: 13px;
	font-weight: bold;
	color: #D65350;
}
.sum {
	font-size: 15px;
	font-weight: bold;
}
/* 商品リスト ----------------------------------------------*/

#ItemList {
	text-align: left;
	width: 640px;
	margin: 10px auto 15px;
	background: url(../goods/goodsbg.gif) repeat-y center top;
	
}
#ItemList {
    overflow: hidden;
}

#ItemList:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #ItemList {
    height: 1em;
    overflow: visible;
}
/**/

/* 商品リストボックス（4列） --------------------------------*/

#ItemList ul.itembox {
	float:left;
	width:140px;
	margin:0px auto;
	padding:0px 10px 0px 10px;
	height:272px;
	color:#666666;
}
#ItemList li{
	padding:0px 0px 1px 0px;
}
li.itemphoto {
	height:130px;
	width:130px;
	text-align:center;
	zoom:1;
	margin-top:7px;
	border: 1px solid #E8E1D7;
}
li.itemphoto a{
	text-align:center;
}
li.itemname a{
	color:#D65350;
	font-size: 12px;
	text-align: left;
	line-height: 1.3;
}
li.itemname {
	height:33px;
}
.read,.oth{
	font-size: 10px;
	line-height: 1.4;
}
.price  {
	text-align: right;
	font: bold 12px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
.shopname {
	font-size: 10px;
	text-align: right;
	margin-top: 5px;
	vertical-align: bottom;
}
.shopname a {
	color:#D65350;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

.shopname img  {
	vertical-align: top;
}

