@charset "UTF-8";
/* CSS Document */

/* #contentHead
 * --------------------------------------- */
#contentHead {
	background-image: url(/wp-content/themes/sozoku/img/contentHead_news.jpg);
}


/* #news .news_list
 * --------------------------------------- */
#news {
	padding: 40px 0 80px;
}
.news_list_cat {
	display: table;
	border: 1px solid #ddd;
	box-sizing: border-box;
	margin-bottom: 80px;
	padding: 20px 30px;
	width: 100%;
}
.news_list_cat p {
	display: table-cell;
	font-size: 1.5rem;
	font-weight: bold;
	vertical-align: middle;
	width: 110px;
}
.news_list_cat ul {
	display: table-cell;
	overflow: hidden;
	vertical-align: middle;
}
.news_list_cat ul li {
	float: left;
	font-size: 1.5rem;
	margin-right: 10px;
	text-align: center;
	width: 110px;
}
.news_list_cat ul li a {
	display: block;
	background-color: #cecece;
	color: #fff;
	padding: 1px 0;
	width: 100%;
}
.news_list_cat ul li a:hover {
	background-color: #caa29d;
	color: #fff;
}


.news_list .box {
	border-top: 1px dotted #ddd;
	box-sizing: border-box;
	text-align: left;
	width: 100%;
}
.news_list .box:last-child {
	border-bottom: 1px dotted #ddd;
}
.news_list .box a {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 15px 45px 15px 30px;
}
.news_list .box a:hover {
	background-color: #f5f5f5;
}
.news_list .box .img {
	float: left;
	width: 200px;
}
.news_list .box .img img {
	width: 100%;
}
.news_list .box dl {
	padding: 5px 0 0 230px;
}
.news_list .box dl::after {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	display: block;
	background: url(../img/arrow_brown_w50.png) no-repeat 0 -1px;
	background-size: contain;
	content: "";
	width: 15px;
	height: 15px;
}

.news_list .box dt {
	margin-bottom: 10px;
	overflow: hidden;
}
.news_list .box dt .date {
	float: left;
	color: #4f312d;
	font-size: 1.8rem;
	font-weight: bold;
	width: 120px;
}
.news_list .box dt .label {
	float: left;
	overflow: hidden;
}
.news_list .box dt .label span {
	float: left;
	display: block;
	background-color: #CECECE;
	color: #fff;
	font-size: 1.4rem;
	margin-right: 10px;
	padding: 1px 0;
	text-align: center;
	width: 110px;
}
.news_list .box dt .label span.activity, .news_list .box dt .label span.media {
	background-color: #caa29d;
}

@media screen and (max-width: 480px) {
	#news {
		padding: 50px 0;
	}
	.news_list_cat {
		display: block;
		margin-bottom: 40px;
		padding: 10px 10px 2px;
	}
	.news_list_cat p {
		display: block;
		font-size: 1.4rem;
		margin-bottom: 5px;
		width: 100px;
	}
	.news_list_cat ul {
		display: block;
	}
	.news_list_cat ul li {
		font-size: 1.4rem;
		margin: 0 3% 8px 0;
		width: 48.5%;
	}
	.news_list_cat ul li:nth-child(2n) {
		margin-right: 0;
	}
	.news_list_cat ul li a {
		padding: 2px 0;
	}
	
	.news_list .box a {
		padding: 15px 5px;
	}
	.news_list .box .img {
		width: 30%;
	}
	.news_list .box dl {
		padding: 0 0 0 35%;
	}
	.news_list .box dl::after {
		display: none;
	}
	.news_list .box dt {
		margin-bottom: 7px;
	}
	.news_list .box dt .date {
		font-size: 1.5rem;
		margin: 0 10px 3px 0;
		width: auto;
	}
	.news_list .box dt .label span {
		font-size: 1.3rem;
		width: 90px;
	}
}


/* #news .news_detail
 * --------------------------------------- */
.news_detail {
	margin-bottom: 30px;
}
.news_detail .label {
	margin-bottom: 10px;
	overflow: hidden;
}
.news_detail .label span {
	float: left;
	display: block;
	background-color: #cecece;
	color: #fff;
	font-size: 1.4rem;
	margin-right: 10px;
	padding: 2px 0;
	text-align: center;
	width: 90px;
}
.news_detail .label span.activity, .news_detail .label span.media {
	background-color: #caa29d;
}
.news_detail h3 {
	margin-bottom: 10px;
}
.news_detail .date {
	margin: 0 10px 50px;
	text-align: right;
}
.news_detail .txtBox a {
	text-decoration: underline;
}

.news_detail .link a {
	position: relative;
	display: block;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 12px;
}
.news_detail .link a:hover {
	background-color: #ddd;
}
.news_detail .link a::after {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	display: block;
	background: url(../img/arrow_brown_w50.png) no-repeat 0 -1px;
	background-size: contain;
	content: "";
	width: 15px;
	height: 15px;
}


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