/* ===================================================================
** CSS information
** File Name  : list.css
=================================================================== */
/*------------------------------------------------------------------
 listPage
--------------------------------------------------------------------*/
.stp-contents{
	overflow:hidden;
	min-width:1000px;
	margin: 0 50px;
}
/* stp-sortArea
------------------------------------------------*/
.stp .stp-sortArea{
	margin:28px 0 35px;
	position: relative;
	height: 41px;
	line-height: 41px;
}
.stp .stp-sortArea > * {
	display:inline-block;
	vertical-align:middle;
}
.stp .stp-sortArea .stp-resultCnt{
	font-size:30px;
}
.stp .stp-sortArea .stp-resultCnt span{
	margin-left:10px;
	font-size:20px;
}
.stp .stp-sortArea .stp-resultTitle{
	max-width:750px;
	margin:0 0 0 40px;
	font-size:13px;
	line-height: 1.5;
}
.stp .stp-sortArea .stp-resultTitle span:not(:last-child):after{
	content: '/';
	margin: 0 10px 0 7px;
}
.stp .stp-sortArea .stp-sort{
	position: absolute;
	right: 0;
	height:41px;
	letter-spacing:-.4em;
	top: 0;
}
.stp .stp-sortArea .stp-sort li{
	display:inline-block;
	height:41px;
	padding:0 19px;
	letter-spacing:normal;
	line-height:41px;
	color:#494646;
}
.stp .stp-sortArea .stp-sort li a{
	display:inline-block;
	width:100%;
	height:41px;
	color:#aaa;
}
.stp .stp-sortArea .stp-sort li:first-child{
	border-right:1px solid #ccc;
}
/* searchMenu
---------------------------------------*/
.stp #stpSearchMenu{
	float:left;
	width:217px;
	font-size:13px;
}
/* stp-allClear */
.stp #stpSearchMenu .stp-allClear{
	margin-bottom:20px;
	width:100%;
	background:#fff;
}
.stp #stpSearchMenu .stp-allClear a{
	display:block;
	width:100%;
	line-height:20px;
	padding: 13px 0px 13px 0px;
	-webkit-transition:.3s;
	transition:.3s;
	box-sizing: border-box;
	text-align: center;
	background: #494646;
	color: #fff;
}
.stp #stpSearchMenu .stp-allClear a:hover{
	text-decoration:none;
	opacity:.8;
}
/* input stp-textSearch */
.stp #stpSearchMenu .stp-textSearch{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 8px 0;
	padding:6px 4px 6px 6px;
	background:#fff;
	border: #ccc solid 1px;
}
.stp #stpSearchMenu .stp-textSearch input{
	background:#fff;
	border:none;
}
.stp #stpSearchMenu .stp-textSearch input[type="text"]{
	width: calc(100% - 47px);
	height:28px;
	padding:0 10px;
}
.stp #stpSearchMenu .stp-textSearch input[type="submit"]{
	width: 47px;
	height:28px;
	color:#494646;
	border-left:1px solid #ccc;
	-webkit-transition:.3s;
	transition:.3s;
	cursor: pointer;
	padding: 0 10px;
	box-sizing: border-box;
}
.stp #stpSearchMenu .stp-textSearch input[type="submit"]:hover{
	opacity:.8;
}
/* stp-search-tab chageType */
.stp #stpSearchMenu .stp-search-ttl{
	margin-top:20px;
	font-size: 14px;
}
.stp #stpSearchMenu .stp-search-tab{
	position: relative;
	width: 100%;
	min-height: 20px;
	margin-top:5px;
	background: #fff;
	padding: 10px 50px 8px 15px;
	word-wrap : break-word;
	cursor: pointer;
	border: #ccc solid 1px;
	font-size: 12px;
	box-sizing: border-box;
}
.stp #stpSearchMenu .stp-search-tab:after{
	content:'';
	position:absolute;
	right:14px;
	top: 14px;
	width:0;
	height:0;
	border:5px solid transparent;
	border-top:9px solid #aaa;
	-webkit-transition:.3s;
	transition:.3s;
}
.stp #stpSearchMenu .stp-search-tab.open:after{
	top:10px;
	-webkit-transform:rotate(180deg);
	transform:rotate(180deg);
}
.stp #stpSearchMenu .stp-search-tabOpen{
	display:none;
	background: #fff;
	padding:15px;
	border: 1px solid #ccc;
	border-top: none;
	/* background: #f0f0f0; */
}
.stp #stpSearchMenu .stp-search-tabOpen li a{
	display:block;
	padding:5px 0;
}
.stp #stpSearchMenu .stp-search-tabOpen.category > li > a{
	padding:7px 0;
	font-weight:bold;
}
.stp #stpSearchMenu .stp-search-tabOpen.category ul li a{
	padding:2px 0;
	text-indent:.8em;
}
.stp #stpSearchMenu .stp-search-tab a{
	display:block;
	position:absolute;
	right:30px;
	top: 7px;
	width:20px;
	height:20px;
	font-size:0;
	-webkit-transition:.3s;
	transition:.3s;
}
.stp #stpSearchMenu .stp-search-tab a:hover{
	opacity:.8;
}
.stp #stpSearchMenu .stp-search-tab a:before,
.stp #stpSearchMenu .stp-search-tab a:after{
	position: absolute;
	top: 10px;
	left: 2px;
	content: "";
	width: 14px;
	height: 1px;
	background: #494646;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
.stp #stpSearchMenu .stp-search-tab a:after{
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* stpStylingLineup
----------------------------------------------*/
#stpStylingLineup{
	float:right;
	width:calc(100% - 217px);
	box-sizing: border-box;
	padding-left:40px;
}
/*------------------------------------------------------------------
 rankingPage
--------------------------------------------------------------------*/
#stpRanking{
	margin:25px auto;
}
/* brandSelect
---------------------------------------------*/
#stpRanking .brandSelect{
	position:relative;
	margin-top:26px;
	letter-spacing:-.3em;
	text-align:center;
}
#stpRanking .brandSelect:before{
	content:'';
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:1px;
	border-bottom:1px solid #dedede;
}
#stpRanking .brandSelect li{
	width:214px;
	line-height:35px;
	display:inline-block;
	letter-spacing:normal;
	margin-left:-1px;
	border:1px solid transparent;
}
#stpRanking .brandSelect li a{
	display:block;
	width:214px;
	height:35px;
	font-size:13px;
}
#stpRanking .brandSelect li:hover{
	border:1px solid #dedede;
	border-bottom:none;
}
#stpRanking .brandSelect li a:hover{
	text-decoration:none;
}
#stpRanking .brandSelect .select:hover,
#stpRanking .brandSelect .select{
	position:relative;
	border:1px solid #dedede;
	border-bottom:1px solid #f6f6f6;
}
/* stp-term
---------------------------------------------*/
#stpRanking .stp-term{
	margin: 20px 13px 0;
	letter-spacing:-.4em;
}
#stpRanking .stp-term > *{
	display:inline-block;
	letter-spacing:normal;
}
#stpRanking .stp-head{
	width:70px;
	height:40px;
	line-height:40px;
	text-align:center;
	vertical-align:top;
	font-size:15px;
	display: none;
}

#stpRanking .stp-selectBox{
	border: #ccc solid 1px;
	position:relative;
}
#stpRanking .stp-skk{
	position: absolute;
	top: 50%;
	left: 11px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	border-right: #ccc solid 1px;
	padding-right: 10px;
	font-size: 13px;
}
#stpRanking select{
	padding-left: 85px;
}


@media (min-width: 767px) {
    .stp #stpSearchMenu{
    	display:block !important;
    }
}
@media (max-width: 767px) {
	.stp-contents{
		min-width:100%;
		margin: 0;
	}
	.stp #stpSearchMenu{
		float: none;
		width: 100%;
		display: none;
		padding: 0px 20px 30px 20px;
		box-sizing: border-box;
	}
	.stp #stpSearchMenu.spOn{
		display:block;
	}
	.stp .seBox{
		border-top: #ccc solid 1px;
		border-bottom: #ccc solid 1px;
		margin: 0 15px 10px 15px;
	}
	.seBox.sOpen{
	/* background: #f0f0f0; */
	/* border: #ccc solid 1px; */
	}
	.stp .seBtn {
		text-align: center;
		padding: 15px;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
	}
	.stp .sOpen .seBtn{
		padding: 20px 15px;	
	}
	.stp .seBtn img{
		width:20px;
		margin-right: 14px;
		vertical-align: middle;
	}
	#stpStylingLineup{
		float: none;
		width: 100%;
		padding:0
	}
	.stp .stp-sortArea{
		margin-bottom: 20px;
		padding: 0 15px;
		display: flex;
		height: auto;
		align-items: center;
	}
	.stp .stp-sortArea .stp-resultCnt{
		font-size:23px;
		word-break: keep-all;
	}
	.stp .stp-sortArea .stp-resultTitle{
		max-width: initial;
		width: 100%;
		box-sizing: border-box;
		margin-left: 0;
		padding-left: 22px;
		word-break: break-all;
		font-weight:normal;
	}
	
	
	.stp #stpSearchMenu .stp-search-tab{
		padding: 12px 50px 12px 15px;
	}
	.stp #stpSearchMenu .stp-textSearch{
		width: 100%;
		box-sizing: border-box;
	}
	.stp #stpSearchMenu .stp-textSearch input[type="text"]{
		width: 76%;
		padding:0 10px;
		box-sizing: border-box;
	}
	.stp #stpSearchMenu .stp-textSearch input[type="submit"]{
		width: 20%;
		box-sizing: border-box;
		padding-left: 17px;
	}
	.stp #stpSearchMenu .stp-sort{
		display: flex !important;
		flex-wrap: wrap;
		justify-content: flex-start;
		margin: 20px 0 0px 0;
		border-bottom: #ccc solid 1px;
		padding-bottom: 20px;
	}
	.stp #stpSearchMenu .stp-sort li{
		height:41px;
		padding:0 19px;
		letter-spacing:normal;
		line-height:41px;
		color:#494646;
		width: calc(100% / 2);
		box-sizing: border-box;
		text-align: center;
		font-size: 12px;
	}
	.stp #stpSearchMenu .stp-sort li:first-child {
	    border-right: 1px solid #ccc;
    }
	.stp #stpSearchMenu .stp-sort li a{
		display:inline-block;
		width:100%;
		height:41px;
		color:#aaa;
	}
	.stp #stpSearchMenu .seClose{
		text-align: center;
		padding: 10px;
		background: #ccc;
		width: 60%;
		margin: 30px auto 0 auto;
	}
	#stpRanking {margin:20px 0 0}
	#stpRanking .stp-term{
		margin: 20px 10px 0;
	}
	#stpStylingLineup .stp-pager{
		 margin-top: 10px;
	}
	#stpSearchMenu .stp-search-tab:after{
		top: 54%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}
	

}