@charset "utf-8";

.photos_first{
	width:600px;
	margin-left:10px;
	margin-top: 10px;
	margin-bottom:-10px;
	padding: 0px;
	list-style: none;
	display: flex;

}

.photos{
	margin-left:10px;
	margin-top:-10px;
	margin-bottom:-10px;
	padding: 0px;
	list-style: none;
	display: flex;

}

.photos_end{
	margin-left:10px;
	margin-top: -10px;
	margin-bottom:10px;
	padding: 0px;
	list-style: none;
	display: flex;

}
.photos_list{
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
}

.photos_border{
	    border: 1px solid #A3A3A3;

}

.waon_topics {
	width:730px;
	margin-top:-20px;
	margin-bottom:0px;
	margin-right:0px;
	margin-left:-20px;
	display: flex;
	vertical-align: top;
	list-style: none;
	box-sizing: border-box;
}

.waon_topics_list {
flex: 1;  	
}


@media screen and (max-width: 460px) {
  .lum-lightbox-inner img {
    max-width: 160vw !important;  /* 軽くスワイプで左端から右端まで動かせる量 */
    max-height: 85vh !important;  /* 上下に適度に余白 */
  }
}