@charset "UTF-8";

/*
--------------------------------------------------------------
	SHOP LIST 店舗
--------------------------------------------------------------
*/
/*====== 店舗リスト ======*/
.tab{
	margin: 0 auto;
	width: 920px;
	height: 53px;
}

.shop{
	margin: 0 auto 40px auto;
	width: 920px;
	overflow: hidden !important;
	overflow: visible;
	min-height: 100%;
	height: auto !important;
}
.area1{
	margin: 0 60px 0 10px;
	width: 260px;
	_margin: 0 50px 0 10px;
}
.area2{
	width: 260px;
}
.area3{
	margin: 0 10px 0 60px;
	width: 260px;
	_margin: 0 10px 0 50px;
}
.space{
	margin: 0 auto;
	width: 240px;
	height: 25px;
	text-align: left;
	border-bottom: 1px dotted #B0B0B0;
}
.space p{
	float: left;
	padding-left: 20px;
	width: 100px;
	height: 20px;
	font-size: 16px;
	line-height: 20px;
	background:url(../images/shop/dot.gif) no-repeat top left;
}



/*====== チロリアンキャロット（フォーマル） ======*/
.shop_fm{
	width: 920px;
	height: 500px;
	margin:30px 0 0 15px;
}

.shop_fm a { color: #006699;}
.shop_fm a:visited { color: #006699; }
.shop_fm a:hover { color: #006699; }

.a2 {
	font-weight:bold;
}

.fm_p {
	font-size:16px;
	line-height:20px;
	color:#666666;
	margin-top:36px;
	margin-bottom:20px;
}

.fm_ex {
	width:670px;
	height:294px;
	margin:0 120px 100px 120px;
	border:5px solid #e8e8e8;
}
.fm_ex_in {
	padding:20px;
}

.ex_p {
	font-size:16px;
	line-height:24px;
	color:#666666;
	text-align:left;
	padding-left:10px;
}


/*====== 店舗一覧 ======*/
.shop_tit{
	margin: 0 auto;
	width: 920px;
	height: 20px;
	background: url(../images/shop/shop_tit.gif) no-repeat left;
}
.shop_txt{
	float: left;
	margin-left: 25px;
	padding-right: 20px;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	text-align: left;
	color: #3F9E00;
	background-color: #FFFFFF;
	_margin-left: 12px;
	_font-size: 19px;
}
.shop_list{
	margin: 0 auto;
	width: 920px;
	overflow: hidden !important;
	overflow: visible;
	min-height: 100%;
	height: auto !important;
}
.list{
	margin: 0 6px;
	padding-bottom: 10px;
	text-align: left;
	overflow: hidden !important;
	overflow: visible;
	min-height: 100%;
	height: auto !important;
	border-bottom: 1px dotted #B0B0B0;
	_height: 70px;
}
.list p{
	font-size: 16px;
	line-height: 20px;
}
.tit{
	padding-left: 20px;
	font-weight: bold;
	background:url(../images/shop/dot.gif) no-repeat top left;
}
.info_tit{
	float: left;
	width: 60px;
}
.info{
	float: left;
	width: 840px;
}



