@charset "UTF-8";
#livePhoto {
	margin: 30px 0 20px 0;
}

.photo_container {
	display: flex;
	flex-wrap: wrap;
	flex-diretion: row;
	margin:0;
	padding:0;
}

.photo_item {
	width:14.6%;
	margin:1%;
}

.photo_item img {
	width: 100%;
}


/* =========================================================
	media queries for smartphone
========================================================= */
@media only screen and (max-width : 480px){
.photo_item {
	width:23%;
	margin:1%;
}

}
