@charset "utf-8";
/* reset */
/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:

http://developer.yahoo.com/yui/license.html

version: 3.3.0
build: 3167
*/
html {
	color:#000;background:#FFF;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin:0;padding:0;
}
table {
	border-collapse:collapse;border-spacing:0;
}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;font-weight:normal;
}
li {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;font-weight:normal;
}
q:before,q:after {content:'';}
abbr,acronym {border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select {font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select {*font-size:100%;}
legend {color:#000;}

/* main */

html {
	background: #000;
}

body {
	color:#ffffff;
	font-size:80%;
	-webkit-text-size-adjust: none;
    line-height: 1.7;
	background: #000;
	font-family:Arial, Helvetica, sans-serif;
    text-align:left;
}

/* link */

a {
	color: #ff3366;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: #ff4c79;
	text-decoration:underline;
}
a img {
	border:none;
}

/* contents */

#header {
	width: 100%;
	height: 40px;
	position: absolute;
	top: 0px;
	z-index: 999;
}

#wrapper {
	width: 100%;
}

.box {
	position: relative;
	width: 100%;
	min-height: 600px;
	margin-bottom: 50px;
}

.pic {
	width: 100%;
	z-index: 1;
}

.pic img{
	min-width: 800px;
	min-height: 400px;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
}

.content {
	position: absolute;
	top :0px;
	left: 0px;
	width:100%;
	z-index: 2;
	min-width: 800px;
}

.content_outer {
	width: 100%;
	min-width: 800px;
}
.content_inner {
	margin:2% 5%;
}
.content img {
	width: 100%;
	height: auto;
	position: relative;
}
.content img.left {
	width: 50%;
}
.content img.right {
	width: 50%;
  /* display:none; */
}


.content .txt_area {
	//background-color: #ffffff;
	background-color: #000000;
	//color: #333333;
	color: #ffffff;
	font-size: 12px;
	opacity: 0.7;
	width: 95%;
	padding: 20px;
	//margin: 50px auto;
}
.arrow {
	position: absolute;
	bottom: 5%;
	right: 5%;
	z-index: 3;
}

/* TOP */

#social {
	position: absolute;
	width: 100%;
	top: 79%;
	padding-top: 0%;
	min-width: 800px;
	z-index: 2;
}
#sns {
	/* width: 325px; */
	width: 545px;
	margin:0 auto;
	//padding: 0 20%;
	text-align: center;
	
}
.sns_logo {
	float: left;
	margin-top: 12px;
	margin-right: 8px;
}
.twitter {
	float: left;
	margin-top: 10px;
	margin-right: -10px;
}
.facebook {
	float: left;
	margin-top: 10px;
}
.navi_btn {
	float: left;
	margin-top: 12px;
}
.navi_btn:last-child {
	margin-left: 15px;
}
#p1 .video {
	position: absolute;
	width: 27%;
	top: 6%;
	right: 4.5%;
  height: auto;
}
#p1 .video img {
	width: 100%;
	height: auto;
	border: 1px solid #333333;
	z-index: 999;
}

#p1 .flyer {
    position: absolute;
    width: 14%;
    top: 35%;
    right: 4.5%;
}
#p1 .flyer img {
	width: 100%;
	height: auto;
	border: 1px solid #333333;
	z-index: 999;
}
#p1 .topics {
	background-color: #000000;
	color: #ffffff;
	font-size: 12px;
	opacity: 0.7;
	width: 22%;
	padding: 20px;
	position: absolute;
	top: 6%;
	left: 4.5%;
}
#p1 .topics h2 {
	font-weight: bold;
	font-size: 18px;
	}
#p1 .topics li {
	padding: 4px 0;
	border-bottom: 1px dotted #666666;
}



/* P2 */
.catch {
	margin: 2% 11% 0;
}
.vs {
	margin: 15px 12% 0;
}
/* バナーひとつのとき
.andmore {
	margin: 15px 33% 0;
}
*/
.andmore {
	margin: 15px 17% 0;
}
.small {
	font-size: 65%;
	margin-top: 15px;
}

/* TICKET INFO */

#p3 {
	min-height: 900px;
}

.ticket_info {
	margin: 13% 30%;
	color: #ffffff;
	font-size: 15px;
	line-height: 21px;
}
.ticket_info h2 {
	margin-bottom: 20px;
}
.ticket_info ul {
	width: 330px;
}
.ticket_info li {
	padding: 8px 0;
	border-bottom: 1px dotted #ffffff;
}
.sold {
    color: #7f7f7f;
    text-decoration:line-through;
}
.soldout img  {
    width: 83px;
    margin-left:3px;
    margin-bottom: -2px;
    text-decoration:none;
}
.btn_r {
	background-color: #ff3366;
	color: #ffffff;
	font-size:13px;
	/*font-weight: bold;*/
	padding:1px 10px 2px; 
	margin-top: 10px;
	display: block;
	width: 140px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
}
.btn_r:hover {
	background-color: #ff4c79;
	color: #ffffff;
	text-decoration: none;
}
.btn_y {
	background-color: #c69c15;
	color: #ffffff;
	font-size:13px;
	/*font-weight: bold;*/
	padding:1px 10px 2px; 
	margin-top: 10px;
	display: block;
	width: 140px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
}
.btn_y:hover {
	background-color: #e9bf36;
	color: #ffffff;
	text-decoration: none;
}

.ticket_info table td{
	width: 90px;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	padding: 5px 0;
}
.ticket_info table td img{
	width: 80px;
}

/* P4 MESSAGE */

#p4 h2 {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
}
#p4 p { 
	margin: 10px 0;
}
#p4 p:last-child { 
	margin-top: 30px;
	margin-bottom: 0;
}
#p4 {
	min-height: 1400px;
}

/* P5 */

#p5 {
	min-height: 900px;
}

#p5 h2 {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
}

#p5 h3 {
	font-weight: bold;
	font-size: 16px;
	display:inline;
	margin:0;
}

#p5 h3 a{
	font-weight: bold;
}

#p5 ul {
	margin-bottom: 10px;
}

#p5 .video {
	position: absolute;
	width: 34%;
	top: 5.8%;
	right: 8%;
}

#p5 .video img {
	width: 100%;
	height: auto;
	border: 1px solid #333333;
	z-index: 999;
}

#p5 .content .txt_area {
	margin: 20px auto;
}

.credit {
	background-color: #000000;
	color: #ffffff;
	font-size: 12px;
	opacity: 0.7;
	width: 95%;
	padding: 20px;
	margin: 0 auto;
}

.about {
	margin: 3% 10% 0;
	z-index: 3;
}

/* P6 TEXT */
/*
#p6 .pic img {
    padding-top: 10%;
}
*/
#p6 .content {
    height: 100%;
}
#p6 .content_inner {
	  margin: 0;
    padding: 3% 10%;
    height: 92%;
}
#p6 .content .content_inner .txt_area {
    height: 91%;
    /*overflow: auto;*/
}
#p6 .txt_area .txt_body {
   /* width: 600px; */
    height: 86%;
    overflow: auto;
}


/* 二段組ver
#p6 .content_inner {
	  margin: 0;
    padding: 0 2%;
}
#p6 .content_inner .txt_area {
    -moz-column-width: auto;
    -moz-column-count: 2;
    -moz-column-gap: 30px;
    -webkit-column-width: auto;
    -webkit-column-count: 2;
    -webkit-column-gap: 30px;
    -o-column-width: auto;
    -o-column-count: 2;
    -o-column-gap: 30px;
    -ms-column-width: auto;
    -ms-column-count: 2;
    -ms-column-gap: 30px;
    font-size: 10px;
    width: 97%;
}
 */
#p6 h2 {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
}
#p6 p { 
	margin: 10px 0;
}
#p6 {
	min-height: 533px;
}

/* P7 TEXT */
#p7 .content {
    height: 100%;
}
#p7 .content_inner {
	  margin: 0;
    padding: 3% 10%;
    height: 92%;
}
#p7 .content .content_inner .txt_area {
    height: 94%;
}
#p7 .txt_area .txt_body {
    height: 88%;
    overflow: auto;
}

#p7 h2 {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
}
#p7 p { 
	margin: 10px 0;
}
#p7 {
	min-height: 533px;
}

/* P8 TEXT */
#p8 .content {
    height: 100%;
}
#p8 .content_inner {
	  margin: 0;
    padding: 3% 10%;
    height: 92%;
}
#p8 .content .content_inner .txt_area {
    height: 94%;
}
#p8 .txt_area .txt_body {
    height: 88%;
    overflow: auto;
}

#p8 h2 {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
}
#p8 p { 
	margin: 10px 0;
}
#p8 {
	min-height: 533px;
}


.jspContainer {
    height: 100% !important; 
}


/* FOOTER */
#footer {
	height: 60px;
	margin-bottom: 20px;
	text-align: center;
}
