/* =========================================================
	- news page
========================================================= */
/* layout NEWS TOP
--------------------------------------------------------- */
.news-page .main {
	background: #6c5955 url(/images/news/bg_news_main_sp.jpg) 50% 0 no-repeat;
	background-size: 100% auto;
}
.news-page #tabs .tabs-nav:after {
	content: "";
	clear: both;
	display: block;
}
.news-page #tabs .tabs-nav li {
	display: block;
	float: left;
	width: 19.4%;
	margin: 0 0 0 2px;
	padding: 6px 1%;
	background: #282726;
	border: none;
	font-size: 10px;
	/* font-weight: bold; */
	color: #ffffff;
	cursor: pointer;
}
.news-page #tabs .tabs-nav li:first-child {
	margin: 0;
	text-align: center;
}
.news-page #tabs .tabs-nav li.selected {
	background: #2b1d04 url(/images/common/bg_gradation_bw.png) 0 0 repeat-y;
	background-size: contain;
}
.news-page #tabs .tabs-nav li span {
	display: block;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.news-page #tabs .tabs-panel {
	padding: 5.1724137931%;
	background: rgba(0, 0, 0, 0.5);
}
.news-page #tabs .tabs-panel ul li {
	padding: 12px 0 10px;
	border-bottom: 1px dotted #544a46;
}
.news-page #tabs .tabs-panel ul li a {
	display: block;
	color: #ffffff;
	text-decoration: none;
}
.news-page #tabs .tabs-panel ul li a span {
	display: inline-block;
	font-weight: bold;
}
.news-page #tabs .tabs-panel ul li a .cat-name {
	position: relative;
	top: -2px;
	width: 120px;
	margin-left: 10px;
	padding: 4px 0;
	background: #2b1d04 url(/images/common/bg_gradation_bw.png) 0 0 repeat-y;
	background-size: contain;
	font-size: 10px;
	text-align: center;
}
.news-page #tabs .tabs-panel ul li a p {
	display: inline;
	margin-left: 10px;
	text-decoration: underline;
}
.news-page #tabs .tabs-panel ul li a:hover p {
	text-decoration: none;
}
.news-page #tabs .pagenate {
	margin-top: 15px;
	text-align: center;
}
.news-page #tabs .pagenate a {
	display: inline-block;
	padding: 3px 7px;
	margin: 0 3px;
	background: #ffffff;
	border: 1px solid #aba9a8;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
	color: #040000;
}

@media screen and (min-width: 641px) {
	.news-page .main {
		background: #160c0a url(/images/news/bg_news_main.jpg) 50% 0 no-repeat;
		background-size: inherit;
	}
	.news-page .main:before {
		height: 358px;
		background: url(/images/news/bg_page_head.png) 100% 0 no-repeat;
		background-size: contain;
	}
	.news-page .main:after {
		height: 448px;
		background: url(/images/news/bg_page_bottom.png) 0 100% no-repeat;
		background-size: contain;
	}
	.news-page #tabs .tabs-nav li {
		width: 19.6666666667%;
		margin: 0 0 0 0.3333333333%;
		padding: 8px 0.3333333333%;
		font-size: 14px;
	}
	.news-page #tabs .pagenate {
		margin-top: 30px;
	}
	.news-page #tabs .pagenate a {
		padding: 3px 8px;
		margin: 0 5px;
		font-size: 12px;
	}
}
@media screen and (min-width: 940px) {
	.news-page #tabs .tabs-nav li {
		text-align: center;
	}
}
@media screen and (min-width: 1921px) {
	.news-page .main:before {
		height: 500px;
		background-size: contain;
	}
}
/* layout NEWS DETAIL
--------------------------------------------------------- */
.news-detail-page .main {
	background: #6c5955 url(/images/news/bg_news_main_detail_sp.jpg) 50% 0 no-repeat;
	background-size: 100% auto;
}
.news-detail-page .news-detail {
	padding: 5.1724137931%;
	background: rgba(0, 0, 0, 0.5);
}
.news-detail-page .news-detail article h1 {
	padding-bottom: 10px;
	font-size: 16px;
}
.news-detail-page .news-detail article figure {
	margin: 5px auto;
}
.news-detail-page .news-detail article figure img {
	display: block;
	margin: 0 auto;
}
.news-detail-page .news-detail article h2 {
	margin-top: 30px;
	font-size: 14px !important;
	color: #ffffff !important;
	text-align: left !important;
}
.news-detail-page .news-detail article p {
	margin-top: 10px;
	font-size: 13px;
}
.news-detail-page .news-detail article .note {
	margin-top: 20px;
}
.news-detail-page .news-detail article .note p {
	font-size: 11px;
}
.news-detail-page .news-detail .tag-box {
	margin-top: 20px;
}
.news-detail-page .news-detail .tag-box .cat, .news-detail-page .news-detail .tag-box .tag {
	padding-bottom: 5px;
	font-size: 12px;
}
.news-detail-page .news-detail .tag-box .cat span, .news-detail-page .news-detail .tag-box .tag span {
	display: table-cell;
}
.news-detail-page .news-detail .tag-box .cat span:first-child, .news-detail-page .news-detail .tag-box .tag span:first-child {
	width: 5.2em;
}
.news-detail-page .news-detail .tag-box .tag span:first-child {
	width: 3.4em;
}
.news-detail-page .news-detail .btn-back {
	width: 100px;
	margin: 10px auto 5px;
}
.news-detail-page .news-detail .btn-back a {
	display: block;
	width: 100%;
	padding: 10px 0;
	background: #000000;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
}

@media screen and (min-width: 641px) {
	.news-detail-page .main {
		background: #160c0a url(/images/news/bg_news_main_detail.jpg) 50% 0 no-repeat;
		background-size: inherit;
	}
	.news-detail-page .main:before {
		height: 358px;
		background: url(/images/news/bg_detail_page_head.png) 100% 0 no-repeat;
		background-size: contain;
	}
	.news-detail-page .main:after {
		height: 448px;
		background: url(/images/news/bg_detail_page_bottom.png) 0 100% no-repeat;
		background-size: contain;
	}
	.news-detail-page .news-detail article h1 {
		padding-bottom: 20px;
		font-size: 20px;
		text-align: center;
	}
	.news-detail-page .news-detail article figure {
		margin: 36px auto;
	}
	.news-detail-page .news-detail article figure img {
		display: block;
		margin: 0 auto;
	}
	.news-detail-page .news-detail article h2 {
		margin-top: 50px;
		margin-bottom: 10px;
	}
	.news-detail-page .news-detail article h2:first-child {
		margin-top: 0;
	}
	.news-detail-page .news-detail article p {
		font-size: 14px;
	}
	.news-detail-page .news-detail article .note {
		margin-top: 40px;
	}
	.news-detail-page .news-detail article .note p {
		font-size: 11px;
	}
	.news-detail-page .news-detail .tag-box {
		margin-top: 50px;
	}
	.news-detail-page .news-detail .tag-box .cat, .news-detail-page .news-detail .tag-box .tag {
		padding-bottom: 5px;
	}
	.news-detail-page .news-detail .btn-back {
		width: 140px;
		margin: 50px auto 5px;
	}
	.news-detail-page .news-detail .btn-back a {
		padding: 15px 0;
		font-size: 14px;
	}
	.news-detail-page .news-detail .btn-back a:hover:hover {
		opacity: 0.6;
		filter: alpha(opacity=60);
		-webkit-transition: opacity .3s;
		transition: opacity .3s;
	}
}
@media screen and (min-width: 1921px) {
	.news-detail-page .main:before {
		height: 500px;
		background-size: contain;
	}
}
