@charset "utf-8";
/* CSS Document */

.size_popup{
	position: fixed;
	top:30%;
	right: 0;
	z-index: 99999;
}

.size_popup a{
	text-decoration: underline;
}

.size_popup_wrap{
	display: none;
}

.size_itemBtn a{
	border-radius: 30px;
	padding: 2%;
	box-sizing: border-box;
	display: block;
	width: 150px;
	margin: 20px auto 0;
	color: #fff;
}

.size_itemBtn a:hover{
	opacity: 0.8;
}

.pop_size_ttl{
	border-bottom:solid 2px #f3a8bf;
	font-size: 16px;
	color: #666;
	font-weight: bold;
	margin: 0 auto 30px;
  display: table;
}

.pop_size_sub{
	font-size: 13px;
	color: #666;
	margin: 15px 0 5px;
}

.pop_size_bra{
	display: flex;
	display: -webkit-flex;
}

.pop_size_bra > ul{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin: 0 1% 0 0;
	padding: 0;
	width: 49.5%;
}

.pop_size_bra > ul:first-of-type li a{
	padding: 12% 0;
}

.pop_size_bra > ul:last-of-type{
	margin: 0;
}

.pop_size_non > ul{
	display: flex;
	display: -webkit-flex;
	margin: 0;
	padding: 0;
	width: 100%;
}

.pop_size_bra > ul > li{
	list-style-type: none;
	color: #666;
	border: solid 1px #c3c3c3;
	width: 11%;
	margin-right: 4px;
	margin-bottom: 4px;
	text-align: center;
	display: inline-block;
}

.pop_size_non > ul > li{
	list-style-type: none;
	color: #666;
	border: solid 1px #c3c3c3;
	width: 9.2%;
	margin-right: 4px;
	margin-bottom: 4px;
	text-align: center;
	display: inline-block;
}

.pop_size_bra > ul > li a,.pop_size_non > ul > li a{
	width: 100%;
	display: block;
	color: #666;
	text-decoration: none;
	padding: 6% 0;
	font-size: 12px;
}

.pop_size_bra > ul > li a:hover,.pop_size_non > ul > li a:hover{
	background-color: #f3a8bf;
	color: #fff;
}

#pop_size{
	width: 80vw;
	background-color: #fff;
	padding: 5% 7%;
	margin: 0 auto;
	box-sizing: border-box;
}

#cboxOverlay{
	cursor: default !important;
}

#cboxLoadedContent a:hover,
#cboxLoadedContent a:hover img{
	opacity: 1;
}
#cboxLoadedContent img{
	width: 100%;
	max-width: 650px;
}

#cboxClose{
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
    margin: 0 auto;
    display: block;	
	color: #fff;
}
#cboxClose{
	right: 0;
}


@media all and (max-width:480px) {
	.pop_size_bra > ul{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin:  0;
	padding: 0;
	width: 100%;
	}
}


/*----- フローティングバナー -----*/

.pop_campaign_bnr{
	position: fixed;
	top: 20%;
	left: 0;
	width: 80px;
	z-index: 56;
}
@media all and (max-width:480px) {
	.pop_campaign_bnr{
		width: 12%;
		bottom: 10px;
	}
}

