@charset "UTF-8";

main div#title { background: url(../img/about/main.jpg) center no-repeat; background-size: cover; }
main ul#newsList { border-top: solid 1px #d1ccbe; list-style: none; }
main ul#newsList li { padding: 10px; border-bottom: solid 1px #d1ccbe; }
main ul#newsList li span { display: block; }
main div#news { margin-bottom: 40px; }
main div#news div.inner { margin-bottom: 24px; }
main div.meta { margin-bottom: 32px; padding: 8px 24px; background: #f7f3e7; text-align: right; }
main div.contents-navi { text-align: center; }

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

