@charset "utf-8";
/* CSS Document */


/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
.JS_close{
	font-size: 20px;
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 2;
	width: 20px;
	height: 20px;
	background-color: #71665c;
	box-sizing: border-box;
	color: #EEE;
	text-align: center;
	vertical-align: middle;
	line-height: 100%;
	font-weight: normal;
	cursor:pointer;
	user-select: none;
	transition: all 0.3s ease;
}
.JS_lightbox{
	padding:20px;
	background-color:#fff;
	border-radius:10px;
}

.JS_image_select_comp .JS_cnt_file {
	width: 22px;
	height: 22px;
	line-height: 22px;
	font-size: 12px;
	font-weight: bold;
	background-color: #FFF;
	border-radius: 50%;
	box-sizing: border-box;
	display: inline-block;
	text-align: center;
	color: #028760;
}
@media (max-width: 959px) {
	.JS_image_select_comp .JS_cnt_file {
		margin-right: 5px;
	}
}
@media (min-width: 960px) {
	.JS_image_select_comp .JS_cnt_file {
		margin-right: 10px;
	}
}
.JS_image_select_comp:hover .JS_cnt_file {
	background-color: #028760;
	color: #FFF;
}


