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

/*-----------------------------------------------------------
　アイテムレイアウト
------------------------------------------------------------*/
#main_Shop
 {
	float: left;
	width: 660px;
	left: 222px;
	position: relative;
}
#main_Shop .shoptable   {
	border: 1px solid #D9D9D9;
	margin: 7px auto 7px;
	text-align: left;
	font-size: 12px;
	width:600px;
}
.shop th {
	font-size: 13px;
	font-weight: bold;
	color: #555555;
	background: #F5F3EF;
}
.shoptbline,.searchbox      {
	padding: 5px;
	border: 1px solid #D9D9D9;
}
.searchbox {
	background-color: #F5F3EF;
	text-align: center;
}

.shop 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;
}
.shop_row  {
	background: url(../goods/item_search.gif) no-repeat;
	width: 625px;
	padding: 10px 0px 0px 5px;
	height: 25px;
	text-align: left;
	color: #333333;
	font-size: 12px;
	margin: 10px auto 0px;
	clear: both;
}
#theme_list {
	width: 222px;
	margin: 10px 0px;
	text-align: left;
	font-size: 12px;
}
.shop_List ul li {
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	list-style: square inside;
}
.date  {
	background: url(../common/green_line.gif) no-repeat bottom;
	width: 630px;
	color: #505050;
	height: 25px;
	font: 12px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin:5px auto 0px;
	padding-top:8px;
	text-align:left;
}


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

#ShopList {
	font-size: 13px;
	line-height: 1.6;
	color: #666666;
	padding: 0px 5px 10px 5px;
	text-align: left;
	width: 620px;
	margin: 0px auto;
}
.shopimg {
	float:left;
	width:187px;
	margin:0 auto;
	text-align: center;
}
.homepage {
	text-align: center;
	margin: 5px auto 0px;
}

#ShopList .shopinfo  {
	background:#fff;
	float: right;
	width: 425px;
}

#ShopList .shopinfo h3 {
	font-size: 18px;
	font-weight: bold;
	color: #D65350;
	padding-top: 3px;
	padding-left: 5px;
}
.shopbox {
	clear:both;
	background: url(../common/green_line.gif) no-repeat bottom;
	padding-bottom:7px;
	padding-top:10px;
}
#ShopList .shopbox {
    overflow: hidden;
}

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

/*\*/
* html #ShopList .shopbox {
    height: 1em;
    overflow: visible;
}
/**/
p.area,p.category {
	width: 420px;
	background: #E8F1D9;
	font-size: 10px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	color:#666666;
}
p.area {
	margin-bottom: 1px;
	color: #5E9205;
}

p.category {
	margin-bottom: 1px;
	background: #F8F2E4;
}

p.infotext {
	font-size: 12px;
	line-height: 1.5;
	padding-left: 15px;
}

.shopinfo table {
	border-top: 1px solid #cccccc;
	margin: 5px 0px 0px;
	border-collapse:separate;
	color: #4c4c4c;
	}
.shopinfo td {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	padding: 3px 0px 3px 7px;
	font-size: 12px;
	background-color: #FFFFFF;
}
.shopinfo th {
	background: #E8F1D9;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	padding: 3px 0px 3px 7px;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	border-left: 1px solid #ffffff;
}
.icon {
	padding: 3px 2px 0px 2px;
}
p.explanation{
	font-size: 12px;
	line-height: 1.5;
	margin:5px auto;
	width:580px;
}
