/* ------------------------------------------------------------
	Common
------------------------------------------------------------ */
* {
	-webkit-text-size-adjust: none;
}

body {
	font-family: Verdana, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 10px;
	line-height: 1;
	background: url(../images/background.png);
	color: #484848;
}

a {
	text-decoration: none;
	color: #00a7db;
}

img {
	border: none;
	outline: none;
	vertical-align: top;
	}

li {
	list-style: none;
}

input {
	-webkit-appearance: none;
	border-radius: 0;
	border: 0 none;
	}

.bold {
	font-weight: bold;
}

/* ------------------------------------------------------------
	Header
------------------------------------------------------------ */
header#header {
	position: relative;
	width: 100%;
	background-color: #FFF;
	border-bottom: 4px solid #00a7db;
}

.trigger {
	height: 40px;
	text-align: right;
	}

.trigger img {
	}

#accordion_menu {
	display: none;
	}

nav.menulist {
	border-top: 1px solid #00a7db;
	background: #FFF;
}

nav.menulist ul {
	overflow: hidden;
	}

nav.menulist ul li {
	width: 50%;
	float: left;
	text-align: center;
	}

nav.menulist ul li a {
	display: block;
	color: #FFF;
	}
	
nav.menulist ul li span {
	display: block;
	}
	
nav.menulist ul li span.inactive {
	opacity: 0.5;
	}

article {
	padding: 20px 10px;
}

h1 {
	margin: 10px 0;
	}

h1.event_title {
	padding: 0 10px;
	}

h2 {
	margin: 10px 0;
	}

section {
	margin-bottom: 30px;
	background: rgba(255,255,255, 0.85);
	border-bottom: 1px solid #bcd6e4;
	}

section p,
section li,
section dt,
section dd {
	font-size: 1.4em;
	line-height: 1.6;
	}

section p,
section ul,
section dl {
	margin: 10px auto;
	}


/* ------------------------------------------------------------
	Footer
------------------------------------------------------------ */

.sub_nav {
	margin: 20px auto;
	}

.sub_nav ul {
	text-align: center;
	overflow: hidden;
	}

.sub_nav ul li {
	display: inline-block;
	width: 40px;
	padding: 8px;
	}

footer#footer {
	text-align: center;
	padding: 10px;
}

#footer nav {
	margin: 10px auto;
	}

#footer nav ul {
		margin: 10px auto 0;
	}

#footer nav ul li {
	display: inline-block;
	font-size: 1.2em;
	padding: 1em;
	}
	
#footer nav ul li a {
	font-size: 1.2em;
	line-height: 1;
	color: #484848;
	}

p.copyright {
	font-size: 1em;
	line-height: 1;
	margin: 10px auto;
	color: #484848;
	}

/* ------------------------------------------------------------
	TOP
------------------------------------------------------------ */

/* MainBanner */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }


#news {
	margin-bottom: 0;
	}

#pickup ul li {
	margin-bottom: 8px;
	}

/* ------------------------------------------------------------
	下層ページ共通
------------------------------------------------------------ */

h2.article_title {
	background: rgba(255,255,255, 0.85);
	border-top: 4px solid #00a7db;
	border-bottom: 1px solid #bcd6e4;
	margin-bottom: 16px;
	}

h3.section_title {
	background-color: #00a7db;
	font-size: 16px;
	line-height: 1.6;
	padding: 8px;
	color: #FFF;
	}

.section_body {
	padding: 16px;
	}

.section_body p {
	font-size: 12px;
	margin: 0 0 30px 0;
	}

.section_body p.lead {
	color: #00a7db;
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 16px; 
	}

.section_body p.live {
	margin: 30px 0 0;
}

.section_body .live_date {
	display: block;
	color: #00a7db;
	font-size: 20px;
	margin-bottom: 16px; 
	}

.section_footer {
	padding: 16px;
	text-align: right;
}

.section_footer dl {
	margin: 0;
	}

.section_footer dl dt,
.section_footer dl dd {
	font-size: 12px;
	line-height: 1.6;
	display: inline;
	margin: 0;
	}

.section_body .image_block {
	margin: 16px auto;
	text-align: center;
	}

nav#content_nav {
	margin-bottom: 30px;
	background: rgba(255,255,255, 0.85);
	border-top: 4px solid #00a7db;
	border-bottom: 1px solid #bcd6e4;
	}

#content_nav ul {
	width: 100%;
	overflow: hidden;
	}

#content_nav ul li {
	margin: 0;
	padding: 0;
	padding-left: 40px;
	line-height: 30px;
	height: 30px;
	
	font-size: 14px;
	font-weight: bold;
	display: block;
	border-bottom: 1px solid #bcd6e4;
	
	background-image: url(../images/icon_sidenav.png) ;
	background-position: 16px 6px;
	background-repeat: no-repeat;
	}

#content_nav ul li.disable {
	opacity: 0.5;
	background-image: url(../images/icon_sidenav_disable.png) ;
	}

#content_nav ul li:last-child {
	border: 0 none;
	}

#content_nav ul li a {
	display: block;
	}

.tl_c {
	text-align: center;
	}




#report li img {
	width: 100%;
	margin: 0 0 5px 0;
}
/* ------------------------------------------------------------
	TOPICSページ
------------------------------------------------------------ */

.topics_wrap .topics_item .topics_title {
	min-height: 50px;
	}

.topics_wrap .topics_item {
	padding: 20px 0;
	margin: 0 10px;
	border-bottom: 1px solid #bcd6e4;
	}

.topics_wrap .topics_item:last-child {
	border-bottom: none;
	}

.topics_wrap .topics_item dl.topics_title {
	overflow: hidden;
	min-height: 50px;
	position: relative;
	margin: 0 0 10px;
	}

.topics_wrap .topics_item dl.topics_title dt {
	position: absolute;
	left: 0;
	padding: 0;
	width: 48px;
	}

.topics_wrap .topics_item dl.topics_title dd {
	margin-left: 60px;
	color: #0e9abc;
	font-weight: bold;
}

.topics_wrap .topics_item dl.topics_title dd .date {
	font-size: 12px;
	}


/* ------------------------------------------------------------
	LINE UPページ
------------------------------------------------------------ */
#lineup h3 {
	padding: 10px;
	}

#lineup section ul {
	display: block;
	overflow: hidden;
	}

#lineup section ul li {
	display: block;
	float: left;
	width: 50%;
	text-indent: 0;
	padding: 0;
	}

#lineup section ul li a,
#lineup section ul li .andmore {
	display: block;
	padding: 10px 20px 10px;
	}

/* ------------------------------------------------------------
	TICKETページ
------------------------------------------------------------ */
.ticlet_info_inner {
	padding: 10px;
	}

.attention_block {
	border: 1px solid #00a7db;
	padding: 16px;
	margin: 16px 0px;
	}

.attention_block ul {
	list-style-type: disc;
	margin-left: 12px;
	}

.attention_block ul li {
	font-size: 12px;
	}

#ticket_entry  {
	
	}

#ticket_entry input[type="text"] {
	background: #f1f1f1;
	border-radius: 4px;
	padding: 4px;
	margin-left: 1em;
	line-height: 2em;	
	width: 50%;
	}

#ticket_entry input[type="password"] {
	background: #f1f1f1;
	border-radius: 4px;
	padding: 4px;
	margin-left: 1em;
	line-height: 2em;	
	width: 50%;
	}
	
#ticket_entry input[type="submit"] {
	background: #fff000;
	border-radius: 4px;
	font-weight: bold;
	font-size: 12px;
	padding: 10px;
	
	width: 50%;
	}

.about_jme {
	padding: 10px;
	text-align: center;
	margin-bottom: 24px;
}

.about_jme ul li {
	font-size: 12px;
	margin: 8px auto;
}

/* ------------------------------------------------------------
	GUIDELINE/MAPページ
------------------------------------------------------------ */
#information dl {
	padding: 10px;
	margin-bottom: 0;
	}

#information dl dt {
	font-weight: bold;
	margin: 0;
	}

#information dl dd {
	margin-bottom: 10px;
	}

#map dl {
	padding: 10px;
	}

#map #googlemap {
	width: 100%;
	height: 320px;
	margin-bottom: 10px;
	}

/* ------------------------------------------------------------
	PHOTO/SET LISTページ
------------------------------------------------------------ */
.setlist_gallery {
	margin: 10px 0 40px;
	}

ol.setlist {
	border-top: 1px solid #00a7db;
	padding: 0;
	margin: 16px 0px;
	}

ol.setlist li {
	color: #00a7db;
	list-style-type: decimal;
	list-style-position: inside;
	border-bottom: 1px solid #00a7db;
	padding: 0.5em 0 0.5em;
}

ul.artistlist {
	margin: 16px 0;
}

ul.artistlist li {
	font-size: 12px;
	color: #00a7db;
	display: inline-block;
}

ul.artistlist li:after {
	content: "／";
}

.setlist_nav {
	text-align: center;
}

.setlist_nav a {
	display: block;
	margin: 16px auto;
}


.kitchen {
}
.kitchen .date {
	font-size: 16px;
	color: #00A7DB;
}
.foods li {
	margin: 0 0 25px 0;
}
.foods p {
	margin: 0;
}
.foods dl {
	margin: 5px 0 0;
}
.foods dt {
	font-weight: bold;
}
.foods dt,
.foods dd {
	margin: 0;
	font-size: 12px;
}
.foods span {
	display: block;
}
