@charset "utf-8";

/* ------------------------------------------------------- */
/* News
---------------------------------------------------------- */
#news {
	width: 1000px;
	margin: auto;
	}

/* category */
#news #category {
	width: 100%;
	text-align: center;
	margin: 0 0 40px 0;
	}

#news #category ul {
	display: inline-flex;
	}

#news #category ul li {
	line-height: 1;
	margin: 0 10px;
	}

#news #category ul li a {
	font-size: 1.8rem;
	font-family: 'David Libre', serif;
	color: #373737;
	text-decoration: none;
	border-radius: 50px;
	padding: 5px 20px;
	display: block;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	}

#news #category ul li a.active {
	color: #fff;
	background: #69c3c8;
	pointer-events: none;
	}

#news #category ul li a#media.active {
	background: #69aadc;
	}

#news #category ul li a#release.active {
	background: #f7829b;
	}

#news #category ul li a#live.active {
	background: #ebb441;
	}

#news #category ul li a#other.active {
	background: #9b82cd;
	}

/* detail */
#news #list {
	border-bottom: 1px solid #373737;
	}

#news #list .none {
	font-size: 1.6rem;
	border-top: 1px solid #373737;
	text-align: center;
	padding: 15px 0;
	display: none;
	}

#news #list article .title {
	border-top: 1px solid #373737;
	padding: 15px 50px 15px 0;
	display: flex;
	align-items: center;
	position: relative;
	cursor: pointer;
	}

#news #list article .title:after {
	content: "";
	width: 10px;
	height: 10px;
	top: 50%;
	right: 20px;
	border-top: 1px solid #69c3c8;
	border-right:1px solid #69c3c8;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	margin: -9px 0 0 0;
	position: absolute;
	display: block;
	}

#news #list article .title.close:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin: -3px 0 0 0;
	}

#news #list article .title time {
	width: 120px;
	font-size: 1.8rem;
	font-family: 'David Libre', serif;
	}

#news #list article .title .category {
	width: 130px;
	font-size: 1.6rem;
	font-family: 'David Libre', serif;
	color: #fff;
	line-height: 1;
	text-align: center;
	padding: 5px;
	}

#news #list article.media .title .category {
	background: #69aadc;
	}

#news #list article.release .title .category {
	background: #f7829b;
	}

#news #list article.live .title .category {
	background: #ebb441;
	}

#news #list article.other .title .category {
	background: #9b82cd;
	}

#news #list article .title h3 {
	width: calc(100% - 250px);
	font-size: 1.6rem;
	line-height: 1.5;
	padding: 0 0 0 30px;
	}

#news #list article .detail {
	font-size: 1.4rem;
	border-top: 1px solid #373737;
	padding: 30px 0;
	display: none;
	}

#news #list article .detail h4 {
	font-size: 1.4rem;
	color: #fff;
	background: #69c3c8;
	padding: 3px 10px;
	display: inline-block;
	}

#news #list article .detail h5 {
	font-size: 1.4rem;
	font-weight: bold;
	color: #69c3c8;
	}

#news #list article .detail .line {
	border-bottom: 1px solid #ededed;
	padding: 0 0 3px 0;
	}

/* table */
#news #list article .detail table.table {
	width: 100%;
	}

#news #list article .detail table.table thead th {
	font-weight: normal;
	color: #fff;
	background: #69c3c8;
	border: 1px solid #ededed;
	padding: 10px 20px;
	}

#news #list article .detail table.table tbody th {
	font-weight: normal;
	border: 1px solid #ededed;
	background: rgba(255,255,255,0.5);
	white-space: nowrap;
	padding: 10px 20px;
	}

#news #list article .detail table.table tbody th.item ,
#news #list article .detail table.table tbody th.line {
	color: #fff;
	background: #69c3c8;
	}

#news #list article .detail table.table td {
	vertical-align: middle;
	background: rgba(255,255,255,0.5);
	border: 1px solid #ededed;
	padding: 10px 20px;
	}

#news #list article .detail table.table td .tit {
	display: none;
	}

/* imageList */
#news #list article .detail ul.imageList {
	display: flex;
	flex-wrap: wrap;
	}

#news #list article .detail img.border {
	border: 1px solid #ededed;
	}

/* pager */
#news ul#pagerBtn {
	width: 480px;
	margin: 40px auto 0 auto;
	display: flex;
	}

#news ul#pagerBtn li {
	margin: 0 10px;
	}

#news ul#pagerBtn li a ,
#news ul#pagerBtn li .nolink {
	width: 140px;
	font-size: 1.4rem;
	color: #fff;
	text-align: center;
	text-decoration: none;
	padding: 5px 10px;
	display: inline-block;
	position: relative;
	}

#news ul#pagerBtn li a {
	background: #69c3c8;
	}

#news ul#pagerBtn li a:hover {
	background: #c8aa73;
	}

#news ul#pagerBtn li .nolink {
	color: #ebebeb;
	background: #afafaf;
	}

#news ul#pagerBtn li.prev a:after ,
#news ul#pagerBtn li.next a:after ,
#news ul#pagerBtn li.prev .nolink:after ,
#news ul#pagerBtn li.next .nolink:after {
	content: "";
	width: 6px;
	height: 6px;
	top: 50%;
	margin: -4px 0 0 0;
	display: inline-block;
	position: absolute;
	}

#news ul#pagerBtn li.prev a:after ,
#news ul#pagerBtn li.next a:after {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	}

#news ul#pagerBtn li.prev .nolink:after ,
#news ul#pagerBtn li.next .nolink:after {
	border-top: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	}

#news ul#pagerBtn li.next a:after ,
#news ul#pagerBtn li.next .nolink:after {
	left: 10px;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
	}

#news ul#pagerBtn li.prev a:after ,
#news ul#pagerBtn li.prev .nolink:after {
	right: 10px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	}

@media (max-width: 768px){
#news {
	width: 100%;
	padding: 0 40px;
	}

/* category */
#news #category ul li {
	margin: 0 7.5px;
	}

#news #category ul li a {
	font-size: 1.6rem;
	}

/* detail */
#news #list article {
	margin: -60px 0 0 0;
	padding: 60px 0 0 0;
	}

#news #list .none {
	margin: 0;
	padding: 15px 0;
	}

#news #list article .title {
	padding: 10px 40px 10px 0;
	}

#news #list article .title:after {
	right: 10px;
	}

#news #list article .title time {
	width: 100px;
	font-size: 1.6rem;
	}

#news #list article .title .category {
	width: 100px;
	font-size: 1.4rem;
	}

#news #list article .title h3 {
	width: calc(100% - 200px);
	font-size: 1.5rem;
	padding: 0 0 0 20px;
	}

#news #list article .detail {
	padding: 20px 0;
	}

/* imageList */
#news #list article .detail ul.imageList {
	display: block;
	}

#news #list article .detail ul.imageList li {
	padding: 0;
	margin: 0 0 20px 0;
	}

#news #list article .detail ul.imageList li.end {
	margin: 0;
	}
}

@media (max-width: 640px){
#news {
	padding: 0 20px;
	}

/* category */
#news #category {
	margin: 0 0 20px 0;
	}

#news #category ul li {
	margin: 0 1px;
	}

#news #category ul li a {
	font-size: 1.4rem;
	padding: 5px 12px;
	}

#news #category ul li a.active {
	color: #fff;
	background: #69c3c8;
	}

/* detail */
#news #list .none {
	font-size: 1.4rem;
	padding: 15px 0;
	}

#news #list article .title {
	flex-wrap: wrap;
	}

#news #list article .title:after {
	width: 8px;
	height: 8px;
	margin: -6px 0 0 0;
	}

#news #list article .title time {
	width: 80px;
	font-size: 1.5rem;
	}

#news #list article .title .category {
	width: 80px;
	font-size: 1.2rem;
	padding: 2px 5px;
	}

#news #list article .title h3 {
	width: 100%;
	font-size: 1.4rem;
	padding: 0;
	display: block;
	}

/* movie */
#news #list .movie {
	height: 0;
	padding: 0 0 56.25% 0;
	overflow: hidden;
	position: relative;
	}

#news #list .movie iframe {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	}

/* table */
#news #list article .detail table.table thead {
	display: none;
	}

#news #list article .detail table.table tr {
	margin: 0 0 20px 0;
	display: block;
	}

#news #list article .detail table.table tr:last-child {
	margin: 0;
	}

#news #list article .detail table.table tbody th {
	width: 100%;
	color: #fff;
	text-align: left;
	background: #69c3c8;
	border: none;
	margin: 0 0 5px 0;
	padding: 5px 10px;
	display: block;
	}

#news #list article .detail table.table tbody th.line {
	color: #373737;
	background: none;
	border-bottom: 1px solid #373737;
	border-radius: 0;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0
	}

#news #list article .detail table.table td {
	width: 100%;
	text-align: left;
	background: none;
	border: none;
	padding: 0;
	display: block;
	}

#news #list article .detail table.table td .tit {
	display: inline-block;
	}

#news #list article .detail img.image ,
#news #list article .detail img.image_w {
	width: 100%;
	}

#news article .detail img.image_h {
	width: 70%;
	}

/* pager */
#news ul#pagerBtn {
	width: 100%;
	margin: 30px auto 0 auto;
	}

#news ul#pagerBtn li {
	width: 100%;
	text-align: center;
	margin: 0;
	}

#news ul#pagerBtn li.prev {
	text-align: right;
	}

#news ul#pagerBtn li.next {
	text-align: left;
	}

#news ul#pagerBtn li a ,
#news ul#pagerBtn li .nolink {
	width: 120px;
	font-size: 1.2rem;
	}

#news ul#pagerBtn li.next a ,
#news ul#pagerBtn li.next .nolink {
	width: 90px;
	padding: 5px 10px 5px 20px;
	}

#news ul#pagerBtn li.prev a ,
#news ul#pagerBtn li.prev .nolink {
	width: 90px;
	padding: 5px 20px 5px 10px;
	}
}

@media (max-width: 480px){
/* imageList */
#news #list article .detail img.image_h {
	width: 100%;
	height: auto;
	}
}