@charset "UTF-8";

/*---------------------------------------------------------**
shopinfo.html
-----------------------------------------------------------**/

div.Box_shopinfo
	{
		width: 800px;
		background: url(../img/shopinfo/s_info_bg.jpg) no-repeat top;
	}
div.Box_shopinfo table
	{
		text-align: center;
		margin: 0px auto;
	}
div.Box_shopinfo table td
	{
		text-align: left;
	}
div.Box_shopinfo table td.text
	{
		padding: 5px 10px;
	}

div.line
	{
		height: 19px;
		margin-bottom: 50px;
		background: url(../img/shopinfo/line.jpg) repeat-x top;
	}
	
/*---[ 店舗詳細テーブル ]-----------------------------**/
table.shop
	{
		border-top: 2px solid #2A2315;
		border-bottom: 1px solid #2A2315;
	}
table.shop td
	{
		padding: 15px 0 15px 20px;
		text-align: left;
		border-bottom: 1px solid #2A2315;
	}
table.shop td.L
	{
		background: #F2EDE6;
	}

