@charset "utf-8";

/* -------------------------------------------------- */
/* 買取強化商品 */
/* -------------------------------------------------- */
/* メインイメージ */

#kyoukaMain {
	background: url(../img/pc_kyouka_fv.jpg) center center no-repeat;
}


/* #kyouListSe1 */
/* -------------------------------------------------- */
#kyouListSe1 {
	width: 980px;
	margin: 0 auto 100px;
	line-height: 1.4;
}

a:hover .kyouListIn1 {
	background-color: #f6f6f6;
}

.kyouListIn1 {
	padding: 40px 50px 30px 15px;
	background: url(../img/pc_kyouka_list_img2.png) 950px 120px no-repeat;
}

.kyouListP {
	width: 240px;
	height: 180px;
	float: left;
	overflow: hidden;
	position: relative;
	margin-right: 30px;
}

.kyouListIn1 ul {
	width: 645px;
	display: block;
	float: left;
}

.kyouListCat {
	display: inline-block;
	position: relative;
	margin-bottom: 10px;
	font-size: 209%;
	color: #da2805;
	
}

.kyouListCat:after {
	width: 93px;
	height: 7px;
	display: inline-block;
	content: "";
	margin: 13px 0 0 13px;
	background-color: #da2805;
	vertical-align: top;
}

.kyouListTtl {
	margin-bottom: 20px;
	font-size: 167%;
	font-weight: bold;
	color: #da2805;
	
}
.kyouListCont {
	font-size: 134%;
	color: #666666;
}

/* pager */
.pager1 {
	width: 980px;
	margin: 0 auto 120px;
	text-align: center;
	font-size: 134%;
	color: #da2805;
}

.pager1 li {
	display: inline-block;
}

.pager1 a {
	display: inline-block;
}

.pager1 span {
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid #da2805;
	color: #da2805;
}

.pager1 .active span,
.pager1 a:hover span {
	background-color: #da2805;
	color: #FFFFFF;
}

.pager1 img {
	vertical-align: middle;
}