@charset "UTF-8";
/* CSS Document */

section .pictureList {
list-style: none;
margin: 0;
padding: 0;
}

section .pictureList li {
margin-bottom: 3em;
}




/* ============================
		other
 ============================ */

/* for SP */
@media screen and (max-width: 767px) {
}

/* for TB */
@media screen and (max-width: 991px) and (min-width: 768px){
}

/* for PC */
@media screen and (min-width: 992px) {
}


