@charset "Shift-JIS";

/* ------------------------------------------------------
   Shopinfo Style
------------------------------------------------------ */

/*----------- importStyle -----------*/

@import "common.css";

/*-----------------------------------*/

/*----------- container -----------*/

#containerShopinfo {
	width: 900px;
	padding-bottom: 30px;
}

#containerShopinfo #titleShop {
	float: none;
	padding: 53px 0 35px 0;
}

#containerShopinfo #titleShop h2 {
	float: left;
	padding-right: 50px;
}

#containerShopinfo #titleShop p {
	padding: 10px 0;
}

#containerShopinfo #listArea {
	padding: 0 30px;
}

#containerShopinfo #listArea p {
	padding-bottom: 30px;
	color: #2b1801;
	font-size: 120%;
}

#containerShopinfo #listArea ul {
	height: 3.5em;
	background: url(../../shop/images/list_line.gif) repeat-x left bottom;
}

#containerShopinfo #listArea ul.end {
	margin-bottom: 30px;
}

#containerShopinfo #listArea ul li {
	width: 168px;
	line-height: 3.5em;
	float: left;
}

#containerShopinfo #listArea ul li.long {
	width: 336px;
}

#containerShopinfo #listArea #topList {
	padding: 16px 16px 0 16px;
	margin-bottom: 30px;
	border: 1px solid #CCCCCC;
}

#containerShopinfo #listArea #topList ul {
	height: 3.5em;
	background-image: none;
}

