@charset "utf-8";

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

.zissekiSelect li {
	margin-bottom: 2.6vw;
}

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

.zissekiSelect select {
	width: 100%;
	height: 46px;
	padding-left: 3%;
	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: 8.0vw 0;
	border-bottom: 4px solid #000;
}

.zissekiImg,
.zissekiListR {
	width: 100%;
}

.zissekiImg {
	margin-bottom: 5.3vw
}

.zissekiImg img {
	width: 100%;
}

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

.zissekiListR li {
	display: inline-block;
	margin-bottom: 5px;
	padding: 7px 18px;
	font-size: 3.0vw;
	font-weight: bold;
}

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

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

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

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

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


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

.pagerWrap.pager2 {
	margin: 30px 0 40px;
}

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

.pagerWrap li a {
	display: block;
	font-size: 1.4rem;
	padding: 7px 10px;
	border: 2px solid #000;
	transition: all .3s ease-in-out;
}

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

.itmPage {
	margin-bottom: 8.0vw;
}

.itmPage h3 {
	margin-bottom: 50px;
	font-size: 5.9vw;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: center;
}

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


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

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

.itmDesImg,
.itmDesR {
	width: 100%;
}

.itmDesImg {
	margin-bottom: 5.3vw;
}

.itmDesImg img {
	width: 100%;
}

.itmDesImg .itemImg {
	margin-bottom: 20px;
}


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

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

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

.itmDesHead .zissekiGenre,
.itmDesHead .zissekiDate {
	vertical-align: middle;
	font-size: 1.3rem;
}

.itmDesHead .zissekiGenre {
	float: left;
	padding: 8px 10px;
	margin: 0 5px 5px 0;
}

.itmDesHead .zissekiMaker {
	float: left;
	padding: 8px 10px;
}

.itmDesHead .zissekiDate {
	clear: both;
	padding-top: 20px;
	text-align: right;
}

.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;
}