/*----------------------------------------
news
----------------------------------------*/
/* common
----------------------------------------*/
#news #titleArea {
	/*background: url("../../img/news/bg_main_news.jpg") 100% 50% no-repeat;*/
}
@media screen and (min-width: 0px) and (max-width: 667px) {
	#news #titleArea {
		/*background: url("../../img/news/bg_main_news.jpg") 130% 50% no-repeat;*/
		background-size: 50% auto;
	}
}
#news .tabNavIdx {
	padding: 0 31px;
}
@media screen and (min-width: 0px) and (max-width: 667px) {
	#news .tabNavIdx {
		padding: 0 18px;
	}
}

/* index
----------------------------------------*/
#news #tabArea {
	position: relative;
}
#news #tabArea .swiper-container {
	z-index: auto;
}
#news #tabArea #tabSlider {
	margin: 0 auto;
}
#news #tabArea #tabSlider div {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}
#news #tabArea .tabLeft,
#news #tabArea .tabRight {
	position: absolute;
	top: 23%;
	height: 26px;
	margin: auto;
	cursor: pointer;
	z-index: 100;
}
#news #tabArea .tabLeft {
	left: 8px;
}
#news #tabArea .tabRight {
	right: 8px;
}
@media screen and (min-width: 0px) and (max-width: 667px) {
	#news #tabArea .tabLeft {
		left: 2px;
	}
	#news #tabArea .tabRight {
		right: 2px;
	}
}
#news #tabArea .tabLeft.notControl > *,
#news #tabArea .tabRight.notControl > * {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
	opacity: 0.2;
}
#news #tabArea #photologPagination {
	cursor: pointer;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 20;
	text-align: center;
}
#news #tabArea #photologPagination .swiper-pagination-switch {
	display: inline-block;
	background: #8a8a8a;
	width: 10px;
	height: 10px;
	margin: 0 8px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
#news #tabArea #photologPagination .swiper-active-switch {
	background: #fdf100;
}
@media screen and (min-width: 0px) and (max-width: 667px) {
	#news #tabArea #photologPagination {
		bottom: 12px;
	}
	#news #tabArea #photologPagination .swiper-pagination-switch {
		width: 8px;
		height: 8px;
	}
}
#news .newsList > dt {
	font-weight: normal;
}
@media screen and (min-width: 0px) and (max-width: 667px) {
	#news .newsList > dt {
		border-top: 1px solid #197dee !important;
	}
}
#news .newsList > dd {
	border-top: 1px solid #197dee;
}
@media screen and (min-width: 0px) and (max-width: 667px) {
	#news .newsList > dd {
		border-top: 1px solid #ccc;
	}
}
#news .newsList > dd:before {
	border-top: 1px solid #197dee;
}
#news .newsList > dd.lastChild {
	border-bottom: 1px solid #197dee;
}
#news .newsList > dd.lastChild:after {
	border-top: 1px solid #197dee;
}
#news .listBdtNone > dd.nthChild2 {
	border-top-style: none;
}
@media screen and (min-width: 0px) and (max-width: 667px) {
	#news .listBdtNone > dt:first-child {
		border-top-style: none;
	}
	#news .listBdtNone > dd.nthChild2 {
		border-top-style: solid;
	}
}
#news .listBdbNone > dd.lastChild {
	border-bottom-style: none;
}
#news .listBdbNone > dd.lastChild:after {
	display: none;
}

/* detail
----------------------------------------*/