@charset "utf-8";

/*-----------------------------------------------------
	CSS for shop
-------------------------------------------------------*/
ul, dl, ol {
	list-style:none;
}

#Content {
	min-height: 600px;
}

#Content article {
	display: block;
	position: relative;
	padding-top: 40px;
	width: 100%;
}

.page-tit {
	text-align: center;
 }

.shop-list {
	margin-top: 30px;
}

.shop-list > dl {
	margin: 0 auto;
	position: relative;
	padding: 25px 15px;
	width: 870px;
	border-bottom: 1px dotted #984c31;
}
.shop-list > dl:first-child {
	border-top: 1px dotted #984c31;
}

.shop-list > dl:nth-of-type(odd) {
	background-color: rgba(255,255,255,0.4);
}

.shop-list > dl:nth-of-type(even) {
	/*background-color: rgba(255,255,255,0.2);*/
}

.shop-list > dl a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.shop-list > dl a:hover {
	background-color: rgba(255,237,199,0.3);
}

.shop-list > dl dt {
	color: #984c31;
	font-size: 1.8rem;
	font-weight: bold;
}

.shop-list > dl dt i {
	padding-right: 5px;
}

.shop-list > dl dd {
	font-size: 1.4rem;
	color: #984c31;
	padding-left: 2em;
}