@charset "utf-8";

/*framePageMenu
************************************************************************************/
.framePageMenu{
}

.framePageMenu dl{
	border: 1px solid #c0c0c0;
	display: table;
	border-collapse: separate;
	border-spacing: 1px 0;
	width: 100%;
	margin: auto;
}

.framePageMenu dt,
.framePageMenu dd{
}

.framePageMenu dt{
	display: table-cell;
	background: #EDEDED;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.framePageMenu dd{
	display: table-cell;
	border-right: 1px dotted #c0c0c0;
	text-align: center;
}
.framePageMenu dd:last-child{
	border: 0;
}

.framePageMenu dd a{
	background: url(../../../img/common/pagepath_ar.png) no-repeat left 0.5em;
	padding: 0 0 0 10px;
}

@media screen and (max-width: 768px) {
.framePageMenu{
}

.framePageMenu dl{
	border: 1px solid #c0c0c0;
	display: block;
	border-collapse: separate;
	border-spacing: 1px 0;
	width: 100%;
	margin: auto;
}

.framePageMenu dt,
.framePageMenu dd{
}

.framePageMenu dt{
	display: block;
	background: #EDEDED;
	font-weight: bold;
	height: auto;
	line-height: 2em;
	font-size: 16px;
	text-align: center;
}

.framePageMenu dd{
	display: block;
	border-right: 0;
	text-align: left;
}
.framePageMenu dd:last-child{
	border: 0;
}

.framePageMenu dd a{
	background: url(../../../img/common/pagepath_ar.png) no-repeat 5px center,-webkit-gradient(linear,center top, center bottom, from(#FFF), to(#e6e6e6));
	background: url(../../../img/common/pagepath_ar.png) no-repeat 5px center,-moz-linear-gradient(top, #FFF, #e6e6e6);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffFFFFFF', endColorstr='#ffe6e6e6');
	background: url(../../../img/common/pagepath_ar.png) no-repeat 5px center,linear-gradient(to bottom, #FFF, #e6e6e6);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid #c0c0c0;
	padding: 10px 7px 10px 15px;
	display: block;
	margin: 5px 0;
}
}

/*frameRanking
************************************************************************************/
.frameRanking{
	margin: 0 0 0 0;
}
.frameRanking li{
	width: 317px;
	height: 190px;
	float: left;
	margin: 20px 2px 2px 2px;
	padding: 5px 5px 20px 5px;
	border: 1px solid #c0c0c0;
}
.frameRanking li.small{
	width: 150px;
	float: left;
	margin: 20px 2px 2px 2px;
	padding: 5px 5px 20px 5px;
	border: 1px solid #c0c0c0;
	background: #fff899;
	height: 190px;
	line-height: 190px;
	text-align: center;
}
.frameRanking li.small img{
	vertical-align: middle;
}

.frameRanking li .ttl{
	margin: -20px 0 10px 0;
}

.frameRanking li .inframe{
	padding: 5px 0;
	border-bottom: 1px solid #c0c0c0;
	width: 302px;
	height:1.8em;
	overflow:hidden;
	margin: 0 auto;
}
.frameRanking li .inframe:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html .frameRanking li .inframe{
    height: 1em;
}
.frameRanking li .inframe{
    display: block;
}
/* ▲ */
/* for IE7 */
*:first-child+html .frameRanking li .inframe{
	zoom:1;
}

.frameRanking li .inframe span{
	width: 20px;
	height: 20px;
	display: inline-block;
	text-indent: -9999px;
}

.frameRanking li .inframe span.no1{
	background: url(../../img/toppage/ranking_no1.png) no-repeat;
}
.frameRanking li .inframe span.no2{
	background: url(../../img/toppage/ranking_no2.png) no-repeat;
}
.frameRanking li .inframe span.no3{
	background: url(../../img/toppage/ranking_no3.png) no-repeat;
}

.frameRanking li .inframe .title{
	display: inline;
	line-height:2;
}

.frameRanking li .btn{
	margin: 10px 0 0 0;
}
.frameRanking li .btn a{
	background: url(../../img/toppage/ranking_btn.png) no-repeat;
	width: 302px;
	height: 30px;
	display: block;
	text-indent: -9999px;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
.frameRanking{
	margin: 0 0 0 0;
}
.frameRanking li{
	width: auto;
	height: auto;
	float: none;
	margin: 20px 0 2px 0;
	padding: 5px 5px 20px 5px;
	border: 1px solid #c0c0c0;
}
.frameRanking li.small{
	width: auto;
	height: auto;
	float: none;
	margin: 20px 0px 2px 0px;
	padding: 5px 5px 20px 5px;
	border: 1px solid #c0c0c0;
	background: #fff899;
	line-height: normal;
	text-align: center;
}
.frameRanking li.small img{
	vertical-align: middle;
}

.frameRanking li .ttl{
	margin: -20px 0 10px 0;
}

.frameRanking li .ttl img{
	max-width: 95%;
	height: auto;
}

.frameRanking li .inframe{
	padding: 5px 0;
	border-bottom: 1px solid #c0c0c0;
	width: 100%;
	height:auto;
	margin: 0 auto;
}
.frameRanking li .inframe:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html .frameRanking li .inframe{
    height: 1em;
}
.frameRanking li .inframe{
    display: block;
}
/* ▲ */
/* for IE7 */
*:first-child+html .frameRanking li .inframe{
	zoom:1;
}

.frameRanking li .inframe span{
	width: 20px;
	height: 20px;
	display: inline-block;
	text-indent: -9999px;
}

.frameRanking li .inframe span.no1{
	background: url(../../img/toppage/ranking_no1.png) no-repeat;
}
.frameRanking li .inframe span.no2{
	background: url(../../img/toppage/ranking_no2.png) no-repeat;
}
.frameRanking li .inframe span.no3{
	background: url(../../img/toppage/ranking_no3.png) no-repeat;
}

.frameRanking li .inframe .title{
	display: inline-block;
}

.frameRanking li .btn{
	margin: 10px 0 0 0;
}
.frameRanking li .btn a{
	background: none;
	background: #006;
	width: auto;
	height: 50px;
	line-height: 50px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	display: block;
	text-indent: 0;
	margin: 0 auto;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.frameRanking li .btn img{
	vertical-align: middle;
}

}



/*上部ランキング
************************************************************************************/
.frameTopRank{
	margin: 0 0 30px 0;
}

.frameTopRank ul.rank{
	display: table;
	margin-top: 30px;
}
.frameTopRank ul.rank li{
	width: 200px;
	display: table-cell;
	vertical-align: top;
	border-right: 1px dotted #000;
	padding: 0 20px;
}
.frameTopRank ul.rank li:last-child{
	border: 0;
}


.frameTopRank ul.rank li .photo{
	text-align: center;
	margin: 0 0 5px 0;
}
.frameTopRank ul.rank li .photo img{
	max-width: 150px;
	height: auto;
}

.frameTopRank ul.rank li .ranking{
	margin: 0 0 10px 0;
}
.frameTopRank ul.rank li .name{
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 5px 0;
}
.frameTopRank ul.rank li .price{
	color: #F00;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
.frameTopRank{
	margin: 0 0 30px 0;
}

.frameTopRank ul.rank{
	display: block;
	margin-top: 30px;
}
.frameTopRank ul.rank li{
	width: 100%;
	display: block;
	vertical-align: middle;
	border-right: 0;
	border-bottom: 1px dotted #000;
	padding: 15px 0;
}
.frameTopRank ul.rank li:last-child{
	border: 0;
}


.frameTopRank ul.rank li .photo{
	text-align: center;
	margin: 0 0 5px 0;
}
.frameTopRank ul.rank li .photo img{
	max-width: 90%;
	height: auto;
}

.frameTopRank ul.rank li .ranking{
	margin: 0 0 10px 0;
}
.frameTopRank ul.rank li .name{
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 5px 0;
}
.frameTopRank ul.rank li .price{
	color: #F00;
	font-weight: bold;
}


/*詳細ページ流れボタン*/
.pageDetails .frameFlow{
	display: none;
}
}
@media screen and (max-width: 479px) {
/*sp*/
}

/*btnMore
----------------------------------------------------------------------*/
.btnMore{
	text-align: right;
	padding: 1em 0;
}
.btnMore a{
	background: url(../../../img/common/ar_orange2.png) no-repeat right center;
	padding: 0 15px 0 0;
}

.btnPrev{
	text-align: left;
	padding: 1em 0;
}
.btnPrev a{
	background: url(../../../img/common/ar_orange2_prev.png) no-repeat left center;
	padding: 0 0 0 15px;
}
@media screen and (max-width: 768px) {
/*tablet*/
}
@media screen and (max-width: 479px) {
/*sp*/
}


/*pageDetails
************************************************************************************/
.rankingList{}

.rankingList table{
	width: 100%;
	margin: 10px auto 0 auto;
	border-collapse:collapse;
	border: 1px solid #000;
}

.rankingList th{
	padding: 5px;
	text-align: center;
	color: #333;
	border: 1px solid #000;
	background: #EDEDED;
}

.rankingList td{
	padding: 5px;
	border: 1px solid #000;
	border: 1px solid #000;
}

.rankingList td.price{
	text-align: right;
	font-weight: bold;
	width: 85px;
}
.rankingList td.kouka{
	text-align: center;
	font-weight: bold;
	width: 85px;
}

.rankingList td.no{
	text-align: center;
	width: 2em;
}

.rankingList tr.even{
	background: #fff5a2;
}
/*
.rankingList td:nth-of-type(4){
	text-align: center;
}*/

.rankingList td.sttl{
	background: #CCC;
	text-align: center;
}

@media screen and (max-width: 768px) {
/*SP*/
.rankingList table{
	display: block;
	width: 98%;
	margin: 10px auto;
	border: 0;
}
.rankingList table thead{
	display: none;
}
.rankingList table tbody{
	display: block;
}
.rankingList table tbody tr{
	display: block;
	margin-bottom: 1.5em;
	border-bottom: 1px solid #000;
}
.rankingList table tbody th,
.rankingList table tbody td{
	display: list-item;
	list-style-type: none;
	border: none;
}
.rankingList table tbody th{
	margin-bottom: 5px;
	list-style-type: none;
	background: #c7e0cd;
}
.rankingList table tbody td{
	margin-left: 5px;
	padding: 0;
}
.rankingList table tbody td.sttl{
	padding: 5px 0;
}
.rankingList table tbody td:nth-of-type(1):before { content: ""; }
.rankingList table tbody td:nth-of-type(2):before { content: ""; }
.rankingList table tbody td:nth-of-type(3):before { content: ""; }
.rankingList table tbody td:nth-of-type(4):before { content: ""; }

.rankingList table tbody td.sttl:before { content: ""; }


.rankingList td:nth-of-type(4){
	text-align: left;
}

.rankingList td.price,
.rankingList td.kouka{
	text-align: right;
	width: auto;
}

}

/*初めての方へ*/
@media screen and (max-width: 768px) {
/*tablet*/

}
@media screen and (max-width: 479px) {
/*sp*/
.rf10{
	float: none;
	display: block;
	margin: 0 auto 10px auto;
	max-width: 100%;
	width: auto;
}
}
/*買取できるものできないもの*/
.frameOk{
	width: 100%;
	margin: 10px 0;
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	background: url(../../img/kaitori/bg_ok.png) no-repeat center center #eeeeee;
}
.frameNg{
	width: 100%;
	margin: 10px 0;
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background: url(../../img/kaitori/bg_ng.png) no-repeat center center #eeeeee;
}
.areainner ul{
	margin: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.areainner li{
	display: block;
	width: 48%;
	margin: 5px;
	padding: 1px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid #053a93;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
.areainner li .cate{
	display: block;
	background: #ffde00;
	color: #002666;
	padding: 5px 0;
	margin: 3px;
}
.areainner li .photo{
	margin: 10px 0;
}
.areainner li .photo img{
	display: block;
	margin: 0 auto;
}
.areainner li .cmt{
	display: block;
	width: auto;
	color: #000;
	text-align: left;
	padding: 5px;
}

@media screen and (max-width: 768px) {
/*tablet*/
.areainner li{
	width: 46%;
}
}
@media screen and (max-width: 479px) {
/*sp*/
.areainner li{
	width: 96%;
	margin: 5px auto;
}
}

