@charset "utf-8";
/* CSS Document */
iframe{z-index:0;}
object{z-index:0;}

/* TOP --------------------------------------------------*/


#menu-box{
	width:280px;
	background-image:url(../img/common/bg_gnavi_header.png),url(../img/common/bg_gnavi_footer.png);
	background-position:center top,center bottom;
	background-repeat:no-repeat;
	background-size:280px 38px,280px 10px;
	padding:38px 0 10px 0;
	position:absolute;
	top:270px;
	left:170px;
	
}
#top-menu-box{
	width:250px;
	background-image:url(../img/common/bg_gnavi_header2.png),url(../img/common/bg_gnavi_footer2.png);
	background-position:center top,center bottom;
	background-repeat:no-repeat;
	background-size:250px 38px,250px 10px;
	padding:38px 0 10px 0;
	position:absolute;
	top:270px;
	left:140px;
	
}
#menu {

}
#menu li{
	display: block;
	width: 100%;
	margin: 0;

}
#menu li a {
	display: block;
	width:280px;
	overflow:hidden;
	background-image:url(../img/common/icon_menu.png);
	background-color:rgba(0,0,0,0.80);
	background-position:left;
	background-repeat:no-repeat;
	background-size:16px 61px;
	padding:0 0 0 36px;
	text-align:left;
	border-bottom:1px solid #1b3f3c;
}
#top-menu-box #menu li a {
	display: block;
	width:250px;
	overflow:hidden;
	background-image:url(../img/common/icon_menu.png);
	background-color:rgba(0,0,0,0.80);
	background-position:left;
	background-repeat:no-repeat;
	background-size:16px 61px;
	padding:0 0 0 36px;
	text-align:left;
	border-bottom:1px solid #1b3f3c;
}
#menu li:last-child a{
	border: none;
}

#menu #menu01 img{
	width:73px;
	height:61px;
}
#menu #menu02 img{
	width:118px;
	height:61px;
}
#menu #menu03 img{
	width:83px;
	height:61px;
}

#toggle {
	display: none;
}

#shareBox{
	background:url(../img/common/img_share.png) left no-repeat;
	background-size:110px 44px;
	padding-left:103px;
	position:absolute;
	right:50px;
	top:50px;
}

#shareBox ul{
	margin:0;
	padding:0;
}
#shareBox ul li{
	float:left;
	width:90px;
	height:44px;
}
#shareBox ul li:last-child{
	margin-left:-8px;
}
#shareBox ul img{
	width:90px;
	height:44px;
}


#banner {
	position:absolute;
	right:60px;
	top:120px;
}


#banner ul li img {
	max-width: 320px;
}

#banner_sp {
	display: none;
}


h2 {
	background:url(../img/top/bg_h2.png) center top no-repeat;
	background-size:385px 43px;
	text-align:center;
	margin:0;
	padding:0;
}
h2 img{
	width:120px;
	height:43px;
}
#pagetop{
	display:none;
}

/* ----------------------------------------------------------
/* TOPNEWS
---------------------------------------------------------- */
#newsBox{
	width:100%;
	background:url(../img/top/bg_h2line.png) top center repeat-x #001014;
	background-size:1500px 2px;
	padding:2px 0 30px 0;
}

#newsBox ul{
	width:100%;
	max-width:900px;
	margin:10px auto 0 auto;
	padding:0 15px;
}

#newsBox ul li {
	margin: 0;
	}

#newsBox ul li:last-child {
	margin: 0;
	}

#newsBox ul li .newsTitle {
	width: 100%;
	padding: 15px 0 15px 20px;
	display: table;
	position: relative;
	cursor: pointer;
	background:url(../img/top/icon_open.gif) left center no-repeat;
	background-size:13px 13px;
	border-bottom:1px solid #1b3f3c;
	}

#newsBox ul li .newsTitle.close {
	background:url(../img/top/icon_close.gif) left center no-repeat;
	background-size:13px 13px;
	}

#newsBox ul li .newsTitle span.newsDate {
	width: 7em;
	color: #41a398;
	vertical-align: middle;
	display: table-cell;
	font-family: 'Play', sans-serif;
	}

#newsBox ul li .newsTitle h3 {
	font-size: 12px;
	font-size: 1.2rem;
	display: table-cell;
	margin:0;
	padding:0;
	}

#newsBox ul li .newsDetail {
	font-size: 10px;
	font-size: 1.0rem;
	padding: 10px;
	margin:0;
	background:#102825;
	display: none;
	}

.newsDetail h4 {
	font-size: 12px;
	font-size: 1.2rem;
	padding: 5px;
	margin:0 0 10px 0;
	background: #17646b;
	}

#newsBox ul li .newsDetail ul li {
	margin: 0;
	padding:0;
	}

#newsBox ul li .newsDetail ul.image {
	margin: 5px 0 20px 0;
	}

#newsBox ul li .newsDetail ul.image li {
	margin: 0 20px 0 0;
	float: left;
	}

#newsBox ul li .newsDetail ul.image li:last-child {
	margin: 0;
	}

#newsBox #more{
	width:194px;
	height:30px;
	margin:15px auto 0 auto;
}
#newsBox #more img{
	width:194px;
	height:30px;
}
#newsBox ul li .newsDetail .newsvideo{
position: relative;
height: 0;
padding: 0 0 56.25%;
overflow: hidden;
margin:0 0 15px 0;
display: flex;
  display:-webkit-box;
  display:-ms-flexbox;
  display:-webkit-flex;
}
#newsBox ul li .newsDetail iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

#newsBox ul li .newsDetail object {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.newsDetail .box {
	border: 1px solid #183b38;
	padding: 10px;
	}

/* table */
.newsDetail table.table {
	width: 100%;
	border-collapse: collapse;
	}

.newsDetail table.table thead th {
	background: #41a398;
	border: 1px solid #183b38;
	padding: 10px 15px;
	}

.newsDetail table.table tbody th {
	text-align: left;
	border: 1px solid #183b38;
	padding: 10px 15px;
	}

.newsDetail table.table tbody th.item ,
.newsDetail table.table tbody th.line {
	color: #fff;
	background: #41a398;
	white-space: nowrap;
	}

.newsDetail table.table td {
	vertical-align: middle;
	border: 1px solid #183b38;
	padding: 10px 20px;
	}

.newsDetail table.table td strong.tit {
	display: none;
	}

/* table schedule */
.newsDetail table.schedule {
	width: 100%;
	border-collapse: collapse;
	}

.newsDetail table.schedule td {
	text-align: center;
	vertical-align: middle;
	border: none;
	padding: 0;
	}

.newsDetail table.schedule td.arrow {
	padding: 0 10px;
	}

.newsDetail table.schedule td.arrow .sp {
	display: none;
	}


/* 通常ボタン */
a.linkBtn {
	font-size: 18px;
	color: #fff;
	text-align: center;
	border: 1px solid #18646a;
	background: -moz-linear-gradient(to bottom,#336a64,#379589,#336a64);
	background: -webkit-linear-gradient(to bottom,#336a64,#379589,#336a64);
	background: linear-gradient(to right,#336a64,#379589,#336a64);
	padding: 10px 50px 10px 30px;
	text-decoration: none;
	display: inline-block;
	position: relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}

a.linkBtn:after {
	content: "";
	width: 8px;
	height: 8px;
	top: 50%;
	right: 15px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: -5px 0 0 0;
	position: absolute;
	display: block;
	}

a.linkBtn:after {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	}

a.linkBtn:hover {
	-webkit-box-shadow: inset 0px 0px 5px 5px #55b4ad;
	-moz-box-shadow: inset 0px 0px 5px 5px #55b4ad;
	box-shadow: inset 0px 0px 8px 5px #55b4ad;
	}


/* 終了ボタン */
.endBtn {
	font-size: 18px;
	color: #838383;
	text-align: center;
	border: 1px solid #212121;
	background: -moz-linear-gradient(to bottom,#282828,#2f2f2f,#282828);
	background: -webkit-linear-gradient(to bottom,#282828,#2f2f2f,#282828);
	background: linear-gradient(to right,#282828,#2f2f2f,#282828);
	padding: 10px 50px 10px 30px;
	text-decoration: none;
	display: inline-block;
	position: relative;
	}

.endBtn:after {
	content: "";
	width: 8px;
	height: 8px;
	top: 50%;
	right: 15px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: -5px 0 0 0;
	position: absolute;
	display: block;
	}

.endBtn:after {
	border-top: 2px solid #838383;
	border-right: 2px solid #838383;
	}

@media (max-width: 640px){
/* table */
.newsDetail table.table thead {
	display: none;
	}

.newsDetail table.table tr {
	margin: 0 0 20px 0;
	display: block;
	}

.newsDetail table.table tr:last-child {
	margin: 0;
	}

.newsDetail table.table tbody th {
	width: 100%;
	background: #41a398;
	border: none;
	margin: 0 0 5px 0;
	padding: 5px 10px;
	display: block;
	}

.newsDetail table.table tbody th.line {
	background: none;
	border-bottom: 1px solid #183b38;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0
	}

.newsDetail table.table td {
	width: 100%;
	border: none;
	padding: 0;
	display: block;
	}

.newsDetail table.table td strong.tit {
	display: inline-block;
	}

/* table schedule */
.newsDetail table.schedule {
	width: 100%;
	border-collapse: collapse;
	}

.newsDetail table.schedule td {
	text-align: left;
	vertical-align: middle;
	border: none;
	padding: 0;
	}

.newsDetail table.schedule td.arrow {
	padding: 0 30px;
	}

.newsDetail table.schedule td.arrow .pc {
	display: none;
	}

.newsDetail table.schedule td.arrow .sp {
	display: inline-block;
	}

/* 通常ボタン */
a.linkBtn, 
.endBtn{
	width: 100%;
	font-size: 16px;
	}
}

@media only screen and (min-width: 480px){
#newsBox ul li .newsDetail .newsvideo{
	width:470px;
	height:260px;
}
#newsBox ul li .newsDetail .newsvideo iframe {
	width:470px;
	height:260px;
}

#newsBox ul li .newsDetail .newsvideo {
  display:inherit;
  width:auto;
  max-width:470px;
  margin:0;
  padding:0;
}
}

/* ----------------------------------------------------------
/* TOPMOVIE
---------------------------------------------------------- */
#movieBox{
	width:100%;
	background:url(../img/top/bg_h2line.png) top center repeat-x #001014;
	background-size:1500px 2px;
	padding:2px 0 30px 0;
}

#movieBox .movieList {
  width:auto;
  max-width:900px;
  margin:15px auto 0 auto;
  padding:15px;
}


#movieBox .movieList ul{list-style: none;}
#movieBox  .movieList li {
  width: 100%;
  line-height: 50px;
  margin: 0 0 30px 0;
  padding:0 1px;
  text-align: center;
}
#movieBox  .movieList li:last-child {
  margin: 0;
}
#movieBox  .movieList li p {
  margin: 10px 0 0 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}




#movieBox  .movieList .video {
position: relative;
height: 0;
padding: 0 0 56.25%;
overflow: hidden;
}
#movieBox  .movieList .video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

#movieBox .movieList .video object {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* ----------------------------------------------------------
/* TOPBANNER
---------------------------------------------------------- */
#bannerBox{
	width:100%;
	background:url(../img/common/bg_footerline.png) top center repeat-x #001014;
	background-size:1500px 1px;
	padding:15px 2px;
	text-align:center;
	color:#368f85;
}
#bannerBox ul{
	width:940px;
	margin:0 auto 25px auto;
	padding:0;
}
	
#bannerBox ul li{
	width:183px;
	height:28px;
	float:left;
	margin:0 5px 0 0;
}
#bannerBox ul li:last-child{
	margin:0;
}

#bannerBox ul li a:hover{
    filter:alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)";
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
} 
/* ----------------------------------------------------------
/* FOOTER
---------------------------------------------------------- */
#footerBox{
	width:100%;
	background:#001014;
	padding:15px;
	text-align:center;
	color:#368f85;
	clear:both;
}
#footerBoxu{
	width:100%;
	height:75px;
	overflow:hidden;
	text-align:center;
	color:#368f85;
	clear:both;
	padding:0;
	margin:-75px 0 0 0;
	z-index:1;
}

#footerBoxuTxt{
	background:url(../img/common/bg_footerline.png) top center repeat-x #001014;
	background-size:1500px 1px;
	padding:15px 0;
	overflow:hidden;
	color:#368f85;
}

#pagetop{
	display:none;
}
#pagetop img{
	display:none;
}

#pagetop_pc{
	width:92px;
	height:70px;
	float:right;
	clear:both;
	margin:5px 15px 90px 0;
	}
#pagetop_pc img{
	width:92px;
	height:70px;
	}
/* ----------------------------------------------------------
/* 下層
---------------------------------------------------------- */

#bg2u{
	background-image:url(../img/top/bg_shadow_top.png),url(../img/top/bg_shadow_bottom.png),url(../img/common/bg_hexa_u.png),url(../img/top/bg_linebottomleft.png),url(../img/top/bg_linebottomright.png),url(../img/top/bg_linetopleft.png),url(../img/top/bg_linetopright.png);
	background-size:1px 179px,1px 179px,1901px 1776px,420px 245px,580px 335px,405px 256px,345px 256px;
	background-repeat:repeat-x,repeat-x,repeat,no-repeat,no-repeat,no-repeat,no-repeat;
	background-position:left top,left bottom,center top,left bottom,right bottom,left top,right top;
	width:100%;
	height: 100%;
	padding:0;
	margin:0;
	min-height: 100%;
}

body > #bg2u{
  height: auto; 
}
	
#cntWrap{
	width:auto;
	max-width:1300px;
	min-width:930px;
	height:100%;
	padding:0 20px;
	margin:0 auto;
	position:relative;
}

#cntWrap #cntLeft{
	width:300px;
	float:left;
	position: absolute;
	top: 0;
	overflow:hidden;
	left: 0;
	padding:20px 0 0 20px;
}
#cntLeft h1{
	width:300px;
	height:113px;
	position:relative;
	margin:0 0 0 -8px;
	top:0;
	left:0;
}
#cntLeft h1 img{
	width:317px;
	height:114px;
}

#cntLeft #menu-box{
	position:relative;
	top:0;
	left:0;
	margin:10px 0 0 0;
}
#cntLeft #shareBox{
	background:url(../img/common/img_share.png) left no-repeat;
	background-size:110px 44px;
	padding-left:103px;
	position:relative;
	right:0;
	top:0;
	margin:20px 0 0 0;
}



#cntRight{
	width:100%;
	padding:0;
	margin:0 0 0 -300px;
	float:right;
	text-align:left !important;
}
#cntRightFooter{
	margin:20px 0 0 300px;
	padding:0 0 5px 0;
	background:url(../img/common/bg_contentsfooter.png) bottom center no-repeat;
	background-size:400px 5px;
}
#cntRightInner{
	border:2px solid #0a3134;
	padding:0;
	margin:0;
	background-color:rgba(0,0,0,0.6);
}

#cntRightInner .detailBox{
	padding:15px;
	position:relative;
	min-height:600px;
}

#cntRightInner .detailBox ul{
	width:auto;
	margin:10px auto 0 auto;
	padding:0;
}

#cntRightInner .detailBox ul li {
	margin: 0;
	}

#cntRightInner .detailBox ul li:last-child {
	margin: 0;
	border:none;
	}

#cntRightInner .detailBox ul li .newsListTitle {
	width: 100%;
	padding: 15px 0 15px 0;
	display: table;
	position: relative;
	cursor: pointer;
	background-size:13px 13px;
	border-bottom:1px solid #183b38;
	}
	
#cntRightInner .detailBox ul li .last {
	border:none;
	}	

#cntRightInner .detailBox ul li a{
	text-decoration:none;
}

#cntRightInner .detailBox ul li .newsListDate {
	background:url(../img/news/icon_dt.gif) center left no-repeat;
	background-size:13px 13px;
	color:#41a398;
	vertical-align: middle;
	display: table-cell;
	padding:0 0 0 20px;
	margin:0;
	font-size: 13px;
	font-size: 1.3rem;
	font-family: 'Play', sans-serif;
	width:7.5em;
	
	}

#cntRightInner .detailBox ul .newsListTitle h3{
	font-size: 13px;
	font-size: 1.3rem;
	margin:0 0 0 15px;
	padding:0;
	border:none;
	}

#cntRightInner .detailBox .newsDate{
	color:#41a398;
	font-family: 'Play', sans-serif;
}
#cntRightInner .detailBox h3{
	border-bottom:2px solid #183b38;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
}

#cntRightInner .detailBox .newsDetail{
	padding:0 0 60px 0;
}
#cntRightInner .detailBox .newsDetail .newsvideo{
position: relative;
height: 0;
padding: 0 0 56.25%;
overflow: hidden;
margin:0 0 15px 0;
display: flex !important;
  display:-webkit-box;
  display:-ms-flexbox;
  display:-webkit-flex;
}
#cntRightInner .detailBox .newsDetail iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

#cntRightInner .detailBox .newsDetail object {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/* MOVIE */
#movie ul.movieList {
	width: 80%;
	}

#movie ul.movieList li {
	margin:0 0 40px 0;
	}

#movie ul.movieList li:last-child {
	margin:0;
	}

#movie ul.movieList li .movie {
	position: relative;
	height: 0;
	padding: 0 0 56.25%;
	overflow: hidden;
	margin:0 0 15px 0;
	display: flex !important;
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	}

#movie ul.movieList li .movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}



@media only screen and (min-width: 480px){
#cntRightInner .detailBox .newsDetail .newsvideo{
	width:470px;
	height:260px;
}
#cntRightInner .detailBox .newsDetail .newsvideo iframe {
	width:470px;
	height:260px;
}

#cntRightInner .detailBox .newsDetail .newsvideo {
  display:inherit;
  width:auto;
  max-width:470px;
  margin:0;
  padding:0;
}
}

#cntRightInner .detailBox #pageNation{
	padding:10px;
	width:408px;
	margin:0 auto;
	left:0;
	right:0;
	position:absolute;
	bottom:15px;
}

#cntRightInner .detailBox #pageNation #prevBtn{
	float:left;
}
#cntRightInner .detailBox #pageNation #prevBtn img{
	width:94px;
	height:30px;
}

#cntRightInner .detailBox #pageNation #nextBtn{
	float:right;
}
#cntRightInner .detailBox #pageNation #nextBtn img{
	width:94px;
	height:30px;
}


#cntRightInner .detailBox #pageNation #backBtn{
	float:left;
	margin:0 3px;
	padding:0;
}

#cntRightInner .detailBox #pageNation #backBtn img{
	width:194px;
	height:30px;
}


/* 画面サイズが960px以下の場合に適用 */
@media only screen and (max-width: 960px) {
html, body{
	background-image:none;
	background-color:#001014;
}
	#menu-box{
		width:auto;
		background-image:none;
		position:fixed;
		width: 100%;
		top:0;
		left:0;
		padding:0;
		overflow:hidden;
		z-index:1;
	}
	
	#top-menu-box{
		width:auto;
		background-image:none;
		position:fixed;
		width: 100%;
		top:0;
		left:0;
		padding:0;
		overflow:hidden;
		z-index:1;
	}
	
	#menu {
		display: none;
	}
	
	#menu ul{
		height: auto;
		overflow: hidden;
	}
	
	#menu li a{
		width: 100%;
		text-align:center;
		background-image:none;
		background-color:rgba(0,46,50,0.90);
		padding:0;
		overflow: hidden;
		border-bottom:1px solid #00657e;
	}
	#top-menu-box #menu li a {
	width: 100%;
		text-align:center;
		background-image:none;
		background-color:rgba(0,46,50,0.90);
		padding:0;
		overflow: hidden;
		border-bottom:1px solid #00657e;
}

	#menu #menu01 img{
	width:58px;
	height:49px;
}
#menu #menu02 img{
	width:94px;
	height:49px;
}
#menu #menu03 img{
	width:67px;
	height:49px;
}
	
	
	#toggle {
		display: block;
		position: relative;
		width: 100%;
		background: #000;
		padding:5px;
	}

	
	#toggle #splogowrap{
		width: 100%;
		float: left;
	}
	
	#toggle #splogo {
		margin-right: 38px;
		margin-left: 38px;
		text-align:center;
	}
	#toggle #splogo img{
		width:160px;
		height:50px;
	}
	#toggle #menubtn {
		width:38px;
		height:45px;
		float:right;
		margin-top:3px;
		margin-left: -76px;
	}	
	#toggle #menubtn a{
		display: block;
		position: relative;
		padding: 0;
		color:#FFF;
		text-align: center;
		text-decoration: none;
	}
	
	#toggle #menubtn img{
		width:38px;
		height:45px;
	}
	#toggle #sphome {
		width:38px;
		height:45px;
		float:left;
		margin-top:3px;
		margin-left: -100%;
	}
	#toggle #sphome img{
		width:38px;
		height:45px;
	}


	#toggle a:before {
		margin-top:-9px;
	}
	#toggle a:after {
		margin-top: 3px;
	}
	
	#shareBox{
		display:none;
	}
	
	#bannerBox{
	width:100%;
	
	background:url(../img/common/bg_footerline.png) top center repeat-x #001014;
	background-size:1500px 1px;
	padding:15px;
	text-align:center;
	color:#368f85;
	}
	#bannerBox ul{
		width:100%;
		max-width:500px;
		margin:0 auto 15px auto;
	}
		
	#bannerBox ul li{
		width:50%;
		height:auto;
		float:left;
		padding:3px;
		margin:0;
	}
	
	#bannerBox ul li img{
		width /***/:auto; max-width:100%; height:auto; vertical-align:top; border:0;
		
	}
	#bannerBox ul li:last-child{
		margin:8px auto 0 auto !important;
		width:50%;
		padding:0 3px 0 3px;
		float:none;
		clear:both;
		position:relative;
	}
	#bannerBox .sirius{
		padding-top:3px !important;
	}

/* ----------------------------------------------------------
/* FOOTER
---------------------------------------------------------- */
#footerBox{
	width:100%;
	background:#001014;
	padding:15px;
	text-align:center;
	color:#368f85;
	clear:both;
}
#footerBoxu{
	width:100%;
	height:auto;
	overflow:visible;
	text-align:center;
	color:#368f85;
	clear:both;
	padding:0;
	margin:-100px 0 0 0;
	font-size:10px;
	line-height:16px;
	z-index:1;
}

#footerBoxuTxt{
	background:url(../img/common/bg_footerline.png) top center repeat-x #001014;
	background-size:1500px 1px;
	padding:15px 0;
	overflow:hidden;
	color:#368f85;
}

	#pagetop{
	width:100%;
	background:#001a1f;
	text-align:center;
	display:block;
	padding:10px 0;
	}
	
	#pagetop img{
		width:73px;
		height:58px;
		display:inline;
		margin:auto;
	}
	#pagetop_pc{
		display:none;
	}
	
/* ----------------------------------------------------------
/* 下層
---------------------------------------------------------- */
#bg2u{
	background:none;
	width:100%;
	padding:0;
	margin:0;
}

#cntWrap{
	width:100%;
	max-width:100%;
	min-width:100%;
	height:auto;
	padding:0;
	margin:auto;
	position:relative;
}



#cntWrap #cntLeft{
	width:100%;
	float:none;
	position:fixed;
	top: 0;
	overflow:hidden;
	left: 0;
	padding:0;
	z-index:1;
}
#cntLeft h1{
	width:300px;
	height:113px;
	position:relative;
	display:none;
}

#cntLeft #menu-box{
	position:relative;
	top:0;
	left:0;
	margin:0;
}
#cntLeft #shareBox{
	background:url(../img/common/img_share.png) left no-repeat;
	background-size:110px 44px;
	padding-left:103px;
	position:relative;
	right:0;
	top:0;
	margin:20px 0 0 0;
	display:none;
}



#cntRight{
	width:auto;
	padding:40px 0 120px 0;
	margin:0;
	float:none;
	clear:both;
}
#cntRightFooter{
	width:auto;
	margin:0;
	min-width:auto;
	max-width:auto;
	padding:20px 0 0 0;
	background:none;
}
#cntRightInner{
	width:auto;
	min-width:auto;
	max-width:auto;
	border:none;
	padding:0;
	margin:0;
	background-color:#011015;
}

#cntRightInner .detailBox{
	padding:15px;
	position:relative;
	min-height:200px;
}

#cntRightInner .detailBox ul{
	width:auto;
	margin:0 auto 0 auto;
	padding:0;
}

#cntRightInner .detailBox ul li {
	margin: 0;
	}

#cntRightInner .detailBox ul li:first-child {
	margin: 0;
	}

#cntRightInner .detailBox ul li .newsListTitle {
	width: auto;
	padding: 15px 15px 15px 0;
	display:block;
	position: relative;
	cursor: pointer;
	border-bottom:1px solid #183b38;
	background:url(../img/news/icon_dt2.png) center right no-repeat;
	background-size:8px 15px;
	text-align:left;
	}
#cntRightInner .detailBox ul li a{
	text-decoration:none;
}

#cntRightInner .detailBox ul li .newsListDate {
	background:none;
	background-size:13px 13px;
	color:#41a398;
	vertical-align: middle;
	display:inline;
	padding: 0 20px 0 0;
	margin:0;
	font-size: 12px;
	font-size: 1.2rem;
	font-family: 'Play', sans-serif;
	}

#cntRightInner .detailBox ul .newsListTitle h3{
	font-size: 12px;
	font-size: 1.2rem;
	line-height:20px;
	margin:0;
	padding:0;
	border:none;
	text-align:left !important;
	}
	
#cntRightInner .detailBox .newsDate{
	color:#41a398;
	font-family: 'Play', sans-serif;
}
#cntRightInner .detailBox .newsDetail{
	padding:0 0 90px 0;
	position:relative;
}

#cntRightInner .detailBox #pageNation{
	padding:10px;
	width:214px;
	margin:0 auto;
	left:0;
	right:0;
	position:absolute;
	bottom:15px;
	display:block;
}


#cntRightInner .detailBox #pageNation #prevBtn{
	float:left;
	margin:0 0 26px 0
}
#cntRightInner .detailBox #pageNation #prevBtn img{
	width:94px;
	height:30px;
}

#cntRightInner .detailBox #pageNation #nextBtn{
	float:right;
	margin:0 0 26px 0;
}
#cntRightInner .detailBox #pageNation #nextBtn img{
	width:94px;
	height:30px;
}


#cntRightInner .detailBox #pageNation #backBtn{
	float:none;
	position:absolute;
	bottom:0;
	margin:0;
	padding:0;
}

#cntRightInner .detailBox #pageNation #backBtn img{
	width:194px;
	height:30px;
}
	
	

/* MOVIE */
#movie ul.movieList {
	width: 100%;
	}

#movie ul.movieList li {
	margin:0 0 30px 0 !important;
	}

#movie ul.movieList li:last-child {
	margin:0 !important;
	}
}


