@charset "utf-8";

/*===============================================

 #container

=================================================*/

#container {
}
#container section {
}

/*-----------------------------------------------
 .boxCalendar
-------------------------------------------------*/

/* .boxGallery */

.boxGallery {
}
.boxGallery li {
	float:left;
	width:300px;
	height:320px;
	margin-top:30px;
	margin-left:30px;
	padding:20px;
	box-sizing:border-box;
	background-color:#FFF;
	font-size:0px;
	font-size:0px\9; /* for IE8 */
}
.boxGallery li:nth-child(3n+1) {
	margin-left:0;
}
.boxGallery li:nth-child(-n+3) {
	margin-top:0;
}
.boxGallery li .photo {
	line-height:0;
}
#container .boxGallery li p {
	margin-top:20px;
	font-size:1.4rem;
	font-size:14px\9; /* for IE8 */
}

/*+++++++++++++++++++++++++++++++++++++++++++++++*/
/* clearfix
+++++++++++++++++++++++++++++++++++++++++++++++++*/

.boxGallery {
	zoom: 1; /* for IE5.5 - IE7 */
}
.boxGallery:after {
	/* for modern browser */
  	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

