/*グッズ*/


/*ナビゲーション*/
nav ul li.nav_goods a{ background:none;}

/*ページタイトル　見出し*/
.page_ttl{ text-align:center; padding:20px 0 36px 0;}


/* ヘッダー
---------------------------------------------------- */

header{ text-align:center;}

/* コンテンツ
---------------------------------------------------- */
.con_wrap{}
.goods_wrap{ width:1044px; margin:0 auto; padding-right:-64px;}
.goods_wrap .goods_box{ width:284px; margin:0 64px 36px 0; float:left;}

.goods_wrap .goods_box h2{ font-size:116%; padding:18px 0 14px 0; display:table; width:284px; line-height:1.4;}
.goods_wrap .goods_box h2 span{ display:table-cell; vertical-align:middle; text-align:center;}
.goods_wrap .goods_box a h2{ color:#000; text-decoration:none;}
.goods_wrap .goods_box a:hover h2{ color:#000; text-decoration:underline;}

.goods_wrap .goods_box .info{ padding-bottom:10px;}
.goods_wrap .goods_box a .info{ color:#000; text-decoration:none;}
.goods_wrap .goods_box .btn{ text-align:center;}

.bnr_area{ text-align:center;}

/*装飾*/
.shadow {
	box-shadow: 0 0 4px #c7807e;
	-moz-box-shadow: 0 0 4px #c7807e;
	-o-box-shadow: 0 0 4px #c7807e;
	-ms-box-shadow: 0 0 4px #c7807e;
	background:#c7807e;
}

/*シャドウをかけたことによるハック*/
/*
.ie8 .con_wrap .shadow{ margin-top:-3px; margin-left:-3px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#c7807e, direction=0, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#c7807e, direction=90, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#c7807e, direction=180, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#c7807e, direction=270, strength=3, enabled=true);
}
*/