/* ------------------------------------------------------------
	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: #FFF;
	color: #484848;
}

a {
	text-decoration: none;
	color: #0e9abc;
}

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

li {
	list-style: none;
}

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

/* ------------------------------------------------------------
	Header
------------------------------------------------------------ */
header#header {
	position: relative;
	width: 100%;
	background-color: #0e9abc;
}

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

.trigger img {
	border-left: 1px solid #015d8b;
	}

#accordion_menu {
	display: none;
	}

nav.menulist {
	/*border-top: 1px solid #015d8b;*/
	background: #484848;
}

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;
	padding: 10px 0;
	}
	
nav.menulist ul li span {
	display: block;
	padding: 10px 0;
	}

nav.menulist ul li span.active {
	/*background: #000;*/
	}

nav.menulist ul li span.inactive {
	opacity: 0.5;
	}

article {
	padding: 20px 10px;
	background-color: #FFF;
}

h1 {
	margin: 10px 0;
	}

h2 {
	margin: 10px 0;
	}

article h3 {
	background-color: #eed542;
	}

section {
	margin-bottom: 30px;
	}

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 {
	width: 135px;
	margin: 20px auto;
	}

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

.sub_nav ul li {
	display: block;
	width: 45px;
	float: left;
	}

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

#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 */

#news {
	background-color: #efefef;
	margin-bottom: 0;
	}

#news .topics_item {
	padding: 10px 0px 10px;
	margin: 0 10px;
	border-bottom: 2px dotted #727272;
	}

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

#news .topics_item dl.topics_title {
	overflow: hidden;
	min-height: 50px;
	position: relative;
	}

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

#news .topics_item dl.topics_title dd {
	margin-left: 60px;
	color: #0e9abc;
	font-size: 1.2em;
	line-height: 1.4;
}

#news .topics_item dl.topics_title dd span.date {
	font-size: 0.8em;
	}

.readmore {
	text-align: right;
	margin-bottom: 20px;
	}

#twitter_tl {
	background-color: #efefef;
	}

#twitter_tl .tweet_wrap {
	padding: 10px;
	}

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

#content_nav {
	border-top: 4px solid #e9e9e9;
	border-bottom: 3px solid #e9e9e9;
	margin-bottom: 20px;
	}

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

#content_nav ul li {
	margin: 0;
	padding: 0;
	
	width: 50%;
	display: block;
	float: left;
	border-bottom: 1px solid #e9e9e9;
	}

#content_nav ul li a {
	display: block;
	
	background-image: url(../images/nav_bg.png) ;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 30px;
	
	padding-left: 40px;
	line-height: 30px;
	height: 30px;
	
	font-size: 14px;
	font-weight: bold;
	}

.tl_c {
	text-align: center;
	}

/* ------------------------------------------------------------
	TOPICSページ
------------------------------------------------------------ */
#topics .topics_wrap {
	background: #efefef;
	}

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

#topics .topics_wrap .topics_item {
	padding: 20px 0;
	margin: 0 10px;
	border-bottom: 2px dotted #727272;
	}

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

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

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

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

#topics .topics_wrap .topics_item dl.topics_title dd span.date {
	font-size: 0.85em;
	}

/* ------------------------------------------------------------
	LINE UPページ
------------------------------------------------------------ */
#lineup h3 {
	background: #FFF;
	}

#lineup ul {
	overflow: hidden;
	position: relative;
	}

#lineup ul li {
	display: block;
	float: left;
	width: 49%;
	margin-bottom: 10px;
	
	text-indent: 0;
	padding: 0;
	}

#lineup ul li.even {
	margin-left: 2%;
	}

#lineup ul li.odd.andmore {
	clear: both;
	width: 100%;
	text-align: right;
	}

#lineup ul li.odd.andmore img {
	width: 48%;
	}

/* ------------------------------------------------------------
	TICKETページ
------------------------------------------------------------ */
.ticlet_info_inner {
	padding: 10px;
	border-bottom: 2px dotted #727272;
	}

.ticlet_info_inner p {
	font-size: 1.2em;
	}

.ticlet_info_inner h5 {
	font-size: 1.2em;
	}

#ticket_entry  {
	
	}

#ticket_entry input[type="text"] {
	border: 1px solid #3bc6db;
	line-height: 2em;	
	width: 50%;
	}
	
#ticket_entry input[type="submit"] {
	background: #0e9abc;
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
	padding: 10px;
	width: 80px;
	}

.about_jme ul {
	list-style-type: none;

	width: 100%;
	overflow: hidden;
}

.about_jme ul li {
	list-style-type: none;
	display: block;
	width: 50%;
	float: left;
	padding: 0;
	text-indent: 0;
	}

/* ------------------------------------------------------------
	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;
	}

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

ol.set_list {
	padding: 0 0 0 3em;
	margin: 0;
	}

ol.set_list li {
	list-style-type: none;
	list-style-position: outside;
	border-bottom: 1px dotted #b5b5b5;
	padding: 0.5em 0 0.5em;
}

.artistlist {
	width: 90%;
	margin: 20px auto;
	padding: 0 20px;
	border: 1px dotted #727171;
}