/* CSS Document */

/************************
  Title
************************/

header h3 {
	font-size: 21px;
}
header h3 i {
	color: #FF8932;
}

.form_select {
	width: 250px;
	height: 30px;
	position: relative;
	float: left;
	z-index: 9999;
	font-size: 13px;
	margin: 30px 0 0 0;
}

.form_select select {
	-ms-filter: "alpha( opacity=0 )";
	filter: alpha(opacity=0);
	opacity: 0;
	position: absolute;
	width: 250px;
	top: 0;
	left: 0;
	height: 30px;
	z-index: 1;
	cursor: pointer;
}
.form_select option {
	text-indent: 1em;
	background: #edeff0;
	padding: 5px 0 0 0;
}
.form_select input {
	background: #edeff0;
}
.form_select option:last-child {
	padding: 5px 0;
}

.form_select .cover {
	position: absolute;
	z-index: 0;
	border: 1px solid #434343;
	padding: 5px 30px 5px 0;
	width: 250px;
	text-indent: 1em;
	left: 0;
	top: 0;
	box-sizing: border-box;
}
.form_select .cover:after {
	content: "▼";
	position: absolute;
	right: 1em;
	top: 6px;
}

ul.page_navi li a:hover, ul.page_navi li.active a, ul.style_change li:hover i, ul.style_change li.active i, .form_select .cover:after {
	color: #FF8932;
}

/************************
  Bottom navis
************************/

section.article ul.sort_list.btm {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0;
	padding: 20px 0 23px 0;
	position: static;
	border-top: #E1E0E5 solid 1px;
	border-bottom: #E1E0E5 solid 1px;
}
section.article ul.sort_list.btm li:hover {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

section.article ul.sort_list.btm li {
	width: auto;
	background: none;
	margin: 0;
	padding: 0 30px 0 5px;
}

/************************
  Article Common
************************/

section.article ul.list li span {
	color: #FF8932;
	white-space: normal;
}
section.article ul.list li p:after {
	background: #FF8932;
}

/************************
  News Detail
************************/

body.detail {
	background: #FFF;
}
#wrappar.news_detail {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	overflow: hidden;
	background: #FFF;
	opacity: 1;
}
.news_detail section {
	width: 100%;
	margin: 0;
	padding: 5%;
	background: #FFF;
	box-sizing: border-box;
}
.news_detail section span {
	font-size: 11px;
    display: block;
    padding: 0 0 20px 0;
    letter-spacing: 0.1em;
}
.news_detail section .content span {
  display: inline;
}
.news_detail section h2 {
    font-size: 16px;
    font-weight: 600;
	line-height: 1.5em;
    color: #222;
    display: block;
    padding: 0 0 30px 0;
}
.news_detail section img {
	width: 50%;
	height: auto;
	float: right;
	padding: 0 0 5% 5%;
	box-sizing: content-box;
}
.news_detail section img.bd {
	border: #EFEFEF solid 1px;
	margin: 0 0 5% 5%;
	padding: 0;
	box-sizing: border-box;
}
.news_detail section p {
    padding: 0 0 30px 0;
}
.news_detail section p strong {
	font-size: 14px;
	font-weight: bold;
}
.news_detail section p a {
	color: #FF8932;
}
.news_detail section p a:hover {
	text-decoration: underline;
}
.news_detail section p span.line {
	width: 100%;
	height: 1px;
	margin: 0;
	padding: 0;
	line-height: 0;
	display: block;
	background: #EFEFEF;
}

.news_detail section ul.slider {
    width: 100%;
    margin: 0;
	overflow: hidden;
}
.news_detail section ul.slider li {
    margin: 0;
    padding: 0;
}
.news_detail section ul.slider li img {
    width: 100%;
    padding: 0;
}
.owl-theme .owl-controls {
	width: 120px;
	margin: 0 -60px 0 0;
    position: absolute;
    right: 50%;
    bottom: 20px;
}
.owl-theme .owl-controls .owl-page span {
	padding: 0;
}

.news_detail section ul.links {
	width: 100%;
	margin: 5% 0;
	text-align: center;
	overflow: hidden;
}
.news_detail section ul.links li {
	width: 31%;
	height: auto;
	overflow: hidden;
	margin: 0 0 0 2%;
	padding: 0;
	clear: none;
	text-align: center;
	display: inline-block;
}
.news_detail section ul.links li:first-child {
	margin: 0;
}
.news_detail section ul.links li a {
	width: 100%;
	height: 35px;
	line-height: 35px;
	display: block;
	font-size: 12px;
	color: #FFF;
	position: relative;
}
.news_detail section ul.links li a:hover {
	opacity: 0.7;
}
.news_detail section ul.links li a:after {
	content: "▶";
	width: 12px;
	height: 12px;
	font-size: 6px;
	line-height: 13px;
	text-align: center;
	background: #FFF;
	display: block;
	position: absolute;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	right: 10px;
	bottom: 9px;
}

.news_detail section ul.links li.moviechike a {
	background: #F1C40F;
}
.news_detail section ul.links li.official a {
	background: #8ABA56;
}
.news_detail section ul.links li.detail a {
	background: #FF8932;
}
.news_detail section ul.links li.moviechike a:after  {
	color: #F1C40F;
}
.news_detail section ul.links li.official a:after  {
	color: #8ABA56;
}
.news_detail section ul.links li.detail a:after  {
	color: #FF8932;
}

/* Desktop */
@media (max-width: 1360px) {
	
	/************************
	  Article Common
	************************/

	section.article ul.style02 li img {
		padding: 20px 20px 10px 20px;
	}
	
	/************************
	  Bottom navis
	************************/
	
	section.article ul.sort_list.btm {
		padding: 20px 0 23px 0;
		text-align: center;
	}
	section.article ul.sort_list.btm li {
		padding: 0 8px 0 0;
		float: none;
		display: inline-block;
	}
		
}


/* Smalldesktop & Tablet */
@media (max-width: 990px) {
}

/* Smalltablet & BigSmartphone */
@media (max-width: 750px) {
	.form_select, .form_select .cover, .form_select select {
		width: 200px;
	}
	.form_select {
		margin: 10px 0 0 0;
	}
	ul.page_navi {
		padding: 15px 0 50px 0;		
	}
}

/* Smartphone */
@media (max-width: 520px) {
	
	/************************
	  Title
	************************/
	
	header h3 {
		font-size: 15px;
		background: #FF8932;
	}
	header h3 i {
		color: #FFF;
	}
	
	.form_select, .form_select .cover, .form_select select {
		width: 100%;
	}
	.form_select {
		margin: 10px 0 20px 0;
		float: none;
		clear: both;
	}
	ul.page_navi {
		margin: 0 auto;
		padding: 0;
		float: none;
		clear: both;
	}
	
	/************************
	  Bottom navis
	************************/
	
	section.article ul.sort_list.btm {
		padding: 0;
	}
	section.article ul.sort_list.btm li {
		width: 50%;
		padding: 8px 0;
		margin: 0 0 0 -1px;
		float: left;
		text-align: left;
	}
	section.article ul.sort_list.btm li:nth-child(even) {
		border-right: none;
	}
	
	/************************
	  News Detail
	************************/
	
	.news_detail section ul.links li, .news_detail section ul.links li:first-child {
		width: 100%;
		margin: 0 0 2% 0;
		padding: 0;
	}
}

@media print {
  img.protect { display: none !important; }
}