@charset "utf-8";

/*

************************************************************************

 投稿リスト

************************************************************************

*/

.wrap-post-list .row:first-child {
    margin-top: 0;
    padding-top: 4em;
}

.wrap-list-stage {
	margin-bottom: 4em;
}
.block-list-stage {
	margin-bottom: 2em;
}

.wrap-post-list .thumb {
    margin-bottom: 0.5em;
}

.wrap-post-list .name {
    font-weight: bold;
    font-size: 1.4em;
    line-height: 1.4;
    margin-bottom: 0.5em;
}

.post-date {
    position: absolute;
    right: 0;
    text-align: right;
}
.post-date span {
    font-weight: bold;
    font-size: 1.2em;
}

#top-news .post-date {
    position: relative;
    text-align: left;
}
#top-new .post-date span {
    font-weight: normal;
    font-size: 1em;
}
.wrap-list-archive .post-date {
    position: relative;
    text-align: left;
    margin-bottom: 1em;
}
.wrap-list-archive  .post-date span {
    font-weight: normal;
    font-size: 1em;
}

.google-map {
    margin-bottom: 2em;
}

.wrap-list-news .block-list-news,
.wrap-list-archive .block-list-archive,
.wrap-list-event .block-list-event {
    margin-bottom: 3em;
    padding-bottom: 3em;
    border-bottom: 1px solid #471b07;
}
.wrap-list-news .block-list-news:last-child,
.wrap-list-archive .block-list-archive:last-child,
.wrap-list-event .block-list-event:last-child {
    border: none;
}



@media screen and (max-width:640px) {

	.wrap-list-stage {
		margin-bottom: 2em;
	}
}