﻿@charset "utf-8";

/* ======== grobal ======== */

body {
	padding: 0 20px 20px;
	background-color: #b6106b;
	color: #ffffff;
	text-align: center;
	font-size: 14px;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', "Helvetica", "Futura", "Knockout", "Verdana", "Arial", "メイリオ", "MS Pゴシック", sans-serif;
	background-image:url(../img/background.jpg);
	background-position:center top;
	background-attachment:fixed;
    background-repeat: no-repeat;
}

p {
	margin: 0;
}

a:link, a:visited {
	color: #d9e100;
	text-decoration: none;
}

a:hover {
	color: #ff4545;
	text-decoration: blink;
}

.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.rightlink {
	text-align: right;
	clear: left;
}

.back2parent {
	margin: 0 0 20px;
}

/* ======== layout ======== */

#pagewrapper {
	width: 980px;
	margin: 0 auto;
}

#header, #contents, #side, #contents_lineup, #contents_top, #contents_goods {
	text-align: left;
	background-color: #1d0c2e;
}

#header {
	margin-bottom: 40px;
}

#contents {
	clear: left;
	width: 640px;
	float: left;
	padding: 0 10px;
	margin: 0 0 20px;
    border-radius: 8px;
}

#contents_top {
	clear: left;
	width: 960px;
	float: left;
	padding: 0 10px;
	margin: 0 0 0px;
    border-radius: 8px;
}

#contents_top ul {
	list-style: none;
	padding: 10;
	margin: 10;
	margin-left: 0px;
}

#contents_top_panel {
	clear: left;
	width: 960px;
	float: left;
	padding: 0 7px;
	margin-top: 4px;
	margin: 0 0 8px;
	margin-top: 25px;
    border-width:thick
    border-color: #ffffff;
    border-style: solid;
	background-color:#1d0c2e;
}

#contents_top_panel ul {
	list-style: none;
	padding: 6px;
	margin: 3px;
	margin-left: 12px;
}

#contents_top_panel ul li {
	float: left;
	padding-top: 1px;
	margin-right: 16px;
	width: 295px;
	margin: 5;
	font-size:18px;
	text-align:center;
}

#fb_home {
	clear: left;
	width: 450px;
	float: left;
	padding: 0 1px;
	margin-top: 4px;
	margin: 0 0 1px;
	margin-top: 25px;
    border-width:thick
    border-color: #ffffff;
    border-style: solid;
	background-color:#1d0c2e;
}
	
#youtube {
	clear: left;
	width: 450px;
	float: left;
	padding: 0 1px;
	margin-top: 4px;
	margin: 0 0 1px;
	margin-top: 25px;
    border-width:thick
    border-color: #ffffff;
    border-style: solid;
	background-color:#1d0c2e;
}

#youtube2 {
	clear: left;
	width: 600px;
	float: left;
	padding: 0 1px;
	margin-top: 4px;
	margin: 0 0 1px;
	margin-top: 25px;
    border-width:thick
    border-color: #ffffff;
    border-style: solid;
	background-color:#1d0c2e;
}


#contents_lineup {
	clear: left;
	width: 960px;
	float: left;
	padding: 0 10px;
	margin: 0 0 20px;
    border-radius: 8px;
}

#side {
	width: 300px;
	float: right;
    border-radius: 8px;
}

#footer {
	clear: both;
	padding-top: 40px;
}

.left {
	float: left;
	width: 450px;
	margin: 0 1px 0 0;
	padding-bottom: 10px;
	text-align: left;
	border-radius: 7px;        /* CSS3草案 */  
    -webkit-border-radius: 7px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 7px;   /* Firefox用 */ 
}
.right {
	float: right;
	width: 450px;
	margin: 0 0 5px 10px;
	padding-bottom: 10px;
	margin-right: 8px;
	text-align: right;
	border-radius: 7px; 	       /* CSS3草案 */  
    -webkit-border-radius: 7px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 7px;   /* Firefox用 */ 
}

.center {
	float: center;
	width: 900px;
	margin: 0 0 20px 20px;
	padding-bottom: 20px;
	background: url(images/left_bg.jpg) repeat;
	text-align: center;
	border-radius: 7px;        /* CSS3草案 */  
    -webkit-border-radius: 7px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 7px;   /* Firefox用 */ 
}

#contents_goods {
	clear: left;
	width: 960px;
	float: left;
	padding: 0 10px;
	margin: 0 0 20px;
    border-radius: 8px;
}

/* ======== header ======== */

#header {
	background: url(../img/bg_header.png) no-repeat scroll top center;
	padding-top: 20px;
}

#logo img.homelogo {
	width: 980px;
}

#logo img.sublogo {
	width: 980px;
}

/* ======== nav ======== */

#nav {
	margin-top: 0px;
	background-color: #000c1f;
    padding:0;
    margin:0;
    list-style-type: none;
   }
   

#nav li a {
	display: block;
	text-indent: -9999px;
	margin-right: 4px;
	margin-left: 0px;
	background-repeat: no-repeat;
	background-position: 0 0px;
	height: 30px;
	float: left;
}

#nav a:link, #nav a:visited {
	color: #ccc;
	text-decoration: none;
}

#nav a:hover {
	text-decoration: underline;
}

#nav a:hover, #nav li.nav_current a {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}


#nav li.nav_home a {
	background-image: url(../img/nav_home.png);
	width: 80px;
}

#nav li.nav_home_current a {
	background-image: url(../img/nav_home_current.png);
    width: 80px;
}

#nav li.nav_news a {
	background-image: url(../img/nav_news.png);
	width: 80px;
}

#nav li.nav_news_current a {
	background-image: url(../img/nav_news_current.png);
	width: 80px;
}

#nav li.nav_lineup a {
	background-image: url(../img/nav_lineup.png);
	width: 83px;
}

#nav li.nav_lineup_current a {
	background-image: url(../img/nav_lineup_current.png);
	width: 83px;
}

#nav li.nav_timetable a {
	background-image: url(../img/nav_timetable.png);
	width: 105px;
}

#nav li.nav_timetable_current a {
	background-image: url(../img/nav_timetable_current.png);
	width: 105px;
}

#nav li.nav_tickets a {
	background-image: url(../img/nav_tickets.png);
	width: 80px;
}

#nav li.nav_tickets_current a {
	background-image: url(../img/nav_tickets_current.png);
	width: 80px;
}

#nav li.nav_access a {
	background-image: url(../img/nav_access.png);
	width: 142px;
}

#nav li.nav_access_current a {
	background-image: url(../img/nav_access_current.png);
	width: 142px;
}

#nav li.nav_guidelines a {
	background-image: url(../img/nav_guide.png);
	width: 111px;
}

#nav li.nav_guidelines_current a {
	background-image: url(../img/nav_guide_current.png);
	width: 111px;
}

#nav li.nav_english a {
	background-image: url(../img/nav_english.png);
	width: 98px;
}

#nav li.nav_english_current a {
	background-image: url(../img/nav_english_current.png);
	width: 98px;
}

#nav li.nav_goods a {
	background-image: url(../img/nav_goods.png);
	width: 80px;
}

#nav li.nav_goods_current a {
	background-image: url(../img/nav_goods_current.png);
	width: 80px;
}

/* ======== home ======== */

.mobile_home_main {
	display: none;
}

.home_middle_left_block {
	
	margin-bottom: 10px;
}

.home_middle_left_block h2 {
	margin: 0 0 1em;
}

#news_headline dt {
	clear: left;
	width: 80px;
}

#news_headline dt, #news_headline dd {
	float: left;
	margin: 0;
	padding: 5px;
}

#news_headline dd {
	width: 680px;
}

/* ======== contents ======== */

h1.pagetitle {	
	position:relative;
    margin:0 -1px;
    font:bold 30px/1.6 Arial, Helvetica, sans-serif;
    text-align:center;
    color:#1e0e32;
    background:#3e8b9f;
	margin-top: 30px;
    -webkit-transform: rotate(-3deg) skew(-3deg);
    -moz-transform: rotate(-3deg) skew(-3deg);
    -o-transform: rotate(-3deg) skew(-3deg);
    -ms-transform: rotate(-3deg) skew(-3deg);
    transform: rotate(-3deg) skew(-3deg);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2),
    10px 0 0 0 #3e8b9f,
    -10px 0 0 0 #3e8b9f;
}

h2.title {
   color:#ffffff;
   background-color:#0066CC;
   font-size:18px;
   padding: 8px;
}

.contents_block {
	margin: 0 0 20px;
}

/* ======== news ======== */

.news_block {
	margin: 0 0 20px;
	border-top: 1px solid #222;
}

.news_block p.news_date {
	margin: 10px 0 5px;
	color: #fbf4b5;
}

.news_block h2 {
	margin: 5px 0 10px;
	color: #fbf4b5;
}

/* ======== tickets ======== */

.tickets_block {
	margin: 0 0 20px;
	border-top: 1px solid #222;
}

.tickets_block p.news_date {
	margin: 10px 0 5px;
}

.tickets_block h2 {
	margin: 5px 0 10px;
	color: #ccc;
}



/* ======== lineup ======== */

.lineup_block h2 {
	clear: left;
	padding-top: 30px;
}

.lineup_block ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 14px;
}

.lineup_block ul li {
	float: left;
	padding: 0 10px 0 0;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-right: 6px;
	width: 299px;
	margin: 5;
	font-size:18px;
	text-align:center;
}

.lineup_block p.lineup {
	float: left;
	padding: 0 10px 0 0;
	padding-top: 0px;
	margin-right: 10px;
	width: 289px;	
	border: thin #ffffff solid;
	background-color: #3e8b9f;
	font-size:18px;
	text-align:center;
}

.goods_block h2 {
	clear: left;
	padding-top: 30px;
}

.goods_block ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 14px;
}

.goods_block ul li {
	float: left;
	padding: 0 10px 0 0;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-right: 6px;
	width: 450px;
	margin: 5;
	font-size:18px;
	text-align:center;
}

.goods_block p.goods {
	float: left;
	padding: 0 10px 0 0;
	padding-top: 0px;
	margin-right: 10px;
	width: 450px;	
	border: thin #ffffff solid;
	background-color: #3e8b9f;
	font-size:18px;
	text-align:center;
}

#pic_artist {
	margin: 0 0 1px;
	margin-left: 4px;
}

#artist_left {
	float: left;
	width: 350px;
}

.artist_vidtxt, .artist_vidtxt_m {
	margin: 10px 0;
	margin-left: 10px;
	}

.artist_vid_m, .artist_vidtxt_m {
	display: none;
}

#artist_txt {
	margin: 0 0 20px;
	float: left;
}

#artist_links {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-right:6px;
}

#artist_links li {
	float: left;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 1.2em;
    background: #505050;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#002448', endColorstr='#3fa7e9');
    background: linear-gradient(to bottom, #51a2c1, #002448);
    background: -moz-linear-gradient(top,#51a2c1 0%,#002448);
    background: -webkit-gradient(linear, left top, left bottom, from(#3fa7e9), to(#002448));
    border: 1px solid #DDD;
    color:#FFF;
    padding: 10px 10px;
    margin: 5px 5px 5px 10px;
    width: 110px;
    height:20px;
}

#artist_links a:hover {
opacity: 0.5;
filter:progid:DXImageTransform.Microsoft.Alpha(Style=3,Opacity=80,FinishOpacity=80);
}

#artist_links li a:link, #artist_links li a:visited {
	color: #ffffff;
}


/* ======== tickets ======== */

#ticket_topbanners {
	height: 94px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#ticket_topbanners li {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
}

#ticket_topnotice {
	clear: center;
	text-align:center;
	font-size:16px;
	margin: 20px 0;
	padding: 10px;
    border-width:medium;
    border-color: #d0023d;
    border-style: solid;
}

#ticket_topnotice a {
    color: #ffffff;
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    -o-perspective: 600px;
    -ms-perspective: 600px;
    perspective: 600px;
    -webkit-perspective-origin: 50% 50%;
    -moz-perspective-origin: 50% 50%;
    -o-perspective-origin: 50% 50%;
    -ms-perspective-origin: 50% 50%;
    perspective-origin: 50% 50%;
}
 
a span{
    display: block;
    position: relative;
    padding: 0 2px;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
 
a:hover span {
    -webkit-transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
    -moz-transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
    -o-transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
    -ms-transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
    transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
}
 
a span:after {
    content: attr(data-title);
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 2px;
    color: #fff;
    background: #d0023d;
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
    -moz-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
    -o-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
    -ms-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
    transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );

}

#ticket_toppg {
	clear: left;
	margin: 20px 0;
	padding: 15px;
	border: 2px solid #fae068;
}

#ticket_toppg a {
	color: #fff;
	text-decoration: underline;
}

#ticket_toptshirt {
	clear: left;
	margin: 20px 0;
	padding: 10px;
	border: 2px solid #ff0;
}

#ticket_toptshirt a {
	color: #fff;
	text-decoration: underline;
}

#tickets-box-senkou {
	color: #ffffff;
	background-color: #d5231c;
	padding: 10px;
}

#tickets-box-senkou {
	color: #ffffff;
	background-color: #d5231c;
	padding: 10px;
}

#tickets-box-adv {
	color: #ffffff;
	background-color: #0066CC;
	padding: 10px;
}

#tickets-box-premium {
	color: #ffffff;
	background-color: #4f6458;
	padding: 10px;
}


dl.tickets_info {
	clear:left;
	height: 80px;
}

dl.tickets_info dt {
	float:left;
	width:250px;
	padding:10px 0 5px 10px;
    font-size: 16px;
	margin: 0;
}

dl.tickets_info dd {
	float:left;
	width:365px;
	padding:10px 0 5px 10px;
    font-size: 16px;
	margin: 0;
}

ul#ticket_middlenotice {
	text-indent: 1em;
	margin: 0 0 20px 20px;
	padding: 0;
	clear: left;
	list-style-type: none;
	font-size: 14px;
}

ul#ticket_middlenotice li {
	text-indent: -1em;
}

#playguide-box h3 {
	color: #fff;
}

#playguide-box dt {
	float:left;
	width:180px;
	padding:5px 0;
	margin: 0;
	color: #fff;
}

#playguide-box dd {
	float:left;
	width:420px;
	padding:5px 0;
	margin: 0;
	color: #fff;
}

#playguide-box p {
	clear: left;
}

/* ======== english ======== */

#englisht_topbanners {
	height: 94px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#english_topbanners li {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
}

#english_topnotice {
	clear: left;
	margin: 20px 0;
	padding: 10px;
	color: #ffffff;
	border: 2px solid #ff0;
}

#english_topnotice a {
	color: #ffffff;
	text-decoration: underline;
}

#english-box {
	color: #ffffff;
}

#english-box li{
	color: #ffffff;
}

dl.english_info {
	clear:left;
	height: 80px;
}

dl.english_info dt {
	float:left;
	width:180px;
	padding:10px 0 5px 10px;
	margin: 0;
}

dl.english_info dd {
	float:left;
	width:435px;
	padding:10px 0 5px 10px;
	margin: 0;
}

ul#english_middlenotice {
	text-indent: 1em;
	margin: 0 0 20px 20px;
	padding: 0;
	clear: left;
	list-style-type: none;
}

ul#english_middlenotice li {
	text-indent: -1em;
}

#playguide-box h3 {
	color: #ffffff;
}

#playguide-box dt {
	float:left;
	width:180px;
	padding:5px 0;
	margin: 0;
	color: #ffffff;
}

#playguide-box dd {
	float:left;
	width:420px;
	padding:5px 0;
	margin: 0;
	color: #ffffff;
}

#playguide-box p {
	clear: left;
}

/* ======== access ======== */

.access_block {
	color: #ffffff;
	font-size: 14px;
}


/* ======== timetable ======== */

#timetable {
	text-align: left;
	background-color: #a20604;
	clear: left;
	width: 940px;
	float: left;
	padding: 0 20px;
	margin: 0 0 20px;
    border-radius: 8px;
}

/* ======== goods ======== */

#gNav{
  margin:0 auto;
  width:100%;
  height: 60px;
  padding:10px 0 10px 10px;
  border-bottom:#FF0000;
}

#gNav li{
  float:left;
  padding-right: 13px;
}

#gNav img {
  width: 100%;
}

#gNav li img {
  width: 100%;
}
	
/* ======== guide ======== */

#guide_nav {
	height: 30px;
	border-bottom: 1px solid #ff0;
	width: 100%;
	margin: 0 0 40px;
}

#guide_nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#guide_nav ul li {
	float: left;
	padding: 5px;
	margin: 0 10px;
	height: 19px;
	border: 1px solid #ffffff;
	background-color: #000;
	color: #f41971;
	font-size: 14px;
}

#guide_nav ul li a {
	text-decoration: none;
	color: #FFFFFF;
}

#guide_nav ul li:hover, #guide_nav ul li.guide_current {
	background-color: #f41971;
	color: #000;
}

#guide_nav ul li a:hover {
	color: #000;
		font-weight:bold
}

.guide_block {
	color: #ffffff;
	margin: 0 0 40px;
	clear: left;
}

.readmore {
	text-align: right;
}

ul.question {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.question li {
	background: url(../guidelines/images/faq_q_small.jpg) no-repeat left;
	padding: 2px 0 2px 25px;
}

.guide_block .q {
	background: url(../guidelines/images/faq_q.jpg) left top no-repeat;
	font-size: 16px;
	font-weight: bold;
	padding: 2px 0 0 31px;
	color: #FFFF00;
	height: 26px;
	margin-top: 35px;
}

.guide_block .a {
	background: url(../guidelines/images/faq_a.jpg) left top no-repeat;
	font-size: 15px;
	padding: 2px 0 10px 31px;
	margin-top: 10px;
}

.attention_notes {
	margin: 0;
	padding: 0 0 0 20px;
}

.pageTop {
	text-align: right;
}

/* ======== goods ======== */

#goods_wrapper h2 {
	border-bottom: 1px solid #ffd900;
}

#goods_wrapper ul.goodslist li {
	float: left;
	list-style: none;
}

#goods_wrapper ul.goodslist li a:hover {
	opacity: 0.7;
}

#goods_wrapper ul.glist_sp {
	display: none;
}

#goods_wrapper ul.attention_notes {
	clear: left;
}

#goods_wrapper02 h2 {
	border-bottom: 1px solid #ffd900;
}

#goods_wrapper02 ul.goodslist li {
	float: left;
	list-style: none;
}

#goods_wrapper02 ul.goodslist li a:hover {
	opacity: 0.7;
}

#goods_wrapper02 ul.glist_sp {
	display: none;
}

#goods_wrapper02 ul.attention_notes {
	clear: left;
}

/* ======== timetable ======== */

.timetable_wrapper p {
	text-align: left;
}

.timetable_wrapper p a:hover {
	opacity: 0.7;
}

.tlist_sp {
	display: none;
}

/* ======== social buttons ======== */

div#SocialButtons_wrapper {
	text-align:right;
	margin: 0 0 10px;
}

ul#SocialButtons {
	display: block;
	margin: 10px 0 0 auto;
	height: 20px;
	width: 420px;
}

ul#SocialButtons li {
	float: right;
	text-align: left;
	width:130px;
	list-style: none;
}

.side_home ul#SocialButtons {
	display: block;
	margin: 0;
	height: 20px;
	width: 300px;
}

.side_home ul#SocialButtons li {
	float: left;
	text-align: left;
	width:130px;
	list-style: none;
}

/* ======== side ======== */

#side ul.banners {
	list-style: none;
	margin: 0;
	padding: 0;
    border-radius: 8px;
}

#side ul.banners li {
	margin: 0 0 20px;
}

#side_youtube {
	margin: 0 0 20px;
	text-align: center;
    border-radius: 8px;

}

#twitter_wrapper {
	margin: 0 0 20px;
	text-align: center;
    border-radius: 8px;
}

/* ======== sponcer ======== */

#sponsor {
	clear: both;
	text-align: center;
}

/* ======== footer ======== */

#footer {
	font-size: 0.8em;
}

#socialicons, #socialicons2, #socialicons3, #pastfesicons {
	clear: both;
	margin:0 auto 5px;
	text-align:left;
	width: 980px;
	position: relative;
	overflow: hidden;
    border-radius: 7px;
	font-size:14px
}

#socialicons ul, #socialicons2 ul, #socialicons3 ul, #pastfesicons ul {
	position: relative;
	left: 50%;
	float:left;
	list-style: none;
	margin: 0;
	padding: 0;
}

#socialicons ul li, #socialicons2 ul li, #socialicons3 ul li, #pastfesicons ul li {
	position: relative;
	left: -50%;
	float: left;
	padding:0 5px;
	margin: 0;
}

#socialicons {
	background-color: #000c1f;
	padding: 5px;
	font-size:14px;
}

#socialicons2 {
	background-color: #000c1f;
	padding: 5px;
}


#credit {
	crear: left;
	font-size:14px;
	color: #000000;
}

#pageTop {
	position: fixed;
	width: 68px;
	height: 79px;
	bottom: 20px;
	right: 40px;
}



/* for 980px or less */
@media screen and (max-width: 980px) {

	#pagewrapper {
		width: 94%;
	}
	#contents {
		width: 65%;
	}
	#contents_top {
		width: 65%;
	}
	#contents_top_panel {
		width: 65%;
	}
	#contents_lineup {
		width: 65%;
	}
	#contents_goods {
		width: 65%;
	}
	
	#left {
		width: 65%;
	}

	#right {
		width: 65%;
	}

	#center {
		width: 65%;
	}
	
	#side {
		width: 30%;
	}
	
	#pic_artist img {
		width: 100%;
	}

	#artist_right {
		width: 100%;
	}
	
	.tlist_pc img {
		width: 100%;
	}

	#timetable {
		width: 65%;
	}
	
}

/* for 640px or less */
@media screen and (max-width: 640px) {

	#contents {
		width: auto;
		float: none;
	}
	#contents_top {
		width: auto;
		float: none;
	}

	#contents_lineup {
		width: auto;
		float: none;
	}

	#contents_goods {
		width: auto;
		float: none;
	}

	#timetable {
		width: auto;
		float: none;
	}

	#side {
		width: auto;
		float: none;
	}


	#left {
		width: auto;
		float: none;
	}
	


	#right {
		width: auto;
		float: none;
	}
	

	#center {
		width: auto;
		float: none;
	}
	
	#header {
		background-image: none;
	}

	#logo {
		text-align: center;
		width:100%;
	}

	#logo img.homelogo {
		width: 100%;
	}

	#logo img{
		width: 100%!important;
	}
		
	#nav li {
		background-color: #111;
		padding: 5px;
	}

	#nav li a {
		text-indent: 0px;
		background-image: none!important;
		float: none;
	}

	#nav a:hover, #nav li.nav_current a {
		border-bottom: none;
	}

	#nav li:hover, #nav li.nav_current {
		background-color: #222;
	}

	a#nav-toggle {
		display: block;
		width: 100%;
		padding: 5px;
		background-color: #444;
		margin-top: 20px;
	}

	div#SocialButtons_wrapper {
		text-align: left!important;
	}

	ul#SocialButtons {
		width: 100%!important;
		text-align: left!important;
		padding: 0;
	}

	ul#SocialButtons li {
		text-align: left!important;
		float: left!important;
	}
	
#socialicons, #socialicons2 {
width: 95%;
}
	
	#pastfesicons {
		text-align: center;
		width: 100%;
		font-size:16px
		color: #b6106b;
		font-weight:bold
	}
	
	#pastfesicons ul {
		float: none;
		left: 0%;
	}

	#pastfesicons ul li {
		float: none;
		left: 0%;
	}
	
	.home_middle_left_block h2 img {
		width: 100%;
	}
	
	#about_bnr img {
		width: 100%;
	}
	
	#fb_home {
		display: none;
	}

	#youtube {
		display: none;
	}
	
	.news_block img {
		width: 100%;
	}

	#artist_left {
		float: none;
		text-align: center;
		margin: 0 auto;
		width: 95%;
	}
	
	.artist_vid, .artist_vidtxt {
		display: none;
	}
	
	.artist_vid_m, .artist_vidtxt_m {
		display: block;
	}
	
	#artist_right {
		float: none;
		width: 100%;
	}
	
	#artist_links li {
		float: none;
		width: 95%;
		padding: 10px;
    	margin-right: 10px;
	}
	
	dl.tickets_info {
		height: 150px;
	}

	dl.tickets_info dt {
		float:none;
		width: 100%;
		padding:5px;
    	font-size: 16px;
		background-color: #2d2d2d;
	}

	dl.tickets_info dd {
		float:none;
		width: 100%;
		padding:5px 0 10px 10px;
    	font-size: 16px;
	}

	#playguide-box dt {
		float:none;
		width:100%;
	}

	#playguide-box dd {
		float:none;
		width:100%;
		padding: 5px 0 5px 10px;
	}
	
#contents img{
		width:100%;
		}
#contents_top img{
		width:100%;
		}
		
	#contents .home_middle_left_block h2
	{
		width:40%;
		}
	#contents_top .home_middle_left_block h2
	{
		width:40%;
		}
	.pageTop{
		width:5%!important;
		}
		
	.readmore img{
		width:5%!important;
		}
		
	.access_block img {
		width: 100%;
	}

	.access_block iframe {
		width: 100%;
		height : auto ;
	}

}

/*
 ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 ■モバイル対応（横幅480px以下で適用）
 ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
*/

@media screen and (max-width: 480px) {

	body {
		padding: 10px;
	}
	
	#header, #main, #footer {
/*		width: 100%; */
	}
	
	#logo {
		text-align: center;
		width:100%;
	}

	#logo img{
		width: 100%!important;
	}
	
	.flexslider {
		display: none;
	}
	
	.mobile_home_main {
		display: block;
		padding: 0 0 20px;
		margin: 0;
		list-style: none;
	}

	.mobile_home_main li {
		margin-bottom: 10px;
	}

	.mobile_home_main li img {
		width: 100%;
	}

	#news_headline dt, #news_headline dd {
		float: none;
		margin: 0;
		padding: 5px;
		width: 100%;
	}

	#twitter_wrapper {
		display: none;
	}
	
	.lineup_block ul li {
		float: none;
	}

	.lineup_block ul li img {
		width: 70%;
		float:left;
	}

    .lineup_block p.lineup {
    	width: 70%;
	}

	.goods_block ul li {
		float: none;
	}

	.goods_block ul li img {
		width: 50%;
		float:left;		
	}

    .goods_block p.goods {
    	width: 50%;
	}

	#ticket_topbanners {
		height: 198px;
	}
	
	#ticket_topbanners li {
		float: none;
		height: 94px;
		margin: 0 0 10px 0;
	}
	
	#ticket_topbanners img {
		width: 100%;
	}
	
	.ticket_block img {
		width: 100%;
	}

	.access_block img {
		width: 100%;
	}

	.access_block iframe {
		width: 100%;
		height : auto ;
	}

	#guide_nav {
		height: 100%;
		border-bottom: 0;
		margin: 0 0 40px;
	}

	#guide_nav ul li {
		float: none;
		padding: 5px;
		
		
		margin: 0 0 10px;
		height: 100%;
	}

	.guide_block .q {
		height: 100%;
		padding: 0 0 0 31px;
	}

	.guide_block .a {
		padding: 0 0 10px 31px;
	}

	#goods_wrapper ul.glist_pc {
		display: none;
	}
	
	#goods_wrapper ul.glist_sp {
		display: block;
	}
	
	#goods_wrapper02 ul.glist_pc {
		display: none;
	}
	
	#goods_wrapper02 ul.glist_sp {
		display: block;
	}

	.tlist_pc {
		display: none;
	}
	
	.tlist_sp {
		display: block;
	}

	.tlist_sp img {
		width: 100%;
	}

	#side ul.banners li img {
		width: 65%;
	}

	#footer span {
		display: block;
	}

	#english_contents img {
		width: 65%;
	}
	
	#contents img{
		
		width:100%;}
	#contents_top img{
		
		width:100%;}
		
	#contents .home_middle_left_block h2
	{
		width:20%;}
		
	.pageTop{
		width:5%!important;
		}
		
.readmore img{
		width:5%!important;
		}
		

	
}