@charset "shift_jis";


/*header area*/
body {}

#header {
	width:1024px;
	margin:0 auto;
	display:table-cell;
	vertical-align:top;
}
#topImg {
	width:1024px;
	height:200px;
	margin:0 auto;
	background: url(../img/header.png) no-repeat ;
}
#topImg img {
	float:left;
}
h1 {
	color:#000;
	font-size:1.1em;
	float:right;
}

.top_link {
	width:100%;
	font-size:14px;
}

.bnr_sidelong {
	position:relative;
}
.bnr_sidelong a {
	position:absolute;
	right:-150px;
	top:10px;
		-webkit-transition: All 0.3s ease;
		-moz-transition: All 0.3s ease;
		-o-transition: All 0.3s ease;
		-ms-transition: All 0.3s ease;
		transition: All 0.3s ease;
}
.bnr_sidelong a:hover {
	opacity:0.7;
}

#breadcrumb {
	width:1009px;
	height:24px;
	background:url(../img/breadcrumb.gif) no-repeat;
	line-height:34px;
	font-size:1.4em;
	padding:10px 0 0 15px;
	margin:5px 0 5px 0;
	clear: both;
}
.gnavi1 {
	float:left;
	width:1000px;
	text-align: left;
}

#searchBox {
	background: url(../img/searchbox.png) no-repeat;
	float: right;
	height: 30px;
	padding: 5px 0 0 40px;
	width: 235px;
	}
	#key {
		width:165px;
		height:18px;
		font-size:1.6em;
	}
	#searchbtn {
		height:24px;
		font-size:1.4em;
}



/*footer area*/
#footer {
	height: 90px;
	background: #F6F6F6;
	border-top: 2px solid #E94700;
	margin:30px 0 0 0;
	clear: both;
}
#footer ul {
	width:950px;
	margin:0 auto;
	text-align:center;
	font-size:1.4em;
	padding: 20px 0 0 0;
}
#footer li {
	display:inline;
	margin:0 15px 0 0;
}
.copy {
	text-align:center;
	font-size:1.4em;
	margin: 20px 0 0 0;
}

/*contets area*/
#contents {
	width: 1320px;
	margin: 0 auto;
	text-align: left;
	position:relative;
}

h2#top_title {
	border-bottom: 2px solid #403000;
	clear: both;
	color: #403000;
	font-size: 1.4em;
	font-weight: bold;
	margin: 5px 0 15px 0;
}
h2#top_title {
	clear: both;
	color: #F00000;
	font-size: 1.8em;
	font-weight: bold;
	margin: 5px 0 15px 0;
	margin-left:auto;
	margin-right:auto;
}
.cate > h2#top_title {
	display:table-cell;
}
.cateItem {
	background-color: #FCE6E2;
	border:solid 1px #8E94A8;
	width: 320px;
	float: left;
	margin: 0 6px 8px 0;
	height: 620px;
	overflow: hidden;
	position:relative;
}
.cateImg td:hover {
		filter: alpha(opacity=70); /* for IE */
		-moz-opacity: 0.7;
		opacity: 0.7;
}
.cateImg td {
	border:solid 2px #8E94A8;
	width:300px;
	height:300px;
	position: relative;
	text-align:center;
		-webkit-transition: All 0.3s ease;
		-moz-transition: All 0.3s ease;
		-o-transition: All 0.3s ease;
		-ms-transition: All 0.3s ease;
		transition: All 0.3s ease;
}
.cateImg {
	width:300px;
	height:300px;
	margin:10px auto 10px auto;
	background-color:#FFF;
	text-align:center;
}
.cateItem p {
	padding:0 10px 0 10px;
	font-size:1.4em;
	text-align:left;
	line-height:15px;
}
.cateItem p.item_name {
	font-size:1.4em;
	text-align:left;
	line-height:15px;
	height:50px;
	display:block;
}
.syamei {
	margin-top:10px;
}
.cateItem p.kingaku_top {
	color:black;
	margin:0 0 5px 0;
	text-align:right;
}
.cateItem p.kingaku {
	color:red;
	margin:0 0 5px 0;
	text-align:right;
}

.kingaku_sita .souryou {
	color:#f00;
}
.kingaku_sita .nokori {
	font-size:12px;
}
.cateItem .hyoka {
	background: #fff;
	border: solid 1px #DDC95A;
	border-radius:6px;
	width:300px;
	padding:5px;
	margin:0 auto;
	margin-top:5px;
	font-size:1.2em;
}
.item_table {
	border-collapse:collapse;
	margin:0 auto;
	width:300px;
	height:160px;
	font-size:12px;
	}
	.item_table th , .item_table td {
		border:solid 1px #8E94A8;
	}
	.item_table th {
		background:#DFEAF7;
		text-align:right;
		padding:0 5px 0 0;
		width:100px;
	}
	.item_table td {
		background:#fff;
		padding:0 0 0 5px;
		text-align:left;
		line-height: 1.3em;
		word-break : break-all;
	}


.imgReSize {
	max-height:300px;
	max-width:300px
}
* html body .imgReSize {
	width: expression(this.width >= this.height ? "300px" : "auto");
	height: expression(this.width <= this.height ? "300px" : "auto");
}
.resizeBug {
	display: table-cell;
	width: 300px;
	height: 300px;
	vertical-align: middle;
}
/*rankG*/
.cateItem.rankg {
	background-color:#FFEEEE;
}
.rankg .cateImg td {
	border:solid 2px #FF3344;
}
.rankg .cateItem .hyoka {
	border: solid 1px #FF3344;
}
/*?¿½?¿½?¿½?¿½?¿½?¿½?¿½?¿½*/

.kekka_table {
	font-size:1.4em;
	width:100%;
}
.kekka_table th {
	background-color:#C00;
	color:#FFF;
}
.shopData {
	background-color:#feefdc;
}
.result_list {
	font-size:1.4em;
	margin:30px 0;
	clear: both;
}
/*?¿½y?¿½[?¿½W?¿½?¿½?¿½?¿½?¿½N?¿½i?¿½r*/
.tablenav {
	color: #2583ad;
	margin: 1em auto;
	line-height: 2em;
	text-align: center;
	margin-top: 10px; /* 50px kobata  */
}
a.page-numbers, .tablenav .current {
	color: #00019b;
	padding: 2px .4em;
	border:solid 1px #ccc;
	text-decoration:none;
	font-size:smaller;
}
a.page-numbers:hover {
	color:white;
	background: #328ab2;
}
.tablenav .current {
	color: white;
	background: #328ab2;
	border-color: #328ab2;
	font-weight:bold:
}
.tablenav .next, .tablenav .prev {
	border:0 none;
	background:transparent;
	text-decoration:underline;
	font-size:smaller;
	font-weight:bold;
}


#longBread {
	width:900px;
}

.item_title{
	font-size:12px;
	font-weight:bold;
	line-height:13px;
	height:26px;
	overflow:hidden;
	margin-top: 2px;
}
.item_title a {
	text-decoration:none;
}
.item_price{
	font-size:12px;
	font-weight:bold;
	line-height:13px;
	color:red;
	height:28px;
	overflow:hidden;
}
.point {
	color:#f00;
}
.point span {
	font-size:0.8em;
}



.cate_link_title {
	float: left;
	font-weight:bold;
	font-size: 12px;/* 14px kobata */
	clear:left;
}
.cate_link_list {
	margin: 0 0 0 0px;
	padding-top: 5px;
}
.cate_link_list li {
	font-size:12px;/* 14px kobata*/
	float:left;
	margin:0 10px 0 0;
	padding: 0 0 0 15px;
	background:url(../img/cate_arow.gif) no-repeat left;
}
#sort_box {
	background:#F3F3F3;
	padding:10px;/* 10px kobata*/
	margin:5px;/* 10px kobata*/
	border-radius:10px;
}
.bottom_br {
	height:25px;/* 40px kobata*/
}
.hyoji_kensu {
	font-size: 14px;
	display: block;
	text-align: right;
	margin: -35px 0 0 0;
}
li.choosing a {
	font-weight:bold;
	color:#fc6320;
	text-decoration:underline;
}
.bnr_side_r {
	display: block;
	position: absolute;
	left: 1041px;
	top: 451px;
}
/*?¿½?¿½?¿½?¿½*/
.kanbai_obi {
	background: none repeat scroll 0 0 #ff0000;
	width: 300px;
	position: absolute;
	top: 120px;
	left: 0px;
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	opacity: 0.7;
	padding: 15px 0;
	text-align: center;

}

/*?¿½?¿½?¿½?¿½?¿½?¿½?¿½?¿½?¿½Ê??¿½?¿½R?¿½Ð–ï¿½?¿½?¿½?¿½X?¿½g*/
.syamei_list {
}
.syamei_list p {
	font-size:14px;
	line-height:15px;
	margin:0 0 10px 0;
	padding-left:5px;
	border-left: solid 3px #F00;
}

.syamei_list li {
	font-size:14px;
	line-height:15px;
	border-bottom:dashed 1px #CCC;
	padding:5px 0;
}

.menu_btn {
	margin-bottom:10px;
}

.bnet_link_cate {
	width:600px;
	display:table;
	table-layout:fixed;
	float:left;
	}

.bnet_link_cate div {
	display:table-cell;
	vertical-align:bottom;
	}

.bnet_link_cate a {
	display:block;
	border:1px solid #ccc;
	height:49px;
	line-height:1.3em;
	padding:0;
	margin:0 3px 0 0;
	font-size:16px;
	vertical-align:bottom;
	}

.bnet_link_cate a img {
	}

.bnet_link {
	display:inline-block;
	width:411px !important;
	border:1px solid #ccc;
	height:49px;
	line-height:1.3em;
	padding:0;
	margin:0 3px 0 0;
	font-size:14px;
	background:#f0f0f0;
}

.bnet_link a {
	display:block;
	width:311px !important;
	height:39px;
	padding:5px;
	}

.bnet_link img {
	float:left;
	margin-right:10px;
	}

/*---------------------------------------------------- 20200123è¿½åŠ?*/
.nf_sort {
	font-size:14px;
	text-align:center;
	margin-left:30px;
	font-weight:normal;
	}

.icon_priceoff {
	position:absolute;
	z-index:9999;
	width:50px;
	height:50px;
}

.icon_priceoff_inner {
	color:#fff;
	background:#c00;
	border-radius:50%;
	width:50px;
	height:50px;
	left:0;
	top:0;
	display:inline-block;
	border:2px solid #fff;
	}

.icon_priceoff_count {
	padding-top:13px;
	line-height:1.1em;
	font-weight:bold;
	text-align:center;
	text-decoration:none !important;
	font-size: 12px;
	}

.icon_priceoff_count span {
	font-size:16px;
}

.fair_ranking {
	padding:0 0 0 10px;
	font-size:12px !important;
	z-index:9999;
	position:absolute;
	top:0;
	width:286px;
	}
h2.tit {
	font-size: 14px;
	margin: 0 0 10px 0;
	background:#f2f2f2;
	border-bottom: 2px solid #ff6600;
	padding: 10px;
	font-weight: bold;
	}

table.fair_ranking_tbl {
	width:100%;
	border-collapse:collapse;
	margin:5px auto 5px;
	}

table.fair_ranking_tbl th {
	font-size:12px;
	background:#f2f2f2;
	padding:3px;
	border:1px solid #ccc;
	vertical-align:middle;
	font-weight:normal;
	text-align:center;
	}

table.fair_ranking_tbl td {
	font-size:12px;
	padding:3px;
	background:#fff;
	border:1px solid #ccc;
	vertical-align:middle;
	text-align:center;
	}

.rank {
	text-align:right !important;
	width:2.5em !important;
	font-size:11px !important;
	}
.yago {
	text-align:left !important;
	}
.count {
	text-align:right !important;
	width:3em !important;
	}

a.active {
	font-weight:bold;
	color:#000;
	}

.card_img {
	padding:10px;
	text-align:center;
	}
