@charset "UTF-8";

ul.gallery{width:calc(100% - 30px);height:auto;max-width:1400px;padding:15px 0px;
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;
	 -webkit-box-pack: justify;-webkit-justify-content: space-between;-ms-flex-pack: justify;justify-content: space-between;
	 -webkit-flex-wrap: wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}
ul.gallery li{width:15.5%;height:auto;margin:0px;padding:6px 0px;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;margin-bottom:15px;
	background:url(../img/gallery/bg.gif) repeat;background-size:40px 1px;background-position:top center;}
ul.gallery li p.img{width:calc(100% - 12px);height:auto;border:4px solid #ffffff;}
ul.gallery li h3{width:calc(100% - 12px);height:auto;margin:0px auto;padding-top:5px;line-height:1.5;color:#ffffff;}
ul.gallery li h3 span{display:inline-block;padding-left:23px;padding-right:23px;
			background:url(../img/gallery/nikukyu.png),url(../img/gallery/nikukyu.png);background-repeat:no-repeat,no-repeat;background-size:17px 13px,17px 13px;background-position:0% 2px,100% 2px;}
	@media all and (max-width: 1024px) {
		ul.gallery li{width:23%;}
	}
	@media all and (max-width: 768px) {
		ul.gallery li{width:48%;}
	}

