@charset "UTF-8";

/* -------------------- 
     トップページ    
-------------------- */

p.lead {
	font-size: 90%;
}


/* --- Box --- */

.box01 {
	margin-top: 18px;
}


/* --- Map --- */

#map {
	width: 512px;
	margin: 30px auto;
}
p.map {
	margin: 30px 0 0 30px;
}


/* --- Block --- */

.blk {
	background-image: url(img/blk_bg.gif);
	background-repeat: repeat-x;
	width: 290px;
	padding-top: 6px;
	float: left;
	min-height: 163px;
	_height: 163px;
}
.blk h3 {
	margin: 0 0 0 4px;
}
.blk p {
	margin: 10px 8px;
}
.blk ul {
	float: right;
	margin-right: 10px;
}


/* -------------------- 
     店舗詳細ページ    
-------------------- */

/* --- Tab --- */

#tab li {
	float: left;
	width: 96px;
	list-style: none;
	margin-right: 2px;
}
#tab {
	background-image: url(img/tab_bg.gif);
	background-repeat: repeat-x;
	margin: 25px 2px 0;
}
#tab .active {
	background-color: #f3f3f3;
}


/* --- Sub Title --- */

#subt {
	margin-top: 23px;
}
#subt .ph {
	float: left;
	width: 107px;
	margin-right: 15px;
}
#subt .goHp,#subt .goMap {
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 16px;
	float: left;
}
#subt .goHp {
	background-image: url(img/icon_hp.gif);
}
#subt .goMap {
	background-image: url(img/icon_map.gif);
	margin-top: 5px;
}
#subt .area {
	float: left;
	width: 468px;
}
#subt .goHp a,#subt .goMap a {
	color: #9173d0;
	text-decoration: underline;
}
#subt .area h3 {
	float: left;
	margin: 0 24px 0 0;
}
#subt .area .add {
	clear: left;
	padding-top: 10px;
}
#subt .area p {
	line-height: 150%;
}


/* --- Table --- */

table.ichiran {
	width: 590px;
	border-collapse: collapse;
	margin-top: 15px;
}
table.ichiran th.head{
	background-color: #999;
	color: #FFF;
	font-size: 70%;
	text-align: center;
	border-right: solid #fff 1px;
	border-bottom: solid #fff 1px;
}
table.ichiran td.time {
	text-align: center;
}
table.ichiran td {
	padding: 3px;
	border-bottom: solid #a3a3a3 1px;
	border-left: solid #a3a3a3 1px;
	color: #000;
}
table.ichiran tr.gry {
	background-color: #f5f5f5;
}
table.ichiran th{
	border-bottom: solid #a3a3a3 1px;
	text-align: left;
	padding: 3px;
	color: #000;
}
