@charset "UTF-8";
.futura {
	font-family: futura-pt, sans-serif;
	font-weight: 800;
	font-style: normal;
	font-size: 1.5rem;
}
li {
	list-style: none;
}
.cat {
	padding: 3px;
	letter-spacing: .1rem;
	text-align: center;
	font-size: .8rem;
	color: #fff;
    background: #959696;
    padding: 0.125em 0.5em;
    flex: 0 0 auto;
}
.title {
	font-size: 1rem;
	font-weight: bold;
}
.title a {
	letter-spacing: .2rem;
}
.text {
	border-bottom: dotted 1px;
	font-size: .8rem;
}
.date {
	font-size: 0.8rem;
}
.news_more a {
    background: #a9976d;
    color: #ffffff;
    padding: 3px 5px;
    letter-spacing: .1rem;
	font-size: .8rem;
}
.pager_navi {
	margin: 0 0 20px;
	text-align: center;
}
.shingl_title {
	border-bottom: solid #444 1px;
}
.preview a,
.next a {
	background: #a9976d;
	color: #fff;
    border: solid 1px #a9976d;
    padding: 1rem!important;
    width: 100%;
    text-align: center;
    margin: auto;
}
.preview a:hover,
.next a:hover {

}
.back {
	color: #fff;
	background: #808080;
    padding: 1rem!important;
    margin: 0!important;
	}

/* pc only */
@media (min-width: 576px) {
	.date {
		border-right: solid #808080 1px;
	}
}