@charset "utf-8";

/*=================================
	product_list.css
================================ */

/* productSearchArea */
.productSearchArea {
	margin-top: 30px;
	padding: 10px 0 10px 10px;
	background: #e6eaf7;
	border-radius: 5px;
}
.productSearchArea dl dt {
	float: left;
	position: relative;
	background: #2640a3;
	border-radius: 24px;
}
.productSearchArea dl dt:after {
	left: 99%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(38, 64, 163, 0);
	border-left-color: #2640a3;
	border-width: 7px;
	margin-top: -7px;
}
.productSearchArea dl dt span {
	display: block;
	padding: 8px 20px 8px 45px;
	background: #2640a3 url(/common_renew/images/com_ic09.png) no-repeat 4px 50%;
	border-radius: 24px;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
	color: #ffffff;
	text-align: center;
}
.productSearchArea dl .searchBox {
	position: relative;
	float: left;
	margin-left: 10px;
}
.productSearchArea dl .searchBox .txt {
	width: 548px;
	height: 40px;
	margin-right: 5px;
	padding-left: 5px;
	border: solid 1px #cccccc;
	border-radius: 5px;
	-webkit-appearance: none;
}
.productSearchArea dl .searchBox .txt.onPlaceholder {
	color: #333333;
}
.productSearchArea dl .searchBox .btn {
	padding: 8px 50px;
	height: 40px;
	background: #2640a3 url(/common_renew/images/com_ic14.png) no-repeat 100% 100%;
	border: none;
	border-radius: 5px;
	color: #ffffff;
	font-weight: bold;
	font-size: 15px;
	font-size: 1.5rem;
	cursor: pointer;
}

/* resultArea */
.resultArea {
	overflow: hidden;
	margin-top: 30px;
	border: solid 1px #cccccc;
	border-radius: 5px;
}
.resultArea .resultTxt {
	margin-top: 0;
	padding: 15px 0;
	font-size: 20px;
	font-size: 2.0rem;
	text-align: center;
}
.resultArea .resultTxt span {
	display: inline-block;
	padding: 0 10px;
	font-weight: bold;
	font-size: 24px;
	font-size: 2.4rem;
	text-align: center;
}
.resultArea .resultSort .toggleBtn {
	margin-top: 0;
}
.resultArea .resultSort .toggleBtn a {
	display: block;
	padding: 5px 0;
	background: #2640a3;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
	color: #ffffff;
	text-align: center;
}
.resultArea .resultSort .toggleBtn.open {
	position: relative;
	background: #2640a3;
}
.resultArea .resultSort .toggleBtn.open:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(38, 64, 163, 0);
	border-top-color: #2640a3;
	border-width: 8px;
	margin-left: -8px;
}
.resultArea .resultSort .toggleBtn a span {
	padding: 5px 30px 5px 0;
	background: url(/common_renew/images/com_ic44.gif) no-repeat 100% 50%;
}
.resultArea .resultSort .toggleBtn.open a span {
	background: url(/common_renew/images/com_ic37.gif) no-repeat 100% 50%;
}
.resultArea .resultSort .resultBtn {
	padding: 20px;
	border-top: solid 1px #f2f2f2;
	text-align: center;
}
.resultArea .resultSort .resultBtn .btn {
	padding: 8px 65px;
	height: 40px;
	background: #2640a3 url(/common_renew/images/com_ic14.png) no-repeat 100% 100%;
	border: none;
	border-radius: 5px;
	color: #ffffff;
	font-weight: bold;
	font-size: 15px;
	font-size: 1.5rem;
	cursor: pointer;
}
.resultArea .checkListBox {
	display: none;
	padding: 10px 0 0;
	background: #e6eaf7;
}
.resultArea .checkListBox .heading {
	margin-top: 25px;
	background: url(/common_renew/images/com_bg09.png) repeat-x 0 50%;
}
.resultArea .checkListBox .heading:first-child {
	margin-top: 0;
}
.resultArea .checkListBox .heading span {
	display: inline-block;
	padding: 0 9px 0 14px;
	background: #e6eaf7 url(/common_renew/images/com_ic10.png) no-repeat 0 48%;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
}
.resultArea .checkListBox .inner {
	padding: 0 20px 20px;
	border-bottom: solid 1px #9eabd4;
}
.resultArea .checkListBox .checkList {
	margin-right: -16px;
}
.resultArea .checkListBox .checkList li {
	float: left;
	width: 211px;
	margin: 15px 16px 0 0;
	background: #ffffff url(/common_renew/images/com_ic39.gif) no-repeat 8px 50%;
	border: solid 1px #cccccc;
	border-radius: 5px;
	vertical-align: middle;
	cursor: pointer;
}
.resultArea .checkListBox .checkList > li {
	min-height: 43px;
}
.resultArea .checkListBox .checkList.modalList > li {
	min-height: 40px;
}
.resultArea .checkListBox .checkList li br {
	display: none;
}
.resultArea .checkListBox .checkList li.check {
	background: #ffffff url(/common_renew/images/com_ic40.gif) no-repeat 8px 50%;
}
.resultArea .checkListBox .checkList li span {
	display: table-cell;
	padding: 10px 5px 10px 35px;
	vertical-align: middle;
}
.resultArea .checkListBox .checkList li span input {
	-ms-filter: "alpha(opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	display: none;
	cursor: pointer;
}
.resultArea .checkListBox .checkList li .innerCheckList {
	display: none;
	position: absolute;
	width: 891px;
	margin: 15px 0 0 -1px;
	background: #ffffff;
	border: solid 1px #cccccc;
	border-radius: 5px;
}
.resultArea .checkListBox .checkList li .innerCheckList .modalClose {
	position: absolute;
	top: -12px;
	right: -12px;
	margin-top: 0;
}
.resultArea .checkListBox .checkList li .innerCheckList .modalClose img {
	-ms-filter: "alpha(opacity=100)" !important;
	filter: alpha(opacity=100) !important;
	opacity: 1 !important;
}
.resultArea .checkListBox .checkList li:nth-child(4n+2) .innerCheckList {
	left: -226px;
}
.resultArea .checkListBox .checkList li:nth-child(4n+3) .innerCheckList {
	left: -453px;
}
.resultArea .checkListBox .checkList li:nth-child(4n+4) .innerCheckList {
	left: -681px;
}
.resultArea .checkListBox .checkList li:nth-child(4n+1) .innerCheckList .arrow {
	margin: -21px 0 0 100px;
}
.resultArea .checkListBox .checkList li:nth-child(4n+2) .innerCheckList .arrow {
	margin: -21px 0 0 320px;
}
.resultArea .checkListBox .checkList li:nth-child(4n+3) .innerCheckList .arrow {
	margin: -21px 0 0 540px;
}
.resultArea .checkListBox .checkList li:nth-child(4n+4) .innerCheckList .arrow {
	margin: -21px 100px 0 0;
	text-align: right;
}
.resultArea .checkListBox .checkList li .innerCheckList dl dt {
	padding: 15px 10px 15px 25px;
	background: #ffffff url(/common_renew/images/com_ic39.gif) no-repeat 20px 50%;
	border-bottom: dotted 1px #cccccc;
	border-radius: 5px 5px 0 0;
	cursor: pointer;
}
.resultArea .checkListBox .checkList li .innerCheckList dl dt.check {
	background: #ffffff url(/common_renew/images/com_ic40.gif) no-repeat 20px 50%;
}
.resultArea .checkListBox .checkList li .innerCheckList dl dt input {
	-ms-filter: "alpha(opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	cursor: pointer;
}
.resultArea .checkListBox .checkList li .innerCheckList .checkList {
	margin: 0;
	padding: 0 10px 15px;
	cursor: default;
}
.resultArea .checkListBox .checkList li .innerCheckList .checkList li {
	float: left;
	width: 195px;
	min-height: 21px;
	margin: 15px 5px 0 0;
	background: #ffffff url(/common_renew/images/com_ic39.gif) no-repeat 10px 50%;
	border: none;
	border-radius: 0;
	cursor: pointer;
}
.resultArea .checkListBox .checkList li .innerCheckList .checkList li.check {
	background: #ffffff url(/common_renew/images/com_ic40.gif) no-repeat 10px 50%;
}
.resultArea .checkListBox .checkList li .innerCheckList .checkList li span {
	display: table-cell;
	padding: 0 10px 0 35px;
}
.productInfoList {
	margin: 0 -20px 0 0;
}
.productInfoList li {
	width: 218px;
	margin: 20px 20px 0 0;
}

/* pagerBox */
.pagerBox {
  position:relative;
  overflow:hidden;
	margin-top: 30px;
}
.pagerBox .inner {
  position:relative;
  left:50%;
  float:left;
}
.pagerBox .inner ul,
.pagerBox .inner .prev,
.pagerBox .inner .next {
  position:relative;
  left:-50%;
  float:left;
	margin: 0;
}
.pagerBox .inner .prev a,
.pagerBox .inner .next a {
  display: block;
	width: 40px;
	height: 38px;
	text-indent: -9999px;
}
.pagerBox .inner .prev a {
  background: url(/common_renew/images/com_ic07.png) no-repeat 0 0;
}
.pagerBox .inner .next a {
  background: url(/common_renew/images/com_ic07.png) no-repeat 0 -39px;
}
.pagerBox .inner ul {
	padding: 0 15px;
}
.pagerBox .inner ul li {
	float: left;
	margin-left: 10px;
}
.pagerBox .inner ul li:first-child {
	margin-left: 0;
}
.pagerBox .inner ul li a {
	display: block;
	width: 40px;
	padding: 8px 0;
	border: solid 1px #d4d4d4;
	border-radius: 5px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
.pagerBox .inner ul li a:hover {
	text-decoration: underline;
}
.pagerBox .inner ul li.current a {
	background: #e6eaf7;
	border: solid 1px #e6eaf7;
	color: #2640a3;
}
.pagerBox .inner ul li.current a:hover {
	text-decoration: none;
}
.pagerBox .inner ul li span {
	display: block;
	padding: 8px 0;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

/* modal */
#modalOverlay {
	display: none;
  position: fixed !important;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: #000000;
	-ms-filter: "alpha(opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
	z-index: 100;
}

/* selectBox */

.selectBox .boxWrap {
	float: left;
	width: 231px;
	margin-right: 10px;
	padding-right: 20px;
	background: url(/common_renew/images/com_ic13.gif) no-repeat 100% 60%;
}
.selectBox .boxWrap + .boxWrap {
	width: 211px;
}
.selectBox .boxWrap:last-child {
	background: none;
	margin: 0;
	padding: 0;
}
.selectBox .list {
	position: relative;
	height: 43px;
	margin-top: 15px;
	padding: 5px 5px 7px 5px;
	background: #ffffff;
	border: solid 1px #cccccc;
	border-radius: 5px;
}
.selectBox .list select {
	position: absolute;
	top: 10px;
	left: 0;
	width: 100%;
	border: none;
	color: #333333;
	font-size: 12px;
	font-size: 1.2rem;
	-ms-filter: "alpha(opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}
.selectBox .list .txt {
	position: absolute;
	top: 10px;
	left: 0;
	display: block;
	width: 100%;
	padding-left: 10px;
	background: url(/common_renew/images/com_ic12.gif) no-repeat 95% 50%;
}



@media only screen and (max-width: 973px) {
	.productSearchArea dl dt span {
		padding: 7px 10px 7px 35px;
		background: #2640a3 url(/common_renew/images/com_ic09_sp.png) no-repeat 4px 50%;
		background-size: 27px 27px;
	}
	.productSearchArea dl .searchBox {
		margin-left: 10px;
	}
	.productSearchArea dl .searchBox .txt {
		width: 373px;
	}
	.productSearchArea dl .searchBox .btn {
		padding: 8px 30px;
		background-size: 12px 12px;
	}
	.resultArea .resultSort .toggleBtn a span {
		background: url(/common_renew/images/com_ic44_sp.png) no-repeat 100% 50%;
		background-size: 19px 19px;
	}
	.resultArea .resultSort .toggleBtn.open a span {
		background: url(/common_renew/images/com_ic37_sp.png) no-repeat 100% 50%;
		background-size: 19px 19px;
	}
	.resultArea .checkListBox .heading span {
		background: #e6eaf7 url(/common_renew/images/com_ic10_sp.png) no-repeat 0 48%;
		background-size: 10px 10px;
	}
	.resultArea .checkListBox .checkList li {
		width: 207px;
		background: #ffffff url(/common_renew/images/com_ic39_sp.png) no-repeat 10px 50%;
		background-size: 16px 16px;
	}
	.resultArea .checkListBox .checkList li.check,
	.resultArea .checkListBox .checkList li .innerCheckList .checkList li.check {
		background: #ffffff url(/common_renew/images/com_ic40_sp.png) no-repeat 10px 50%;
		background-size: 16px 16px;
	}
	.resultArea .checkListBox .checkList li .innerCheckList dl dt.check {
		background: #ffffff url(/common_renew/images/com_ic40_sp.png) no-repeat 20px 50%;
		background-size: 16px 16px;
	}
	.resultArea .checkListBox .checkList li:nth-child(3n+1) .innerCheckList {
		left: 0 !important;
		width: 653px;
	}
	.resultArea .checkListBox .checkList li:nth-child(3n+2) .innerCheckList {
		left: -223px !important;
		width: 653px;
	}
	.resultArea .checkListBox .checkList li:nth-child(3n+3) .innerCheckList {
		left: auto !important;
		right: 0 !important;
		width: 653px;
	}
	.resultArea .checkListBox .checkList li:nth-child(3n+1) .innerCheckList .arrow {
		margin: -21px 0 0 100px !important;
		text-align: left !important;
	}
	.resultArea .checkListBox .checkList li:nth-child(3n+2) .innerCheckList .arrow {
		margin: -21px 0 0 0 !important;
		text-align: center !important;
	}
	.resultArea .checkListBox .checkList li:nth-child(3n+3) .innerCheckList .arrow {
		margin: -21px 100px 0 0 !important;
		text-align: right !important;
	}

	/* selectBox */
	
	.selectBox li {
		background: url(/common_renew/images/com_ic13.gif) no-repeat 98% 23px;
	}
	.selectBox .boxWrap {
		float: left;
		width: 90%;
		margin-right: 0;
		padding-right: 0;
		background: none;
	}
	.selectBox .list {
		margin-top: 2%;
	}
	
}

@media only screen and (max-width: 767px) {
	.productSearchArea {
		margin-top: 15px;
		padding: 0;
		border-radius: 24px 24px 0 0;
	}
	.productSearchArea dl dt {
		float: none;
		padding: 0 0 8px;
		background: url(/common_renew/images/com_ic43.png) no-repeat 50% 100%;
	}
	.productSearchArea dl dt:after {
		display: none;
	}
	.productSearchArea dl dt span {
		padding: 4px 0;
	}
	.productSearchArea dl dt span {
		float: none;
		position: relative;
		background: #2640a3 url(/common_renew/images/com_ic09_sp.png) no-repeat 4px 50%;
		background-size: 27px 27px;
	}
	.productSearchArea dl dt span:after {
		top: 100%;
		left: 50%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgba(38, 64, 163, 0);
		border-top-color: #2640a3;
		border-width: 8px;
		margin-left: -8px;
	}
	.productSearchArea dl .searchBox {
		width: 100%;
		margin: 5px 0 0;
		padding: 0 10px 10px 10px;
	}
	.productSearchArea dl .searchBox .txt {
		float: left;
		width: 70%;
		margin-right: 0;
		border-radius: 5px 0 0 5px;
	}
	.productSearchArea dl .searchBox .btn {
		float: left;
		width: 30%;
		margin-right: 0;
		padding: 8px 0;
		border-radius: 0 5px 5px 0;
	}
	.resultArea {
		margin-top: 15px;
	}
	.resultArea .resultTxt {
		padding: 8px 0;
		font-size: 14px;
	}
	.resultArea .resultTxt span {
		font-size: 1.6rem;
	}
	.resultArea .resultSort .toggleBtn a {
		font-size: 1.4rem;
	}
	.resultArea .resultSort .resultBtn {
		padding: 10px;
	}
	.resultArea .checkListBox {
		padding: 10px 0 0;
	}
	.resultArea .checkListBox .inner {
		padding: 0 10px 10px;
	}
	.resultArea .checkListBox .checkList {
		margin-right: -2%;
	}
	.resultArea .checkListBox .checkList li {
		width: 48%;
		margin: 2% 2% 0 0;
	}
	.resultArea .checkListBox .checkList li:nth-child(odd) .innerCheckList {
		left: 0 !important;
		width: 270px !important;
	}
	.resultArea .checkListBox .checkList li:nth-child(even) .innerCheckList {
		left: auto !important;
		right: 0 !important;
		width: 270px !important;
	}
	.resultArea .checkListBox .checkList li br {
		display: inline;
	}
	.resultArea .checkListBox .checkList li:nth-child(even) .innerCheckList .modalClose {
		right: -12px !important;
	}
	.resultArea .checkListBox .checkList li:nth-child(odd) .innerCheckList .arrow {
		text-align: left !important;
		margin: -21px 0 0 50px !important;
	}
	.resultArea .checkListBox .checkList li:nth-child(even) .innerCheckList .arrow {
		margin: -21px 50px 0 0 !important;
		text-align: right !important;
	}
	.resultArea .checkListBox .checkList li .innerCheckList dl dt {
		padding: 10px 10px 10px 15px;
		background-position: 10px 50% !important;
	}
	.resultArea .checkListBox .checkList li .innerCheckList .checkList {
		padding: 10px;
	}
	.resultArea .checkListBox .checkList li .innerCheckList .checkList li {
		width: 48%;
		margin: 3% 2% 0 0;
		background-position: 0 50% !important;
	}
	.resultArea .checkListBox .checkList li .innerCheckList .checkList li span {
		height: 3em;
		padding: 0 0 0 25px;
	}
	.productInfoList {
		margin: 0;
	}
	.productInfoList li {
		width: 48%;
	}
	.productInfoList li:nth-child(odd) {
		margin: 4% 4% 0 0;
	}
	.productInfoList li:nth-child(even) {
		margin: 4% 0 0;
	}
	.pagerBox {
		padding-bottom: 20px;
	}
	.pagerBox .inner .prev a,
	.pagerBox .inner .next a {
		width: 30px;
		height: 29px;
	}
	.pagerBox .inner .prev a {
		background: url(/common_renew/images/com_ic07.png) no-repeat 0 0;
		background-size: 30px 58px;
	}
	.pagerBox .inner .next a {
		background: url(/common_renew/images/com_ic07.png) no-repeat 0 -29px;
		background-size: 30px 58px;
	}
	.pagerBox .inner ul {
		padding: 0 3px;
	}
	.pagerBox .inner ul li {
		margin-left: 4px;
	}
	.pagerBox .inner ul li a {
		width: 30px;
		padding: 5px 0;
	}
}


/*=================================
	clearfix
=================================*/
.productSearchArea dl:after,
.resultArea .checkListBox .checkList:after,
.pagerBox .inner:after,
.pagerBox .inner ul:after,
.selectBox li:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
	font-size: 0;
	line-height: 0;
}