@charset "utf-8";

div#pageNavi {
	margin-bottom: 30px;
}

/* ---------------------------------------------------------
   Contents Layout
--------------------------------------------------------- */
div#shop_contents {
	margin: 0px auto;
	width: 578px;
	text-align: left;
	background: #FFF;
}
	div#shop_contents > * {
		margin:auto;
	}
	div#shop_contents h2 {
		margin-bottom: 30px;
		text-align:center;
	}
	div#shop_contents h3 {
		margin-bottom: 10px;
		border-bottom: 1px solid #000;
		text-align:center;
	}
	div#shop_contents p {
		margin-bottom: 40px;
	}
