@charset "utf-8";

html #main {
	margin: 0;
	padding: 0;
	width: auto;
	max-width: 100%;
	min-width: 1060px;
}
html .top_wrapper #content { margin: 0 20px 0 270px; }
/* @see /javascripts/flexslider/flexslider.css */
html .flexslider {
	border: none;
	margin: 0 auto;
	max-width: 640px;
	/* ○（flexsliderのコントロールナビ）位置の調整 */
	padding-bottom: 40px;
}
	html .flexslider .flex-viewport {
		overflow: visible !important;
	}

#sale_content .goodsgroup {
	background: #f7f7f7;
}
#sale_content .goodslist {
	width: auto;
	word-break: break-all;
	padding: 5px;
	line-height: 1.5em;
}
#sale_content .goodslist li {
	float: left;
	position: relative;
	border-right: 1px dotted #ccc;
	width: 165px;
	height: 235px;
	padding: 0 10px;
	margin: 0;
	overflow: hidden;
}
#sale_content .goodslist li:first-child { border-left: 1px dotted #ccc; }
#sale_content .goodslist a {
	display: block;
	color: inherit;
	text-decoration: none;
}
#sale_content .goodslist p { margin: 0 auto 5px; }
#sale_content .goodslist .image {
 	width: 100%;
 	height: 120px;
}
#sale_content .goodslist .image img {
	max-height: 120px;
	width: auto;
	vertical-align: middle;
}
#sale_content .goodslist .image::after {
	display: inline-block;
	content: "";
	height: 100%;
	vertical-align: middle;
}
#sale_content .goodslist .goodstitle {
	font-size: 0.9em;
	margin: 5px 10px;
}
#sale_content .goodslist .price {
	color: #F31515;
	font-size: 1.8em;
	margin: 0 10px;
	white-space: nowrap;
}
#sale_content .goodslist .stock {
	font-size: .7rem;
	margin:	0 10px;
}
#topics #informations {
	/* float: left; width: 745px; */
	margin: 0 250px 0 0;
	z-index: 1; /* ブラウザ幅変更による、pseudo要素の位置バグ対策 */

	/* display: flex対策 */
	min-height: 575px;
}
#topics { position: relative; }
#topics #banners {
	position: absolute;
	top: 0;
	right: 0;
	padding: 16px 16px 8px 16px;
	background: #f5f5f5;
	box-sizing: border-box;
}
#informations .bg-tab-content {
	background: #fff;
	color: #999;
	border: solid 1px #dadada;
	overflow: hidden; /* for clear prop; */
}
#informations .tabs {
	display: flex;
	flex-wrap: wrap;
	flex-flow: wrap;
	flex-grow: 4;
}
.innercontent > :first-child { display: block; }
	.tab-content,
	.bg-tab-content {
		/* clear:both; */
		display:none;
		-webkit-transition: opacity linear 0.1s;
		-moz-transition: opacity linear 0.1s;
		transition: opacity linear 0.1s;
	}
#informations .innercontent {
	/*
	position: absolute;
	top: 40px;
	left: -1px;
	border: 1px solid #dadada;
	*/
	width: 100%;
}
#informations input[type="radio"]{ display: none; }

/****************************************************************
 *   main information tab contents
 ****************************************************************/
.topics-heading {
    padding: 25px 0 5px 0;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
}
.topics-heading span {
	font-size: .75em;
	text-decoration: none;
	cursor: auto;
}
#informations label.main-tab {
	position: relative;
	cursor: pointer;
	float: left;
	background-color: #6d6d6d;
	background: url(../images/xMLgdJEgCE2l.png) top center no-repeat;
	margin: 0 0.15%;
	width:33%;
	height: 59px;
	padding-bottom: 20px;
	color: #fff;
	font-weight: 500;
	font-size: 15px;
	line-height: 59px;
	text-decoration:none;
	text-align: center;

	-webkit-transition: background-color linear 0.2s, background linear 0.2s;
	-moz-transition: background-color linear 0.2s, background linear 0.2s;
	transition: background-color linear 0.2s, background linear 0.2s;
}
	#informations [id^="main-tab"] + label:hover,
	#informations [id^="main-tab"] + label:active,
	#informations [id^="main-tab"]:checked + label {
		background: url(../images/2DnbMNGk0DOy.png) top center no-repeat;
		color: #fff;
	}
	#main-tab1:checked ~ #scoop,
	#main-tab2:checked ~ #media,
	#main-tab3:checked ~ #ask {
		position: relative;
		display: block;
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}
	#main-tab1:checked ~ .main-tab1:after,
	#main-tab2:checked ~ .main-tab2:after,
	#main-tab3:checked ~ .main-tab3:after{
	}
	.main-tab-selector { display: none; }
	/* 背景補完 */
	#informations [id^="main-tab"] + label::before {
		display: block;
		content: "";
		position: absolute;
		background: #6d6d6d;
		width: 100%;
		height: inherit;
		z-index: -1;
		-webkit-transition: background-color linear 0.2s, background linear 0.2s;
		-moz-transition: background-color linear 0.2s, background linear 0.2s;
		transition: background-color linear 0.2s, background linear 0.2s;
	}
	#informations [id^="main-tab"] + label:hover::before,
	#informations [id^="main-tab"] + label:active::before,
	#informations [id^="main-tab"]:checked + label::before { background: #242424; }

#informations #helpful input { display: none; }
#informations #helpful label:first-of-type { }
#informations span {
	font-size: 9px;
	line-height: 0;
	display:block;
	font-weight: 100 !important;
}

/****************************************************************
 *   inner information tab contents
 ****************************************************************/
.bg-tab-content [id^="tab"] + label:hover,
.bg-tab-content [id^="useful-tab"] + label:hover,
.bg-tab-content [id^="tab"] + label:active,
.bg-tab-content [id^="useful-tab"] + label:active,
.bg-tab-content [id^="tab"]:checked + label,
.bg-tab-content [id^="useful-tab"]:checked + label {
	background: #fff;
	color: #333;
	font-weight: bold;
}
.bg-tab-content label {
	float: left;
	display: inline-block;
    box-sizing: border-box;
	background-color: #aeaeae;
	margin-left: 1px;
	height: 40px;
	min-width: 105px;
	color: #fff;
	font-weight: 500;
	font-size: 13px;
	line-height: 40px;
	text-align: center;
	flex-grow: 1;
	cursor: pointer;
}
.bg-tab-content label:first-of-type {
	margin-left: 0;
}
.bg-tab-content .tab-content {
	box-sizing: border-box;
	color: #999;
	padding: 10px 20px;
	height: 410px;
	overflow-x: hidden;
	overflow-y: scroll;
}
@media screen and (max-width: 768px) {
  .bg-tab-content .tab-content {
    height: 210px;
  }
}
/******* 耳より *********/
#tab0:checked ~ .innercontent #tab-content0,
#tab1:checked ~ .innercontent #tab-content1,
#tab2:checked ~ .innercontent #tab-content2,
#tab3:checked ~ .innercontent #tab-content3,
#tab4:checked ~ .innercontent #tab-content4,
#tab5:checked ~ .innercontent #tab-content5,
#tab6:checked ~ .innercontent #tab-content6,
/******* お役だち *********/
#useful-tab0:checked ~ .innercontent #content0,
#useful-tab1:checked ~ .innercontent #content1,
#useful-tab2:checked ~ .innercontent #content2,
#useful-tab3:checked ~ .innercontent #content3,
#useful-tab4:checked ~ .innercontent #content4,
#useful-tab5:checked ~ .innercontent #content5,
#useful-tab6:checked ~ .innercontent #content6
{ display:block; }
.tab-content dl {
	color: #333;
	font-size: 13px;
	padding: 18px 0 14px 0;
	height: 22px;
	display: block;
	align-items: center;
	border-bottom: 1px dotted #999;
	white-space: nowrap;
}
.tab-content dl:last-child {
	border-bottom: none;
}
.tab-content dt,
.tab-content dd { display: inline-block; }
.tab-content dt {
	font-weight: 800;
	width: 175px;
	margin-left: 10px;
}
.tab-content dt::after{ content: "|"; margin: 0 1em; }
.tab-content dd a { display: inline-block; color: #333; }
dd span.date {
	font-size: 13px !important;
	display: inline !important;
	margin: 0 25px 0 35px;
	color: #333;
}
dl:last-child { border-bottom: none; }
#scoop { display: block; }
#scoop label.scoop-tab { padding: 0px 2.418rem; }
.content-bottom {
	text-align: center;
	font-size: 12px;
	height: 40px;
	line-height: 40px;
	background: #f7f7f7;
	border-top: solid 1px #dadada;
	box-sizing: border-box;
}
.content-bottom a {
	color: #000;
	vertical-align: middle;
	margin-right: 27px;
}

/****************************************************************
 *  search details
 ****************************************************************/
.detailheading {
	padding: 25px 0 5px 0;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}
.detailheading span {
	font-size: .65em;
}
#detailsearch {
	background: #fff;
}
#popularwords {
	background: #f7f7f7;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 10px;
	box-sizing: border-box;
	overflow:hidden;
	border: solid 1px #ddd;
}
	#search-title {
		width: 20.5%;
		float: left;
		font-size: 15px;
		padding: 10px 0 0 20px;
		color: #999;
	}
	#scroll-area {
		background: #f7f7f7;
		overflow-x: hidden;
		overflow-y: scroll;
		position: relative;
	}
	#scroll-area #scroll-content {position: relative;}
	#scroll-area .scrollbar-track {
		position:absolute;
		top: 0;
		right: 0;
		bottom: 0;
		width: 8px;
		background-color: #ccc;
	}
	#scroll-area #scrollbar-thumb {
		position:absolute;
		top:0;
		right: 0;
		bottom: 0;
		width: 8px;
		background-color: #999;
	}
.search-item ul li {
	font-size: 12px;
	display:inline-block;
	margin-right: 1rem;
	white-space: nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.search-item ul li a {
	color: #003792;
	cursor: pointer;
}
/****************************************************************
 *  search form
 ****************************************************************/
.cf {*zoom:1;}
.cf:before, .cf:after{content: ""; display: table;}
.cf:after {clear: both;}
form#form1.top_search_in_detail{
	border: solid 1px #ddd;
	margin-top: 15px;
	background: transparent;
	border: solid 1px #ddd;
	box-sizing: border-box;
	padding: 25px;
}
form#form1.top_search_in_detail p{
	font-size: 15px;
	font-weight: 800;
	margin: 0;
	padding: 5px 0;
}
form#form1.top_search_in_detail p.mg-btm {
	margin-top: 9px;
}
div#search-right,
div#search-left {
	width: 50%;
	height: inherit;
	float: left;
}

div.inner-search label {
	font-size: 13px;
}
#detailsearch input[type="text"] {
	background: #fff;
	border: solid 1px #ccc;
	border-radius: 4px;
	-moz-border-radius: 4px;
	margin: 10px 10px 13px 0 !important;
	height: 34px;
	width: 73.5%;
	font-size: 1.125em;
}
#detailsearch input[name="keyword"]{width: 96.5%;margin-bottom: 20px;}
form#form1.top_search_in_detail input[type="checkbox"] {display: none;}
form#form1.top_search_in_detail input[type="checkbox"] + label {
	position: relative;
	cursor: pointer;
	background:none !important;
	padding: 0 0 0 30px;
}

#search-left ::-webkit-input-placeholder{ padding-left: 20px;}
#search-left input::-moz-placeholder {
 	position:relative;
 	margin-left: 20px !important;
    padding-left: 20px !important;
 }
#search-left input:-moz-placeholder {
	margin-left:20px;
	padding-left: 20px;
}
:-ms-input-placeholder{padding-left: 20px;}
ul#search-details{
	list-style: none;
	padding: 0; margin: 0;
}
ul.parts { padding: 0;}
ul.parts li { margin-right:10px;}
ul.parts li{
	display: inline-block;
	margin-right: 25px;
}
ul.parts a, ul.parts p{ font-size: 13px; color:#333;margin: 0 !important}
ul.parts.condition {
	background: #f0f0f0;
	/*
	float: right;
	width: 65%;
	*/
	padding: 10px 10px 10px 20px;
	/*margin: 0 0 10px 0;*/
}
ul.parts.condition li { margin-right: 0; padding:0 5px }
/*
ul.parts.condition li:first-child{ margin: 0 4px 0 2px;}
ul.parts.condition li:nth-child(5){ padding: 0 10px 0 5px;}
*/

#detailsearch input[name="MINPRICE"],
#detailsearch input[name="MAXPRICE"] {width: 36%; height: 27px; margin:0;}
#detailsearch #search-submit {
	clear: right;
	width: 100%;
	padding-top: 30px;
}
#detailsearch input[type="submit"]{
	width: 260px;
	font-size: 13px;
	margin: 3% 0 0 36.5%;
	padding: 17px 5px;
    border-style: none;
    box-sizing: border-box;
	background: url(../images/qN27BjDw6a46.png) 80px 20px no-repeat #003792;
    color: #fff;
    cursor: pointer
}
a.search-price {
	text-decoration: none;
	font-size: 12px;
	color: #333;
	margin-left: 48%;
}
select.select-hidden {
	display: none !important;
}
div.select-styled {
	display: block;
	position: relative;
	color: #333;
    font-size: .8rem;
    text-align: center;
    text-decoration: none;
    text-align: left;
    line-height: 35px;
    height: 35px;
    padding: 0 0 0 20px;
    margin-top: 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
    background: -webkit-linear-gradient(top, #e8e8e8 0%,#ffffff 71%);
    background: -moz-linear-gradient(top, #e8e8e8 0%,#ffffff 71%);
}
div.select-styled:before {
	content: "";
    height: inherit;
    border-left: 1px solid #dadada;
    display: inline-block;
    position: absolute;
    top: 1px;
    right: 2.7em;
}
div.select-styled:after {
	content: url(../images/MwGUqx7ASBEP.png);
	display: inline-block;
	position: absolute;
	top: .5rem;
	right: 1em;
	cursor: pointer;
}
ul.select-options {
	display: none;
	overflow-x: hidden;
	overflow-y: scroll;
	background: #fff;
	border: 1px solid #dadada;
	max-height: 300px;
}
ul.select-options li { padding-left: 10px;}
ul.select-options li:hover {background: #333; color: #fff;}
[rel="hide"] {display: none}

/****************************************************************
 *  (販売|買取)TOP スライダ
 ****************************************************************/
.list_carousel .prev {
  bottom:130px;
  right: 10px;
}
.list_carousel .next {
  bottom: 130px;
  left: 15px;
}

/****************************************************************
 *  買取ページ /buy
 ****************************************************************/
#sell_recommendinfo {
	text-align: center;
	/* padding: 0 20px; */
}

#recommend_list { letter-spacing: -4px; }

#recommend_list a {
	display: inline-block;
	margin-left: -2px;
	width: 50%;
}
	#recommend_list a img { width: 100%; }
