@charset "utf-8";

.pc-dn {
	display: none !important;
}

.sp-dn {
	display: block !important;
}
#page .table-cell-sort-trigger {
	position: relative;
	width: 55px;
	cursor: pointer;
}
#page .table-cell-sort-trigger > a {
	display: inline-block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #FFFFFF;
}
#page .table-cell-sort-trigger.sorted  {
	background-color: #199FDD;
}
#page .table-cell-sort-trigger.sorted:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0.5em;
	right: 0.2em;
	width: 0;
	height: 0;
	border-color: #FFFFFF transparent transparent transparent;
	border-style: solid;
	border-width: 0.55em 0.4em;
}
#page .filtered-by-conditions {
	display: none;
}
#page .contents-nav {
	border-top: none;
}
#page .kv{
	border-bottom: 1px solid #C8C8C8;
}
