@charset "UTF-8";
/*===========================================
yoso_sp_refine_nk01.css

 予想家リスト 絞り込み
============================================*/
body .WrapGensen.YosoDrawViewOut .YosoListHeader {
	position: relative;
}
.RefineBoxShow_fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 7000;
}
.YosoDrawViewOverlay {
	background: rgba(0,0,0,0.2);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 7200;
	overflow: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.SortFunction .SortSelect .BtnRefine01,
.SortFunction .SortSelect .BtnRefine02 {
	display: block;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	border: 0 none;
	color: #666;
	font-size: 108%;
	cursor: pointer;
	padding: 7px 28px 7px 12px;
	line-height: 1.2;
	outline: none;
	width: 100%;
}
.RefineBoxArea01,
.RefineBoxArea02 {
	width: 70%;
	margin-left: auto;
	z-index: 7500;
	position: absolute;
	right: 20px;
	top: 68px;
	display: none;
}
.RefineBoxArea01:before,
.RefineBoxArea02:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 7px 14px 7px;
	border-color: transparent transparent #fff transparent;
	top: -14px;
	z-index: 7500;
}
.RefineBoxArea01:before {
	right: 156px;
}
.RefineBoxArea02:before {
	right: 19px;
}
.RefineBoxArea01.OpenDraw,
.RefineBoxArea02.OpenDraw {
	display: block;
	/*opacity: 1;*/
}
.RefineBox {
	background: #fff;
	height: auto;
	max-height: 350px;
	max-height: 65vh;
	position: relative;
}
.RefineBox_Inner {
	font-size: 90%;
	padding-top: 9px;
	padding-bottom: 12px;
	height: auto;
	max-height: 350px;
	max-height: 65vh;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
/* androidアプリだけ */

.AndroApp .RefineBoxArea01,
.AndroApp .RefineBoxArea02 {
	top: 58px;
}
.AndroApp .RefineBoxArea01:before,
.AndroApp .RefineBoxArea02:before {
	top: -4px;
}
.AndroApp .RefineBox,
.AndroApp .RefineBox_Inner {
	height: 350px;
	overflow: visible;
}
.RefineBox_Inner > ul {
	background: #f3f3f3;
}
.RefineBox_Inner > ul > li {
	background: #fff;
}
.RefineBox_Inner > ul > li + li {
	margin-top: 10px;
}
.CatergoryL01 {
	color: #444;
	font-weight: bold;
	line-height: 1.54;
	padding-top: 10px;
	padding-left: 16px;
	padding-bottom: 10px;
	display: block;
	position: relative;
}
.RefineBox_Arrow {
	content: '';
	display: inline-block;
	width: 9px;
	height: 9px;
	border: 1px solid transparent;
	border-left: 1px solid #666;
	border-bottom: 1px solid #666;
	position: absolute;
	top: 50%;
	right: 18px;
	margin-top: -7px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: all 300ms 0s ease;
	transition: all 300ms 0s ease;
}
.ListOpen > a .RefineBox_Arrow {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	margin-top: -3px;
}
.CatergoryL02 .RefineBox_Arrow {
	border-left-color: #cacaca;
	border-bottom-color: #cacaca;
}
.SelectCategories {
	color: #ef5350;
	font-size: 77%;
	font-weight: normal;
	line-height: 1.6;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: none;
	padding-right: 44px;
}
.CatergoryL02 .SelectCategories {
	padding-right: 21px;
}
.CatergoryL02 .SelectCategories li {
	margin-left: -1em;
	padding-right: 1em;
}
.CatergoryL02 .SelectCategories li:before {
	content: '\30FB';
}
.SelectCategories li {
	display: none;
}
.SelectCategories li.ShowText {
	display: inline-block;
}

.SelectCategories.Categories_Show {
	display: block;
}
.CatergoryL02 li a,
.CatergoryL02 li label {
	color: #666;
	line-height: 1.54;
	padding: 12px 14px 12px 27px;
	display: block;
	position: relative;
	cursor: pointer;
}
.CatergoryL02 li a:hover,
.CatergoryL02 li label:hover {
	background-color: #e5e4dd
}

.SortCatergory .CatergoryL02 li label.selected {
	color: #ef5350;
}
.SortCatergory .CatergoryL02 li:last-child a,
.SortCatergory .CatergoryL02 li:last-child label {
	padding-bottom: 24px;
}
.RefineCatergory .CatergoryL02 li a,
.RefineCatergory .CatergoryL02 li label {
	font-weight: bold;
}
.RefineCatergory .CatergoryL03 li label {
	font-weight: normal;
	padding-left: 49px;
	padding-top: 9px;
	padding-bottom: 9px;
	position: relative;
}
.RefineCatergory .CatergoryL03 li:last-child label {
	padding-bottom: 12px;
}
.RefineBox_BtnClear a {
	color: #03a;
	font-weight: bold;
	display: block;
	padding-left: 16px;
	padding-top: 16px;
	padding-bottom: 16px;
}

.CatergoryL03 {
	display: none;
}
/*.ListOpen > .CatergoryL02,
.ListOpen > .CatergoryL03 {
	display: block;
}
*/
.optCategories,
.chkCategories {
	display: none;
}
.optCategories + span,
.chkCategories + span {
	width: 18px;
	height: 18px;
	position: absolute;
	top: 50%;
	right: 14px;
	margin-top: -9px;
	display: block;
	cursor: pointer;
}
.optCategories+ span:before {
	position: absolute;
	z-index: 1;
	top: 5px;
	left: 5px;
	width: 10px;
	height: 10px;
	content: '';
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	-webkit-transform: scale(0, 0);
	transform: scale(0, 0);
	border-radius: 50%;
	background: #ef5350;
}
.optCategories:checked + span:before {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}
.optCategories + span:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 18px;
	content: '';
	border: 1px solid #f2f2f2;
	border-radius: 50%;
	background: #fff;
}

.chkCategories + span:before {
	position: absolute;
	z-index: 1;
	top: 5px;
	left: 4px;
	width: 11px;
	height: 5px;
	content: '';
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	-webkit-transform: rotate(-45deg) scale(0, 0);
	transform: rotate(-45deg) scale(0, 0);
	border: 1px solid #fff;
	border-top-style: none;
	border-right-style: none;
}
.chkCategories:checked + span:before {
	-webkit-transform: rotate(-45deg) scale(1, 1);
	transform: rotate(-45deg) scale(1, 1);
}
.chkCategories + span:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 18px;
	content: '';
	cursor: pointer;
	border: 1px solid #d0d0d0;
	border-radius: 4px;
	background: #fff;
}
.chkCategories:checked + span:after {
	background: #ef5350;
	border-color: #ef5350;
}
.Deselect {
	display: none;
	min-height: 36px;
	position: relative;
}
.Deselect.Selected_Show {
	display: block;
}
.RefineCatergory .CatergoryL03 li.Deselect label {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
}
.RefineCatergory .CatergoryL03 li.Deselect.Selected_Show label {
	left: 0;
}

.RefineBoxArea01{
	width: 200px;
}
.RefineBoxArea02 {
	width: 236px;
}
.RefineCatergory .CatergoryL03 li label {
	cursor: pointer;
}

.RefineCatergory .CatergoryL02 li a:hover,
.RefineCatergory .CatergoryL03 li label:hover {
	background: #e5e4dd;
	text-decoration: none;
}

.GensenYosoList .YosokaDataOpenBtn a {
    color: #333333;
}

body .WrapGensen.YosoDrawViewOut {
	overflow: hidden;
	position: relative;
}
