
/* =item Area
-------------- */
.itemListArea{
	float: left;
	list-style: none;
	margin:0 0 0 30px;
}
#itemListArea01{
	width: 691px;
	padding-bottom: 10px;
	}
	.itemListArea li{
		float: left;
		clear: none;
		width: 126px;
		height:200px;
		padding-left: 10px;
		text-align: center;
		font-size:13px;
		letter-spacing: -0.5px;
		}
		.itemListArea li a{
			color: #000;
			text-decoration: none;
		}
		.itemListArea li a:hover{
			text-decoration: underline;
			}
			.itemListArea li a img{
				border: 1px solid #360;
			}
			.itemListArea li a:hover img{
				border: 1px solid #9e0534;
}
@charset "UTF-8";

/*----------------------------- 
動的スタイルシート
商品詳細ページ
----------------------------- */

hr{
	clear:both;
	border: 0;
	border-top: #CCC dotted 3px;
	margin:15px 0;
}

/*-- コンテンツ部分 --*/
#products {
	font-size:100%;
	width: 743px;
	margin: 0 auto;
	line-height:140%;
}


#products p{
	margin-bottom:20px;
}

/*-- カテゴリバナー --*/
#cate_img {
	width: 743px;
    height:auto;
    overflow:hidden;
	margin-bottom:20px;
	height:112px;
	line-height:200%;
}

#cate_img2 {
	width: 743px;
    height:auto;
    overflow:hidden;
	margin-bottom:20px;
	height:154px;
}

/*-- h3   --*/
#products h3{
	margin:5px 0 10px 0;
	font-size:14px;
    border-left:5px solid #fceded;
    padding:5px 0 5px 10px;
}

/*-- h4   --*/
#products h4{
	background: url(../images/common/arrow_p.gif) no-repeat 0px 0.3em;
	padding:0 0 0 20px;
	margin:10px 0;
}


/*-- 商品ページバナー --*/
#banner_img {
    margin-bottom:30px;
	width:auto;
	display:block;
	margin:0 auto 30px auto;
}

/*-- 右側ボックス --*/
.right-box{
	    width: 423px;
    float:right;
}


/*-- h3 キャッチコピー --*/
#products h3.catch{
	font-family: "ＭＳ Ｐ明朝","ＭＳ 明朝",serif;	
	color:#80a42c;
  	font-size:150%;
    margin:5px 0 20px 0;
    border:0;
	padding:0;
	line-height:120%;
}

/*-- カート部品　ボックス --*/
#products .cart_box{
	background-color:#f5ecf3;
  	padding:20px;
	margin-top:20px;
    margin-bottom:20px;
	line-height:180%;
	font-weight:bold;
}

#products .cart_box p{
	margin-bottom:5px;
}

#products .cart_box span{
	font-size:90%;
	line-height:140%;
}

/*-- カート部品　セレクトボックス --*/
#products select.big{
	font-size: 16px;
    width:100px;
    margin-bottom:10px;
}

/*----------------------------- 
オプション表
----------------------------- */

#products table.zokusei_hyou{
	    width: 393px;
    border: 1px #CCCCCC solid;
	border-collapse: collapse;
    margin:0;
}

#products table.zokusei_hyou td{
	border: 1px #CCCCCC solid;
	text-align: center;
}

#products span.zaiko_chuui{
	font-size:12px;
    font-weight:normal;
    display: block;
    margin-bottom:10px;
}



/*-- --------------------------*/

/*-- カート部品　買い物カゴ　サブミットボタン --*/
#products input.cart_in{
    width:160px;
    height:40px;
    background:#fceded;
    border-style: none;
    color: #fff;
    font-weight:bold;
    font-size:16px;
    letter-spacing: 0.2em;
    margin:0;
}


/*-- ガイドメニュ－ --*/
#products .detail_item_guide ul
{
	margin:20px 0 20px 20px;
}
#products .detail_item_guide ul li
{
	padding: 3px 0 3px 20px;
	font-size: 12px;
	list-style: none;
}
#products .detail_item_guide ul li.souryou
{
	background: url(../images/products/icon/ico_note.gif) no-repeat left;
}
#products .detail_item_guide ul li.form
{
	background: url(../images/products/icon/ico_mail2.gif) no-repeat left;
}
#products .detail_item_guide ul li.review
{
	background: url(../images/products/icon/ico_comment1.gif) no-repeat left;
}
#products .detail_item_guide ul li.toukou
{
	background: url(../images/products/icon/ico_pen.gif) no-repeat left;
}
#products .detail_item_guide ul li.cat
{
	background: url(../images/products/icon/ico_plus1.gif) no-repeat left;
}

/*----------------------------- 
画像３～６
パターン３種　
----------------------------- */
#products .imgbox_typeB{
		width: 351px;
    margin:0 5px 20px 5px;
    float:left;
}


#products .imgbox_typeC{
	margin-bottom:10px;
}

#products .imgbox_typeC img{
	float:left;
    margin-right:20px;
}

/*----------------------------- 
関連記事
----------------------------- */

#products .kiji_box{
	padding:20px;
    border: #CCCCCC dotted 3px;
    margin:20px 0;
}

#products .kiji_box h3{
    border-bottom: #f5ecf3 solid 3px;
	border-left:0;
	margin-bottom:15px;
}
#products .kiji_box .kiji_img_box{
   margin-top:10px;
}

#products .kiji_box .kiji_img_box img{
    margin-left:20px;
    font-size:12px;
	float:right;
}
hr.clr{
	border: none;
	margin:0;
	padding:0;
	color:#ffffff;
}

/*----------------------------- 
お客様の声
----------------------------- */
#products .review_box{
}

#products .review_box h3{
	border:0;
	padding:5px;
	border:0;
  	font-size:14px;
    margin:0 0 20px 0;
}

#products .review_box h3 a{
	text-decoration:none;
  	font-size:14px;
	color:#333333;
}

#products .review_box ul{
	list-style-type: none;
	margin:0;
	padding:0;
	font-size:90%;
}

#products .review_box ul li{
	margin:0 0 10px 10px;
	padding:0 0 10px 0;
    border-bottom: #CCCCCC dotted 1px;
}

#products .review_box ul li.henshin{
	margin-bottom:10px;
	margin-left:10px;
	color:#000080;
}


/*----------------------------- 
関連商品
----------------------------- */

#products .awase_box,
#kijibasic .awase_box{
	
    
}

#products .awase_box h3,
#kijibasic .awase_box h3{
	border:0;
	padding:5px;
	border-bottom: #fceded solid 3px;
  	font-size:14px;
    margin:0 0 20px 0;
}

#products .icon,
#kijibasic .icon{
	height:18px;
}


/*----------------------------- 
関連商品・商品一覧
商品のテーブル
----------------------------- */

#products div.item_box,
#kijibasic div.item_box{
		width: 237px;
	float:left;
	padding:0;
	margin:0 4px 25px 4px;
	
}


#products table.item_table,
#kijibasic table.item_table{
	margin-top:2px;
	border:1px solid #CCCCCC;
	line-height:160%;
	padding:5px;
	float:left;
	margin-right:10px;
	width:230px;
}

#products table.item_table tr,
#kijibasic table.item_table tr{
	text-align:center;
}

	
#products table.item_table td,
#kijibasic table.item_table td{
	line-height:140%;
	font-size:90%;
}

#products table.item_table td.img,
#kijibasic table.item_table td.img{
	
}

#products table.item_table td.price,
#kijibasic table.item_table td.price{
	text-align:center;
	font-size:100%;
	color:#660000;
}

#products table.item_table th,
#kijibasic table.item_table th{
	text-align:center;
	font-size:100%;
	font-weight:bold;
	padding-top:10px;
}

#products table.item_table th a,
#kijibasic table.item_table th a{
	line-height:140%;
    margin:0;
    font-weight:bold;
	text-decoration:none;
	color:#333333;
}

#products table.item_table span.btn_box,
#kijibasic table.item_table span.btn_box{
    text-align:center;
}


.bg_yellow{
	background-color: #FFFFE1;
}

.bg_yellow_txt{
	color: #FFFF80;
	color: #FFFFE1;
}

.bg_blue{
	background-color: #EEFFFF;
}

.bg_blue_txt{
	color: #B0FFFF;
	color: #EEFFFF;
}

p.f14{
	font-size:16px;
}

	

/*----------------------------- 
お買い物ガイド
----------------------------- */


#products table.souryou_table_list{
	border: 1px #CCCCCC solid;
	border-collapse: collapse;
	margin-top:20px;
	margin-bottom:20px;
}



#products table.souryou_table_list td.headline{
	border: 1px #CCCCCC solid;
	border-collapse: collapse;
	text-align:center;
	font-weight:bold;
	line-height:200%;
	background-color: #f5ecf3;
}

#products table.souryou_table_list td{
	border: 1px #CCCCCC solid;
	border-collapse: collapse;
	text-align:center;
	line-height:300%;
}

#products div.guide_item
{
	width: 520px;
	margin: 15px 0 30px 0;
	padding: 0 0 30px 0;
	border-bottom: dotted 3px #CCCCCC;
}


#products div.guide_item ol li
{
	font-size: 75%;
	margin: 0 0 10px 30px;
}
#products div.guide_item dl
{
	font-size: 75%;
}

#products div.guide_pagetop
{
	width: 648px;
	margin: 15px 0 10px 20px;
	padding: 0 0 15px 0;
	text-align: right;
	font-size: 75%;
}

#products div.guide_item a,
#products div.guide_pagetop a
{
	color: #000000;
}

#products div.guide_item a span,
#products div.guide_pagetop a span
{
	text-decoration: none;
	color: #993333;
}

#products div.guide_item div.left_box
{
	width: 310px;
	margin-right: 28px;
	float: left;
	display: inline;
	/*font-size: 75%;*/
}

#products div.guide_item div.right_box
{
	width: 310px;
	float: left;
	display: inline;
	/*font-size: 75%;*/
}

#products div.guide_item h4
{
	border-left: solid 3px #993333;
	color: #993333;
	padding-left: 10px;
	margin: 20px 0 15px 0;
	/*font-size: 120%;*/
}

#products div.guide_item h5
{
	height: 22px;
	margin: 5px 0 5px 0;
	padding: 3px 0 0 5px;
	overflow: hidden;
	background-image: url(../images/base/side_title01.gif);
	background-repeat: repeat-x;
	color: #ffffff;
	/*font-size: 110%;*/
}

#products div.guide_item h5 span
{
	color: #b0543a;
	margin: 0 5px 0 0;
}

#products div.guide_item div.tel
{
	margin: 11px 0 11px 25px;
	padding: 0 0 0 51px;
	line-height: 1.3;
	font-size: 80%;
	color: #434141;
	background-image: url(../images/base/guide_icon01.gif);
	background-repeat: no-repeat;
}

#products div.guide_item div.fax
{
	margin: 0 0 0 25px;
	padding: 0 0 0 51px;
	line-height: 1.3;
	font-size: 80%;
	color: #434141;
	background-image: url(../images/base/guide_icon02.gif);
	background-repeat: no-repeat;
	letter-spacing: -0.01em;
}

#products div.guide_item div.tel img,
#products div.guide_item div.fax img
{
	margin: 0 0 2px 0;
}

#products div.guide_item a.fax
{
	width: 245px;
	height: 29px;
	display: block;
	margin: 10px 0 10px 23px;
}

#products div.guide_item p
{
	margin: 10px 0 30px 0;
}

hr.mt20{
	margin-top:20px;
}

#products div.border_pink{
	border:1px dotted #FF8080;
	padding:0px 10px;
	margin-bottom:10px;
}

#products ul{
	margin:5px 0 5px 0;
	padding:0;
}


#products ul li{
	margin-bottom:0px;
	padding:0 0 0 20px;
	background: url(../images/common/arrow_b.gif) no-repeat 0px 0.3em;
    list-style: none;

}


/*----------------------------- 
関連商品・商品一覧
商品のテーブル　追記
----------------------------- */
.ichiran_list
{
	clear: both;
	margin-bottom:20px;
}
