@charset "Shift_JIS";
/*
--------------------------------------------------
Cecile Genre "secret-sale" layout CSS
Version: 17th Apr. 2008
----------------------------------------------- */

/* ===================================================
	ポイント制 シークレットセール 20070904追記
=================================================== */

.wrap #inCart2{
	top: -65px;
}

/* ========================================
	new-info：新着情報
======================================== */
#new-info{
	margin-bottom: 15px;
	border: 1px solid #c2b6ad;
	border-top: 2px solid #5c4d49;
	background: #f3f3f1 url(/img/genre/bg_common-box.gif) left top repeat-x;
	padding: 8px 8px 4px 15px;
}

#new-info dt{
	line-height: 1.5;
	float: left;
	width: 7em;
}

#new-info dd{
	line-height: 1.5;
	margin: 0 0 0 7em;
}

/* ========================================
	共通ボックス
======================================== */
/*タイトル*/
#secret h2{
	font-size: 100%;
	color: #4B3E2E;
	padding: 5px 0 0 21px;
	min-height: 20px;
	margin-top: 15px;
	background: url(/img/genre/bg_detail-h2-l.gif) no-repeat left top;
}

* html #secret h2{
	height: 25px;
}

#secret .common-box{
	margin-bottom: 10px;
}

/* 080714追加 */
#secret .h2box{
	width: 780px;
	margin: 15px 0 10px 0;
	background: url(/img/common/h_gry_ft.gif) left bottom repeat-x;
	padding-bottom: 4px;
	position:relative;
}

#secret .h2box h2{
	min-height:16px;
	line-height:1.3;
	margin-top: 0;
	padding-bottom: 2px;
	border-bottom: solid 2px #5c4d49;
}

#secret .h2box p.h2-btn{
	position: absolute;
	right: 4px;
	top: 4px;
	display: inline;
	font-weight: normal;
	border: solid 1px #5c4d49;
	background: #5c504c;
	font-size: 88%;
}

#secret .h2box p.h2-btn a{
	text-decoration: none;
	color: #fff;
	min-height: 10px;
	line-height: 1.2;
	padding: 2px 4px 0 16px;
	display: block;
	background: url(/img/common/btn_h_gry_hd.gif) left top no-repeat;
	font-size: 100%;
}

/* ========================================
	rec：おすすめ商品
======================================== */
#secret #rec {
	margin: 0;
	padding: 0;
}

/* ------------- おすすめ商品1行 ----------------- */

#secret .rec-wrap {
	clear: both;
	width: 775px;
	margin: 5px 0 0 5px;
	background: url(/img/genre/secretsale/bg_rec.gif) left top repeat-y;
}

#secret #rec .first {
	margin-top: 0;
}

/* ------------- おすすめ 各ボックス----------------- */

#secret .rec-box {
	float: left;
	width: 150px;
	padding: 0 5px 5px 0;
	text-align: center;
}

* html #secret .rec-box {
	width: 155px;
}

/* 写真 */
#secret .rec-box .photo {
	padding: 5px;
}

#secret .rec-box .photo img {
	border: 5px solid #fff;
}

/* 過去販売カタログ情報 */
#secret .rec-box .cat {
	padding: 0 7px;
	font-size: 85%;
}

/* 過去販売価格 */
#secret .rec-box .old {
	font-size: 85%;
	text-decoration: line-through;
}

/* バーゲン価格 */
#secret .rec-box .price {
	margin: 0;
	color: #f00;
	padding-bottom: 5px;
}

#secret .rec-box .price-b {
	color: #111;
	padding-bottom: 5px;
}

/* ========================================
	genre-list：ジャンル一覧
======================================== */
#secret #genre-list {
	margin: 0;
	padding: 10px 25px 5px 25px;
	border: 1px solid #c2b6ad;
	border-top: 2px solid #5c4d49;
	background: #f3f3f1 url(/img/genre/bg_common-box.gif) left top repeat-x;
}

#secret #genre-list h3 {
	margin: 8px 0;
	line-height: 1.1;
	font-size: 100%;
	border: solid 1px #352a27;
	padding: 7px 0 6px 10px;
	background: #716460;
	width: 718px;
}

* html #secret #genre-list h3 {
	width: 728px;
}

#secret #genre-list h3 a:link,
#secret #genre-list h3 a:active,
#secret #genre-list h3 a:visited,
#secret #genre-list h3 a:hover{
	color: #fff;
	padding: 0 0 0 13px;
	background: #716460 url(/img/common/icon_h_link_brw.gif) 0 45% no-repeat;
}

#secret #genre-list p{
	margin: 0 0 0 10px;
}

#secret #genre-list ul{
	margin: 0;
	padding: 0 0 6px 0;
}

#secret #genre-list li{
	float: left;
	margin: 0 5px 0 0;
	width: 239px;
}

#secret #genre-list li.last {
	margin: 0;
	width: 240px;
}

#secret #genre-list li a{
	background: #fff url(/img/common/icon_arrow_r.gif) 6px 0.8em no-repeat;
	border: solid 1px #c6beb9;
	display: block;
	margin: 0;
	padding: 4px 5px 5px 14px;
	width: 220px;
}

* html #secret #genre-list li a{
	width: 239px;
}

#secret #genre-list li.last a{
	width: 221px;
}

* html #secret #genre-list li.last a{
	width: 240px;
}

/* clearfix */
#secret #genre-list ul:after,
#secret .rec-wrap:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#secret #genre-list ul,
#secret .rec-wrap{
	display: inline-block;
}

* html #secret #genre-list ul,
* html .rec-wrap{
	height: 1%;
}
 
#secret #genre-list ul,
#secret .rec-wrap ul{
	display: block;
}
