@charset "utf-8";

#shoplistContentsWrap {
	background-image: url(../images/shoplist_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	width: 100%;
	background-color: #000;
}

#pageTitle {
	padding: 30px 0 0 0;
	font-size: 35px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

#shoplistContentsArea {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 30px;
}

.shoplistBoxWrap1 {
	width: 455px;
	float: left;
	background-color: #abd005;
	padding: 5px;
	position: relative;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	margin: 30px 0 0 0;
}

.shoplistBoxWrap2 {
	width: 455px;
	float: right;
	background-color: #ed7b9d;
	padding: 5px;
	position: relative;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	margin: 30px 0 0 0;
}

.shoplistBoxWrap3 {
	width: 455px;
	float: left;
	background-color: #00a728;
	padding: 5px;
	position: relative;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	margin: 30px 0 0 0;
}

.shoplistBox {
	width: 435px;
	background-color: #FFF;
	padding: 10px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

.shoplistBox2 {
	width: 435px;
	background-color: #FFF;
	padding: 10px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

.imgIconBox {
	width: 194px;
	float: left;
}

.nomumonIcon {
	position: absolute;
	top: 10px;
	right: 10px;
}

.shopImg {
	font-size: 0;
	line-height: 0;
}

.iconArea {
}

.iconArea li.list1 {
	font-size: 0;
	line-height: 0;
	float: left;
	margin: 10px 0 0 0;
}

.iconArea li.list2 {
	font-size: 0;
	line-height: 0;
	float: left;
	margin: 10px 0 0 10px;
}

.iconArea li a:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

.listInfoBox {
	width: 231px;
	float: right;
	color: #000;
	text-align: left;
	font-size: 14px;
}

.listNameBox {
	font-size: 17px;
}

.listShopNumber {
	float: left;
	width: 18px;
}

.listShopName {
	float: left;
	width: 175px;
}

.listPhone {
	background-image: url(../images/phone_icon.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 2px 0 5px 25px;
	margin: 8px 0 0 0;
	line-height: 18px;
}

.listTime {
	background-image: url(../images/time_icon.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 2px 0 5px 25px;
	margin: 8px 0 0 0;
	line-height: 18px;
}

.listAddress {
	margin: 10px 0 0 0;
}

.listHead1 {
	background-color: #abd005;
	padding: 5px 0;
	text-align: center;
	font-weight: bold;
	margin: 10px 0 0 0;
}

.listHead2 {
	background-color: #ed7b9d;
	color: #FFF;
	padding: 5px 0;
	text-align: center;
	font-weight: bold;
	margin: 10px 0 0 0;
}

.listHead3 {
	background-color: #00a728;
	color: #FFF;
	padding: 5px 0;
	text-align: center;
	font-weight: bold;
	margin: 10px 0 0 0;
}

.commentText {
	line-height: 18px;
	text-align: justify;
	text-justify: distribute;
	margin-top: 10px;
}

.listTicketHead {
	margin: 10px 0 0 0;
	font-weight: bold;
	color: #f08200;
}

.listTicketText {
	margin: 5px 0 0 0;
	line-height: 18px;
}










