@charset "utf-8";

/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
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{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0;}img{vertical-align:bottom;}

body {
	font-size: 13px;
	line-height: 1.8;
	color:#333;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Helvetica, Arial, Verdana, sans-serif;
	word-break: break-all;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	background:url(http://d2h9keb7jj5hiq.cloudfront.net/img/bg.gif);
	background-size: 100%;
}

body#home {
	background:none;
}

a {
	text-decoration: none;
	color:#333;
	opacity: 1;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

a:hover {
	color:#009de2;
}


@media screen and (max-width: 800px) {
body{
	background:none;
}
}




/* -----container----- */

#container {
	position:relative;
	width:1000px;
	height:100%;
	margin:0 auto 90px auto;
	-moz-box-shadow: 0 0 3px #999;
	-webkit-box-shadow: 0 0 3px #999;
	box-shadow: 0 0 3px #999;
	background: #fff;
}

#contentWrap {
	padding:30px;
	background:#fff;
}

#container.stadium {
	background-color: #cddce4;
	background-image: url(http://d2h9keb7jj5hiq.cloudfront.net/img/stadium_fes/container_bg.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 0 70px;
	overflow: hidden;
}

#container.stadium_l {
	background-color: #cddce4;
	background-image: url(http://d2h9keb7jj5hiq.cloudfront.net/img/stadium_fes/container_bgl.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0 70px;
	overflow: hidden;
}

#container.stadium #contentWrap {
	background: none;
}

#container.stadium_l #contentWrap {
	background: none;
}

#container.stadium_top {
	background-color: #cddce4;
	background-image: url(http://d2h9keb7jj5hiq.cloudfront.net/img/stadium_fes/container_top_bg.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 0 70px;
	overflow: hidden;
}

#container.stadium_top #contentWrap {
	background: none;
	padding:30px 30px 0 30px;
}

#contentWrap.mb {
	padding:30px 30px 200px 30px;
}

@media screen and (max-width: 800px) {
#container {
	width: 95%;
	margin: auto;
	padding-top: 70px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#contentWrap {
	margin-bottom: 40px;
	padding:0;
	background:#fff;
}

#container.stadium_top {
	background: none;
}

#container.stadium_top #contentWrap {
	background: none;
	padding: 0;
}

#container.stadium {
	background: none;
}

#container.stadium_l {
	background: none;
}

#container.stadium_l h4 {
	display: block;
}

#contentWrap.mb {
	margin-bottom: 150px;
	padding:0;
}

}





/* -----header----- */

header {
	position: fixed;
	width:100%;
	background:#fff;
	height: 100px;
	-moz-box-shadow: 0 0 5px #999;
	-webkit-box-shadow: 0 0 5px #999;
	box-shadow: 0 0 5px #999;
	z-index: 9999;
}

#contentHeader {
	position:relative;
	width:1000px;
	height: 100px;
	margin:auto;
}

h1 {
	position: absolute;
	top: 8px;
}

#contentHeader ul {
	position: absolute;
	top: 30px;
	right: 0;
	width: 700px;
}

#contentHeader li {
	width: 220px;
	margin-right: 20px;
	float: left;
}

#contentHeader li.last {
	margin: 0;
}


@media screen and (max-width: 800px) {
header {
	position: fixed;
	width: 100%;
	height: 50px;
	background:#fff;
	-moz-box-shadow: 0 0 5px #999;
	-webkit-box-shadow: 0 0 5px #999;
	box-shadow: 0 0 5px #999;
	z-index: 9999;
}

#contentHeader {
	width: 100%;
	height: 50px;
	margin: 0;
}

h1 {
	position: absolute;
	top: 9px;
	left: 8px;
}

h1 img {
	width: 79px;
}

#contentHeader ul {
	width: 230px;
	margin: 0;
	padding: 12px 10px 0 0;
	float: right;
	position: static;
}

#contentHeader li {
	width: 70px;
	margin-right: 10px;
	float: left;
}

#contentHeader li img {
	width: 70px;
}
}

@media screen and (max-width: 400px) {
#contentHeader ul {
	width: 170px;
	margin: 0;
	padding: 13px 10px 0 0;
	float: right;
	position: static;
}
#contentHeader li {
	width: 50px;
	margin-right: 10px;
	float: left;
}
#contentHeader li img {
	width: 50px;
}
}


/* -----container----- */

#topicPath {
	width: 1000px;
	margin: 0 auto 10px auto;
	padding-top: 100px;
	line-height: 50px;
}

#topicPath li {
	display: inline;
}

h3 {
	clear: both;
	margin-bottom: 20px;
	padding-left: 35px;
	font-size: 18px;
	font-weight: bold;
	background:url(http://d2h9keb7jj5hiq.cloudfront.net/img/icon_a-nation.png) no-repeat center left;
}

h4 {
	clear: both;
	margin-bottom: 10px;
	color: #009de2;
	font-size: 18px;
	font-weight: bold;
}

h4.stf {
	clear: both;
	margin-bottom: 10px;
	padding-left: 35px;
	color: #009de2;
	font-size: 18px;
	font-weight: bold;
	background:url(http://d2h9keb7jj5hiq.cloudfront.net/img/stadium_fes/icon.jpg) no-repeat center left;
}

.listBlock li {
	padding-left: 10px;
	background:url(http://d2h9keb7jj5hiq.cloudfront.net/img/icon_square_sky.gif) no-repeat center left;
}

.listBlock li.nop {
	background-image: none;
}


@media screen and (max-width: 800px) {
#topicPath{
	display:none;
}

h2 {
	margin-bottom: 10px;
}

h2 img {
	width: 100%;
}

h3 {
	clear: both;
	margin-bottom: 20px;
	padding-left: 35px;
	font-size: 18px;
	font-weight: bold;
	background:url(http://d2h9keb7jj5hiq.cloudfront.net/img/icon_a-nation.png) no-repeat top left;
}

h4 {
	clear: both;
	margin-bottom: 20px;
	padding-left: 35px;
	font-size: 18px;
	font-weight: bold;
	background:url(http://d2h9keb7jj5hiq.cloudfront.net/img/icon_a-nation.png) no-repeat top left;
}
}






/* -----navGlobal----- */

#navGlobal {
	z-index: 1111;
	position: absolute;
	width: 130px;
	padding: 10px;
	top: 160px;
	background:url(http://d2h9keb7jj5hiq.cloudfront.net/img/bg_nav.png);
	-moz-box-shadow: 0 0 3px #999;
	-webkit-box-shadow: 0 0 3px #999;
	box-shadow: 0 0 3px #999;
}

#navGlobal li {
    font-size: 11px;
    font-family: "futura";
    margin: 0 0 5px 10px;
    line-height: 1.4;
    white-space: nowrap;
    list-style-image:url(http://d2h9keb7jj5hiq.cloudfront.net/img/icon_arrow_blue.gif);
}

#navGlobal li.ticket,
#navGlobal li.island,
#navGlobal li.resort_stage,
#navGlobal li.stadium_fes,
#navGlobal li.artists,
#navGlobal li.access,
#navGlobal li.faq,
#navGlobal li.goods {
	margin-left: 0;
    list-style-image:none;
}

#navGlobal .ticket a {
	color: #de2026;
	font-size: 15px;
}

#navGlobal .ticket a span {
	color: #de2026;
	font-size: 10px;
}

#navGlobal .island {
	color: #e2318c;
	font-size: 12px;
}
#navGlobal .island a {
	color: #e2318c;
	font-size: 15px;
}

#navGlobal .island a span {
	color: #e2318c;
	font-size: 10px;
}

#navGlobal .resort_stage a {
	color: #e2318f;
	font-size: 15px;
}

#navGlobal .resort_stage a span {
	color: #e2318f;
	font-size: 10px;
}

#navGlobal .stadium_fes a {
	color: #007ac5;
	font-size: 15px;
}

#navGlobal .stadium_fes a span {
	color: #007ac5;
	font-size: 10px;
}

#navGlobal .artists a {
	color: #0099b0;
	font-size: 15px;
}

#navGlobal .artists a span {
	color: #0099b0;
	font-size: 10px;
}

#navGlobal .access a {
	color: #ff7a00;
	font-size: 15px;
}

#navGlobal .access a span {
	color: #ff7a00;
	font-size: 10px;
}

#navGlobal .faq a {
	color: #f8b61c;
	font-size: 15px;
}

#navGlobal .faq a span {
	color: #f8b61c;
	font-size: 10px;
}

#navGlobal .goods a {
	color: #fa4b77;
	font-size: 15px;
}

#navGlobal .goods a span {
	color: #fa4b77;
	font-size: 10px;
}

#navGlobal .soon {
	color: #b1b1b1;
	font-size: 15px;
	margin-left: 0;
    list-style-image:none;
}

#navGlobal .soon span {
	color: #b1b1b1;
	font-size: 10px;
}





@media screen and (max-width: 800px) {
#navGlobal {
	position: inherit;
	width: 100%;
	padding: 0;
	background: #fff;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#navGlobal li {
    font-size: 14px;
    margin: 0;
    line-height: 50px;
    white-space: inherit;
    list-style-image:url(http://d2h9keb7jj5hiq.cloudfront.net/img/icon_arrow_blue.gif);
    list-style-position: inside;
    border-bottom: 1px #ccc solid;
}

#navGlobal li.ticket,
#navGlobal li.island,
#navGlobal li.resort_stage,
#navGlobal li.stadium_fes,
#navGlobal li.artists,
#navGlobal li.access,
#navGlobal li.faq,
#navGlobal li.goods {
	font-size: 20px;

}

#navGlobal li a {
	display: block;
}

#navGlobal br {
	display: none;
}

#navGlobal .ticket {
	background: #de2026;
	border-bottom: none;

}
#navGlobal .ticket a {
	background:url(http://d2h9keb7jj5hiq.cloudfront.net/img/icon_arrow_down_white.png) no-repeat center;
	background-size: 14px;
    background-position: 96%;
	color: #fff;
	font-size: 20px;
}

#navGlobal .island {
	background: #e2318c;
	border-bottom: none;
}

#navGlobal .island a {
	background:url(http://d2h9keb7jj5hiq.cloudfront.net/img/icon_arrow_down_white.png) no-repeat center;
	background-size: 14px;
    background-position: 96%;
	color: #fff;
	font-size: 20px;
}

#navGlobal li.location {
	background: none;
	padding-left: 20px;
	border-bottom: 1px #ccc solid;
	background:url(http://d2h9keb7jj5hiq.cloudfront.net/img/icon_arrow_down_grey.png) no-repeat center;
	background-size: 14px;
    background-position: 92%;
    font-size: 16px;
}

#navGlobal .resort_stage {
	background: #e2318f;
	border-bottom: none;
}

#navGlobal .resort_stage a {
	background:url(http://d2h9keb7jj5hiq.cloudfront.net/img/icon_arrow_down_white.png) no-repeat center;
	background-size: 14px;
    background-position: 96%;
	color: #fff;
	font-size: 20px;
}

#navGlobal .stadium_fes {
	background: #007ac5;
	border-bottom: none;
}

#navGlobal .stadium_fes a {
	background:url(http://d2h9keb7jj5hiq.cloudfront.net/img/icon_arrow_down_white.png) no-repeat center;
	background-size: 14px;
    background-position: 96%;
	color: #fff;
	font-size: 20px;
}

#navGlobal .faq {
	background: #f8b61c;
	border-bottom: none;
}

#navGlobal .faq a {
	background:url(http://d2h9keb7jj5hiq.cloudfront.net/img/icon_arrow_right_white.png) no-repeat center;
	background-size: 14px;
    background-position: 96%;
	color: #fff;
	font-size: 20px;
}

#navGlobal .artists {
	background: #0099b0;
	border-bottom: none;
}

#navGlobal .artists a {
	background:url(http://d2h9keb7jj5hiq.cloudfront.net/img/icon_arrow_right_white.png) no-repeat center;
	background-size: 14px;
    background-position: 96%;
	color: #fff;
	font-size: 20px;
}

#navGlobal .access {
	background: #ff7a00;
	border-bottom: none;
}

#navGlobal .access a {
	background:url(http://d2h9keb7jj5hiq.cloudfront.net/img/icon_arrow_right_white.png) no-repeat center;
	background-size: 14px;
    background-position: 96%;
	color: #fff;
	font-size: 20px;
}

#navGlobal .goods {
	background: #fa4b77;
	border-bottom: none;
}

#navGlobal .goods a {
	background:url(http://d2h9keb7jj5hiq.cloudfront.net/img/icon_arrow_right_white.png) no-repeat center;
	background-size: 14px;
    background-position: 96%;
	color: #fff;
	font-size: 20px;
}

#navGlobal .soon {
	background: #b1b1b1;
	border-bottom: none;
	color: #fff;
	font-size: 20px;
}

#navGlobal li.red {
	margin-left:0;
    list-style-image:url(http://d2h9keb7jj5hiq.cloudfront.net/img/icon_square_red.gif);
    padding-left: 20px;
    background:url(http://d2h9keb7jj5hiq.cloudfront.net/img/icon_arrow_right_grey.png) no-repeat center;
    background-size: 14px;
    background-position: 92%;
}

#navGlobal li.pink {
	margin-left:0;
    list-style-image:url(http://d2h9keb7jj5hiq.cloudfront.net/img/icon_square_pink.gif);
    padding-left: 20px;
    background:url(http://d2h9keb7jj5hiq.cloudfront.net/img/icon_arrow_right_grey.png) no-repeat center;
    background-size: 14px;
    background-position: 92%;
}

#navGlobal li.blue {
	margin-left:0;
    list-style-image:url(http://d2h9keb7jj5hiq.cloudfront.net/img/icon_square_blue.gif);
    padding-left: 20px;
    background:url(http://d2h9keb7jj5hiq.cloudfront.net/img/icon_arrow_right_grey.png) no-repeat center;
    background-size: 14px;
    background-position: 92%;
}


}











/* -----contentFooter----- */

#contentFooterBg {
	min-height: 400px;
	padding: 30px 0 40px 0;
	background: #f2f6f7;
}

.contentFooter {
	width: 1000px;
	margin: 0 auto;
}

#contentFooterBg h3 {
	clear: both;
	margin-bottom: 20px;
	padding-left: 35px;
	line-height: 25px;
	font-size: 16px;
	font-weight: bold;
	background:url(http://d2h9keb7jj5hiq.cloudfront.net/img/icon_a-nation.png) no-repeat center left;
}

#twitter {
	float: left;
	width: 480px;
	height: 250px;
	margin: 0 0 30px 0;
}

#facebook {
	width: 480px;
	float: right;
}

#contentFooterBg ul {
	text-indent: -6em;
	margin: 0 0 15px 6em;
}

#contentFooterBg ul:last-child {
	margin: 0 0 0 6em;
}

#contentFooterBg ul.nm {
	text-indent: -6em;
}

#contentFooterBg li {
	display: inline;
	margin: 0 0 8px 8px;
	line-height: 50px;
}

#contentFooterBg li.tit {
	text-align: right;
	width: 5em;
	display: inline-block;
}

#contentFooterBg li img {
	vertical-align: middle;
}

@media screen and (max-width: 800px) {
#contentFooterBg {
	min-height: auto;
	padding: 30px 0 40px 0;
	background: #f2f6f7;
}

.contentFooter {
	width: 100%;
	margin: 0 auto;
}

#contentFooterBg h3 {
	margin-left: 10px;
	font-family: "futura";
	font-weight: normal;
}

#twitter {
	float: none;
	width: 90%;
	height: 250px;
	margin: 0 auto 20px auto;
	overflow: hidden;
}

#facebook {
	float: none;
	width: 90%;
	height: auto;
	margin: 0 auto 30px auto;
}

#contentFooterBg ul {
	text-indent: 0;
	margin: 0 15px 20px 15px;
}

#contentFooterBg ul:last-child {
	text-indent: 0;
	margin: 0 15px 0 15px;
}

#contentFooterBg li {
	line-height: 30px;
}

#contentFooterBg li.tit {
	font-size: 11px;
	text-align: left;
	line-height: 1.5;
	margin: 0 0 5px 0;
	display: block;
}

#contentFooterBg ul.sp img {
	width: 40%;
}

#contentFooterBg ul.nm img {
	width: 22%;
	margin: 0 0 10px 0;
}

}







/* -----footer----- */

footer {
	padding-bottom: 20px;
	background: #009de2;
	color: #fff;
}

footer a {
	color: #fff;
}

footer a:hover {
	color: #6dc0e5;
}

footer ul {
	margin-bottom: 40px;
	padding-top: 30px;
}

footer li {
	display: inline;
	margin-right: 30px;
}

#snsBtns {
	float: right;
}

footer #snsBtns li {
	display: inline;
	margin-right: 5px;
}
footer #snsBtns li:last-child {
	display: none;
}


small {
	clear: both;
	font-size: 12px;
}

small span {
	font-size: 10px;
}



@media screen and (max-width: 800px) {
footer ul {
	margin-bottom: 10px;
	padding-top: 10px;
}

footer li {
	display: inherit;
	margin-right: 0;
	padding-left: 10px;
	line-height: 30px;
}


#snsBtns {
	float: none;
	padding-left: 10px;
	padding-top: 20px;
}

#snsBtns img {
	width:25px;
}

#snsBtns li {
	margin-left: 0;
	padding-left: 0;
}
footer #snsBtns li:last-child {
	display:inline;
}


small {
	padding-left: 9px;
	line-height: 1.2;
}

small span {
	padding-left: 10px;
	font-size: 7px;
	line-height: 1.2;
}
}







/* -----common----- */

.mb30 {
	margin-bottom: 30px;
}

.mb40 {
	margin-bottom: 40px;
}

#btnPageTop {
	position:fixed;
	right:20px;
	bottom:20px;
	z-index:9000;
	display:none;
}

.over {
	opacity: 0.7;
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.pcnone {
	display: none;
}

.floatL {
	float: left;
}

.floatR {
	float: right;
}

@media screen and (max-width: 800px) {
.pcnone {
	display: inherit;
}
}






/* -----home----- */

#home #container {
	width: 100%;
	margin-bottom: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background:url(http://d2h9keb7jj5hiq.cloudfront.net/img/bg_home_pc.jpg) no-repeat top;
	background-size: cover;
}

#contentHome {
	width: 1000px;
	margin: 0 auto;
	padding-top: 40px;

}

#contentHome:after {
	content: "";
	clear: both;
	display: block;
}

#bnrIsland {
	float: right;
	margin-right: -3px;
	margin-bottom: 15px
}

#bnrStadiumFes {
	float: left;
	margin-left: -3px;
	margin-bottom: 15px
}

#news {
	clear: both;
	float: left;
	width: 500px;
	height: 244px;
	margin-left: -3px;
	margin-bottom: 15px;
	background:url(http://d2h9keb7jj5hiq.cloudfront.net/img/bg_news.png) no-repeat;
}

#news p {
	float: right;
	margin-bottom: 5px;
	padding: 20px 20px 0 0;
}

#news dl {
	clear: both;
	overflow-y:scroll;
	height: 160px;
	margin-right: 10px;
	margin-top: 40px;
	padding: 0 20px 20px 20px;
}

#news dt {
	line-height: 1.4;
	font-family: "futura";
}

dt.catNews {
	padding-left: 70px;
	margin-bottom: 5px;
	background:url(http://d2h9keb7jj5hiq.cloudfront.net/img/icon_cat_news.gif) no-repeat center left;
}

dt.catTicket {
	padding-left: 70px;
	margin-bottom: 5px;
	background:url(http://d2h9keb7jj5hiq.cloudfront.net/img/icon_cat_ticket.gif) no-repeat center left;
}

#news dd {
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px #ccc solid;
}


#contentIslandA {
	float: right;
	position: relative;
	width: 500px;
	margin-left: -3px;
	margin-bottom: 15px;
}


#contentIslandA p {
	position: absolute;
	z-index: 9998;
	left: 4px;
	top: 0;
}

#contentIslandB {
	position: relative;
	float: right;
	width: 500px;
	margin-bottom: 15px;
}

#contentIslandB p {
	position: absolute;
	z-index: 9998;
	left: 4px;
	top: 0;
}

#contentStadiumfes {
	clear: both;
	position: relative;
	float: left;
	width: 500px;
}

#contentStadiumfes p {
	position: absolute;
	z-index: 9998;
	left: 4px;
	top: 0;
}

#bnrAccess {
	clear: both;
	width: 500px;
	margin-bottom: 15px;
	float: left;
}

#bnrGoods {
	width: 500px;
	margin-bottom: 15px;
	float: right;
}


@media screen and (max-width: 800px) {
#home #container {
	background:url(http://d2h9keb7jj5hiq.cloudfront.net/img/bg_home_sp.jpg) no-repeat bottom;
	background-size: 100%;
}

#contentHome {
	width: 95%;
	margin: 0 auto;
	padding-top: 0;
}

#bnrIsland {
	float: none;
	width: 100%;
	margin-right: 0;
	margin-bottom: 15px
}

#bnrIsland img {
	width: 100%;
}

#bnrStadiumFes {
	float: none;
	margin-left: 0;
	margin-top: -50px;
}

#bnrStadiumFes img {
	width: 100%;
}

#news {
	clear: both;
	float: none;
	width: 100%;
	height: auto;
	padding-bottom: 20px;
	padding-top: 20px;
	margin-left: 1px;
	margin-bottom: 15px;
	background:url(http://d2h9keb7jj5hiq.cloudfront.net/img/bg_news_sp.png) no-repeat;
	background-size: 100% 100%;
}

#news dl {
	clear: both;
	overflow: auto;
	height: 90px;
	padding: 0 0 0 20px;
	margin-top: 20px;
}

#news dt {
	line-height: 1.4;
}

dt.catNews {
	padding-left: 50px;
	background-size: 40px;
}

dt.catTicket {
	padding-left: 50px;
	background-size: 40px;
}

#news dd {
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px #ccc solid;
}

#bnrAccess {
	float: none;
	width: 100%;
}

#bnrAccess img {
	width: 100%;
}

#bnrGoods {
	float: none;
	width: 100%;
}

#bnrGoods img {
	width: 100%;
}

#contentIslandA {
	float: none;
	width: 100%;
	margin-bottom: 20px;
}

#contentIslandA img,
#contentIslandB img,
#contentStadiumfes img {
	width: 100%;
}


#contentIslandB {
	position: relative;
	float: none;
	width: 100%;
	margin-bottom: 20px;
}

#contentIslandA p,
#contentIslandB p,
#contentStadiumfes p {
	left: 0;
	/*top:-3px;*/
	top:0;
	width: 100%;
}

#contentIslandA p img,
#contentIslandB p img,
#contentStadiumfes p img {
	width: 99%;
}

#contentStadiumfes {
	position: relative;
	float: none;
	width: 100%;
	margin-bottom: 20px;
}

.btnTicket {
	border: 1px #fff solid;
	/*margin-left: -2px;*/
	margin-left: -1px;
}

}







/* -----island----- */

#island:after {
	content: "";
	clear: both;
	display: block;
}

#island h3 {
	width: 940px;
	height: 40px;
	padding-left: 0;
	background: none;
}

.boxIslandLeft {
	clear: both;
	float: left;
	width: 220px;
	margin-bottom: 30px;
}

.boxIslandRight {
	float: right;
	width: 220px;
	margin-bottom: 30px;
}

.boxIsland.nomargin {
	margin-right: 0;
}

#islandLocationA {
	float: left;
	width: 455px;
	margin-bottom: 30px;
}

#islandLocationB {
	float: right;
	width: 455px;
	margin-bottom: 30px;
}

#island .stadium_link_buts {
}

#island .stadium_link_buts p {
	margin: 0 0 10px 0;
}

#island .stadium_link_buts p:last-child {
	margin: 0;
}

#stadium_detail {
	float: right;
	position: relative;
	width: 455px;
	height: 350px;
	clear: both;
}

#stadium_detail .date {
	position: static;
	margin: 0 0 20px 0;
}

#stadium_detail .place {
	margin: 0 0 20px 0;
}

#stadium_detail .links {
	top: 240px;
	width: 455px;
	position: absolute;
}

#stadium_detail .links3 {
	top: 240px;
	width: 455px;
	position: absolute;
}

#stadium_detail .links3:after {
	content: "";
	clear: both;
	display: block;
}

#stadium_detail .links3 a {
	width: 32%;
	display: block;
	float: left;
}

#stadium_detail .links3 a {
	margin: 0 2% 0 0;
}

#stadium_detail .links3 a:last-child {
	margin: 0;
}

#stadium_detail .links3 a img {
	width: 100%;
}

#stadium_headliner {
	float: left;
	width: 455px;
	height: 350px;
}

#stadium_headliner .pic {
	margin: 0 0 10px 0;
}

#stadium_headliner .name {
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
}

#stadium_artist_warap {
	width: 970px;
	margin: 0 0 0 -20px;
	overflow: hidden;
	clear: both;
}

#stadium_artist_warap:after {
	content: "";
	clear: both;
	display: block;
}

#stadium_artist_warap .pic {
	margin: 0 0 10px 0;
}

#stadium_artist_warap .name {
	font-size: 18px;
	line-height: 1;
	margin: 0;
}

#stadium_artist_warap .name span {
	font-size: 15px;
}

#stadium_artist_warap .name img {
	width: 40px;
	margin: 0 8px 0 0;
	vertical-align: top;
}

#stadium_artist_warap .artist {
	margin: 0 0 20px 20px;
	float: left;
}

/* class */
.stadium_artist_warap {
	width: 970px;
	margin: 0 0 0 -20px;
	overflow: hidden;
	clear: both;
}

.stadium_artist_warap:after {
	content: "";
	clear: both;
	display: block;
}

.stadium_artist_warap .pic {
	margin: 0 0 10px 0;
}

.stadium_artist_warap .name {
	font-size: 18px;
	line-height: 1;
	margin: 0;
}

.stadium_artist_warap .name span {
	font-size: 15px;
}

.stadium_artist_warap .name img {
	width: 40px;
	margin: 0 8px 0 0;
	vertical-align: top;
}

.stadium_artist_warap .artist {
	margin: 0 0 20px 20px;
	float: left;
}

#container.stadium .more {
	font-size: 16px;
	text-align: right;
	margin: 0 0 25px 0;
}

#container.stadium .note {
	font-size: 12px;
	text-align: right;
}

#container.stadium_l .more {
	font-size: 16px;
	text-align: right;
	margin: 0 0 25px 0;
}

#container.stadium_l .note {
	font-size: 12px;
	text-align: right;
}

@media screen and (max-width: 800px) {
#island h3 {
	width: 100%;
	margin-bottom: 10px;
}

#island h3 img {
	width: 100%;
}

#islandLocationA {
	width: 48%;
}

#islandLocationA a,#islandLocationB a{ display: inline-block; margin:0 !important; padding:0 !important; line-height:0 !important; width:100% !important;}
#islandLocationA p,#islandLocationB p{ line-height:1.4 !important;}
#islandLocationA p.pcnone,#islandLocationB p.pcnone{ margin-bottom:5px !important;}

#islandLocationB {
	width: 48%;
}

#islandLocationA h3 img {
	width: 100%;
}

#islandLocationB h3 img {
	width: 100%;
}

.boxIslandLeft {
	float: none;
	width: 100%;
	margin-bottom: 30px;
}

.boxIslandRight {
	float: none;
	width: 100%;
	margin-bottom: 30px;
}

.box {
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 10px;
}

.boxIslandLeft img,
.boxIslandRight img {
	width: 100%;
}

.box h4 {
	position: absolute;
	top: auto;
	bottom: 0;
	width: 100%;
	height: auto;
	color: #fff;
	padding: 0;
	text-align: center;
	background:url(http://d2h9keb7jj5hiq.cloudfront.net/img/ticket/bg_box.png) no-repeat bottom;
	font-family: "futura";
	font-size: 11px;
	font-weight: normal;
	line-height: 1.4;
}

#island .logo{
	position: inherit;
}

#island .date {
	display: none;
}

#island dd {
	width: 44%;
}

#island h4  {
	display: none;
}

#island .pcnone {
	font-size: 12px;
}

#island .stadium_link_buts {
	margin: 10px 0 0 0;
}

#island .stadium_link_buts p {
	width: 100%;
	margin-bottom: 5px;
}

#island .stadium_link_buts p img {
	width: 100%;
}

#stadium_detail {
	float: none;
	width: 100%;
	height: auto;
	margin: 0 0 30px 0;
}

#stadium_detail .date {
	text-align: center;
	margin: 0 0 20px 0;
	position: static;
	display: block;
}

#stadium_detail .date img {
	width: 70%;
}

#stadium_detail .place {
	text-align: center;
	margin: 0 0 30px 0;
}

#stadium_detail .place img {
	width: 80%;
}

#stadium_detail .detail {
	margin: 0 0 30px 0;
	padding: 30px 0 0 0;
	border-top: solid 1px #0086d9;	
}

#stadium_detail .detail img {
	width: 90%;
}

#stadium_detail .links {
	width: 100%;
	position: static;
}

#stadium_detail .links:after {
	content: "";
	clear: both;
	display: block;
}

#stadium_detail .links a {
	width: 48%;
	display: block;
	float: left;
}
#stadium_detail .links a:last-child {
	float: right;
}

#stadium_detail .links a img {
	width: 100%;
}

#stadium_detail .links3 {
	width: 100%;
	position: static;
}

#stadium_detail .links3:after {
	content: "";
	clear: both;
	display: block;
}

#stadium_detail .links3 a {
	width: 32%;
	display: block;
	float: left;
}

#stadium_detail .links3 a:first-child {
	margin: 0 2% 0 0;
}

#stadium_detail .links3 a:last-child {
	margin: 0;
}

#stadium_detail .links3 a img {
	width: 100%;
}

#stadium_headliner {
	float: none;
	width: 100%;
	height: auto;
	margin-bottom: 35px;
}

#stadium_headliner .pic {
	margin: 0 0 10px 0;
}

#stadium_headliner .pic img {
	width: 100%;
}

#stadium_headliner .name {
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
}

#stadium_artist_warap {
	width: 105%;
	margin: 0 0 0 -10px;
}

#stadium_artist_warap .artist {
	width: 46%;
	margin: 0 0 15px 10px;
	float: left;
}

#stadium_artist_warap .pic {
	margin: 0 0 10px 0;
}

#stadium_artist_warap .pic img {
	width: 100%;
}

#stadium_artist_warap .name {
	font-size: 11px;
	line-height: 1;
	margin: 0;
}

#stadium_artist_warap .name img {
	width: 30px;
	margin: 0 5px 0 0;
}

/* class */
.stadium_artist_warap {
	width: 105%;
	margin: 0 0 0 -10px;
}

.stadium_artist_warap .artist {
	width: 46%;
	margin: 0 0 15px 10px;
	float: left;
}

.stadium_artist_warap .pic {
	margin: 0 0 10px 0;
}

.stadium_artist_warap .pic img {
	width: 100%;
}

.stadium_artist_warap .name {
	font-size: 11px;
	line-height: 1;
	margin: 0;
}

.stadium_artist_warap .name img {
	width: 30px;
	margin: 0 5px 0 0;
}

#container.stadium .more {
	font-size: 12px;
	text-align: right;
	margin: 0 0 25px 0;
}

#container.stadium .note {
	font-size: 6px;
	text-align: right;
}

}




/* -----artist----- */

#artist:after {
	content: "";
	clear: both;
	display: block;
}

#artist h3 {
	width: 940px;
	height: 50px;
	line-height: 50px;
	padding-left: 20px;
	background:url(http://d2h9keb7jj5hiq.cloudfront.net/img/artist/bg_artist.gif) no-repeat;
	color: #fff;
	font-family: "futura";
}

#artist li {
	float: left;
	width: 300px;
	margin-bottom: 30px;
	margin-right: 20px;
}

#artist li:nth-child(3n) {
	margin-right: 0;
}

#artist li p {
	margin-top: 10px;
}

#search {
	width: 685px;
	height:128px;
	margin: 20px auto 0 auto;
}

#search:after {
	content: "";
	clear: both;
	display: block;
}

#search li {
	width: 40px;
	float: left;
	margin-right: 30px;
	text-align: center;
}

#search li:last-child {
	margin-right: 0;
}

#search li a {
	padding: 20px;
	color: #fff;
	background: #0099b0;
	font-size: 16px;
}

#search dl {
	clear: both;
	margin: 0 0 40px 0;
	padding-top: 30px;
}

#inputSearch {
	float: left;
	width: 460px;
	border-radius: 5px;
	border: 1px #ccc solid;
	font-size: 16px;
	margin-right: 17px;
	padding: 10px;
}

#btnSearch a {
	float: left;
	width: 80px;
	color: #fff;
	margin-top: 5px;
	margin-right: 10px;
	padding: 4px;
	text-align: center;
	background: #0099b0;
}

#btnClear a {
	float: left;
	width: 80px;
	color: #fff;
	margin-top: 5px;
	padding: 4px;
	text-align: center;
	background: #aaaaaa;
}



@media screen and (max-width: 800px) {
#search {
	width: 100%;
}

#search li {
	width: 9%;
	float: left;
	margin-right: 3px;
	text-align: center;
}

#search li a {
	padding: 5px;
	color: #fff;
	background: #0099b0;
}

#inputSearch {
	float: left;
	width: 50%;
}

#btnSearch a {
	width: 15%;
	margin-right: 5px;
}

#btnClear a {
	width: 15%;
}

#artist {
	width: 100%;
}

#artist h3 {
	width: 95%;
}

#artist li {
	width: 48%;
	margin-right: 10px;
}

#artist li:nth-child(n+3) {
	margin-right: 10px;
}

#artist li:nth-child(even) {
	width: 48%;
	margin-right: 0;
}

#artist li img {
	width: 100%;
}
}








/* -----access----- */

#accessNav ul {
	margin-bottom: 40px;
}

#accessNav ul:after {
	content: "";
	clear: both;
	display: block;
}

#accessNav li {
	float: left;
}

#accessNav li:last-child {
	float: right;
}


#map0,#map1,#map2,#map3 {
	width: 940px;
	height: 460px;
	margin-bottom: 40px;
}



@media screen and (max-width: 800px) {
#accessNav ul {
	margin-bottom: 20px;
}

#accessNav li {
	float: none;
}

#accessNav li:last-child {
	float: none;
}

#accessNav img {
	width: 100%;
	margin-bottom: 5px;
}

#map0,#map1,#map2,#map3 {
	width: 100%;
	height: 240px;
	margin: 0 auto 20px auto;
}
}




/* -----faq----- */

#faq dt {
	margin-bottom: 10px;
	padding-left: 20px;
	line-height: 50px;
	background:url(http://d2h9keb7jj5hiq.cloudfront.net/img/faq/icon_arrow_right.png) no-repeat right  #ffecbf;
	cursor: pointer;
}

}

#faq dt.active {
	background: none;
	background:url(http://d2h9keb7jj5hiq.cloudfront.net/img/faq/icon_arrow_down.png) no-repeat right  #ffecbf;
}

#faq dt span {
	padding: 5px 0 5px 30px;
	background:url(http://d2h9keb7jj5hiq.cloudfront.net/img/faq/icon_q.png) no-repeat center left;
}

#faq dd {
	display: none;
	margin-left: 20px;
	margin-bottom: 40px;
	padding-left: 50px;
	background:url(http://d2h9keb7jj5hiq.cloudfront.net/img/faq/icon_a.png) no-repeat top left;
}






/* -----ticket----- */

#ticket:after {
	content: "";
	clear: both;
	display: block;
}

#ticket h3 {
	background: none;
	padding: 0;

}

#ticketLocationA {
	float: left;
	width: 455px;
	margin-bottom: 30px;
}

#ticketLocationB {
	float: right;
	width: 455px;
	margin-bottom: 30px;
}


.boxTicketLeft {
	float: left;
	width: 220px;
	margin-bottom: 30px;
}
.boxTicketLeft .fs{
	font-size:10px !important;
}

.boxTicketRight {
	float: right;
	width: 220px;
	margin-bottom: 30px;
}

.box {
	position: relative;
	height: 220px;
	margin-bottom: 10px;
}
.box_nt {
	position: relative;
	height: 220px;
	margin-bottom: 60px;
}
.nt{
	display:none;
}


.boxTicketLeft p,
.boxTicketRight p {
	margin-bottom: 10px;
}


.box h4 {
	position: absolute;
	top: 160px;
	width: 200px;
	height: 40px;
	color: #fff;
	padding: 10px;
	background:url(http://d2h9keb7jj5hiq.cloudfront.net/img/ticket/bg_box.png) no-repeat bottom;
	font-family: "futura";
	font-size: 12px;
	font-weight: normal;
}

.box h4.sm {
	font-size: 10px;
}

.logo {
	position: absolute;
}

.date {
	position: absolute;
}

#ticket dt {
	cursor: pointer;
}

#ticket dd {
	z-index: 9998;
	width: 200px;
	display: none;
	position: absolute;
	background:url(http://d2h9keb7jj5hiq.cloudfront.net/img/ticket/bg_box.png);
	padding: 10px;
	color: #fff;
	font-size: 12px;
}

#ticket span {
	font-size: 11px;
}

#ticket span.hl {
	font-size: 16px;
}


@media screen and (max-width: 800px) {
#ticketLocationA {
	width: 48%;
}

#ticketLocationB {
	width: 48%;
}

#ticketLocationA h3 img {
	width: 100%;
}

#ticketLocationB h3 img {
	width: 100%;
}

.boxTicketLeft {
	float: none;
	width: 100%;
	margin-bottom: 30px;
}

.boxTicketRight {
	float: none;
	width: 100%;
	margin-bottom: 30px;
}

.box {
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 10px;
}
.box_nt {
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 10px;
}

.boxTicketLeft img,
.boxTicketRight img {
	width: 100%;
}

.box h4 {
	position: absolute;
	top: auto;
	bottom: 0;
	width: 100%;
	height: auto;
	color: #fff;
	padding: 0;
	text-align: center;
	background:url(http://d2h9keb7jj5hiq.cloudfront.net/img/ticket/bg_box.png) no-repeat bottom;
	font-family: "futura";
	font-size: 11px;
	font-weight: normal;
	line-height: 1.4;
}

#ticket .logo {
	position: inherit;
}

#ticket .date {
	display: none;
}

#ticket dd {
	width: 44%;
	padding:2%;
}

#ticket h4  {
	display: none;
}

#ticket .pcnone {
	font-size: 12px;
}


}






/* -----plugins----- */

#mainvisual {
	padding-top: 100px;
}

#mainvisual img {
	width: 100%;
	display: block;
}

.slider {
  overflow:hidden;
  margin: 0;
  padding: 0;
}
.slider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.slider .slides img {
  width: 100%;
  display: block;
}
.slider .slides:after {
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slider .slides {
  display: block;
}
* html .slider .slides {
  height: 1%;
}
.no-js .slider .slides > li:first-child {
  display: block;
}

.slider {
  overflow:hidden;
  position: relative;
  zoom: 1;
}
.slider .slides {
  zoom: 1;
}
.slider .slides img {
  height: auto;
}
.flex-viewport {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  display: inline-block;
}

.flex-direction-nav .flex-prev {
	width: 30px;
	height: 60px;
  left: -50px;
  text-indent: -9999px;
  background: url(http://d2h9keb7jj5hiq.cloudfront.net/img/icon_arrow_mv_prev.png) no-repeat;
}
.flex-direction-nav .flex-next {
  right: -50px;
  	width: 30px;
	height: 60px;
  text-indent: -9999px;
  background: url(http://d2h9keb7jj5hiq.cloudfront.net/img/icon_arrow_mv_next.png) no-repeat;
}
.slider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 20px;
}
.slider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.slider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 20px;
}
.slider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 20px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  background: #fff;
}
.flex-control-paging li a {
  width: 12px;
  height: 12px;
  display: block;
  cursor: pointer;
  text-indent: -9999px;
}
.flex-control-paging li a:hover {
  background: #007ac5;
}
.flex-control-paging li a.flex-active {
  background: #007ac5;
  cursor: default;
}




.slick-list {
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img {
    display: block;
}

.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}


.contentRotation {
    width:440px;
    height: 240px;
    margin:0 auto 0 34px;
}

 .slick-prev {
 	position: absolute;
    width:25px;
    height:210px;
    background:url(http://d2h9keb7jj5hiq.cloudfront.net/img/btn_prev_pc.png);
    text-indent: -9999px;
    border: none;
    left: -31px;
    cursor: pointer;
}

.slick-next {
	position: absolute;
	right: -26px;
    width:25px;
    height:210px;
    background:url(http://d2h9keb7jj5hiq.cloudfront.net/img/btn_next_pc.png);
    text-indent: -9999px;
    border: none;
    cursor: pointer;
}
 .slick-prev2 {
 	position: absolute;
    width:25px;
    height:210px;
    background:url(http://d2h9keb7jj5hiq.cloudfront.net/img/btn_prev_pc.png);
    text-indent: -9999px;
    border: none;
    left: -31px;
    cursor: pointer;
}

.slick-next2 {
	position: absolute;
	right: -26px;
    width:25px;
    height:210px;
    background:url(http://d2h9keb7jj5hiq.cloudfront.net/img/btn_next_pc.png);
    text-indent: -9999px;
    border: none;
    cursor: pointer;
}

#arrows {
	position: relative;
	padding-top:30px;
}

#arrows2 {
	position: relative;
	padding-top:30px;
}

#arrows3 {
	position: relative;
	padding-top:30px;
}


@media screen and (max-width: 800px) {
#mainvisual {
	width: 100%;
	padding-top: 50px;
}

#mainvisual img {
	width: 100%;
}

#contentIslandA, #contentIslandB, #contentStadiumfes {
	position: relative;
}

.contentRotation {
    width:88%;
    height: auto;
    /*height:180px;*/
    margin:0 auto;
}

#arrows {
	padding-top:0;
}

#arrows2 {
	padding-top:0;
}

#arrows3 {
	padding-top:0;
}

.slider {
	width: 100%;
}

.flex-direction-nav .flex-prev {
  left: 0;
}
.flex-direction-nav .flex-next {
  right: 0;
}
.slick-prev  {
    background:url(http://d2h9keb7jj5hiq.cloudfront.net/img/btn_prev_pc.png) no-repeat;
    background-size: auto;
    background-position: 0 30%;
}

.slick-next {
	background:url(http://d2h9keb7jj5hiq.cloudfront.net/img/btn_next_pc.png) no-repeat;
    background-size: auto;
    background-position: 0 30%;
}
 .slick-prev2 {
 	background:url(http://d2h9keb7jj5hiq.cloudfront.net/img/btn_prev_pc.png) no-repeat;
    background-size: auto;
    background-position: 0 30%;
}

.slick-next2 {
	background:url(http://d2h9keb7jj5hiq.cloudfront.net/img/btn_next_pc.png) no-repeat;
    background-size: 64%;
    background-position: 0 30%;
}
}

@media screen and (max-width: 500px) {
.slick-prev  {
	left: -20px;
	background-size: 64%;
	background-position: 0 0;
}

.slick-next {
	background-size: 64%;
	background-position: 0 0;
}
 .slick-prev2 {
 	left: -20px;
 	background-size: 64%;
 	background-position: 0 0;
}

.slick-next2 {
	background-size: 64%;
    background-position: 0 0;
}
}




/* ----- modal ----- */

.modalArtist,
.modalFooter {
	position:relative;
	display:none;
	width:840px;
	padding:40px 50px 40px 50px;
	background:#fff;
}

.modalArtist h3,
.modalFooter h3 {
	margin-bottom:10px;
	color:#0099b0;

}

.phArtist {
	width:460px;
	float:left;
}

.profile {
	float:right;
	width:340px;
}

.modalArtist img {
	margin-bottom:20px;
}

.modalArtist h4 {
	color:#0099b0;
	font-size:16px;
	font-family: "futura";
	font-weight: normal;
}

.modalArtist p,
.modalFooter p {
	margin-bottom:20px;
}

.modalArtist ul {
	clear:both;
}

.modalArtist li {
	float:left;
	margin-right: 20px;
}

.modalFooter p span {
	color: #009de2;
}

#artistBottom {
	clear: both;
	width: 100%;
	background: #edf1f2;
	padding: 10px 10px 0 10px;
}

.modalArtist #artistBottom img {
	margin-bottom:0;
}

.modalArtist #artistBottom  li {
	margin-right: 10px;
	margin-bottom: 10px;
}

#artistBottom:after {
	content: "";
	clear: both;
	display: block;
}


li.day  {
	color: #fff;
	background: #009de2;
}

li.day a {
	padding: 14px 20px;
	color: #fff;
	display: block;
}


#lean_overlay {
    position:fixed;
    z-index:9999;
    top:0px;
    left:0px;
    height:100%;
    width:100%;
    background:#000;
    display:none;
}

.modal_close {
	position:absolute;
	right:0;
	top:0;
}

@media screen and (max-width: 800px) {
.modalArtist,
.modalFooter {
	width:85%;
	height: 400px;
	overflow: auto;
	margin: auto;
	padding:20px 20px 0 20px;
	margin-top: -80px;
}

.phArtist {
	width:100%;
	float:none;
}

.phArtist img {
	width:100%;
}

.profile {
	float:none;
	width:100%;
}

.modalArtist li {
	width: 32%;
	margin-right: 5px;
}

.modalArtist li:last-child {
	margin-right: 0;
}

.modalArtist li img {
	width: 100%;
}

#artistBottom {
	width: 100%;
	background: #edf1f2;
	margin-bottom: 20px;
	padding: 10px 0 0 10px;
}

#artistBottom li {
	float: left;
	width: 47%;
}

#artistBottom li:first-child {
	float: none;
	width: 70%;
	margin: 0 auto 10px auto;
}

#artistBottom li img {
	width: 100%;
}

li.day a {
	padding: 5px 10px;
	font-size: 12px;
}

}


.modalTicket {
	width: 800px;
	height: 390px;
	background: #fff;
	position: relative;
	display: none;
}

.modalTicket_sm {
	height: 290px;
}

.modalTicket .modal_close {
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	position: absolute;
	display: block;
}

.modalTicket .buts {
	top: 70px;
	width: 660px;
	height: 240px;
	margin: 0 auto;
	position: relative;
	display: block;
}

.modalTicket .buts a {
	margin: 0 0 30px 0;
	display: block;
}

.modalTicket .buts a img.sp {
	display: none;
}

@media screen and (max-width: 800px) {
	.modalTicket {
		width: 290px;
		height: 205px;
	}
	.modalTicket .modal_close {
		top: -25px;
		right: 0;
		width: 25px;
		height: 25px;
	}
	.modalTicket .modal_close img {
		width: 25px;
	}
	.modalTicket .buts {
		top: 30px;
		width: 250px;
	}
	.modalTicket .buts a {
		margin: 0 0 20px 0;
	}
	.modalTicket .buts a img.sp {
		width: 250px;
		display: block;
	}
	.modalTicket .buts a img.pc {
		display: none;
	}
	.modalTicket_sm {
		height: 150px;
	}
}

@font-face {
      font-family: 'futura';
      src: url("../styles/texgyreadventor-regular.otf") format('otf'),
}



/* Artist modal 追加 */
.modalArtist ul.snsBtns {
	text-align: right;
	width: 860px;
	height: 37px;
	margin: 20px 0 0 0;
	padding: 0;
	display: block;
	position: relative;
}

.modalArtist ul.snsBtns li {
	margin: 0;
	padding: 0;
	display: inline;
	float: none;
}

.modalArtist ul.snsBtns li a {
	margin: 0;
	padding: 0;
}

.modalArtist ul.snsBtns li a img {
	margin: 0;
	padding: 0;
}

.modalArtist ul.snsBtns li:last-child {
	display: none;
}

@media screen and (max-width: 800px) {

.modalArtist ul.snsBtns {
	text-align: center;
	width: 100%;
	height: 37px;
	margin: 20px 0 0 0;
	padding: 0;
	display: block;
	position: relative;
}

.modalArtist ul.snsBtns li a img {
	width: 23px;
}

.modalArtist ul.snsBtns li:last-child {
	display: inline;
}

}

/* top 追加 */
#top_banner_links_wrap {
	width: 1000px;
	height: 110px;
	clear: both;
	position: relative;
}

#top_banner_links {
	left: 30px;
	width: 950px;
	height: 80px;
	overflow: hidden;
	position: absolute;
}

#top_banner_links:after {
	content: "";
	clear: both;
	display: block;
}

#top_banner_links .bn {
	margin: 0 10px 0 0;
	float: left;
}

#arrows_topbnr {
	position: relative;
}

#arrows_topbnr .slick-prev {
 	position: absolute;
    width:25px;
    height:80px;
    background:url(http://d2h9keb7jj5hiq.cloudfront.net/img/btn_top_fl_prev_pc.png);
    text-indent: -9999px;
    border: none;
    left: 0;
    cursor: pointer;
}

#arrows_topbnr .slick-next {
	position: absolute;
	right: 0;
    width:25px;
    height:80px;
    background:url(http://d2h9keb7jj5hiq.cloudfront.net/img/btn_top_fl_next_pc.png);
    text-indent: -9999px;
    border: none;
    cursor: pointer;
}

@media screen and (max-width: 800px) {

#top_banner_links_wrap {
	width: 100%;
	height: 110px;
	clear: both;
	position: relative;
}

#top_banner_links {
	left: 0;
	width: 85%;
	height: 80px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

#top_banner_links .bn {
	width: 48%;
	margin: 0 10px 0 0;
	float: left;
}

#top_banner_links .bn img {
	width: 100%;
}

#arrows_topbnr .slick-prev {
	width:15px;
	background-size: 15px auto;
	background-repeat: no-repeat;
}

#arrows_topbnr .slick-next {
	width:15px;
	background-size: 15px auto;
	background-repeat: no-repeat;
}

}

/* -----assistance----- */
#assistance {
    padding-top: 80px;
    background-image: url(http://d2h9keb7jj5hiq.cloudfront.net/img/assistance/bg_container.jpg);
}

#contentAssistance {
    position: relative;
    width: 1000px;
    margin: 0 auto 40px auto;
    padding-bottom: 60px;
    background: #fff;
}

#mainAssistance {
    width: 890px;
    margin: 0 auto;
    padding-top: 40px;
}

#mainAssistance h2 {
    margin-bottom: 30px;
    padding-bottom: 10px;
    font-size: 27px;
    color: #009de2;
    font-weight: bold;
    border-bottom: 1px #009de2 solid;
}

#mainAssistance h3 {
    margin-bottom: 10px;
    padding: 0;
    font-size: 18px;
    color: #009de2;
    background: none;
}

#mainAssistance h4 {
    margin-bottom: 10px;
    font-size: 16px;
    color: #009de2;
}

#mainAssistance p {
    margin-bottom: 10px;
    word-break: normal;
}

#mainAssistance p span {
    font-size: 10px;
    color: #009de2;
}

#mainAssistance p span.btnDownload {
	margin: 15px 0 15px 0;
	display: block;
}

#mainAssistance p span.btnDownload a {
    font-size: 13px;
    padding: 15px 25px;
    color: #fff;
    background: #009de2;
}

#mainAssistance p.marginBottom {
    margin-bottom: 30px;
}

@media screen and (max-width: 1000px) {
#assistance {
	padding-top: 40px;
}

#contentAssistance {
    width: 90%;
    margin: 0 auto 40px auto;
    padding-bottom: 60px;
    background: #fff;
}

#mainAssistance {
    width: 90%;
    margin: 0 auto;
    padding-top: 40px;
}

}

/* modal2 */
.modalTicket_v2 {
	width: 800px;
	height: 580px;
	background: #fff;
	position: relative;
	display: none;
}

.modalTicket_v2 .modal_close {
	top: -50px;
	right: 0;
	width: 50px;
	height: 50px;
	position: absolute;
	display: block;
	z-index: 10;
}

.modalTicket_v2 .tickets_wrap {
	width: 800px;
	height: 580px;
	overflow: scroll;
	position: absolute;
	overflow-x: visible;
	overflow-y: scroll;
	z-index: 1;
}

.modalTicket_v2 .ticket {
	width: 780px;
	padding: 20px 0;
}

.modalTicket_v2 .gray {
	background-color: #ebeef0;
}

.modalTicket_v2 .name {
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
	width: 660px;
	margin: 0 auto 20px auto;
}

.modalTicket_v2 .name img {
	margin: 0 20px 0 0;
	vertical-align: middle;
}

.modalTicket_v2 .button_wrap {
	width: 660px;
	margin: 0 auto 20px auto;
}

.modalTicket_v2 .button {
	display: inline-block;
}

.modalTicket_v2 .button a {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 50px;
	padding: 0 48px;
	background-color: #e72e35;
	display: block;
}

.modalTicket_v2 .long a {
	text-align: center;
	width: 564px;
}

.modalTicket_v2 .code {
	line-height: 50px;
	padding: 0 0 0 20px;
	display: inline-block;
}

.modalTicket_v2 .tel {
	color: #007ac5;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	width: 658px;
	padding: 10px 0;
	margin: 0 auto 20px auto;
	border: solid 1px #007ac5;
	background-color: #fff;
}

.modalTicket_v2 .tel a {
	color: #007ac5;
}

.modalTicket_v2 .term {
	line-height: 1;
	width: 660px;
	margin: 0 auto;
}

@media screen and (max-width: 800px) {
.modalTicket_v2 {
	width: 300px;
	height: 340px;
	background: #fff;
	position: relative;
	display: none;
}

.modalTicket_v2 .modal_close {
		top: -25px;
		right: 0;
		width: 25px;
		height: 25px;
	}
.modalTicket_v2 .modal_close img {
	width: 25px;
}

.modalTicket_v2 .tickets_wrap {
	width: 300px;
	height: 340px;
	overflow: scroll;
	position: absolute;
	z-index: 1;
	overflow-x: visible;
	overflow-y: scroll;
}

.modalTicket_v2 .tickets_wrap::-webkit-scrollbar {
	width: 8px;
	height: 1px;
}
.modalTicket_v2 .tickets_wrap::-webkit-scrollbar-track {
	border-radius: 5px;
	background: #eee;
}
.modalTicket_v2 .tickets_wrap::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #666;
}

.modalTicket_v2 .ticket {
	width: 290px;
	padding: 10px 0;
}

.modalTicket_v2 .name {
	font-size: 10px;
	font-weight: bold;
	line-height: 1;
	width: 280px;
	margin: 0 auto 10px auto;
}

.modalTicket_v2 .name img {
	width: 40px;
	margin: 0 10px 0 0;
	vertical-align: middle;
}

.modalTicket_v2 .button_wrap {
	width: 280px;
	margin: 0 auto 10px auto;
}

.modalTicket_v2 .button {
	text-align: center;
	width: 280px;
	margin: 0 0 0 0;
	display: inline-block;
}

.modalTicket_v2 .button a {
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.5;
	width: 264px;
	padding: 8px;
	background-color: #e72e35;
	display: block;
}

.modalTicket_v2 .code {
	font-size: 10px;
	line-height: 1;
	padding: 0px;
	margin: 10px 0 0 0;
	display: block;
}

.modalTicket_v2 .tel {
	color: #007ac5;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	width: 278px;
	padding: 8px 0;
	margin: 0 auto 10px auto;
	border: solid 1px #007ac5;
	background-color: #fff;
}

.modalTicket_v2 .term {
	font-size: 10px;
	line-height: 1;
	width: 280px;
	margin: 0 auto;
}

}

/* timetable */
#time_schedule_wrap {
	line-height: 1;
	min-width: 940px;
}

#time_schedule_wrap img {
	display: block;
}

#time_schedule_wrap .link_pdf {
	margin: 0 0 30px 0;
}

#time_schedule_base {
	width: 925px;
	padding: 15px 0 30px 15px;
	background-color: #1a96d4;
	position: relative;
}

#time_schedule_base p.title {
	margin: 0 0 15px 0;
}

#time_schedule_base_st {
	width: 925px;
}

#time_schedule_date {
	width: 910px;
	height: 175px;
	margin: 0 0 18px 0;
	position: relative;
}

#time_schedule_date .date {
	width: 910px;
	height: 175px;
	position: absolute;
	z-index: 1;
}

#time_schedule_date .frame {
	text-align: center;
	line-height: 70px;
	width: 120px;
	height: 70px;
	position: absolute;
	z-index: 2;
}

#time_schedule_date .frame img {
	vertical-align: middle;
	display: inline;
}

#time_schedule_date .d1_t1 {
	top: 33px;
	left: 48px;
}

#time_schedule_date .d1_t2 {
	top: 105px;
	left: 48px;
}

#time_schedule_date .d2_t1 {
	top: 33px;
	left: 172px;
}

#time_schedule_date .d2_t2 {
	top: 105px;
	left: 172px;
}

#time_schedule_date .d3_t1 {
	top: 33px;
	left: 295px;
}

#time_schedule_date .d3_t2 {
	top: 105px;
	left: 295px;
}

#time_schedule_date .d4_t1 {
	top: 33px;
	left: 418px;
}

#time_schedule_date .d4_t2 {
	top: 105px;
	left: 418px;
}

#time_schedule_date .d5_t1 {
	top: 33px;
	left: 540px;
}

#time_schedule_date .d5_t2 {
	top: 105px;
	left: 540px;
}

#time_schedule_date .d6_t1 {
	top: 33px;
	left: 663px;
}

#time_schedule_date .d6_t2 {
	top: 105px;
	left: 663px;
}

#time_schedule_date .d7_t1 {
	top: 33px;
	left: 786px;
}

#time_schedule_date .d7_t2 {
	top: 105px;
	left: 786px;
}

#time_table {
	width: 910px;
	height: 1960px;
	position: relative;
}

#time_table .base {
	width: 910px;
	height: 1960px;
	position: absolute;
	z-index: 1;
}

#time_table .cell {
	position: absolute;
	z-index: 2;
}

#time_table .tx1 {
	left: 56px;
}

#time_table .tx2 {
	left: 177px;
}

#time_table .tx3 {
	left: 300px;
}

#time_table .tx4 {
	left: 423px;
}

#time_table .tx5 {
	left: 545px;
}

#time_table .tx6 {
	left: 668px;
}

#time_table .tx7 {
	left: 790px;
}

#time_table .ty1220 {
	top: 62px;
}

#time_table .ty1300 {
	top: 243px;
}

#time_table .ty1340 {
	top: 417px;
}

#time_table .ty1420 {
	top: 550px;
}

#time_table .ty1500 {
	top: 687px;
}

#time_table .ty1540 {
	top: 820px;
}

#time_table .ty1620 {
	top: 953px;
}

#time_table .ty1700 {
	top: 1085px;
}

#time_table .ty1710 {
	top: 1102px;
}

#time_table .ty1740 {
	top: 1218px;
}

#time_table .ty1800 {
	top: 1289px;
}

#time_table .ty1820 {
	top: 1351px;
}

#time_table .ty1830 {
	top: 1370px;
}

#time_table .ty1900 {
	top: 1501px;
}

#time_table .ty1940 {
	top: 1645px;
}

/* timetable sp */
#time_schedule_sp_wrap {
	margin: 0 0 30px 0;
}

#time_schedule_sp_wrap .link_pdf {
	margin: 20px 0 20px 0;
}

#time_schedule_sp_wrap .day_links {
	padding: 8px 10px;
	border: solid 1px #1a96d4;
	margin: 0 0 20px 0;
	background-image: url(http://d2h9keb7jj5hiq.cloudfront.net/img/timetable/sp_aw1.gif);
	background-repeat: no-repeat;
	background-position: 98% 50%;
}

#time_schedule_sp_wrap .day_links a {
	color: #1a96d4;
	font-weight: bold;
}

#time_schedule_sp_wrap .day_links_st {
	text-align: left;
	border: solid 1px #1a96d4;
	margin: 0 0 20px 0;
	padding: 5px 0;
}

#time_schedule_sp_wrap .day_links_st:after {
	content: "";
	clear: both;
	display: block;
}

#time_schedule_sp_wrap .day_links_st a {
	width: 48%;
	display: block;
	float: left;
}

#time_schedule_sp_wrap .day_links_st a:last-child {
	border-left: solid 1px #1a96d4;
	float: right;
}

#time_schedule_sp_wrap .day_links_st img {
	width: 100%;
}

#time_schedule_sp_wrap .date_title {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 2px 0;
	padding: 10px;
	background-color: #1a96d4;
}

#time_schedule_sp_wrap .stage {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 1px 0;
	padding: 10px;
	background-color: #1a96d4;
}

#time_schedule_sp_wrap .stage span {
	font-size: 15px;
}

#time_schedule_sp_wrap .stage a {
	color: #fff;
	display: block;
}

#time_schedule_sp_wrap .cell {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 1px 0;
	padding: 10px;
	background-color: #6dc9f0;
}

#time_schedule_sp_wrap .cell a {
	color: #000;
	display: block;
}

#time_schedule_sp_wrap .cell span {
	color: #000;
	display: block;
}

#time_schedule_sp_wrap .cell span a {
	text-decoration: underline;
	display: inline;
}

#time_schedule_otherday {
	font-weight: bold;
	margin: 0 0 20px 0;
	border-top: solid 1px gray;
}

#time_schedule_otherday p {
	border-bottom: solid 1px gray;
}

#time_schedule_otherday p a {
	padding: 10px 10px;
	background-image: url(http://d2h9keb7jj5hiq.cloudfront.net/img/timetable/sp_aw1.gif);
	background-repeat: no-repeat;
	background-position: 98% 50%;
	display: block;
}

#island_footer_wrap:after {
	content: "";
	clear: both;
	display: block;
}

#island_timetable_link {
	width: 48%;
	text-align: right;
	float: right;
}

#island_footer_note {
	width: 48%;
	text-align: left;
	float: left;
}

@media screen and (max-width: 800px) {
#island_timetable_link {
	text-align: center;
	width: 100%;
	float: none;
}
#island_timetable_link img {
	width: 90%;
}

#island_footer_note {
	width: 90%;
	margin: 0 auto;
	padding: 30px 0 0 0;
	float: none;
}
}


/* ECOvolunteer */
#eco_wrap {
    width: 890px;
    margin: 0 auto;
    padding-top: 40px;
}

#eco_wrap h2 {
    margin-bottom: 30px;
    padding-bottom: 10px;
    font-size: 27px;
    color: #009de2;
    font-weight: bold;
    border-bottom: 1px #009de2 solid;
}

#eco_wrap h2 {
    margin-bottom: 30px;
    padding-bottom: 10px;
    font-size: 27px;
    color: #009de2;
    font-weight: bold;
    border-bottom: 1px #009de2 solid;
}

#eco_wrap h2 img{
	width: 160px;
	margin: 0 0 0 10px;
	vertical-align: middle;
}

#eco_wrap h3 {
    margin-bottom: 10px;
    padding: 0;
    font-size: 18px;
    color: #009de2;
    background: none;
}

#eco_wrap h4 {
    margin-bottom: 10px;
    font-size: 16px;
    color: #009de2;
}

#eco_wrap p {
    margin-bottom: 30px;
    word-break: normal;
}

#eco_wrap p.pic img {
	width: 100%;
}

#eco_wrap p.qam {
	margin-bottom: 15px;
}

#eco_wrap .no {
	color: #009de2;
}

#eco_wrap .qa_q {
	color: #009de2;
}

#eco_wrap .qa_a {
	color: #e2328c;
}

#navLocation ul {
	height: 40px;
	margin: 0 0 30px 0;
	border-bottom: 1px #009de2 solid;
}

#navLocation:before,
#navLocation:after {
	content: " ";
	display: table;
}

#navLocation:after {
	clear: both;
}

#navLocation li {
	white-space: nowrap;
}

#navLocation a {
    float: left;
    width: 240px;
    margin-right: 1px;
    padding: 0 20px;
    background: #009de2;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}

#navLocation li.active {
    background: #fff;
}

#navLocation li.active,
#navLocation li.active a,
#navLocation li.active a:hover {
    background: #4cbaeb;
}

@media screen and (max-width: 800px) {

#eco_wrap {
    width: 90%;
    margin: 0 auto;
    padding-top: 40px;
}

#navLocation ul {
	height: 80px;
	margin: 0 0 30px 0;
	border-bottom: none;
}

#navLocation a {
	text-align: center;
	float: none;
	width: 100%;
	padding: 0 0;
	display: block;
}


}

/* 託児所 */
#nursery {
    position: relative;
    width: 1000px;
    margin: 0 auto 40px auto;
    padding-bottom: 60px;
    background: #fff;
}

#nursery_wrap {
	width: 890px;
	margin: 0 auto;
	padding-top: 40px;
}

#nursery_wrap h2 {
	margin-bottom: 40px;
	font-size: 27px;
	color: #e54497;
	font-weight: bold;
}

#nursery_wrap #navLocation ul {
	height: 40px;
	margin: 0 0 30px 0;
	border-bottom: 1px #e54497 solid;
}

#nursery_wrap #navLocation:before,
#nursery_wrap #navLocation:after {
	content: " ";
	display: table;
}

#nursery_wrap #navLocation:after {
	clear: both;
}

#nursery_wrap #navLocation li {
	white-space: nowrap;
}

#nursery_wrap #navLocation a {
    float: left;
    width: 240px;
    margin-right: 1px;
    padding: 0 20px;
    background: #e54497;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}

#nursery_wrap #navLocation li.active {
    background: #fff;
}

#nursery_wrap #navLocation li.active,
#nursery_wrap #navLocation li.active a,
#nursery_wrap #navLocation li.active a:hover {
    background: #e54497;
}

#nursery_wrap h3 {
	margin-bottom: 40px;
	color: #e54497;
	font-weight: bold;
	background: none;
	padding: 0;
}

#nursery_wrap .place_date {
	width: 890px;
	margin: 0 0 60px 0;
}

#nursery_wrap .place_date:after {
	content: "";
	clear: both;
	display: block;
}

#nursery_wrap .place_date .logo {
	width: 420px;
	position: static;
	float: left;
}

#nursery_wrap .place_date .logo img {
	position: static;
}

#nursery_wrap .place_date .pd {
	font-weight: bold;
	width: 420px;
	float: right;
}

#nursery_wrap h4 {
	color: #e54497;
	font-weight: bold;
	margin: 0 0 20px 0;
}

#nursery_wrap h4.sz {
	font-size: 100%;
	margin: 0 0 10px 0;
}

#nursery_wrap p.sz {
	font-size: 90%;
}

#nursery_wrap h5 {
	color: #e54497;
	font-size: 120%;
	font-weight: bold;
	margin: 0 0 5px 0;
}

#nursery_wrap .tslink a {
	color: #3aa5d9;
	font-weight: bold;
	text-decoration: underline;
}

#nursery_wrap p.tr {
	text-align: right;
}

#nursery_wrap p.mgn20 {
	margin: 0 0 20px 0;
}

#nursery_wrap p.mgn25 {
	margin: 0 0 25px 0;
}

#nursery_wrap p.mgn55 {
	margin: 0 0 55px 0;
}

#nursery_wrap .logo_data {
	width: 890px;
	margin: 0 0 30px 0;
}

#nursery_wrap .logo_data:after {
	content: "";
	clear: both;
	display: block;
}

#nursery_wrap .logo_data .logo {
	text-align: center;
	width: 420px;
	position: static;
	float: left;
}

#nursery_wrap .logo_data .pd {
	width: 420px;
	float: right;
}

#nursery_wrap p .tb {
	color: #e54497;
	font-weight: bold;
}

#nursery_wrap #stadium_fes {
	padding: 0 0 60px 0;
}

#nursery_wrap .logo_data .logotext {
	width: 420px;
	float: left;
}

#nursery_wrap .logo_data .logotext .pic {
	text-align: center;
	margin: 0 0 30px 0;
}

#nursery_wrap .logo_data .picdata {
	width: 420px;
	float: right;
}

#nursery_wrap .md {
	color: #e54497;
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 5px 0;
}

#nursery_wrap .mdp {
	color: #e54497;
}

#nursery_stadium {
	margin: 0 0 30px 0;
	border-bottom: solid 1px #e54497;
}

#nursery_wrap a.ntl {
	color: #ff0000;
}

@media screen and (max-width: 800px) {
#nursery {
    width: 90%;
    margin: 0 auto 40px auto;
    padding-bottom: 60px;
    background: #fff;
}

#nursery_wrap {
	width: 90%;
	margin: 0 auto;
	padding-top: 40px;
}
#nursery_wrap #navLocation ul {
	height: 80px;
	margin: 0 0 30px 0;
	border-bottom: none;
}

#nursery_wrap #navLocation ul li {
	margin: 0 0 1px 0;
}

#nursery_wrap #navLocation a {
	text-align: center;
	float: none;
	width: 100%;
	padding: 0 0;
	display: block;
}

#nursery_wrap .place_date {
	width: 100%;
	margin: 0 0 60px 0;
}
#nursery_wrap .place_date .logo {
	text-align: center;
	width: 100%;
	margin: 0 0 20px 0;
	float: none;
	position: static;
}
#nursery_wrap .place_date .logo img {
	width: 80%;
}
#nursery_wrap .place_date .pd {
	font-size: 10px;
	font-weight: bold;
	width: 100%;
	float: none;
}

#nursery_wrap .logo_data {
	width: 100%;
	margin: 0 0 30px 0;
}

#nursery_wrap .logo_data .logo {
	text-align: center;
	width: 100%;
	margin: 0 0 20px 0;
	float: none;
	position: static;
}
#nursery_wrap .logo_data .logo img {
	width: 80%;
}
#nursery_wrap .logo_data .pd {
	width: 100%;
	float: none;
}

#nursery_wrap .line {
	padding: 20px 0;
}

#nursery_wrap .line img {
	width: 100%;
}

#nursery_wrap .logo_data .logotext {
	width: 100%;
}

#nursery_wrap .logo_data .logotext .pic img {
	width: 90%;
}

#nursery_wrap .logo_data .picdata {
	width: 100%;
	padding: 30px 0 0 0;
}

#nursery_wrap .logo_data .picdata p {
	text-aline: center;
}

#nursery_wrap .logo_data .picdata img {
	width: 100%;
}

#nursery_wrap h4 {
	padding: 0;
	background: none;
}

}

#container.stadium_blink {
	margin: 0 auto 30px auto;
}

#stadium_fes_bn_link {
	text-align: right;
	width: 1000px;
	margin: 0 auto 60px auto;
}

@media screen and (max-width: 800px) {
#container.stadium_blink {
	margin: 0 auto 30px auto;
}
#stadium_fes_bn_link {
	width: 100%;
	text-align: center;
}
#stadium_fes_bn_link img {
	width: 90%;
}
}

/* map */
#top_maplink {
	text-align: center;
	padding: 0 0 40px 0;
}

#access_maplink {
	text-align: center;
	padding: 0 0 30px 0;
}

@media screen and (max-width: 800px) {
#top_maplink {
	margin: -40px 0 0 0;
	padding: 0 0 80px 0;
}

#top_maplink img {
	width: 100%;
}

#access_maplink {
	padding: 0 0 10px 0;
}

#access_maplink img {
	width: 100%;
}
}