

/*　販促商品カテゴリ一覧スタイル
-------------------------------------------------------*/

body.PROMOTIONAL div#maincontents h2 {
	width:525px;
	height:46px;
	margin:0 0 10px 0;
	padding:0;
	text-indent:-9999px;
	background:url(image/promotional/title.png) no-repeat 0 0;
}

div#maincontents h2#stationery { background-position: 0  -46px; }
div#maincontents h2#bag        { background-position: 0  -92px; }
div#maincontents h2#daily      { background-position: 0 -138px; }
div#maincontents h2#variety    { background-position: 0 -184px; }
div#maincontents h2#beauty     { background-position: 0 -230px; }
div#maincontents h2#prevention { background-position: 0 -276px; }

body#COMM div#maincontents h2#stationery { background-position: 0 -322px; }
body#COMM div#maincontents h2#bag        { background-position: 0 -368px; }
body#COMM div#maincontents h2#daily      { background-position: 0 -414px; }
body#COMM div#maincontents h2#variety    { background-position: 0 -460px; }
body#COMM div#maincontents h2#beauty     { background-position: 0 -506px; }
body#COMM div#maincontents h2#prevention { background-position: 0 -552px; }


ul#promotional-list {
	width:525px;
	height:auto;
	margin:0;
	padding:0;
}

ul#promotional-list li {
	width:523px;
	height:80px;
	margin:0 0 10px 0;
	padding:0;
	text-indent:0;
	border:1px dashed #999;
}

ul#promotional-list li a {
	width:525px;
	height:60px;
	margin:10px 0;
	text-indent:-9999px;
	display:block;
	outline:none;
}

ul#promotional-list li.recommend  { background:url(image/promotional/category-recommend.jpg) no-repeat 0 0; }
ul#promotional-list li.ecology    { background:url(image/promotional/category-eco.jpg) no-repeat 0 0; }
ul#promotional-list li.stationery { background:url(image/promotional/category-stationery.jpg) no-repeat 0 0; }
ul#promotional-list li.bag        { background:url(image/promotional/category-bag.jpg) no-repeat 0 0; }
ul#promotional-list li.daily      { background:url(image/promotional/category-daily.jpg) no-repeat 0 0; }
ul#promotional-list li.variety    { background:url(image/promotional/category-variety.jpg) no-repeat 0 0; }
ul#promotional-list li.beauty     { background:url(image/promotional/category-beauty.jpg) no-repeat 0 0; }
ul#promotional-list li.prevention { background:url(image/promotional/category-prevention.jpg) no-repeat 0 0; }
ul#promotional-list li.towel      { background:url(image/promotional/category-towel.jpg) no-repeat 0 0; }
ul#promotional-list li.wear       { background:url(image/promotional/category-wear.jpg) no-repeat 0 0; }


body#COMM div#main-set {
	margin:0 0 15px 0;
	padding:0 0 10px 15px;
	border-bottom:1px dotted #666;
}

body#COMM div#main-set div.comm-name {
	color:#0C7A12;
	font-weight:bold;
}

body#COMM div#main-set div.comm-price {
	color:#FF7A01;
	font-weight:bold;
}

body#COMM div#main-set div.attention {
	margin:0 0 15px 0;
	color:#FF7A01;
	white-space:nowrap;
}

body#COMM div#main-set div.assort {
	width:86px;
	height:26px;
	padding:0;
	margin:2px 0 3px 0;
	text-indent:-9999px;
	background:url(image/promotional/icon_assort.png) no-repeat 0 0;
}

h3#comm-title {
	width:513px;
	height:20px;
	margin:0 0 15px 0;
	padding:7px 0 3px 12px;
	font-size:14px;
	color:#007F05;
	background:url(image/promotional/comm-title.png) no-repeat 0 0;
}

body#COMM div#image-area {
	font-size:75%;
	line-height:145%;
	margin-bottom:8px;
	margin-left:15px;
}

body#COMM div#image-area img {
	margin:0 10px 0 0;
	padding:5px;
	border:1px solid #999;
}


/*** ページング ***/
div.pagination {
	clear:both;
	padding:3px;
	margin:0 auto 30px auto;
	text-align:center;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin-right: 4px;
	border: 1px solid #CCC;
	text-decoration: none; 
	color: #007F05;
}

div.pagination a:hover, div.pagination a:active {
	border:1px solid #2EDEB7;
	color: #3F3F3F;
	background-color: #87ECD6;
}
div.pagination span.current_page {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #B2E05D;
	font-weight: bold;
	background-color: #2EDEB7;
	color: #FFF;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #f3f3f3;
	color: #ccc;
}






/*
ul#promotional-list li.odd {
	background-color:#FFF;
}

ul#promotional-list li.even {
	background-color:#F5FFEB;
}

ul#promotional-list li img {
	float:left;
	width:70px;
	height:auto;
	border:none;
}
*/


/*** clearfix ***/

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	display:inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

* html .iepngfix {
behavior: expression(IEPNGFIX.fix(this));
}