@charset "utf-8";

/*
===========================================
design.css
-----------------------------------------------------------

■ 商品詳細
■ 共通部分

===========================================
*/

/* ---------------------------------------------------------
■ 商品詳細
--------------------------------------------------------- */
.detailWrapper {
	margin-bottom: 50px;
	padding: 10px 0 100px;
	text-align: center;
	background-color: #f1f1f1; }




/* ---------------------------------------------------------
■ 共通部分
--------------------------------------------------------- */
.guestWrapper,
.bnrListWrapper {
	display: none; }

