.list-pop-common {
	display: block;
}
.list-pop-common .inner {
	position: relative;
    padding: 40px 50px;
    background-color: #ffffff;
    position: relative;
    width: 100%;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.6);

}
.list-pop-common h2 {
	font-size: 18px;
    font-weight: bold;
    padding-bottom: 17px;
    border-bottom: 1px #CCCCCC solid;
    margin-bottom: 30px;
}
/*.list-pop-common .inner > p {
	font-size: 12px;
	line-height: 1.2;
	text-align: center;
	overflow: hidden;
	padding-bottom: 10px;
	border-bottom: 1px #d2d2d2 solid;
	margin-bottom: 15px;
}
.list-pop-common .inner > p span {
	display: inline-block;
	position: relative;
	padding: 0 10px;
}
.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 dl {
	display: table;
}

.list-pop-common .pop-item dt {
    display: table-cell;
    height: 220px;
    width: 220px;
    background: #f5f5f5;
}

.list-pop-common .pop-item dd {
	vertical-align: middle;
    display: table-cell;
    padding-left: 20px;
    font-size: 11px;
}

.list-pop-common .pop-item dt img {
    height: 100%;
    width: auto;
    display: block;
    margin: auto;
}

.pop-item dd .brand {
}
.pop-item dd .name {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    margin: 5px 0 16px;
}
.pop-item dd .color-size {
}
.pop-item dd .price {
	font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
}
.pop-item dd .price .tax {
	font-size: 12px;
}
/*
.list-pop-common .pop-add {
	padding-top: 20px;
}
.list-pop-common .pop-add a {
	background-size: 17px 13px;
	border: 1px solid #808080;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display: block;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	padding: 0 20px;
}
.list-pop-common.pop-cart .pop-add a {
	border: 0px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #ffffff;
	background: #000 url(/static/full/images/detail/detail_icon_01.jpg) 46px 9px no-repeat;
	line-height: 42px;
	height: 42px;
	/*position: absolute;*/
	width: 220px;
	bottom: 0;
	margin: 0 auto;
}
.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;
	color: inherit;
}*/
.list-pop-common .pop-close {
	display: block;
	width: 26px;
	height: 26px;
	background-color: #fff;
	position: absolute;
	top: 15px;
	right: 20px;
	z-index: 100;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}
.pop-close .pop-close-btn {
	display: inline-block;
	width: 26px;
	height: 2px;
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: #2c2b2b;
	transform: translate(-50%, -50%) rotate(45deg);
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
}
.pop-close .pop-close-btn:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: inherit;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
/* .list-pop-common .pop-close {
	width: 26px;
	height: 2px;
	background-color: #131313;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	text-indent: -9999px;
	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;
}
.pop-item .pop-add {
	margin-top: 30px;
}
.pop-item .pop-add a {
	background: #4D4D4D;
	width: 286px;
	height: 46px;
	border-radius: 6px;
	line-height: 46px;
	text-align: center;
	font-size: 14px;
	display: block;
	color: #fff;
	margin: 0 auto;
}
.pop-item .pop-add a:before {
	display:none;
}
.page-mask a {
	display: inline-block;
	width: 32px;
	height: 1px;
	position: absolute;
	top: 32px;
	right: 4px;
	background-color: #fff;
	transform: translate(-50%, -50%) rotate(45deg);
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	cursor: pointer;
	z-index: 1400;
}
.page-mask a:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: inherit;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

/* 06 cmn-lightbox
--------------------------------------------------------------------*/

.cmn-lightbox {
	display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 590px;
    height: 374px;
    z-index: 20000;

}

/*
.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 {}
.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;
}
