
/****************
#searchNav
****************/
#searchNav {
	background-color: #f4f4f4;
	position: relative;
	z-index: 50;
}
#searchNav .inner {
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}
#searchMenu {
	width: 100%;
	border-bottom: 1px solid #e0e0e0;
}
#searchMenu > .inner > * {
	display: inline-block;
	vertical-align: middle;
}
#searchNav .number {
	font-size: 1.4rem;
	line-height: 79px;
	margin-right: 60px;
}
#searchNav .number span:nth-child(1) {
	color:#00aeff;
	font-size: 4.8rem;
	vertical-align: middle;
}
#searchNav .number span:nth-child(2) {
	color:#00aeff;
	font-size: 1.4rem;
}
#searchNav #searchNav_p_01 {
	padding-left: 57px;
}

#searchNav #search {
	display: block;
	float: right;
	width: 250px;
	line-height: 80px;
}
#searchNav #searchNav_p_02 {
	color: #bdbdbd;
	margin-right: 15px;
}
#searchNav #search a {
	float: right;
	height: 80px;
	width: 85px;
	background-color: #00aeff;
	position: relative;
	-webkit-transition: .3s ease-out;
	-moz-transition: .3s ease-out;
	-o-transition: .3s ease-out;
	-ms-transition: .3s ease-out;
}
#searchNav #search a.addCondition {
    color: #FFF;
    line-height: 86px;
    font-size: 16px;
    text-align: right;
    padding-right: 16px;
    cursor: pointer;
	float: right;
	height: 80px;
	width: 110px;
	background-color: #00aeff;
	position: relative;
	-webkit-transition: .3s ease-out;
	-moz-transition: .3s ease-out;
	-o-transition: .3s ease-out;
	-ms-transition: .3s ease-out;
}
#searchNav #search a img {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	margin-top: -18.5px;
	margin-left: -18.5px;
}
#searchNav #search a.addCondition img.open {
	position: absolute;
	display: block;
	top: 50%;
	left: 25px;
	margin-top: -18.5px;
	margin-left: -18.5px;
}
#searchNav #search a .close {
	display: none;
}
#searchNav #search a.open {
	background-color: #e0e0e0;
}
#searchNav #search a.open .open {
	display: none;
}
#searchNav #search a.open .close {
	display: block;
}

#searchNav .searchDetail {
	background-color: #e0e0e0;
	width: 100%;
	position: absolute;
}
#searchNav .searchDetail .inner {
	padding: 20px 0 30px;
}
#searchNav .selectColor {
	width: 1000px;
	margin: 25px auto 30px;
	background-color: #fff;
	padding: 30px 85px 15px;
	box-sizing: border-box;
}
#searchNav .selectColor dt {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 20px;
}
#searchNav .selectColor li {
	box-sizing: border-box;
	width: 150px;
	height: 50px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	position: relative;
}
#searchNav .selectColor li:nth-child(5n) {
	margin-right: 0;
}
#searchNav .selectColor li input[type="checkbox"] {
	display: none;
}
#searchNav .selectColor li input[type="checkbox"] + .checkbox {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	float: left;
	background-color: #ffffff;
	position: relative;
	padding-left: 45px;
	line-height: 50px;
	font-size: 1.4rem;
	cursor: pointer;
}
#searchNav .selectColor li input[type="checkbox"] + .checkbox:before {
	content: " ";
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 30px;
	background-color: #000;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	left: 8px;
	box-sizing: border-box;
}
#searchNav .selectColor li input[type="checkbox"]:checked + .checkbox {
	border: 1px solid #00aeff;
}
#searchNav .selectColor li input[type="checkbox"]#cbwhite + .checkbox:before {
	background-color: #fff;
	border: 1px solid #e0e0e0;
}
#searchNav .selectColor li input[type="checkbox"]#cbsilver + .checkbox:before {
	background-color: #a3a3a3;
}
#searchNav .selectColor li input[type="checkbox"]#cbred + .checkbox:before {
	background-color: #eb4b4b;
}
#searchNav .selectColor li input[type="checkbox"]#cbblue + .checkbox:before {
	background-color: #3277a9;
}
#searchNav .selectColor li input[type="checkbox"]#cbgreen + .checkbox:before {
	background-color: #40a48a;
}
#searchNav .selectColor li input[type="checkbox"]#cbyellow + .checkbox:before {
	background-color: #e6c63c;
}
#searchNav .selectColor li input[type="checkbox"]#cborange + .checkbox:before {
	background-color: #e76e38;
}
#searchNav .selectColor li input[type="checkbox"]#cbbrown + .checkbox:before {
	background-color: #926d40;
}
#searchNav .selectColor li input[type="checkbox"]#cbother + .checkbox:before {
	background-color: #ffffff;
	border: 1px dashed #e0e0e0;
}
/*無効*/
#searchNav .selectColor li.invalid input[type="checkbox"] + .checkbox {
	background-color: #e0e0e0;
	color: #999999;
	position: relative;
}
#searchNav .selectColor li.invalid:after {
	content: " ";
	display: block;
	width: 100%;
	height: 100%;
	background: url(/pc/common/images/img_space.png) 0 0 repeat;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
}
#searchNav .reserved {
	width: 405px;
}
#searchNav .reserved input[type="checkbox"] {
	display: none;
}
#searchNav .reserved input[type="checkbox"] + .checkbox {
	background-color: #f4f4f4;
	border-radius: 6px;
	padding: 15px;
	box-sizing: border-box;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 30px;
	width: 100%;
	height: 60px;
	position: relative;
	display: block;
	padding-left: 70px;
	cursor: pointer;
}
#searchNav .reserved input[type="checkbox"] + .checkbox:before {
	content: " ";
	background: url(../images/icon_check_off.png) 0 0 no-repeat;
	width: 37px;
	height: 36px;
	display: block;
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -18px;
}
#searchNav .reserved input[type="checkbox"]:checked + .checkbox:before {
	background: url(../images/icon_check_on.png) 0 0 no-repeat;
}
#searchNav .showResultBtn {
	width: 320px;
	float: right;
	position: relative;
	z-index: 5;
	margin-top: 30px;
}
#searchNav .resultNum {
	width: 100%;
	text-align: center;
	font-size: 1.4rem;
	clear: both;
	position: absolute;
	bottom: 30px;
	z-index: 2;
}
#searchNav .resultNum span {
	font-size: 2.8rem;
}

#searchNav .searchDetail {
	display: none;
}


/*noResult*/
.noResult #result_p_01 {
	display: none;
}
#searchNav.noResult #search a {
	background-color: #e0e0e0;
}