@charset "UTF-8";
/* ---------------------------------------- file info */
/* filename:gallery.css */
/* creation date:2014年9月2日 */
/* last updated:2014年9月2日 */
/* -------------------------------------------------- */
/* --------------------------------------
		pageTit
-------------------------------------- */
#pageTit span {
	background-image: url(../../images/gallery/icon_tit.png);
}
/* --------------------------------------
		contents
-------------------------------------- */
#galleryBlock {
	margin-top: 15px;
}
#galleryBlock .cf li {
	width: 49%;
	text-align: center;
	margin-bottom: 5px;
	float: left;
}
#galleryBlock .cf li:nth-child(even) {
	float: right;
}
#galleryBlock .cf li figure img {
	width: 100%;
	height: auto;
}
