@charset "UTF-8";
/**
 * @header
 * shop-search/* css
 * @idName:tel
 */
#tel{
	width:530px;
	margin-left:auto;
	margin-right:auto;
}
#tel ul.nav{
	background-image:url(../img/tel/btn_shadow.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	padding-bottom:5px;
	margin-bottom:9px;
	padding-top:7px;
}
#tel ul.nav li{
	float:left;
}
#tel .one{
}
#tel .one table{
	border-collapse:collapse;
	width:100%;
}
#tel .one table th,#tel .one td{
	border:1px solid #ccc;
	vertical-align:middle;
}
#tel .one table thead th{
	text-align:center;
	padding-top:7px;
	padding-bottom:7px;
}
#tel .one table thead th.time{
	width:127px;
}
#tel .one table thead th.price{
	width:110px;
}
#tel .one table thead th.tel{
	width:99px;
}
#tel .one table tbody td,#tel .one table tbody th{
	text-align:center;
	padding:6px 0;
}
#tel .one table tbody th{
	text-align:left;
	padding-left:4px;
	padding-right:4px;
}
#tel .one table tbody th span{
	padding-left:4px;
}
#tel .one table tbody tr.col1{
	background-color:#FFD8E4;
}
