@charset "UTF-8";
@import "/css/common.css";

/*==================================================================*/
#shop{
	margin:0 auto;
	width:600px;
}
#shop h1{margin:12px 0;}
#shop h2{
	margin:0 12px 1em;
	padding:20px 0 0;
}
#shop p{margin:0 2em 1em;}

/* TOP css */
table{
	font-size:14px;
	line-height:130%;
	empty-cells: show;
}
/* -----店舗案内----- */

table.shop{
	border:1px;
	border-style:solid;
	border-color:#66CC99;
	}

table.shop td{
	color:#000;
	font-size:14px;
	border:1px;
	border-style:solid;
	border-color:#66CC99;
	text-align: left;
	}

table.shop td.head{
	border:1px;
	border-style:solid;
	border-color:#66CC99;
	background-color:#DAFCEB;
	color:#349464;
	font-weight:bold;
	text-align: right;
	}

table.shop td a{text-decoration:underline;}

/*==================================================================*/


/* ---------------------------------------------------------------- */
