@charset "utf-8";

div.title-image {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	background: #000;
	text-align: center;
	padding: 0;
}
div.title-image2 {
	background: #f8f7f2;
}
div.title-image div.title-image-wrap {
	max-width: 960px;
	margin: 0 auto;
	width: 100%;
}
div.title-image img {
	padding: 0;
	margin: 0 auto;
	vertical-align: bottom;
}
@media screen and (max-width: 767px) {
	div.title-image {
		width: 100vw;
		margin-left: -10px;
	}
	div.title-image div.title-image-wrap {
		width: 100%;
	}
	div.title-image img {
		width: 100%;
		height: auto;
	}
}

#primary #content div.entry-content table table th {
	font-weight: normal;
	font-size: 100%;
	color: #f4a480;
	background: #fff;
	text-align: left;
	padding: 0 20px 0 0;
	border: 0px solid #dcdcdc;
	white-space: nowrap;
}
#primary #content div.entry-content table table td {
	padding: 0 0.5em 0.5em 0;
	border: 0px solid #dcdcdc;
	width: 90%;
}
#primary #content div.entry-content table h3 {
	font-size: 18px;
	color: #626262;
	margin: 0;
}
#contentsBody div.entry-title {
}
#contentsBody div.entry-title table tr td {
	width: 144px;
	vertical-align: top;
	text-align: right;
	color: #fff;
	font-size: 16px;
	padding: 20px;
}
#contentsBody div.entry-title table tr td.title {
	width: 756px;
	padding: 24px 20px 24px 0;
	vertical-align: middle;
	text-align: left;
}
#contentsBody div.entry-title h1 {
	line-height: 1em;
	margin: 0;
}
#contentsBody div.entry-title div.sub_title {
	font-size: 18px;
	color: #60503f;
	margin: 0 0 16px 0;
}
#contentsBody div.entry-title div.catch {
	font-size: 18px;
	color: #626262;
	margin: 16px 0 0 0;
}
#contentsBody div.entry-title td div.date {
	color: #fff;
	font-size: 24px;
	margin: 20px auto 0 auto;
}
#contentsBody div.entry-title td.status_on div.date {
	margin: 8px auto 0 auto;
}
#contentsBody div.entry-title td.status_pre div.date {
	margin: 8px auto 0 auto;
}
#contentsBody div.entry-title td.status_pre,
#contentsBody div.entry-title td.status_open {
	background: #f4a480;
}
#contentsBody div.entry-title td.status_on,
#contentsBody div.entry-title td.status_close {
	background: #a0968c;
}
#contentsBody div.entry-title td.status_deadline {
	background: #a0a0a0;
}
@media screen and (max-width: 767px) {
	#contentsBody div.entry-title table tr td {
		display: block;
		width: 100%;
		font-size: 16px;
		padding: 0 10px;
		box-sizing: border-box;
	}
	#contentsBody div.entry-title table {
		width: 100%;
	}
	#contentsBody div.entry-title table tr td.title {
		width: 100%;
		padding: 0 10px;
	}
	#contentsBody div.entry-title h1 {
		font-size: 20px;
	}
	#contentsBody div.entry-title td.status_pre,
	#contentsBody div.entry-title td.status_open,
	#contentsBody div.entry-title td.status_on,
	#contentsBody div.entry-title td.status_close,
	#contentsBody div.entry-title td.status_deadline {
		margin-top: 20px;
	}
	#contentsBody div.entry-title td.status_no {
		display: none;
	}
	#contentsBody div.entry-title td div.txt {
		float: left;
		font-size: 14px;
		line-height: 40px;
	}
	#contentsBody div.entry-title td div.date {
		float: right;
		font-size: 18px;
		line-height: 40px;
		margin: 0;
	}
	#contentsBody div.entry-title td div.date br {
		display: none;
	}
	#primary {
		width: calc(100% - 20px);
		margin: 0 10px;
	}
}


