/*--
画像一覧とクリックによる画像の拡大
--*/
.img-link_list_area.contents03 .illust_images {
	display: flex;
}

.img-link_list_area.contents03 h3 {
	display: block;
}

.cancel_selected-area-button {
	position: absolute;
	z-index: 101;
	cursor: pointer;
	font-size: 14px;
	background-color: #e71313;
	background-image: none;
	color: #fff;
	padding: 2px 8px;
	border-radius: 4px;
}


.selected-item {
	background-color: #a9a9a9;
}

.illust-label ul.link.prefecture li.lil_selected-item,
.illust-label ul.link.chihou li.lil_selected-item {
	border-style: none!important;
	background-color: #fff!important;
}

.illust-label ul.link.prefecture li.lil_selected-item a,
.illust-label ul.link.chihou li.lil_selected-item a {
	background-color: #fff!important;
	border: 1px solid #000!important;
	border-radius: 5px;
	color: #333!important;
}

.paging-flame {
	text-align: center;
	margin: 20px 0!important;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
}

.paging-flame span {
	border: 1px solid #ccc !important;
	border-radius: 4px;
	text-align: center;
	padding: 2px 5px;
	margin: 0 4px;
	cursor: pointer;
	display: block;
	width: 46px;
	height: 46px;
	line-height: 46px;
}

.paging-flame span.b {
	background-color: #eee;
	cursor: auto;
}

.paging-flame span.paging_dots {
	cursor: auto;
	background-color: #f5f6f7;
	opacity: 0.6;
}

#view-img_background-area {
	position: fixed;
	z-index: 100;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(51,51,51,0.8);/* #e6e6fa */
}

#view-img_area {
	background-color: #fff;
	border: 1px solid #808080;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 47vw;
	height: 35vw;
	padding-top: 1.5vw;
	overflow: hidden;
}

#view-img_area div {
	width: 44vw;
	height: 30vw;
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
}

#view-img_area div.cover-img_area {
	position: absolute;
	z-index: 50;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

#view-img_area div img {
	height: 100%;
}

#view-img_area div.cover-img_area img {
	height: 70%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.illust_image_link {
	height: 2vw;
	line-height: 2vw;
	margin: 0 1.5vw;
	padding: 0;
	text-align: center;
	position: relative;
	bottom: 2vw;
	background-color: rgba(51,51,51,0.8);/* #e6e6fa */
}

.illust_image_link a {
	color: #fff;
	text-decoration: none;
	font-size: 1vw;
}

.illust_image_desc {
	color: #ff0000;
	margin: 0 1.5vw;
	height: 3.5vw;
	line-height: 3.5vw;
	background: url(../img/rogo_k100.png) right no-repeat;
	background-size: 27%;
	position: relative;
	bottom: 2vw;
	font-size: 0.8vw;
	font-weight: bold;
}

.img_area_flame {
	width: 100%;
}

@media (max-width: 1100px){
	#view-img_area {
		width: 60vw;
		height: 45vw;
	}
	
	#view-img_area div {
		width: 57vw;
		height: 39vw;
	}
	
	.illust_image_link {
		width: 57vw;
	}
	
	.illust-label p {
		font-size: 15px;
	}
	
	.illust-label li {
		width: calc(50% - 14px);
	}
}

@media (max-width: 900px){
	#view-img_area {
		width: 70vw;
		height: 53vw;
	}
	
	#view-img_area div {
		width: 66vw;
		height: 45vw;
	}
	
	.illust_image_link {
		width: 66vw;
	}
}

@media (max-width: 700px){
	.illust_image_link {
		font-size: 1.8vw;
	}
	
	.illust_image_desc {
		font-size: 1.2vw;
		bottom: 1vw;
	}
	
	.paging-flame span {
		font-size: 11px;
		margin: 0 2px;
		padding: 0;
		width: 38px;
	}
	
	.illust-label h4 span:nth-of-type(1) {
		display: block;
	}
}

