@charset "UTF-8";
/*
style.css
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

q, blockquote {
	quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}

a img {
	border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}

/* base */
html {
	font-size: 62.5%;
	background: #fff;
}
body {
	position: relative;
	min-width: 320px;
	color: #000;
	font-family: 'Noto Serif JP', serif;
	line-height: 25px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	background-size:  auto 100%;
	background-position: bottom center;
	font-size: 15px;
}
body:before,
body:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
a {
	color: #3990bd;
	text-decoration: none;
}
a:hover img {
	opacity: 0.8;
}

/* display switch */
.pc {
	display: block;
}
.sp {
	display: none;
}

.topics{
	font-size: 20px;
	color: #011750;
	font-weight: 600;
}

/* = header
----------------------------------------------- */
.header {
	position: relative;
	height: 158px;
	height: 42.266vw;
	padding-bottom: 1.33%;
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: 100% auto;
}
body.page_news .header {
	background-image: url(../img/news/header_bg01.jpg);
}
body.page_outline .header {
	background-image: url(../img/outline/header_bg01.jpg);
}
body.page_cast .header {
	background-image: url(../img/cast/header_bg01.jpg);
}
body.page_ticket .header {
	background-image: url(../img/ticket/header_bg01.jpg);
}
body.page_movie .header {
	background-image: url(../img/movie/header_bg01.jpg);
}
.header .logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 33.2%;
	padding: 4.53% 0 0 4.13%;
}
.header .pagettl {
	text-align: center;
}
.header .pagettl img {
	height: 158px;
	height: 42.266vw;
}

/* = nav
----------------------------------------------- */
.nav_btn {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	width: 15.73%;
	z-index: 222;
	cursor: pointer;
}
button {
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
	-webkit-appearance: none;
	outline: none;
}
.nav_btn_close {
	position: absolute;
	top: 0;
	right: 0;
	width: 15.73%;
	z-index: 111;
	cursor: pointer;
}
.nav ul {
	padding-top: 8.533%;
	padding-bottom: 5%;
}
.nav ul li a,
.nav ul li span {
	display: block;
	position: relative;
}

.nav ul li span img {
	opacity: 0.2;
}
.nav ul li a.js-hover:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 17.86%;
	height: 2px;
	margin-top: -1px;
	background: #1c4da0;
	z-index: -1;
}
.nav ul li:nth-child(1) a.js-hover:before {
	width: 24.8%;
}
.nav ul li:nth-child(2) a.js-hover:before {
	width: 33.2%;
}
.nav ul li:nth-child(3) a.js-hover:before {
	width: 18.66%;
}
.nav ul li:nth-child(4) a.js-hover:before {
	width: 56.8%;
}
.nav ul li:nth-child(5) a.js-hover:before {
	width: 33.2%;
}
.nav ul li:nth-child(6) a.js-hover:before {
	width: 24.8%;
}
.nav ul li:nth-child(7) a.js-hover:before {
	width: 24.8%;
}

/* modal */
.modal-open {
	overflow: hidden;
}
.modal {
	display: none;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(255,255,255,1.0);
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}
.modal.fade .modal-dialog {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}
.modal-dialog {
	padding-bottom: 10%;
}

/* = footer
----------------------------------------------- */
.footer {
	padding: 16% 0;
}
.footer .pagetop {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 17.2%;
}
.footer .pagetop a {
	cursor: pointer;
}
.footer .sns {
	display: table;
	margin: 0 auto 9.33%;
}
.footer .sns li {
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px;
	text-align: center;
}
.footer .sns li:nth-child(1) img {
	width: 50%;
}
.footer .copyright {
	padding: 6% 0;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

/* = top
----------------------------------------------- */
.top_main h1 img {
	width: 100%;
}
.top_contents {
	margin: 30px 4.66% 0;
}
.top_contents h2 {
	margin-bottom: 5.3%;
}
.top_contents h2 img {
	width: 100%;
}
.top_news .top_contents_wrap {
	border-left: 0px solid #fff;
}
.top_news {
	margin-bottom: 26%;
}
.top_news .item_wrap {
	overflow: hidden;
}
.top_news .item {
	float: left;
	width: 100%;
	margin: 0 0 7.35%;
	color: #fff;
}
.top_news .item:nth-child(2n) {
	float: right;
}
.top_news .item a {
	display: block;
	color: #333;
}
.top_news .item a > img {
	width: 100%;
	border-top: 0px solid #fff;
	border-right: 0px solid #fff;
	box-sizing: border-box;
}
.top_news .item:nth-child(2n) a > img {
	border-left: 0px solid #fff;
}
.top_news .item .update {
	padding: 10% 5% 3%;
	color: #011750;
	font-size: 1.3rem;
	font-size: 3.466vw;
	font-weight: bold;
}
.top_news .item .title {
	padding: 0 5% 0;
	font-size: 1.2rem;
	font-size: 4.2vw;
	line-height: 1.41;
	color: #000;
}
.top_news .more {
	margin: 0 0 0 -1px;
}
.top_news .more img {
	width: 100%;
}
.top_twitter {
	margin-bottom: 5.88%;
}
.top_twitter .timeline {
	width: 100%;
	overflow: hidden;
	margin-bottom: 14.7%;
	border-left: 1px solid #fff;
	box-sizing: border-box;
}
.top_twitter .banner {
	width: 76.4%;
	margin: 0 auto;
}
.top_twitter .banner li + li {
	margin-top: 7%;
}
.top_twitter .banner li img {
	width: 100%;
}
#movie {
	clear: both;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}
#movie_inner {
	position: relative;
}
#movie_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(1,0,10,0.6);
}
#movie .embed {
	position: absolute;
	top: 50%;
	left: 5%;
	width: 90%;
	max-width: 640px;
	margin-left: 0;
	margin-top: -180px;
}
#movie .embed iframe {
	width: 100%;
	height: 360px;
}
#movie_close {
	margin: 3% 0 0;
	color: #fff;
	cursor: pointer;
	text-align: right;
}
#movie_close img {
	width: 13.73%;
}


/* = news
----------------------------------------------- */
.news_contents {
	margin: 0 4.66%;
}
.news_contents .item {
	padding-top: 14.7%;
	border-bottom: 1px solid #fff;
}
.news_contents .item .img {
	padding-bottom: 8.8%;
	border-left: 1px solid #fff;
}
.news_contents .item .img img {
	display: block;
	width: 62.35%;
	margin: 0 auto;
}
.news_contents .item .box {
	padding-left: 4.4%;
	padding-bottom: 6%;
	border-left: 1px solid #fff;
}
.news_contents .item .update {
	margin-bottom: 4%;
	color: #1c4da0;
	font-size: 1.5rem;
	font-size: 4vw;
	font-weight: bold;
}
.news_contents .item .title {
	margin-bottom: 10px;
	color: #b8bdcd;
	font-size: 1.5rem;
	font-size: 4vw;
	font-weight: bold;
	line-height: 1.66;
}
.news_contents .item .text {
	color: #b8bdcd;
	font-size: 1.2rem;
	font-size: 3.2vw;
	line-height: 1.66;
}
.news_contents .item .text p + p {
	margin-top: 3%;
}
.news_contents .item .text a:hover {
	text-decoration: underline;
}

/* = outline
----------------------------------------------- */
.outline_contents {
	margin: 0 4.66%;
	padding: 7.33% 0 0;
	color: #b8bdcd;
	font-size: 1.2rem;
	font-size: 3.2vw;
	line-height: 1.75;
}
.outline_contents .intro.block {
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.outline_contents .story.block {
	border-right: 1px solid #fff;
}
.outline_contents .block .title {
	border-bottom: 1px solid #fff;
	background: url(../img/shared/subttl_bg01.png) no-repeat 50% 50%;
	background-size: 100% auto;
}
.outline_contents .block .subttl img {
	width: 100%;
}
.outline_contents .block .box p {
	margin-bottom: 5%;
	letter-spacing: 0.15em;
}
.outline_contents .box.text {
	padding: 4.4%;
}

/* = cast_contents
----------------------------------------------- */
.cast_contents {
	margin: 0 4.66%;
	padding: 6.6% 0 0;
}
.cast_contents .subttl {
	background: url(../img/shared/subttl_bg01.png) no-repeat 50% 50%;
	background-size: 100% auto;
	text-align: center;
}
.cast_contents .subttl img {
	width: 100%;
}
.cast_contents .block.cast {
	margin-bottom: 8.8%;
	overflow: hidden;
}
.cast_contents .block.cast .item {
	width: 73.52%;
	margin: 0 auto;
}
.cast_contents .block.cast .item04 {
	width: auto;
}
.cast_contents .block.staff {
	text-align: center;
}
.cast_contents .block img {
	width: 100%;
}

/* = ticket_contents
----------------------------------------------- */
.ticket_contents {
	margin: 0 4.66%;
	padding: 7.33% 0 0;
}
.ticket_contents .subttl {
	background: url(../img/shared/subttl_bg01.png) no-repeat 50% 50%;
	background-size: 100% auto;
	text-align: center;
}
.ticket_contents .subttl img,
.ticket_contents .lead img,
.ticket_contents .block img {
	width: 100%;
}
.ticket_contents .lead01 {
	margin-bottom: 7%;
}
.ticket_contents .lead02 {
	margin-bottom: 10.8%;
}
.ticket_contents .block {
	margin-bottom: 11.7%;
	padding-bottom: 5%;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
}
.ticket_contents .block2 {
	margin-bottom: 11.7%;
	padding-bottom: 5%;
}
.ticket_contents .block_wrap {
	position: relative;
	margin: 10.8% 0 0;
}
.ticket_contents .block_wrap .img_closed {
	position: absolute;
	top: 0;
	left: 61%;
	width: 39.5%;
	z-index: 1;
}
.ticket_contents .block.closed {
	opacity: 0.5;
}
.ticket_contents  h3 {
	border-bottom: 1px solid #fff;
}
.ticket_contents  p.date {
	margin: 0;
}
.ticket_contents .block2 h3 {
	border-bottom: 1px solid #fff;
}
.ticket_contents .block2 p.date {
	margin: 0;
}
.ticket_contents  table {
	margin: 5% 0 0 5%;
	color: #b8bdcd;
	font-size: 1.2rem;
	font-size: 3.2vw;
	line-height: 1.66;
}
.ticket_contents  table th,
.ticket_contents  table td {
	display: list-item;
	list-style-type: none;
}
.ticket_contents  table td {
	padding-bottom: 2%;
}
.ticket_contents  table a {
	color: #b8bdcd;
}
.ticket_contents  h4 {
	margin: 5% 0 3% 5%;
	font-size: 1.2rem;
	font-size: 3.2vw;
	line-height: 1.66;
}
.ticket_contents  p,
.ticket_contents  li {
	margin: 0 0 0 5%;
	color: #b8bdcd;
	font-size: 1.2rem;
	font-size: 3.2vw;
	line-height: 1.66;
}
.ticket_contents  p {
	margin: 0 0 3% 5%;
}


.ticket_contents .block2 h4 {
	margin: 5% 0 3% 5%;
	font-size: 1.2rem;
	font-size: 3.2vw;
	line-height: 1.66;
}
.ticket_contents .block2 p,
.ticket_contents .block2 li {
	margin: 0 0 0 5%;
	color: #b8bdcd;
	font-size: 1.2rem;
	font-size: 3.2vw;
	line-height: 1.66;
}


.ticket_contents .block2 h5 {
	margin: 25px auto 10px 0px;
	font-size: 17px;
	line-height: 1.8;
	color: #3990bd;
}


.ticket_contents .block p {
	margin: 0 0 3% 5%;
}

.ticket_contents .block li {
	padding-left: 1em;
	text-indent: -1em;
}
.ticket_contents .contact h4 {
	margin: 0 0 3%;
	font-size: 1.2rem;
	font-size: 3.2vw;
	line-height: 1.66;
}
.ticket_contents .contact p {
	color: #b8bdcd;
	font-size: 1.2rem;
	font-size: 3.2vw;
	line-height: 1.66;
}
.ticket_contents .contact p a {
	color: #b8bdcd;
}
.ticket_contents .contact li {
	color: #b8bdcd;
	margin-left: 1em;
	text-indent: -1em;
	font-size: 1.2rem;
	font-size: 3.2vw;
	line-height: 1.66;
}
.ticket_contents .contact li a {
	color: #b8bdcd;
}

/* = movie_contents
----------------------------------------------- */
.movie_contents {
	margin: 0 4.66%;
	padding: 3.67% 0 0;
}
.movie_contents .subttl {
	margin-bottom: 3%;
	background: url(../img/shared/subttl_bg01.png) no-repeat 50% 50%;
	background-size: 100% auto;
	font-size: 1.2rem;
	font-size: 3.2vw;
	line-height: 1.5;
	text-align: center;
}
.movie_contents .embed {
	position: relative;
	width: 100%;
	padding-top: 56%;
}
.movie_contents .embed iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

#fixedBnr{
	width:85%;
	height:36px;
	margin: 20px auto 50px auto;
}



.rh0-0				{line-height: 1px;}
.rh0				{line-height: 2px;}
.rh1				{line-height: 5px;}
.rh2				{line-height: 11px;}
.rh3				{line-height: 17px !important;}
.rh20				{line-height: 20px;}	
.rh30				{line-height: 30px;}	
.rh4				{line-height: 20px;}	
.rh25				{line-height: 25px;}

.fs7				{font-size: 7px}
.fs8				{font-size: 8px}
.fs9				{font-size: 9px}
.fs10				{font-size: 10px}
.fs11				{font-size: 11px}
.fs12				{font-size: 12px}
.fs13				{font-size: 13px}
.fs14				{font-size: 14px}
.fs15				{font-size: 15px}
.fs16				{font-size: 16px}
.fs17				{font-size: 17px}
.fs18				{font-size: 18px}
.fs19				{font-size: 19px}
.fs20				{font-size: 20px}
.fs21				{font-size: 21px}
.fs22				{font-size: 22px}
.fs25				{font-size: 23px}
.fs24				{font-size: 24px}
.fs25				{font-size: 25px}
.fs26				{font-size: 26px}
.fs27				{font-size: 27px}
.fs28				{font-size: 28px}
.fs29				{font-size: 29px}
.fs30				{font-size: 30px}
.fs31				{font-size: 31px}
.fs32				{font-size: 32px}
.fs33				{font-size: 33px}
.fs34				{font-size: 34px}
.fs35				{font-size: 35px}
.fs36				{font-size: 36px}
.fs37				{font-size: 37px}
.fs38				{font-size: 38px}
.fs39				{font-size: 39px}
.fs40				{font-size: 40px}
.fs41				{font-size: 41px}
.fs42				{font-size: 42px}
.fs43				{font-size: 43px}
.fs44				{font-size: 44px}
.fs45				{font-size: 45px}
.fs46				{font-size: 46px}
.fs47				{font-size: 47px}
.fs48				{font-size: 48px}
.fs49				{font-size: 49px}
.fs50				{font-size: 50px}

.fs52				{font-size: 52px}
.fs75				{font-size: 75px}




.fc1				{color:#000}
.fc2				{color:#faad08}
.fc3				{color:#c5cf2b}
.fc4				{color:#509fda}
.fc5				{color:#747576}
.fc6				{color:#000000}
.fc7				{color:#97051f}
.fc8				{color:#6b0101}
.fc9				{color:#D85950}
.fc10				{color:#032b7c}
.fc11				{color:#72AAE2}
.fc12				{color:#e5bd3a}
.fc13				{color:#7c6700}
.fc14   			{color:#e0bd31}
.fc15   			{color:#fff6d5}
.fc16   			{color:#b7a155}
.fc17				{color:#1865ab}
.fc18				{color:#fff}
.fc20			{color:#ffb504}
.fcblue			{color:#00a0e9}
.fcgold			{color:#deae00}
.fcwhite			{color:#ffffff}
.fcgray {color:#6f6f6f;}
.fcnavy {color:#034484;}
.fcdarkgold			{color:#b69474}
.fcdarkgray {color:#5c5f6c;}
.fcred{color: #e45959;}



.triangle1{
  width: 0;
  height: 0;
  border-left: 30px solid black;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
}


.x0					{padding-top: 3px}
.x1					{vertical-align: top;}
.x2					{vertical-align: bottom;}
.x3					{font-weight: bold;}
.x4					{vertical-align:middle;}
.x5					{text-decoration:underline;}
.x6					{text-align: center;}
.x7					{font-weight: normal;}
.x8					{text-align: left;}
.x9					{text-align: right;}
.x10 					{color: #FFF; -webkit-text-stroke: 1px #000;}
.x11				{ font-family: "heisei-mincho-std",sans-serif;}



.table_001	{
width: 100%;
margin:0px auto 0px auto;
}



.table_001 th	{
width: 30%;
font-size: 17px;
vertical-align: top;
text-align: center;
border-left: 1px #fff solid;
border-right: 1px #fff solid;
padding: 10px 15px;

}


.table_001 td	{
width: 30%;
font-size: 15px !important;
vertical-align: top;
border-left: 1px #fff solid;
border-right: 1px #fff solid;
padding: 0 15px;
}
.table_002	{
width: 100%;
margin:0px auto 0px auto;
}



.table_002 th	{
width: 30%;
font-size: 15px;
vertical-align: top;
text-align: let;
padding:  0px 15px 30px 0px;
color: #3990bd;
line-height: 40px;

}


.table_002 td	{
width: 70%;
font-size: 15px !important;
vertical-align: top;
padding: 0 15px;
line-height: 40px;
padding:  0px 15px 30px 0px;
}


/* = products_contents
----------------------------------------------- */
.products_contents {
	margin: 0 4.66%;
	padding: 7.33% 0 0;
}
.products_contents .subttl {
	background: url(../img/shared/subttl_bg01.png) no-repeat 50% 50%;
	background-size: 100% auto;
	text-align: center;
}
.products_contents .subttl img,
.products_contents .lead img,
.products_contents .block img {
	width: 100%;
}
.products_contents .lead01 {
	margin-bottom: 7%;
}
.products_contents .lead02 {
	margin-bottom: 10.8%;
}
.products_contents .block {
	margin-bottom: 11.7%;
	padding-bottom: 5%;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
}
.products_contents .block2 {
	margin-bottom: 11.7%;
	padding-bottom: 5%;
}
.products_contents .block_wrap {
	position: relative;
	margin: 10.8% 0 0;
}
.products_contents .block_wrap .img_closed {
	position: absolute;
	top: 0;
	left: 61%;
	width: 39.5%;
	z-index: 1;
}
.products_contents .block.closed {
	opacity: 0.5;
}
.products_contents .block h3 {
	border-bottom: 1px solid #fff;
}
.products_contents .block p.date {
	margin: 0;
}
.products_contents .block2 h3 {
	border-bottom: 1px solid #fff;
}
.products_contents .block2 p.date {
	margin: 0;
}
.products_contents .block table {
	margin: 5% 0 0 5%;
	color: #b8bdcd;
	font-size: 1.2rem;
	font-size: 3.2vw;
	line-height: 1.66;
}
.products_contents .block table th,
.products_contents .block table td {
	display: list-item;
	list-style-type: none;
}
.products_contents .block table td {
	padding-bottom: 2%;
}
.products_contents .block table a {
	color: #b8bdcd;
}
.products_contents .block h4 {
	margin: 5% 0 3% 5%;
	font-size: 1.2rem;
	font-size: 3.2vw;
	line-height: 1.66;
}
.products_contents .block p,
.products_contents .block li {
	margin: 0 0 0 5%;
	color: #b8bdcd;
	font-size: 1.2rem;
	font-size: 3.2vw;
	line-height: 1.66;
}
.products_contents .block p {
	margin: 0 0 3% 5%;
}


.products_contents .block2 h4 {
	margin: 5% 0 3% 5%;
	font-size: 1.2rem;
	font-size: 3.2vw;
	line-height: 1.66;
}
.products_contents .block2 p,
.products_contents .block2 li {
	margin: 0 0 0 5%;
	color: #b8bdcd;
	font-size: 1.2rem;
	font-size: 3.2vw;
	line-height: 1.66;
}


.products_contents .block2 h5 {
	margin: 25px auto 10px 0px;
	font-size: 17px;
	line-height: 1.8;
	color: #3990bd;
}


.products_contents .block p {
	margin: 0 0 3% 5%;
}

.products_contents .block li {
	padding-left: 1em;
	text-indent: -1em;
}
.products_contents .contact h4 {
	margin: 0 0 3%;
	font-size: 1.2rem;
	font-size: 3.2vw;
	line-height: 1.66;
}
.products_contents .contact p {
	color: #b8bdcd;
	font-size: 1.2rem;
	font-size: 3.2vw;
	line-height: 1.66;
}
.products_contents .contact p a {
	color: #b8bdcd;
}
.products_contents .contact li {
	color: #b8bdcd;
	margin-left: 1em;
	text-indent: -1em;
	font-size: 1.2rem;
	font-size: 3.2vw;
	line-height: 1.66;
}
.ticket_contents .contact li a {
	color: #b8bdcd;
}


/*オーバーレイ*/

#overArea{
	display:none;
	position:fixed;
	z-index:20;
	width:100%;
	height:100%;
	background:rgba(0,0,0,1);	
	opacity:0;
	top:0;
}

#overArea:hover{
	cursor:pointer;
}

#overWrap{
	position:relative;
	z-index:25;
	display:none;
	opacity:0;
	color:#fff;
}

.overFixed{
	position:fixed;
	left:0;
	right:0;
	z-index: 999;
}

#overCloseBtn{
	display:block;
	width:30px;
	height:30px;
	position:absolute;
	overflow:hidden;
	text-indent:-999px;
	top:-35px;
	right:5px;
	background:url(../img/common/btnClose.png) no-repeat;
	background-size:auto 100%;
}

#overCloseBtn:hover{
	cursor:pointer;
}

#overContents{
	overflow:hidden;
	text-align:center;
}

#movieWrap{
	margin:0;
	position:relative;
	width:100%;
	padding-top:56%;	
}

#movieWrap iframe{
	position:absolute;
	top:0;
	right:0;
	width:100% !important;
	height:100% !important;	
}

.overBtn{
	display:none;
/*	position:fixed;
	bottom:-9999px;
	opacity:0;*/
}

#movie1{
	text-align:left;
}


.goods_contents  p,
.goods_contents  li {
	color: #fff;
	font-size: 10px;
	line-height: 20px;
	text-align: left;
	font-weight: normal !important;
}
