@charset "utf-8";



a:hover img{
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

#popup_back{
	display:none;
	width:100%;
	background-color:#584332;
	position:absolute;
	z-index:100;
}

#popup{
	font: 70% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	width:690px;
	padding:5px;
	margin:0 auto;
	background-color:#fff;
	position:relative;
}

.star{
	float:right;
	color:#f00;
	font-size:140% !important;
}

.red{
	color:#f00;
}

#title{
	margin-bottom:20px;
}

#close{
	position:absolute;
	top:5px;
	right:5px;
}

.shop_category{
	clear:both;	
}

table{
	clear:both;
	width:688px;
	margin:0 0 60px;
	padding:0;
}

table th{
	font-size:120%;
	font-weight:bold;
	margin:0;
	color:#630;
	border-bottom:2px solid #802D26;
}

table th.floor{
	width:35px;
}

table th.type{
	width:160px;
}

table th.name{
	width:180px;
}

table th.kana{
	width:220px;
}

table tr th,
table tr td{
	padding:10px 5px;
}

table tr td{
	border-collapse:collapse;
	background-color:#D9CCBF;
	border-bottom:2px solid #802D26;
}

table tr.even td{
	margin:0;
	background-color:#CCB299;
}

.fright{
	float:right;
}

.mb60{
	margin-bottom:60px;
}