@charset "utf-8";
@import url("cmn.css");
@import url("base.css");


/*-------------------------------------------------------------------------
▼content
-------------------------------------------------------------------------*/

.box{
	border-bottom: dotted 1px #b5b5b5;
	overflow: hidden;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.box ul li{
	width: 215px;
  background:url("../images/gallery_images/image_bg.gif") 0 0 no-repeat;
	padding: 1px 0 0 1px;
	float: left;
	margin: 0 4px 20px 4px;
}
.box ul li img{
	margin-bottom: 10px;
}
