@charset: 'utf-8';

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

@font-face {
	font-family: 'M+ Type-2 p Regular';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/mplus-2p-regular-subset.eot');
	src: url('fonts/mplus-2p-regular-subset.eot?#iefix') format('embedded-opentype'),
	url('fonts/mplus-2p-regular-subset.woff') format('woff'),
	url('fonts/mplus-2p-regular-subset.ttf')  format('truetype');
}


html, body {
	width: 100%;
}

body {
	position: relative;
	background-color: #000;
	background-image: url(img/bg_line.png), url(img/bg.jpg);
	background-position: center top, center top;
	background-attachment: fixed, fixed;
	background-size: 100% auto, 100% auto;
	font-size: 14px;
	line-height: 1;
	font-family: 'Lato', 'M+ Type-2 p Regular', sans-serif;
	font-weight: 400;
	color: #fff;
	margin: 0;
	padding: 0;
}

body.fixed {
	margin: 60px 0 0;
}

a:link, a:visited {
	color: #fff;
	text-decoration: none;
	outline: none;

}

a:hover, a:active {
	text-decoration: underline;
	outline: none;
}

h1,h2,h3,h4,h5 {
	margin: 0;
	padding: 0;
}

img, x:-moz-any-link, x:default {
	box-shadow: #000 0 0 0;
	background-color: transparent;
}

img {
	vertical-align: bottom;
}

strong {
	font-weight: 700;
}

#wrap {
	position: relative;
	width: 100%;
	min-width: 1000px;
}

#header {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding: 100px 0 70px;
}

#header h1 {
	position: relative;
	background: transparent url(img/na10th_logo.png) no-repeat;
	background-size: 100% 100%;
	width: 793px;
	height: 514px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin: 0 auto 70px;
}

#header .header-date {
	position: relative;
	background: transparent url(img/header-date.png) no-repeat;
	background-size: 100% 100%;
	width: 600px;
	height: 164px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin: 0 auto;
}

#nav-button-wrap {
	display: none;
}

#nav-wrap {
	position: relative;
	width: 100%;
	min-width: 1000px;
	height: 60px;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size: 22px;
	text-align: center;
	padding: 0;
	z-index: 100;
}

.fixed #nav-wrap {
	position: fixed;
	top: 0;
	left: 0;
}

#nav-wrap ul {
	width: 100%;
	background-color: #000;
	list-style: none;
	padding: 19px 0;
	margin: 0;
}

#nav-wrap li {
	display: inline;
	margin: 0;
	padding: 0;
}

#nav-wrap a:hover,
#nav-wrap a:active,
#nav-wrap li.on a {
	color: #8fc31f;
	text-decoration: none;
}

#nav-wrap span {
	margin: 0 .5em;
}

#main {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	z-index: 0;
}

#main .contents {
	padding: 150px 0 0;
}

#main h2 {
	position: relative;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size: 40px;
	text-align: center;
	z-index: -1;
	margin: 0 auto 70px;
}

#main h2::before {
	content: '';
	display: block;
	position: absolute;
	top: 20px;
	left: 0;
	width: 364px;
	height: 1px;
	overflow: hidden;
	z-index: 1;
	background-color: #fff;
}

#main h2::after {
	content: '';
	display: block;
	position: absolute;
	top: 20px;
	right: 0;
	width: 364px;
	height: 1px;
	overflow: hidden;
	z-index: 1;
	background-color: #fff;
}

#news ul {
	margin: 0;
	padding: 40px 40px 50px;
	list-style: none;
	background-color: rgba(0,0,0, 0.7);
}

#news ul li {
	margin: 0 0 50px;
	overflow: hidden;
}

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

#news ul li .news-date {
	float: left;
	width: 120px;
	margin: 0;
	font-size: 16px;
	line-height: 28px;
}

#news ul li h3 {
	margin: 0 0 0 120px;
	font-size: 18px;
	line-height: 28px;
}


#news ul li .news-text {
	height: 0;
	opacity: 0;
	margin: 0 0 0 120px;
	font-size: 15px;
	line-height: 22px;
	-moz-transition: all 1s ease-out;
	-webkit-transition: all 1s ease-out;
	transition: all 1s ease-out;
}

#news ul li h3.opened + .news-text {
	height: auto;
	opacity: 1;
}

#news ul li .news-text p {
	margin: 1em 0 0;
}

#about h3 {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 38px;
	text-align: center;
}

#about h4 {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 38px;
	text-align: center;
	margin: 0 0 30px;
}

#about dl {
	font-size: 18px;
	line-height: 32px;
}

#about dl dt {
	display: block;
	float: left;
	width: 330px;
	text-align: right;
}

#about dl dd {
	display: block;
	margin: 0 0 0 340px;
	width: 660px;
}

#about a {
	text-decoration: underline;
}

#artists ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0;
}

#artists ul li {
	display: inline-block;
	width: 320px;
	margin:0 20px 37px 0;
}

#artists ul li:nth-child(3n) {
	margin: 0 0 37px;
}

#artists ul li.andmore {
	display: block;
	width: 100%;
	text-align: center;
	margin: 0 0 60px;
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
}

#artists ul li img {
	width: 100%;
	height: auto;
}

#artists ul li h3 {
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
	text-align: center;
	margin: 10px 0 0;
}

#timetable div {
	width: 100%;
	height: 430px;
	background-color: rgba(255,255,255, 0.4);
}

#timetable div.timetable-main {
	height: inherit;
}

#timetable div.timetable-main img {
	width: 100%;
	height: auto;
}

#timetable div p {
	margin: 0;
	padding: 206px 0 0;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 18px;
	text-align: center;
}

#tickets {
	text-align: center;
}

#tickets p {
	margin: 0 0 1em;
	font-size: 18px;
	line-height: 32px;
}

#tickets p.price {
	display: inline-block;
	margin: 0 1em;
}

#tickets p.price span {
	font-size: 12px;
}

#tickets p.ticket-notice {
	font-size: 12px;
	line-height: 1;
}

#tickets .ticket-link {
	margin: 30px 0 0;
	padding: 70px 0;
	background-color: #000;
}

#tickets .ticket-link a {
	display: inline-block;
	margin: 0 20px;
	padding: 10px 20px;
	border: solid 1px #999;
	opacity: 1;
	-moz-transition: opacity .2s ease-out;
	-webkit-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
}

#tickets .ticket-link a:hover {
	opacity: .7;
}

#notice ul {
	list-style: none;
	font-size: 14px;
	line-height: 24px;
	margin: 0;
	padding: 0;
}

#notice ul li {
	padding: 0 0 0 1em;
	text-indent: -1em;
}

.access-map {
	width: 1000px;
	height: 550px;
	background-color: #000;
}

.access-map #gmap {
	width: 100%;
	height: 100%;
}

.access-place {
	margin: 30px 0 0;
	font-size: 14px;
	line-height: 24px;
	overflow: hidden;
}

.access-place dt {
	float: left;
	width: 490px;
	text-align: right;
}

.access-place dd {
	margin: 0 0 0 500px;
	width: 500px;
}

#footer {
	position: relative;
	margin: 210px 0 0;
	padding: 50px 0;
	background-color: #000;
	font-family: 'Lato';
	font-weight: 900;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
}

#footer .gototop {
	position: absolute;
	top: -34px;
	left: 50%;
	margin: 0 0 0 -40px;
}

#footer p {
	margin: 1em 0 0;
	padding: 0;
}

#footer p.footer-large {
	font-size: 36px;
}

#footer a {
	text-decoration: underline;
}