@charset "UTF-8";

/*
/////////////////////////////////////
index.html
/////////////////////////////////////
*/

/* +++++++++++ 店舗情報 +++++++++++ */

.ShopArea {
	clear: both;
}

.ShopArea:after {
	content: "";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

.ShopArea .Shop {
	float: left;
	width: 305px;
	margin: 0 10px 5px 0;
	background: #fff;
	text-align: left;
}

.ShopArea .Shop h3 {
	margin:0 0 10px;
}

.ShopArea .Shop .Logo {
	min-height: 30px;
	_height: 30px;
	margin:0 10px 10px;
}

.ShopArea .Shop .Button {
	margin: 10px;
	padding: 10px 0 0;
	background: url(../../common/images/dotline.gif) repeat-x;
	text-align: right;
}

.nondisp {
	/*visibility: hidden;*/
	display: none;
}