/* CSS Document */


/******* title ********/
#lead_bk {
	background: url(https://img1.kakaku.k-img.com/images/article/search/nabe_list/title_bk.jpg) no-repeat 0 0;
	background-color:#FFF;
	width:912px;
	min-height:68px;
	height: auto !important;
	height: 68px;
	margin-left:-10px;
}

#lead_bk p.txt {
	color:#000;
	font-size:105%;
	font-weight:bold;
	line-height:160%;
	text-align:left;
	padding:18px 18px 22px 18px;
}


/***　▼▼Contents　start▼▼　***/

/* allContents */
.allContents {
	width:930px;
	background: url(https://img1.kakaku.k-img.com/images/article/search/nabe_list/all_btm.gif) no-repeat 0 bottom;
	padding-bottom:10px !important;
	text-align:center;
}

.allRepeat {
	width:892px;
	background: url(https://img1.kakaku.k-img.com/images/article/search/nabe_list/all_repeat.gif) repeat-y;
	padding:0px 19px;
	margin:0 auto;
	text-align:left;
	font-size:100%;
}


/*メーカー別　Box*/
.box1gyo {
	padding-bottom:10px;
}
.boxBottom {
	width:892px;
	margin:0px auto 0px auto;
	background:url(https://img1.kakaku.k-img.com/images/article/search/nabe_list/box_btm.jpg) no-repeat bottom;
	padding-bottom:16px;
}
.boxRepeat {
	width:892px;
	background:url(https://img1.kakaku.k-img.com/images/article/search/nabe_list/box_repeat.gif) repeat-y;
}


.boxL {
	float:left;
	display:block;
	width:442px;
	padding-right:8px;
}
.boxR {
	float:left;
	display:block;
	width:442px;
}

.boxTop {
	width:442px;
	background:url(https://img1.kakaku.k-img.com/images/article/search/nabe_list/box_top.jpg) no-repeat top;
	padding-top:8px;
}
.box_sp {
	padding:0px 10px 0px 12px;
}

h2{
	display:block;
	background:#FFF;
}




/*商品Box　横バージョン*/
.goodsBox_01{
	margin-bottom:10px;
}
.goodsBox_01 .img{
	margin:0px auto 0px auto;
	float:left;
}
.goodsBox_01 .img img{
	border:solid 1px #fff;
}
.goodsBox_01 .img img:hover{
	border:solid 1px #fff;
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}


.goodsBox_01 .boxTxT{
	margin:12px auto 0px 10px;
	float:left;
	width:212px;
}
.goodsBox_01 .ex{
	font-size:100%;
	line-height:160%;
}

.goodsBox_01 .name{
	font-weight:bold;
	font-size:115%;
	line-height:120%;
	margin-top:10px;
}
.goodsBox_01 .name{
	text-align:left;
	margin:10px 0px 0px 0px;
	padding-bottom:15px;
}
.goodsBox_01 .name a{
	padding: 1px 0px 0px 20px;
	font-size:100%;
	font-weight:bold;
	background: url(https://img1.kakaku.k-img.com/images/article/search/nabe_list/img_arrow.gif) no-repeat 0 center;
}



/* シリーズBox */
p.series img{
	margin:0px auto 0px auto;
	display:block;
}
.seriesBottom {
	width:386px;
	margin:0 auto;
	background:url(https://img1.kakaku.k-img.com/images/article/search/nabe_list/series_btm.jpg) no-repeat bottom;
	padding-bottom:10px;
}
.seriesRepeat {
	border-left :#d8d8d8 solid 1px;
	border-right:#d8d8d8 solid 1px;
}
.cent{
	text-align:center;
	margin:0 auto;
}

/*icon*/
ul.icon {
	padding:10px 0px;
}
ul.icon li {
	display:inline;
	padding:0px 2px;
}

/*注目の製品*/
ul.tyumoku{
	padding-top:4px;
	text-align:left;
}
ul.tyumoku li {
	padding:2px 0px;
}
ul.tyumoku li a {
	font-size:100%;
	font-weight:bold;
	padding:0px 0px 0px 50px;
	margin:3px 5px;
	background:#fff url(https://img1.kakaku.k-img.com/images/article/search/nabe_list/img_circle.gif) no-repeat 35px center;
}



/*その他の注目メーカー*/
.otherBottom {
    text-align:center;
    margin:0px auto 0px auto;
    width:892px;
    padding-bottom:15px;
    background:#fff url(https://img1.kakaku.k-img.com/images/article/search/nabe_list/other_btm.jpg) no-repeat bottom;
}
.otherRepeat {
    width:892px;
    background:url(https://img1.kakaku.k-img.com/images/article/search/nabe_list/other_repeat.gif) repeat-y;
}
.rowLine {
    width:890px;
    border-bottom:1px solid #5a5a5a;
	margin-left:1px;
    padding-bottom:10px;
}
.rowLineLast {
    width:890px;
	padding-bottom:7px;
}
.inc {
	width:222px;
	float:left;
	display:block;
	text-align:center;
}




/*画像枠*/
.img img{
	border:solid 1px #fff;
}
.img img:hover{
	border:solid 1px #fff;
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}



/*商品Box*/
.box01{
	width:222px;
	display:block;
	text-align:center;
	float:left;
	margin-top:3px;
}
.box01 .img{
	text-align:center;
	display:block;
}
.box01 .boxTxT{
	margin-top:6px;
	display:block;
	text-align:left;
	margin:5px 14px 0px 18px;
}
.box01 .boxTxT p{
	line-height:120%;
}
.box01 p.name {
	font-weight:bold;
	font-size:108%;
	line-height:120%;
	margin-bottom:4px;
}


/***　▲▲Contents　end▲▲　***/





/******* 価格 ********/
.verdana {
	font-family:verdana;
	font-size:120% !important;
	margin-right:0px;
}
.price {
	color:#FF0000;
	font-size:100%;
	font-weight:bold;
	display:block;
	margin-bottom:4px;
	margin-top:4px;
}



/* alpha */
#menu a:hover img{
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
}


.box_hei{
	width:750px;
	background:url(https://img1.kakaku.k-img.com/images/spacer.gif) 0 0 repeat-y;
}



/*******　関連特集　********/
.kanren_all {
	margin:25px auto 0 auto;
	width:762px;
}
.kanren_btm {
	background: url(https://img1.kakaku.k-img.com/images/article/search/nabe_list/kanren_btm.jpg) no-repeat 0 bottom;
	padding-bottom:19px;
}
.kanren_repeat {
	background: url(https://img1.kakaku.k-img.com/images/article/search/nabe_list/kanren_repeat.gif) repeat-y 0 0;
	width:762px;
}

.kanren img {
	display:block;
}

.kanrenBox {
	font-size: 90%;
	line-height: 140%;
	padding:12px 0px 0px 15px;
	width:730px;
}
.kanrenImg{
	float: left;
	width: 64px;
}
.kanrenTxT{
	width: 645px;
	float: left;
	margin-left: 10px;
	font-size:100%;
}
.kanrenTxT a{
	font-weight: bold;
}
.Lfont{
	font-size:120%;
	display:block;
	margin-bottom:3px;
}



/* hr */
hr {display:none;}

.line{
	background:#000 url(https://img1.kakaku.k-img.com/images/article/search/nabe_list/dotline.gif) repeat-x;
	height:1px;
	width:740px;
	margin:10px auto 0px auto;
	display:block;
}


/******* このページの先頭へ ********/
.ancTop{
	text-align:right;
	margin:6px 3px 0px 0px;
	padding-bottom:15px;
}
.ancTop a{
	padding: 0px 15px 0px 0px;
	color:#333 !important;
	font-size:100%;
	font-weight:bold;
	background: url(https://img1.kakaku.k-img.com/images/article/search/nabe_list/arrow_pagetop.gif) no-repeat right center;
}
.ancTop a:hover{color:#1687DA !important;}



