
.list-pop-common {
	display: block;
}
	.list-pop-common .inner {
		position: relative;
    padding: 120px 40px 72px;
	}
	.list-pop-common h2 {
		font-weight: 400;
		font-size: 21px;
		line-height: 1.2;
		text-align: center;
		margin-bottom: 5px;
		font-family: 'Montserrat', sans-serif;
		color:#131313;
	}
	.list-pop-common .inner .add-comp {
		font-size: 20px;
		text-align: center;
		padding: 0px 0 37px;
	}
			.list-pop-common .inner > p span:before,
			.list-pop-common .inner > p span:after {
				content: "";
				position: absolute;
				top: 50%;
				width: 100%;
			}
			.list-pop-common .inner > p span:before {
				right: 100%;
			}
			.list-pop-common .inner > p span:after {
				left: 100%;
			}
	.list-pop-common .pop-item {
		margin-bottom: 15px;
	}
		.list-pop-common .pop-item ul {
			width: 100%;
			padding: 0;
		}
		.list-pop-common .pop-item li {
			vertical-align: middle;
			position:relative;
		}
		.list-pop-common .pop-item li:nth-of-type(1) {
			width: 105px;
			float: left;
		}
			.list-pop-common .pop-item li:nth-of-type(1) img {
				width: 105px;
				height: auto !important;
			}
		.list-pop-common .pop-item li:nth-of-type(2) {
			text-align: left;
			float: right;
			height: 139px;
			word-wrap: break-word;
			width: 240px;
		}
			.list-pop-common .pop-item li:nth-of-type(2) .icons {
				font-size: 0;
				line-height: 0;
				margin-bottom: 5px;
			}
				.list-pop-common .pop-item li:nth-of-type(2) .icons ul {
					display: block;
				}
				.list-pop-common .pop-item li:nth-of-type(2) .icons li {
					display: block;
					float: left;
					margin-right: 2px;
					padding: 0;
					width: auto;
				}
				.list-pop-common .pop-item li:nth-of-type(2) .icons img {
					width: auto;
					height: 15px !important;
					margin-right: 5px;
				}
			.list-pop-common .pop-item li:nth-of-type(2) .brand {
				font-size: 10px;
			}
			.list-pop-common .pop-item li:nth-of-type(2) .name {
				font-size: 10px;
			}
			.list-pop-common .pop-item li:nth-of-type(2) .color-size {
				color: #808080;
				font-size: 9px;
			}
			.list-pop-common .pop-item li:nth-of-type(2) .clearfix {
				font-weight: 400;
				line-height: 20px;
				font-family: 'Montserrat', sans-serif;
			}
			.list-pop-common .pop-item li:nth-of-type(2) .price {
				font-size: 12px;
				margin-right: 10px;
			}
			.list-pop-common .pop-item li:nth-of-type(2) .sale {
				color: #e60012;
				font-size: 16px;
			}
	.list-pop-common .pop-add {
	}
		.list-pop-common .pop-add a {/*
			background: #ffffff url("/static/lite/images/list/arrow_add.png") right center no-repeat;
			background-size: 17px 13px;
			border: 1px solid #808080;
			border-radius: 3px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			display: block;
			font-size: 12px;
			line-height: 34px;
			text-align: center;
			padding: 0 20px;*/
		}
		.list-pop-common.pop-cart .pop-add a {
/*			position: absolute;*/
			border: 0px;
			border-radius: 20px;
			-moz-border-radius: 20px;
			-webkit-border-radius: 20px;
			color: #ffffff;
			background: #D8AB30;
			line-height: 39px;
			height: 40px;
			width: 210px;
			margin: 0 auto;
			padding: 10px 60px;
		}
		.list-pop-common.pop-cart .pop-add a,
		.list-pop-common.pop-cart .pop-add a:before,
		.list-pop-common.pop-cart .pop-add a:after {
		/*	box-sizing:border-box;*/
			transition:all 0.3s ease 0s;
		}
		.list-pop-common.pop-cart .pop-add a:hover {
			opacity:0.7;
		}
		.list-pop-common.pop-cart .pop-add a span {
			display: inline-block;
			position: relative;
/*			padding: 0 0 0 30px;*/
			font-size: 14px;
		}
			.list-pop-common.pop-cart .pop-add a span:after {
/*				background: url("/static/lite/images/list/icon_cart.png") no-repeat;
				background-size: 20px 16px;
				content: " ";
				position: absolute;
				top: 50%;
				left: 0px;
				margin-top: -8px;
				width: 20px;
				height: 16px;*/
			}
		.list-pop-common .pop-close {/*
			width: 18px;
			height: 3px;
			background-color: #131313;
			transform: rotate(45deg);
			-webkit-transform: rotate(45deg);
			-moz-transform: rotate(45deg);
			-o-transform: rotate(45deg);
			text-indent: -9999px;
			position: absolute;
			top: 12px;
			right: 5px;
			cursor: pointer;*/
		}
		.list-pop-common .pop-close:after {
			content: "";
			display: block;
			width: 100%;
			height: 100%;
			background-color: inherit;
			transform: rotate(90deg);
			-webkit-transform: rotate(90deg);
			-moz-transform: rotate(90deg);
			-o-transform: rotate(90deg);
			position: absolute;
			top: 0;
		}
		.list-pop-common .pop-close img {
			width: 11px;
			height: 11px;
		}
	.list-pop-common .pop-fukidashi {
		font-size: 0;
		line-height: 0;
		position: absolute;
		top: -17px;
		right: 10px;
	}
		.list-pop-common .pop-fukidashi img {
			width: 18px;
			height: 17px;
		}
/* 06 cmn-lightbox
--------------------------------------------------------------------*/
.cmn-lightbox {
	display: none;
    position: fixed;
/*    top: 68px ;
    right: 23px;*/
	width: 700px;
	height: 350px;
/*    margin-left: -220px;*/
    margin: 0 auto;
    z-index: 20000;
	background-color: #fff;
}
.cmn-lightbox:before {/*
	bottom: 100%;
    left: 298px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    opacity: 1;
    border-bottom-color: #FFFFFF;
    border-width: 8px;
    margin-left: -8px;*/
}
.cmn-lightbox:after {/*
	border-color: rgba(0, 0, 0, 0);
	opacity: 1;
	border-bottom-color: #f6f6f6;
	border-width: 7px;
	margin-left: -7px;*/
}
	.cmn-lightbox .inner {
		position: relative;
		background-color: #fff;
	}
	.cmn-lightbox .top-close {
		font-size: 0;
		line-height: 0;
		position: absolute;
		top: 17px;
		right: 17px;
	}
		.cmn-lightbox .top-close img {
			width: 11px;
			height: 11px;
		}
	.cmn-lightbox .bottom-close {
		margin-top: 25px;
		padding: 0 25px;
	}
		.cmn-lightbox .bottom-close span {
			border: 1px solid #e5e5e5;
			border-radius: 3px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			color: #808080;
			display: block;
			font-weight: bold;
			line-height: 30px;
			text-align: center;
		}
	.cmn-lightbox h3 {
		border-bottom: 1px solid #e5e5e5;
		font-size: 15px;
		line-height: 1.2;
		text-align: center;
		margin-bottom: -40px;
		padding-bottom: 10px;
	}
		.cmn-lightbox h3 span {
			position: relative;
			padding: 0 40px;
		}
		.cmn-lightbox h3 span:after {
			content: " ";
			position: absolute;
			top: 50%;
			left: 0px;
		}
		.lightbox-cart.cmn-lightbox h3 span:after {
			background: url("/static/lite/images/common/icon_lightbox_cart.png") left center no-repeat;
			background-size: 25px 19px;
			margin-top: -10px;
			width: 25px;
			height: 19px;
		}
		.lightbox-favorite.cmn-lightbox h3 span:after {
			background: url("/static/lite/images/common/icon_lightbox_favorite.png") left center no-repeat;
			background-size: 14px 19px;
			margin-top: -10px;
			width: 14px;
			height: 19px;
		}
	.cmn-lightbox .block {
		margin-top: 50px;
	}
		.cmn-lightbox .block .color {
			position: relative;
			padding: 0 5px;
		}
			.cmn-lightbox .block .color p:nth-of-type(1) {
				position: relative;
			}
				.cmn-lightbox .block .color p:nth-of-type(1) img {
					width: 100%;
					height: auto;
				}
			.cmn-lightbox .block .color p:nth-of-type(2) {
				font-size: 15px;
				font-weight: bold;
				line-height: 20px;
				position: absolute;
				top: 50%;
				right: 25px;
				margin-top: -10px;
			}
		.cmn-lightbox .block .list {
		}
			.cmn-lightbox .block .list ul {
				padding-top: 10px;
			}
			.cmn-lightbox .block .list li {
				border-bottom: 1px solid #e5e5e5;
				padding: 10px 0 10px 10px;
			}
			.cmn-lightbox .block .list dl {
				display: table;
				width: 100%;
			}
			.cmn-lightbox .block .list dt,
			.cmn-lightbox .block .list dd {
				display: table-cell;
				vertical-align: middle;
			}
			.cmn-lightbox .block .list dt {
				font-size: 13px;
			}
				.cmn-lightbox .block .list dt b {
					font-size: 19px;
					margin-right: 1em;
				}
				.cmn-lightbox .block .list dt span {
					color: #818181;
				}
			.cmn-lightbox .block .list dd {
			}
				.lightbox-cart.cmn-lightbox .block .list dd a {
					background-color: #eb1c2b;
					border-radius: 3px;
					-moz-border-radius: 3px;
					-webkit-border-radius: 3px;
					color: #ffffff;
					display: block;
					float: right;
					font-weight: bold;
					line-height: 30px;
					text-align: center;
					width: 8em;
				}
				.lightbox-favorite.cmn-lightbox .block .list dd a {
					background-color: #808080;
					border-radius: 3px;
					-moz-border-radius: 3px;
					-webkit-border-radius: 3px;
					color: #ffffff;
					display: block;
					float: right;
					font-weight: bold;
					line-height: 30px;
					text-align: center;
					width: 10em;
				}
				.cmn-lightbox .block .list dd .soldout {
					color: #eb1c2b;
					display: block;
					float: right;
					font-weight: bold;
					line-height: 30px;
					padding: 0 10px;
				}

.page-mask, .page-mask-white, #popupbg {
    background-color: #000000;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 2001;
}

/* modal_close
--------------------------------------------------------------------*/

.modal_close{
    display: block;
	position: absolute;
	top: 0;
	right: 0;
	margin: 17px 26px;
	padding-left: 20px;
	font-size: 14px;
	background: url("/static/full/images/list/close_modal.svg") left 0px no-repeat;
}

/* popup bg
--------------------------------------------------------------------*/
.page-mask, .page-mask-white, #popupbg {
    background-color: #000000;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 2001;
}
