﻿
._modal ._window + ._button{
  display: block !important;
  width: 60px;
  height: 60px;
	margin: 0;
	padding: 0;
	border: 1px solid #000;
  border-radius: 100%;
	font-size: 14px;
	text-indent: -9999px;
  background-color: #2d2d2d;
  background-image: url(../../../img/usr/popfind/icon-popfind-sort-sp.png);
  background-repeat: no-repeat;
  background-position: center top 12px;
  background-size: 24px;
	position: fixed;
	right: 145px;
	bottom: 58px;
	z-index: 99999;
}
._modal ._window + ._button:hover{
	opacity: 0.8;
}
._modal ._window + ._button span{
	display: none;
}
._modal ._window + ._button::before{
  content: '絞り込む';
	width: 100%;
	margin: 0 auto;
  font-size: 10px;
  color: #fff;
	text-align: center;
	text-indent: 0;
  position: absolute;
	right: 0;
  bottom: 10px;
	left: 0;
}
.filterfixed{
	position: fixed;
}
#modalBg{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: #121212;
	cursor: pointer;
	opacity: 0.8;
}
._modal ._window{
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 100000;
	width: 1035px;
	height: 560px;
  border-radius: 10px;
	background: #f0f0f0;
	overflow: hidden;
}
._modal ._window ._wrap{
	width: 1035px;
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	overflow: hidden;
}
._modal ._window ._wrap ._head{
	padding: 0 15px 0 24px;
	height: 76px;
	margin: 0;
	background: #ffffff;
	position: relative;
	z-index: 99;
}
._modal ._window ._wrap ._head{
	overflow: hidden;
}

._modal ._window ._wrap ._head ._status,
._modal ._window ._wrap ._head .refine-title{
	width: 250px;
	float: left;
	margin: 15px 0 0 0;
	padding: 0;
	font-size: 18px;
	color: #555;
	line-height: 44px;
	height: 44px;
}
._modal ._window ._wrap ._head ._status {
  width: 210px;
	float: right;
	margin-right: 275px;
}

._modal ._window ._wrap ._head ._close{
	width: 44px;
	height: 44px;
	margin: 0;
	padding: 0;
  border: none;
	font-size: 14px;
  font-weight: normal;
	line-height: 44px;
	color: #121212;
	text-align: center;
	background: #fff;
  position: absolute;
	top: 15px;
	right: 30px;
  text-indent: -9999px;
}
._modal ._window ._wrap ._head ._close::before,
._modal ._window ._wrap ._head ._close::after{
  content: '';
  position: absolute;
  width: 50px;
  height: 1px;
  top: 50%;
  left: 50%;
  background-color: #121212;
  transform: translate(-50%, -50%);
}
._modal ._window ._wrap ._head ._close::before{
  transform: translate(-50%, -50%) rotate(45deg);
}
._modal ._window ._wrap ._head ._close::after{
  transform: translate(-50%, -50%) rotate(-45deg);
}
._modal ._window ._wrap ._head ._close:hover{
	opacity: 0.8;
}
._modal ._window ._wrap ._head ._back{
	display: none;
}


._modal ._window ._wrap ._attrgroups ._button._submit,
._modal ._window ._wrap ._button._submit{
	width: 179px;
	height: 44px;
	border: none;
	margin: 0;
	padding: 0;
	border-radius: 100px;
	font-size: 14px;
	line-height: 44px;
	color: #fff;
	text-align: center;
	background: #1a8bcc;
  position: absolute;
	top: 15px;
	right: 100px;
	z-index: 999;
	outline: none;
}
._modal ._window ._wrap ._attrgroups input._button._submit{
	display: block;
}
._modal ._window ._wrap div._button._submit{
	display: none!important;
}
._modal ._window ._wrap ._button._submit:hover{
	opacity: 0.8;
}
._modal ._window ._wrap ._body{
	width: 1048px;
	height: calc(100% - 76px);
	overflow-y: scroll;
}
#_attrgroup5{
	display: none;
}

._modal ._window ._wrap ._attrgroup{
	overflow: hidden;
}
._modal ._window ._wrap ._attrgroups{
	clear: both;
}
._modal ._window ._wrap ._attr_clear_,
._modal ._window ._wrap ._attr_trigger{
	width: 341px;
	padding: 0 2px;
	height: 100%;
	background: #fff;
	float: left;
	clear: both;
	font-weight: normal;
	position: relative;
	z-index: 99;
}
._attrgroups ._attrgroup:first-child ._attr_main{
	display: none;
}
._attrgroups input._button._submit{
	display: none;
}
._modal ._window ._wrap ._attr_main{
	overflow-x: hidden;
	overflow-y: scroll;
	display: none;
	position: absolute;
	top: 0;
	z-index: 9;
}
._attributegroup ._attributes ._attribute ._sub_groups{
	width: 332px;
	position: absolute;
	top: 0;
	left: 345px;
}
._modal ._window ._wrap ._attr_main label{
	width: 345px;
}
#_attrgroup4 label{
	width: auto;
}
._modal ._window ._wrap ._attr_main._visible{
	display: block;
	width: 695px;
}
._modal ._window ._wrap ._attr_main ._attr_clear_{
	background: #f0f0f0;
	padding: 15px 55px 15px 20px;
	font-size: 16px;
}
._modal ._window ._wrap ._attrgroup._visible ._attr_main._visible{
	position: absolute;
	top: 76px;
	left: 341px;
	height: 484px;
}
._modal ._window ._wrap ._attr_trigger{
	display: flex;
	font-size: 16px;
	padding: 15px 0 15px 20px;
	font-weight: bold;
	border: 1px solid #ededed;
	line-height: 1.4;
  position: relative;
	cursor: pointer;
}
._modal ._window ._wrap ._attr_trigger::after{
  content: '';
  width: 10px;
  height: 10px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}
._modal ._window ._wrap ._attrgroup + ._attrgroup ._attr_trigger{
  border-top: none;
}
._modal ._window ._wrap div._attr_clear_{
	font-size: 16px;
	padding: 15px 55px 15px 40px;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
	line-height: 1.4;
	cursor: pointer;
	background: #fff url(../../../img/usr/popfind/clear.png) left 22px center no-repeat;
}
._modal ._window ._wrap ._attr_trigger ._group{
	width: 50%;
	display: inline-block;
	vertical-align: middle;
	font-weight: normal;
  color: #555;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
	font-size: 14px;
}
._modal ._window ._wrap ._attr_trigger ._attr_status{
	width: 50%;
	padding: 0 55px 0 0;
	display: inline-block;
	vertical-align: middle;
	font-weight: normal;
	line-height: 1.3;
	text-align: left;
	color: #141414;
	text-align: right;
	word-break: break-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
}
._modal ._window ._wrap ._attr_trigger ._notset:before{
	content: '指定なし';
}
._modal ._window ._wrap ._attr_trigger ._beforeset:before{
	display: none;
}
._modal ._window ._wrap ._attr_trigger ._attr_status._notset {
	color: #969696;
}
._modal ._window ._wrap ._attr_trigger:hover{
	color: #1a8bcc;
}
._modal ._window ._wrap ._attrgroup._visible ._attr_trigger,
._modal ._window ._wrap ._attrgroup._invisible._visible ._attr_trigger{
  color: #1a8bcc;
  background-color: #fff;
}
._modal ._window ._wrap ._attribute + div{
	clear: both;
}
._modal ._window ._wrap ._attributegroup{
	padding: 0;
	margin: 0;
}
._modal ._window ._wrap ._attributegroup ._group{
	display: none;
}
._modal ._window ._wrap ._attributegroup ._attributes{
  border-top: 1px solid #ededed;
}
._modal ._window ._wrap ._attributegroup ._attributes ._attribute{
	margin: 0;
	padding: 0;
	line-height: 1;
}
._modal ._window ._wrap ._attributegroup ._attributes ._attribute:hover{
	opacity: 0.8;
}
._modal ._window ._wrap ._attributegroup ._attributes ._attribute label{
	line-height: 1;
	display: block;
	padding: 15px 20px;
  border-right: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  color: #555;
  background-color: #fff;
}
._modal ._window ._wrap ._attributegroup ._attributes ._attribute label:checked{
	background: #ff0000;
}
._modal ._window ._wrap ._attributegroup ._attributes ._attribute span{
	line-height: 1.4;
	display: inline-block;
	font-size: 14px;
	white-space: normal;
}

._modal ._window ._wrap ._attributegroup ._attributes ._attribute span._count {
	display: none;
}
._modal ._window ._wrap #_attrgroup9 ._attributegroup ._attributes ._attribute span._count {
	display: inline-block;
}


._modal ._window ._wrap ._attributegroup ._attributes ._attribute input{
	display: none;
}
._modal ._window ._wrap ._attributegroup ._attributes ._attribute:hover label,
._modal ._window ._wrap ._attributegroup ._attributes ._attribute._select label{
  color: #1a8bcc;
	cursor: pointer;
}
._modal ._window ._wrap ._attributegroup ._attributes ._attribute._disable label span{
  text-decoration: line-through;
}
._modal ._window ._wrap ._attributegroup ._attributes ._attribute._select ._attribute label{
  color: #555;
	background-color: #fff;
	overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
._modal ._window ._wrap ._attributegroup ._attributes ._attribute._select ._attribute:hover label{
  color: #1a8bcc;
}
._modal ._window ._wrap ._attributegroup ._attributes ._attribute._select ._attribute._select label{
	color: #1a8bcc;
	background-color: #fff;
}
._modal ._window ._wrap ._attributegroup ._attributes ._attribute._select ._attribute._disable label span{
  text-decoration: line-through;
}
._modal ._window ._wrap ._attributegroup._attributegroup_color ._attributes ._attribute label{
	background: none!important;
	color: #000!important;
}
._modal ._window ._wrap ._foot ._searchstatus{
	display: none;
}
#_attrgroup4 ._attribute{
	width: 52px;
	text-align: center;
	float: left;
	clear: none!important;
	margin: 0 18px 18px 0!important;
}
#_attrgroup4 ._attribute:nth-child(4n+0){
	margin-right: 0!important;
}
#_attrgroup4 ._attribute:nth-child(4n+1){
	clear: left!important;
}
#_attrgroup4{
	padding: 0 0 0 0;
}
#_attrgroup4 ._attribute label{
	padding: 0!important;
	margin: 0!important;
  background-color: transparent;
}
#_attrgroup4 ._attribute:hover label,
#_attrgroup4 ._attribute._select label{
	background: none;
	color: #555;
}
#_attrgroup4 ._count{
 	display: none!important;
}
#_attrgroup4 span{
	font-size: 9px;
	position: relative;
}
#_attrgroup4 span._label{
	display: block!important;
	cursor: pointer;
	white-space: break-spaces;
}
#_attrgroup4 span._label:hover{
	opacity: 0.8;
}

#_attrgroup4 ._attributes{
	padding: 20px 20px;
	overflow: hidden;
}
._modal ._window ._wrap .c ._attributes ._attribute._select label{
	background: none;
	color: #000;
}

#_attrgroup4 ._attribute {
    width: 70px;
    text-align: center;
    float: left;
    clear: none!important;
    margin: 0 10px 10px 0!important;
}

#_attrgroup4 input + span{
	background: url(../../../img/usr/popfind/non.png) center top no-repeat;
	background-size: 52px 52px;
	padding: 60px 0 0 0;
}
#_attrgroup4 input[value="group4:color0001"] + span{
	background: url(../../../img/usr/popfind/white.png) center top no-repeat;
	background-size: 52px 52px;
	padding: 60px 0 0 0;
}
#_attrgroup4 input[value="group4:color0002"] + span{
	background: url(../../../img/usr/popfind/black.png) center top no-repeat;
	background-size: 52px 52px;
	padding: 60px 0 0 0;
}
#_attrgroup4 input[value="group4:color0003"] + span{
	background: url(../../../img/usr/popfind/gray.png) center top no-repeat;
	background-size: 52px 52px;
	padding: 60px 0 0 0;
}
#_attrgroup4 input[value="group4:color0004"] + span{
	background: url(../../../img/usr/popfind/brown.png) center top no-repeat;
	background-size: 52px 52px;
	padding: 60px 0 0 0;
}
#_attrgroup4 input[value="group4:color0005"] + span{
	background: url(../../../img/usr/popfind/beige.png) center top no-repeat;
	background-size: 52px 52px;
	padding: 60px 0 0 0;
}

#_attrgroup4 input[value="group4:color0006"] + span{
	background: url(../../../img/usr/popfind/green.png) center top no-repeat;
	background-size: 52px 52px;
	padding: 60px 0 0 0;
}
#_attrgroup4 input[value="group4:color0007"] + span{
	background: url(../../../img/usr/popfind/blue.png) center top no-repeat;
	background-size: 52px 52px;
	padding: 60px 0 0 0;
}
#_attrgroup4 input[value="group4:color0008"] + span{
	background: url(../../../img/usr/popfind/purple.png) center top no-repeat;
	background-size: 52px 52px;
	padding: 60px 0 0 0;
}
#_attrgroup4 input[value="group4:color0009"] + span{
	background: url(../../../img/usr/popfind/yellow.png) center top no-repeat;
	background-size: 52px 52px;
	padding: 60px 0 0 0;
}
#_attrgroup4 input[value="group4:color0010"] + span{
	background: url(../../../img/usr/popfind/pink.png) center top no-repeat;
	background-size: 52px 52px;
	padding: 60px 0 0 0;
}
#_attrgroup4 input:checked + span._label::after{
	content: url(../../../img/usr/popfind/checked.png);
	position: absolute;
	width: 22px;
	height: 22px;
	top: 15px;
	left: 0;
	right: 0;
	margin: 0 auto;
}



#_attrgroup4 input[value="group4:color0011"] + span{
	background: url(../../../img/usr/popfind/red.png) center top no-repeat;
	background-size: 52px 52px;
	padding: 60px 0 0 0;
}
#_attrgroup4 input[value="group4:color0012"] + span{
	background: url(../../../img/usr/popfind/orange.png) center top no-repeat;
	background-size: 52px 52px;
	padding: 60px 0 0 0;
}
#_attrgroup4 input[value="group4:color0013"] + span{
	background: url(../../../img/usr/popfind/stripe.png) center top no-repeat;
	background-size: 52px 52px;
	padding: 60px 0 0 0;
}
#_attrgroup4 input[value="group4:color0014"] + span{
	background: url(../../../img/usr/popfind/gold.png) center top no-repeat;
	background-size: 52px 52px;
	padding: 60px 0 0 0;
}
#_attrgroup4 input[value="group4:color0015"] + span{
	background: url(../../../img/usr/popfind/silver.png) center top no-repeat;
	background-size: 52px 52px;
	padding: 60px 0 0 0;
}

#_attrgroup4 input[value="group4:color0016"] + span{
	background: url(../../../img/usr/popfind/non.png) center top no-repeat;
	background-size: 52px 52px;
	padding: 60px 0 0 0;
}
#_attrgroup4 input[value="group4:color0017"] + span{
	background: url(../../../img/usr/popfind/silver.png) center top no-repeat;
	background-size: 52px 52px;
	padding: 60px 0 0 0;
}
#_attrgroup4 input[value="group4:color0018"] + span{
	background: url(../../../img/usr/popfind/other.png) center top no-repeat;
	background-size: 52px 52px;
	padding: 60px 0 0 0;
}
#_attrgroup4 input[value="group4:color0019"] + span{
	background: url(../../../img/usr/popfind/non.png) center top no-repeat;
	background-size: 52px 52px;
	padding: 60px 0 0 0;
}
#_attrgroup4 input[value="group4:color0020"] + span{
	background: url(../../../img/usr/popfind/non.png) center top no-repeat;
	background-size: 52px 52px;
	padding: 60px 0 0 0;
}
#_attrgroup4 input[value="group4:color9999"] + span{
	background: url(../../../img/usr/popfind/other.png) center top no-repeat;
	background-size: 52px 52px;
	padding: 60px 0 0 0;
}
._attributegroup._attributegrouptype_type2>._attributes, ._attributegroup._attributegrouptype_type2r>._attributes, ._attributegroup._attributegrouptype_type2s>._attributes{
	display: block;
}



