@charset "utf-8";

/*------------------------------------------------------------------------------

	[ファイル名]
	
	[概要]
	
	[目次]
		・clearFix／画像代替／非表示部
	
------------------------------------------------------------------------------*/



/*------------------------------------------------------------------------------

								clearFix
								
------------------------------------------------------------------------------*/

div.sectionContent ul:after,
div.sectionContent ul li:after,
p#buttonBack2shop a:after,
ul#shopNav:after
{
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	content: ".";
}

/* Win IE7 */
*:first-child + html div.sectionContent ul,
*:first-child + html div.sectionContent ul li,
*:first-child + html p#buttonBack2shop a,
*:first-child + html ul#shopNav
{
	min-height: 1%;
}
/* End Win IE7 */

/* Win IE6 \*/
* html div.sectionContent ul,
* html div.sectionContent ul li,
* html p#buttonBack2shop a,
* html ul#shopNav
{
	height: 1%;
}
/* End Win IE6 */

/* Mac IE\*//*/
div.sectionContent ul,
div.sectionContent ul li,
p#buttonBack2shop a,
ul#shopNav
{
	display: inline-table;
}
/* End Mac IE */



/*------------------------------------------------------------------------------

							テキスト画像代替
							
------------------------------------------------------------------------------*/
/*p#buttonBack2shop a,*/
ul#shopNav li a
{
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -10000px;
	text-decoration: none;
/*\*/
	overflow: hidden;
/* */
}



/*------------------------------------------------------------------------------

								非表示部
								
------------------------------------------------------------------------------*/
#xxx
{
	position: absolute;
	top: -9999px;
	left: -9999px;
	z-index: -9999;
	width: 0;
	height: 0;
	overflow: hidden;
}



/*------------------------------------------------------------------------------

							div#contentheader 画像指定
							
------------------------------------------------------------------------------*/
div#contentHeader h1{
	background-image: url(../../shop/images/content_header.gif);
}



/*------------------------------------------------------------------------------

						ショップガイド一覧のリスト
							
------------------------------------------------------------------------------*/
div.shopList div.sectionContent{
	padding-right: 0px;
}

div.shopList ul li{
	float: left;
	width: 307px;
	/*margin-bottom: 5px;*/
	padding: 10px;
	background: url(../../shop/images/shop_list_li_bg.gif) no-repeat scroll left top;
	border-bottom: none!important;
}

* html div.shopList ul li{
	width: 325px;
}

div.shopList ul li p.logo{
	float: left;
	padding-right: 10px;
	width: 50px;
	height: 50px;
}

div.shopList ul li h3{
	margin: 0;
	margin-bottom: 5px;
	padding: 6px 8px;
	padding-top: 0;
	border-bottom: 1px dotted #e1e1e1;
	color: #000000;
	font-weight: bold;
	background: url(../../shop/images/h3_arrow.gif) no-repeat scroll 0px 5px;
}

div.shopList ul li h3 a{
	font-size: 100%;
}

div.shopList ul li div{
	padding-right: 10px;
	/*padding-left: 88px;*/
	padding-left: 52px;
}



/*------------------------------------------------------------------------------

						ショップガイドの下層用
							
------------------------------------------------------------------------------*/
div.section h2#shopName{
	margin: 0;
	padding: 0;
	border-left: 5px solid #949494;
	background: #f5f5f5 none;
}

div.section h2#shopName img{
	display: block;
	float: right;
	width: 50px;
	height: 50px;
	margin: 4px;
}

div.section h2#shopName span{
	display: block;
	float: left;
	width: 500px;
	margin-top: 22px;
	padding-left: 10px;
	font-weight: bold;
}



/*------------------------------------------------------------------------------

				p#buttonBack2shop 「ショップ基本情報に戻る」ボタン
				
------------------------------------------------------------------------------*/
/*
p#buttonBack2shop{
	margin-top: 5px;
	margin-right: 3px;
	margin-bottom: 2px;
	height: 24px;
	background: url(../../shop/images/button_back2shop_ov.gif) no-repeat scroll right top;
}

p#buttonBack2shop a{
	float: right;
	width: 162px;
	height: 24px;
	background: url(../../shop/images/button_back2shop.gif) no-repeat scroll right top;
}

p#buttonBack2shop a:active,
p#buttonBack2shop a:hover{
	background-image: none;
}
*/



/*------------------------------------------------------------------------------

						ショップ詳細の今週のイチ押し一覧用
						
------------------------------------------------------------------------------*/
div.section ul li{
	margin-bottom: 5px;
	border-bottom: 1px dotted #cccccc;
}

div.section ul li h3{
	margin-top: 3px;
}



/*------------------------------------------------------------------------------

						ショップ基本情報 h3の点線消去用
						
------------------------------------------------------------------------------*/
div.section p.photo{
	background-color: #ffffff;
}



/*------------------------------------------------------------------------------

						ショップ基本情報 table幅指定
						
------------------------------------------------------------------------------*/
div.section table{
	width: 320px;
	margin-bottom: 10px;
}

div.section table th{
	width: 70px;
	white-space: nowrap;
	text-align: left;
}

div.section table td a.popup{
	font-size: 80%;
	font-weight: normal;
	/*----- IE -----*/
	word-break:break-all;
}

/*------------------------------------------------------------------------------

								ul#shopNav
								
------------------------------------------------------------------------------*/
ul#shopNav{
	float: right;
	width: 407px;
	padding-top: 7px;
	border: none;
}

ul#shopNav li{
	float: left;
	height: 24px;
	background: no-repeat scroll left top;
	border: none;
}

ul#shopNav li a{
	height: 24px;
	background: no-repeat scroll left top;
}

/*----- 各ボタン横幅／画像指定 -----*/
ul#shopNav li#shopNavTop{
	width: 109px;
	background-image: url(../../shop/images/shop_nav_top_ov.gif);
}

ul#shopNav li#shopNavRecommend{
	width: 140px;
	background-image: url(../../shop/images/shop_nav_recommend_ov.gif);
}

ul#shopNav li#shopNavNews{
	width: 153px;
	background-image: url(../../shop/images/shop_nav_news_ov.gif);
}

/*----- 各ボタン横幅／画像指定 -----*/
ul#shopNav li#shopNavTop a{
	width: 109px;
	background-image: url(../../shop/images/shop_nav_top.gif);
}

ul#shopNav li#shopNavRecommend a{
	width: 140px;
	background-image: url(../../shop/images/shop_nav_recommend.gif);
}

ul#shopNav li#shopNavNews a{
	width: 153px;
	background-image: url(../../shop/images/shop_nav_news.gif);
}

/*----- ロールオーバー -----*/
ul#shopNav li#shopNavTop a:active,
ul#shopNav li#shopNavRecommend a:active,
ul#shopNav li#shopNavNews a:active,
ul#shopNav li#shopNavTop a:hover,
ul#shopNav li#shopNavRecommend a:hover,
ul#shopNav li#shopNavNews a:hover{
	background-image: none;
}



/*------------------------------------------------------------------------------

								
								
------------------------------------------------------------------------------*/
div.section table a.popup{
	padding-right: 20px;
	background: url(../../images/common/icon_popup.gif) no-repeat scroll right top;
}




