@charset "UTF-8";
/**********************
メイン調整
***********************/

/**********************
ヘッダー
***********************/
.nav li { margin-top: 0; text-align: center; }
.nav li span { display: block; }
.nav .half-sp { margin-top: 1em; }

.reco .photo {
	height: 180px;
}
.reco .text { padding:1em; }

.reco h2 a {
	display:block;
	position: absolute;
	top: 0;
	right: 5%;
	width: 15%;
	background: #3f312b;
	color: #fff;
	font-size: 1.5rem;
	text-align:center;
}
.reco-box h3 {
	padding: 0;
	font-size: 1.5rem;
	min-height: 6em;
}
.reco .col-md-4 {
	width: 32.3333%;
	margin: 0 0.5%;
}


.new-article h3 {min-height: 5em;}
.new-article .category-name { line-height: 1.2em; min-height: 2.5em; }
.new-article .month { line-height: 1.2em; }

.blog-detail-box { border-right: 1px solid #eee; }

