@charset "UTF-8"; 

/* -------------------------------------
 一覧
----------------------------------------*/
.galleryList_item {
width: 230px;
float: left;
margin-bottom: 50px;
}
.galleryList_item:nth-child(3n-1) {
margin-right: 30px;
margin-left: 30px;
}
.galleryList_img {
width: 230px;
height: 230px;
overflow: hidden;
margin-bottom: 10px;
}
.galleryList_sub {
font-size: 1.2rem;
margin-bottom: 5px;
}
.galleryList_name {
margin: 0;
padding-bottom: 8px;
border-bottom: 1px solid #eee;
font-size: 1.6rem;
}
.galleryList_outline {
margin-top: 8px;
}

.galleryList_item a,
.galleryList_item a:hover .galleryList_outline {
color: #333;
}
.galleryList_item a:hover {
color: #239b4f;
}