﻿@charset "utf-8";
/* ------------------------------------------------
 Copyright(C)SUNHOSEKI CO.,LTD. All Right Reserved.
 ------------------------------------------------ */

/* 特集商品一覧ページ
 ------------------------------------------------ */
#special .special_image {
	padding-bottom: 8px;
	width:724px;}
#special .special_comment {
	color: #664422;
	font-size: 14px;
	line-height: 1.2em;
	padding: 0; }
#special .sale_attention {
	margin: 12px auto 0; }
#special .sale_attention dt {
	color: #fff;
	font-size: 10px;
	padding: 4px;
	width: 300px;
	background: #ff6699;
	margin-left: 416px; }
#special .sale_attention dt b {
	color: #ffffaf;
	font-size: 12px; }
#special .sale_attention dd {
	font-size: 12px;
	line-height:140%;
	background: #fff;
	padding: 8px;
	border: 1px #ff6699 solid; }
#special .special_attention {
	font-size: 10px;
	margin: 12px auto;
	padding: 7px;
	background: #ffffaf;
	line-height: 1.2em; }
#special .item_list {
	margin-top: 24px; }
#special h2.title {
	clear:both;
	background:#BAABAB;
	line-height:21px;
	padding:8px;
	margin:30px auto 10px auto;
	font-size:21px;
	font-weight: normal;
	color:#FFF;
}
#item_special {
	margin:10px auto;
}
#item_special h3 {
	font-size:21px;
	font-weight: normal;
	position:relative;
	margin:5px auto;border-bottom:#CCC 1px dashed;
}
#item_special h3 span {
	position:absolute;
	bottom:3px;
	right:5px;
	font-size:14px;
}
#item_special ul {
	text-align:left;
}
#item_special ul li {
	display:inline-block;
	vertical-align:top;
	width:170px;
	margin:0 3px;
}
.seo_text {
	font-size:8px;
	color:#CCC;
}

/*tablist*/

#specialtablist{
	margin:0;
	text-align:center;
}
#specialtablist ul{
	background: #FFF;    /* テーブルとth、tdの線 */
}

#specialtablist ul li {
	border-radius: 5px;	
	border-spacing: 1px; /* セル間の隙間(モダンブラウザ用) */
	font-size: 13px;
	color: #FFF;
	width: 140px;
	height:30px;
	background-color:#FF92BE;
	text-align:center;
	color:#FFF;
	border: 2px solid #FFF; /* 内側に1pxの線 */
	font-weight: bold;
	display:block;
	float:left;
}
#specialtablist ul li.now {
	border-radius: 5px;	
	border-spacing: 1px; /* セル間の隙間(モダンブラウザ用) */
	font-size: 13px;
	color: #FFF;
	width: 140px;
	height:30px;
	background-color:#72533B;
	text-align:center;
	color:#FFF;
	border: 2px solid #FFF; /* 内側に1pxの線 */
	font-weight: bold;
	display:block;
	float:left;
}

#specialtablist ul li a {
	color:#FFF;
	width: 135px;
	height:30px;
	display:block;
}

#specialtablist ul li a:hover {
	border-radius: 1px;	
	border-spacing: 1px; /* セル間の隙間(モダンブラウザ用) */
	font-size: 13px;
	color: #F69;
	width: 140px;
	height:30px;
	background-color:#FFE4EF;
	text-align:center;
	font-weight: bold;
	display:block;
	float:left;
	text-decoration:none;
}
#specialtablist ul li p{
	padding:8px;
}

/* 特集一覧ページ
 ------------------------------------------------ */
#special_list .list {
	margin-top: 24px; }
#special_list .list li {
	text-align: center;
	width: 241px;
	padding-bottom: 8px;
	float: left; }
#special_list .banner {
	width: 210px; }
#special_list .list p {
	font-size: 10px;
	line-height: 1.2em;
	text-align: left;
	padding: 6px;
	margin: 4px 16px 0;
	background: #ffc; }
#special_list .list b {
	text-align: left;
	padding: 1px 0;
	margin: 0 16px 4px;
	border-bottom: 1px #af9980 dashed;
	display: block; }