@charset "UTF-8";

.selecter a {
	display: block;
	font-size: 14px;
	background: #fff;
	color: #134ea2;
	border: solid 1px #134ea2;
	width: 100%;
	padding: 10px;
	text-align: center;
}
.selecter a.active,
.selecter a:hover {
	background: #134ea2;
	color: #fff;
}
.blog-ph {
	height: 145px;
}

.excerpt {
	-webkit-line-clamp: 3;
    line-clamp: 3;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}




/*PCのみ*/
@media (min-width: 768px) {



}

@media (max-width: 768px) {



}
