@charset "utf-8";
/* CSS Document */

/* ------------------------------------------------------------------------------
gallery
------------------------------------------------------------------------------ */ 


.galleryList {
margin-bottom: 10px;
width: 760px;
margin-left: 10px;
}
.galleryList li {
float: left;
width: 190px;
text-align: center;
border-bottom: 1px dashed #CCC;
margin-top: 10px;
padding-bottom: 10px;
}
.galleryTxt {
margin-bottom: 20px;
}
