/* CSS Document */

/*===============================================
画面の横幅が960pxまで
===============================================*/
@media screen and (max-width: 960px) {

}
/*===============================================
画面の横幅が600pxまで
===============================================*/
@media screen and (max-width: 600px) {

}
/*===============================================
画面の横幅が480pxまで
===============================================*/
@media screen and (max-width: 480px) {
#photos li {
	width: 31%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
}