@charset "UTF-8";


/*  新商品・特価商品
--------------------------------------------------------------*/

#mainContents h1 { height:auto; } /* STEP1.5 modify */
#h1TitleContainer {
	width: 640px;
	margin-top: 8px;
	padding-top: 10px;
	background: url(../../images/category/h1_title_line.gif) repeat-x left top;
	border-bottom: 1px solid #d1d1d1;
}

#CONTENTSAREA p.refineTitle {
	padding-top: 20px;
}

#CONTENTSAREA ul.tabContainer {
	margin-top: 9px;
	padding-bottom: 3px;
	height: 23px;
	background: url(../../images/tab_line.gif) repeat-x left bottom;
}
#CONTENTSAREA ul.tabContainer li {
	float: left;
	overflow: hidden;
	height: 23px;
	margin-right: 2px;
}
#CONTENTSAREA ul.tabContainer li.all {
	margin-right: 10px;
}
#CONTENTSAREA ul.tabContainer li.bodywear {
	margin-right: 10px;
}
#CONTENTSAREA .chOrder {
	padding: 6px 15px;
	background-color: #e6f5f7;
	border-right: 1px solid #ddebed;
	border-bottom: 1px solid #ddebed;
	border-left: 1px solid #ddebed;
	font-size: 12px;
	line-height: 110%;
	color: #999999;
	text-align: right;
}
#CONTENTSAREA .chOrder img {
	margin: 0 11px;
}
#CONTENTSAREA .chOrder * {
	vertical-align: middle;
}
#CONTENTSAREA h2 {
	padding-top: 19px;
}
#CONTENTSAREA .linedTitle {
	padding-top: 20px;
}
#CONTENTSAREA h3.normalSale {
	padding: 8px 0 10px;
	border-top: 2px solid #79cec4;
	font-size: 16px;
	line-height: 17px;
	font-weight: bold;
}
#CONTENTSAREA h4.new, #CONTENTSAREA h4.sale {
	padding: 8px 0 10px;
}

/* 横長、横並び共通 */
#CONTENTSAREA .photo {
	float: left;
	width: 80px;
}
#CONTENTSAREA .text p {
	padding-bottom: 6px;
	font-size: 12px;
	line-height: 158%;
}
#CONTENTSAREA .text p.productName {
	padding-bottom: 6px !important;
}
#CONTENTSAREA .text p.productName a {
	font-weight: bold;
}
#CONTENTSAREA .text p.saleSpan {
	padding-bottom: 0;
	line-height: 110%;
	font-size: 10px;
	line-height: 120%;
	font-weight: bold;
}
#CONTENTSAREA .text p.saleSpan img {
	margin-right: 5px;
}
#CONTENTSAREA .text p.saleSpan * {
	vertical-align: middle;
}
#CONTENTSAREA .text p.sale {
	font-size: 10px;
	line-height: 150%;
}


/* 横長パターン */
#CONTENTSAREA .wideProductContainer {
	padding-bottom: 10px;
	line-height: 0;
}
#CONTENTSAREA .wideProduct {
	height: auto !important;
	height: 10px;
	min-height: 10px;
	background: url(../../images/sale/sale_new_frame.gif) repeat-y left top;
	padding: 0 10px;
}
#CONTENTSAREA .wideProduct .text {
	float: right;
	width: 517px;
}

/* 通常横並びパターン */
#CONTENTSAREA table.productsTable {
	margin-bottom: 10px;
	line-height:0;
}
#CONTENTSAREA table.productsTable td {
	width: 315px;
	height: auto !important;
	height: 10px;
	min-height: 10px;
	background: url(../../images/sale/normal_frame_b.gif) no-repeat left bottom;
	padding-bottom: 8px;
}
#CONTENTSAREA table.productsTable td.separator {
	width: 10px;
	background: none;
}
#CONTENTSAREA table.productsTable td .product {
	width: 294px;
	margin-left: 10px;
}
#CONTENTSAREA table.productsTable td .text {
	float: right;
	width: 205px;
}
#CONTENTSAREA table.productsTable td .text p.outline {
	font-size: 12px;
	line-height: 158%;
}

/* 下部バナー */
#CONTENTSAREA .banner {
	padding-top: 26px;
}


/* 以下、旧CSS(～2009/01) */

/* default.cssから一時移行した設定 */

td,
th {
	vertical-align:top;
	text-align:left;
}


/* 新商品・特価商品ページ固有の設定です */


/* H1
--------------------------------------------------------------*/

#SALE {
	margin-top:30px;
}
#SALE table {
	border-collapse: collapse;
	border:none;
}


#SALE .day {
	margin-top:30px;
	font-weight:bold;
	color:#003163;
}


/* H2
--------------------------------------------------------------*/
#SALE .h2Tbl {
	margin-top:20px;
	border-bottom:1px solid #99CCCC;
}

#SALE h2 {
	margin:0;
}

#SALE .h2Tbl table {
	width:640px;
	border-collapse: collapse;
	border:none;
}
#SALE .h2Tbl td {
	text-align:right;
	vertical-align:middle;
	font-size:87%;
}
#SALE .h2Tbl td a {
	background:url(/contents/images/bullet_blue.gif) no-repeat 0 0.2em;
	padding-left:10px;
}



