.box-content {
	padding-bottom: 40px;
}
.list-item {
	overflow: hidden;
}
.group-item {
	margin-left: -10px;
	margin-right: -10px;
}
.group-item::after {
	content: '';
	display: table;
	clear: both;
}
.group-item:not(:last-child) {
	margin-bottom: 20px;
}

.promotion {
	background: #fff;
	border-radius: 4px;
	overflow: hidden;
}
.promotion .img {
	z-index: 10;
	overflow: hidden;
	position: relative;
	border-radius: 0 0 4px 4px;
}
.promotion .txt {
	overflow: hidden;
	position: relative;
	margin-top: -2px;
}
.promotion .txt h2 {
	margin: 0;
	font-size: 18px;
	font-weight: 700;
}
.promotion .txt h2 a {
	display: block;
	padding: 18px 20px 16px;
	line-height: 24px;
	border: 1px solid #d9d9d9;
	border-top: 0;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	border-radius: 0 0 4px 4px;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
}
.promotion .txt h2 a:hover {
	background: var(--c5);
	color: white;
	border-color: var(--c5);
}
















































.box-inner {
	padding: 20px;
	background: white;
	margin-bottom: 20px;
}

#primary .post-title {
	margin-bottom: 20px;
}
#primary h1 {
	margin: 0;
    font-size: 28px;
    line-height: 1.3;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 15px;
    position: relative;
}
#primary h1::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
	width: 62px;
    border-bottom: 2px solid var(--c5);
}

.date-share {
	margin-bottom: 20px;
}
.box-share li {
    float: left;
    height: 20px;
    overflow: hidden;
    margin-left: 10px;
}
.box-date {
    font-size: 13px;
    line-height: 20px;
    color: #999;
}

#box-comment-wrap {
	margin-bottom: 40px;
}
#box-comment-wrap .box-comment {
	margin-top: 0;
}
#box-comment-wrap .facebook-comment {
	margin-top: 20px;
	overflow: hidden;
}
#box-comment-wrap .fb-comments {
	margin-left: -8px;
	max-width: initial;
}

/* noitem */
.noitem {
	margin: 20px 0 0;
	border-radius: 0;
	text-align: center;
}

/* 767px */
@media screen and (max-width: 767px)
{
	#content {
		margin-top: 20px;
	}
	.list-item {
		margin-bottom: -20px;
	}
	.group-item {
		margin-bottom: 0 ! important;
	}
	.promotion {
		margin-bottom: 20px;
	}
	#box-comment-wrap {
		margin-bottom: 0;
	}
	.box-inner {
		padding: 10px;
	}
}