@charset "utf-8";
/*!
 *  CSS
 * ---------------------------------------------
 * 下層ページのcss
 *
 */

/*===================================
	NEWS一覧
=====================================*/
/*
---------------------------------*/






/*===================================
	NEWS詳細
=====================================*/
/*  detailHead
---------------------------------*/

.detailHead {
	margin-bottom: 46px;
}
.detailHead:after {
	display: block;
	width: 100%;
	height: 3px;
	border-top: solid 1px #f8f8f8;
	border-bottom: solid 1px #f8f8f8;
	background: #eee;
}
.detailHead time,.detailHead .cat {
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
}
.detailHead time,.detailHead .cat a {
	color: #666;
}
.detailHead time {
	margin-right: 1em;
	padding-right: 1em;
	border-right: solid 1px #666;
}
.detailHead h2 {
	margin: 8px 0 17px;
	font-size: 24px;
	line-height: 1.6;
}

/*  news__post
---------------------------------*/

.news__post {
	font-size: 15px;
	line-height: 1.8;
}
.news__post p {
	margin-bottom: 2em;
}
img.imgcenter {
	margin: auto;
}
img.imgleft {
	float: left;
	margin-left: 20px;
}
img.imgrgiht {
	float: right;
	margin-right: 20px;
}
.news__post + .more.box {
	margin: 100px auto 110px;
}


/*  entry__list__sec
---------------------------------*/

.entry__list + .more {
	margin-top: 0.5em;
	margin-bottom: 1.5em;
}

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

	/*===================================
		NEWS一覧
	=====================================*/

	.filterSp > dl > dt {
		margin: 0 0 55px 20px;
	}


	/*===================================
		NEWS詳細
	=====================================*/
	/*  detailHead
	---------------------------------*/

	.detailHead {
		margin: 45px 20px 35px;
	}
	.detailHead time,.detailHead .cat {
		font-size: 24px;
	}
	.detailHead h2 {
		margin: 16px 0;
		font-size: 32px;
		line-height: 1.6;
	}

	/*  news__post
	---------------------------------*/

	.news__post {
		margin: 0 20px;
	}
	.news__post {
		font-size: 28px;
		line-height: 1.6;
	}
	.news__post + .more.box {
		margin: 80px 80px 115px;
	}
	.content .news__post h3 {
		font-size: 1.2em;
        height: 60px;
        line-height: 1.4em;
        display: inline-table;
        padding: 10px 20px;
        text-align: left;
        width: 100%;
	}

	/*  entry__list__sec
	---------------------------------*/

	.inner .entry__list__sec .more {
		margin-left: 20px;
		margin-right: 20px;
	}
}
