@charset "utf-8";

/* ====================================
買取実績一覧
====================================== */
.zissekiSelect {
	margin-bottom: 60px;
}

.zissekiSelect ul {
	float: right;
}

.zissekiSelect li {
	display: inline-block;
	margin-right: 15px;
}

.zissekiSelect li:nth-last-of-type(1) {
	margin-right: 0;
}

.zissekiSelect select {
	width: 215px;
	height: 46px;
	padding-left: 20px;
	font-size: 1.4rem;
	border: none;
	background: url("../img/select_arrow.png") no-repeat right 10px center;
	border: 3px solid #c9c9c9;
	border-radius: 5px;
}

.zissekiSelect select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

select::-ms-expand {
	display: none;
}

.zissekiSelect p {
	margin-bottom: 6px;
	font-size: 1.4rem;
	font-weight: bold;
}

.zissekiList a {
	display: block;
	width: 100%;
	padding: 20px;
	border-bottom: 1px solid #f2f2f2;
	transition: all .3s ease-in-out;
}

@media screen and (min-width:641px) {
	.zissekiList a:hover {
		background-color: #f2f2f2;
	}
}

.zissekiImg {
	float: left;
	width: 280px;
}

.zissekiImg img {
	width: 100%;
}

.zissekiListR {
	float: right;
	width: 730px;
}

@media screen and (max-width:1150px) {
	.zissekiListR {
		width: 65%;
	}
}

.zissekiListR ul {
	margin-bottom: 10px;
}

.zissekiListR li {
	display: inline-block;
	padding: 7px 18px;
	font-weight: bold;
}

.zissekiGenre {
	color: #666;
	border: 1px solid #666;
}

.zissekiMaker {
	color: #fff;
	background-color: #000;
	border: 1px solid #000;
}

.itemDesHead .zissekiListR .date {
	margin-bottom: 15px;
}

.zissekiTtl {
	margin-bottom: 20px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.6;
}

.zissekiDes {
	font-size: 1.6rem;
	line-height: 1.5;
}


/* pager */
.pagerWrap {
	margin: 80px 0 150px;
	text-align: center;
}

.pagerWrap.pager2 {
	margin: 130px 0 150px;
}

.pagerWrap li {
	display: inline-block;
	margin: 0 5px;
}

.pagerWrap li a {
	display: block;
	font-size: 1.8rem;
	padding: 12px 15px;
	border: 3px solid #000;
	transition: all .3s ease-in-out;
}

@media screen and (min-width:641px) {
	.pagerWrap li a:hover {
		color: #fff !important;
		background-color: #000;
	}
}

.pagerWrap li.active a {
	color: #fff !important;
	background-color: #000;
}

.itmPage {
	margin-bottom: 60px;
}

.itmPage .se1HeadTtl {
	margin-bottom: 50px;
	font-size: 4.4rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: center;
}

.itmPage .linkBuylist {
	top: 50%;
	transform: translateY(-50%);
}


/* ====================================
買取実績-詳細ページ
====================================== */
.itmDes1 {
	margin-bottom: 100px;
}

.itmName {
	padding: 20px 25px;
	margin-bottom: 50px;
	font-size: 2.6rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	background-color: #000;
}

.itmDesImg {
	float: left;
	width: 560px;
}

@media screen and (max-width:1150px) {
	.itmDesImg {
		width: 45%;
	}
}

.itmDesImg .itemImg {
	margin-bottom: 15px;
	width: 100%;
	height: auto;
}

.itmDesR {
	float: right;
	width: 470px;
}

.itmDesHead {
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 3px solid #000;
}

.itmDesHead .zissekiGenre,
.itmDesHead .zissekiMaker {
	float: left;
	padding: 8px 10px;
	margin-bottom: 5px;
	vertical-align: middle;
	font-size: 1.5rem;
}

.itmDesHead .zissekiGenre {
	margin-right: 5px;
}

.itmDesHead .zissekiDate {
	float: right;
	padding-top: 8px;
}

.waitTxt {
	font-size: 2.0rem;
	text-align: center;
}

.zissekiDes h2{
    font-size: 20px;
    margin: 10px 10px 15px 0px;
    font-weight: 600;
    padding: 0.4em 0.5em;
    color: #606060;
    background: #f9f9f9;
    border-left: solid 5px #fec814;
    border-bottom: solid 3px #d7d7d7;
}

.zissekiDes p{
    margin: 10px;
}

.zissekiDes table{
    margin: 10px;
}