@charset "shift_jis";

/*
 * kaitori_itemlist.css
 *
 * Date    : 2016.06
 * Author  : SM26
 *
 * ======================================================
 * 
 * 1. layout
 *
 * ======================================================
 * 
 */


/*============================
 1. layout
============================*/
#menu {
	float: left;
	width: 200px;
}
#main {
	float: right;
	width: 720px;
	line-height: 1.3;
}
#main li {
	list-style: none;
}
#main a {
	text-decoration: none;
}
/*#main a:hover {
	text-decoration: underline;
}*/
#main .noData {
background: url(https://img1.kakaku.k-img.com/images/ranking2/nodata.gif) no-repeat left top;
margin: 100px 0px 120px 205px;
padding: 3px 0px 2px 40px;
font-size: 144%;
font-weight: bold;
}
.path + #mainContents { /* for no SuperBnr 201506 sm3 */
	margin-top:10px;
}

/*============================
 2. ktrTtlBox
============================*/
.c-regularTtl-2 {
	display: block;
	border: 1px solid #cccccc;
	border-top: 3px solid #000;
	background: url(https://img1.kakaku.k-img.com/images/ranking/2015/ttl_bg_01.png) 0 bottom repeat-x;
	font-size: 124%;
}
#camera #main .c-regularTtl-2 {
	border-top-color: #009899;
}
.c-regularTtl-2_lines {
  padding: 12px 12px 10px 12px;
  color: #333;
  display: block;
}
.c-aboutArea {
  margin: 15px;
}
.c-aboutArea_kaitori {
  background: url(https://img1.kakaku.k-img.com/images/used/kaitori/about_bgillust.png) no-repeat;
  padding: 0px 0 0 75px;
}
.c-aboutArea_ttl {
  font-weight: bold;
  display: block;
  line-height: 1.3;
}
.c-aboutArea_line {
  margin-top: 5px;
  display: block;
  line-height: 1.5;
  color: #4c4c4c;
  font-size: 93%;
}
.c-itemlist_sTtl-1 {
  border-bottom: none;
  padding-bottom: 2px;
  background: url(https://img1.kakaku.k-img.com/images/category/itemlist/bg_ttl_01.gif) repeat-x left bottom;
}
.c-item + .c-itemlist_sTtl-1 {
	margin-top: 20px; 
}
.c-itemlist_bottom + .c-itemlist_sTtl-1 {
	margin-top: 5px; 
}
.c-itemlist_sTtl-1_inr {
	background: #f7f7f7 url(https://img1.kakaku.k-img.com/images/category/itemlist/bg_ttl_02.gif) repeat-x left top;
	border-right: 1px solid #cfcfcf;
	border-left: 1px solid #cfcfcf;
	padding: 5px 10px 3px 10px;
	display: block;
	font-size: 108%;
	font-weight: bold;
	line-height: 1.5;
}
.c-itemlist_bottom {
	font-size: 92%;
  line-height: 1.5;
	margin-top: 10px; 
}
.c-item_row {
	position: relative;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px dotted #ccc;
}
.c-item_row:first-child {
	margin-top: 0;
}
.c-item_row:before {
	content: "";
	display: table;
	width: 100%;
}
.c-item_row:after {
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	background: #fff;
	right:0;
	top:0;
}
.c-item_row:first-child {
	border-top:none;
}
.c-item_cell {
  display: table-cell;
	width: 180px;
	border-right: 1px dotted #ccc;
}
.c-item_row.odd {}
.c-item_cell_in {
	position: relative;
  display: block;
  padding: 10px 10px 0 10px;
}
.c-item_visual {
  display: block;
  text-align: center;
}
.c-item_lines {
  margin-top: 10px;
  display: block;
}
.c-item_lines_maker {
  display: block;
  font-size: 85%;
  color: #444;
}
.c-item_lines_product {
  font-size: 93%;
}
.c-item_price_data {
  display: inline-block;
  padding: 3px 0;
  font-weight: bold;
  font-family: Verdana;
  color: #F00;
  text-decoration: none;
}
.p-label_price {
  background: #ff6a00;
  color: #fff;
  font-size: 85%;
  display: inline-block;
  padding: 1.5px 5px;
  text-align: center;
  font-family: Verdana;
  border-radius: 2px;
  vertical-align: baseline;
  line-height: 1.3;
}
.p-pageTop {
  display: block;
  text-align: right;
}
.p-pageTop_link {
  color: #0000dd;
  text-decoration: none;
  padding: 0 0 1px 18px;
  background: url(https://img1.kakaku.k-img.com/images/category/itemlist/bg_toplink_01.gif) no-repeat;
}


.menuContent {
	position:relative;
	z-index:2;
}
#scrollMenu {
	display:none;
	position:fixed;
	z-index:1;
	top:0;
}
.scrollMenuOn #scrollMenu {
	display:block;
}
#scrollMenu .scrollMenuBtn {
	background:url(https://img1.kakaku.k-img.com/images/category/itemlist/bg_btn_01.png) no-repeat right bottom;
	width:200px;
	margin-top:15px;
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity=60); /* IE6/7 */
	-ms-filter: "alpha(opacity=60)"; /* IE8 */
}
#scrollMenu .scrollMenuBtn span {
	display:block;
	background:url(https://img1.kakaku.k-img.com/images/category/itemlist/bg_btn_01.png) no-repeat;
	padding:10px 0;
	text-align:center;
	color:#666666;
	line-height:110%;
	text-shadow:#fff 0 1px;
}
#scrollMenu .scrollMenuBtn:hover {
	cursor:pointer;
	-moz-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100); /* IE6/7 */
	-ms-filter: "alpha(opacity=100)"; /* IE8 */
}
#scrollMenuBox {
	padding-top:15px;
}