@charset "UTF-8";

/* 店舗情報
--------------------------------------------------------------------
1. 大枠
2. テキスト
3. 共通
--------------------------------------------------------------------*/


/* 1. 大枠
--------------------------------------------------------------------*/

/* 大枠
-------------------------------- */

#contents{
	width:780px;
	padding:15px 0px 40px 0px;
}


/* リスト
-------------------------------- */
.shop-toptxt{
	text-align: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.shop-list{
	width:780px;
	border-bottom:#E5D8C3 1px solid;
}
.shop-list th{
	background-color:#F7F0D4;
	color:#BB8863;
	text-align:center;
	padding:3px 0px;
	border-bottom:#FFFFFF 4px solid;
}
.shop-list th.shopname{width:180px; border-right:#FFFFFF 2px solid;}
.shop-list th.access{width:220px; border-right:#FFFFFF 2px solid;}
.shop-list th.time{width:210px; border-right:#FFFFFF 2px solid;}
.shop-list th.tel{width:100px; border-right:#FFFFFF 2px solid;}
.shop-list th.suica{width:70px;}


.shop-list td{
	border-top:#E5D8C3 1px solid;
	height:60px;
}
.shop-list td.shopname{
	background-color:#FBF7E9;
	border-right:#FFFFFF 2px solid;
}
.shop-list td.shopname div{
	padding:5px 10px;
}
.shop-list td.shopname div p strong{
	color:#684570;
}
.shop-list td.shopname div p.subtxt{
	color:#C31C29;
}
.shop-list td.access p{
	padding:5px 10px;
}

.shop-list td.time p{
	padding-left:50px;
}
.shop-list td.time p.daily{background:url("/lavanderie/shop/img/icon_daily.gif") 15px 2px no-repeat;}
.shop-list td.time p.sat{background:url("/lavanderie/shop/img/icon_sat.gif") 15px 2px no-repeat;}
.shop-list td.time p.holiday{background:url("/lavanderie/shop/img/icon_holiday.gif") 15px 2px no-repeat;}
.shop-list td.time p.weekend{background:url("/lavanderie/shop/img/icon_weekend.gif") 15px 2px no-repeat;}

.shop-list td.tel{text-align:center;}
.shop-list td.suica{text-align:center;}

.shop-pict {
	padding-top: 40px;
	padding-bottom: 40px;
}
.shop-pict img {
	margin-right: 10px;
	margin-left: 10px;
}
