/* CSS Document */


#photo_box .photo_box_t {
	margin-bottom:1em;
}

#photo_box .photo_box_t img {
	width:auto;
	height:auto;
}

#photo_box ul {
	margin:0;
	padding:0;
	margin-bottom:2em;
	list-style:none;
}

#photo_box li {
	width:32%;
	margin-right:2%;
	margin-bottom:2%;
	float:left;
}

#photo_box li img {
	width:100%;
	height:auto;
}

#photo_box li:nth-child(3n) {
	margin-right:0;
}


/* タブレットレイアウト : 768 px 〜 959 px*/
@media screen and (max-width:959px)
{




}

/* スマホ設定  768 以下*/
@media screen and (max-width:768px)
{
#photo_box .photo_box_t {
	margin-bottom:1em;
}

#photo_box .photo_box_t img {
	width:auto;
	height:auto;
}

#photo_box ul {
	margin:0;
	padding:0;
	margin-bottom:2em;
	list-style:none;
}

#photo_box li {
	width:49%;
	margin-right:2%;
	margin-bottom:2%;
	float:left;
}

#photo_box li img {
	width:100%;
	height:auto;
}

#photo_box li:nth-child(3n) {
	margin-right:2%;
}

#photo_box li:nth-child(2n) {
	margin-right:0;
}



}