@charset "UTF-8";
/* CSS Document */

body, form, img, div, p, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, th, td, inframe {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
ul, li {
	list-style :none;
}
body {
	background: #fff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #222;
	font-size: 13px;
	line-height: 18px;
	text-align: center;
}
td {
	word-wrap : break-word;
	word-break: break-all;
}
a {
	color: #555;
	text-decoration: underline;
}
a:visited {
	color: #336;
	text-decoration: underline;
}
a:hover,
a:active {
	text-decoration: underline;
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}
#logo a:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.clr {
	clear:both;
}
a,
a::before,
a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
/*********************************************
COMMON
**********************************************/
.wrapper {
	display: none;
	width: 900px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

/*********************************************
HEADER
**********************************************/
header{
	background: #000;
	padding: 10px 0;
	color: #fff;
	text-align: center;
}
#logo{
	float: left;
	width: 160px;
}
#logo img{
	margin: 0;
	padding: 0;
}
h1.sitetitle, .sitetitle{
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 8px;
	text-align: center;
}
#sns{
	float: right;
	width: 60px;
	margin-top: 92px;
	text-align: right;
}
#sns li{
	display: inline;
	margin-left: 3px;
}
nav{	
    float: right;
	width: 620px;
	margin-top: 60px;
}
nav li{
	display: inline; 
	float: left;
	width: 150px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 5px;
}
nav li:hover{
	letter-spacing: 5px;
}
nav li a,
nav li a:visited,
nav li a:hover,
nav li a:active {
	color: #fff;
	text-decoration: none;
	display: block;
	width: 158px;
}

.comingsoon{
	background: #eee;
	height: 300px;
	margin-top: 20px;
	color: #aaa;
	font-size: 30px;
	line-height: 300px;
	text-align: center;
	border-radius: 20px;
}
/*********************************************
FOOTER
**********************************************/
footer{
	background: #000;
	margin-top: 50px;
	padding: 10px 0;
	color: #fff;
	font-size: 11px;
	text-align: center;
}
/*********************************************
TOPPAGE
**********************************************/
#top_left{
	float: left;
	width: 480px;
}

#top_right{
	float: right;
	width: 380px;
}
h2{
	background: url(../img/line_01.gif) repeat-x;
	background-position: bottom;
	font-size: 14px;
	line-height: 20px;
	margin: 30px 0 10px 0;
	padding-bottom: 2px;
	padding-left: 2px;
}
#news {
}
#news li{
	border-bottom: 1px dotted #ccc;
	padding: 10px;
}
#news .date{
	background: url(../img/arrow_01.gif) no-repeat;
	padding-left: 16px;
	color: #DE595B;
	font-size: 12px;
	line-height: 15px;
}
#news .text{
	margin-top: 5px;
}
#music{
	padding: 15px 0 0 0;
	border: solid 1px #ccc;
	text-align: center;
}
#music li{
	margin: 0 0 10px 0;
}

/*********************************************
SIDEMENU
**********************************************/
#side{
	float: left;
	width: 250px;
}
#side_nextlive{
	padding: 10px;
	border: solid 1px #ccc;
	text-align: left;
}
#side_nextlive .eventname{
	padding: 5px;
}
#side_nextlive .summary p{
	padding: 5px;
	border-top: dotted 1px #ccc;
}
#side_livelink {
	padding: 10px 0 0 0;
	border-top: dotted 1px #ccc;
	text-align: center;
}
#side_livelink li{
	width: 210px;
	height: 30px;
	margin: 5px auto 0 auto;
}
#side_livelink li:first-child{
	margin-top: 0;
}
#side_livelink li a{
	background: url(../img/arrow_02.png) no-repeat #000;
	display: block;
	width: 210px;
	height: 30px;
	padding-left: 40px;
	color: #fff;
	line-height: 30px;
	text-decoration: none;
	text-align: left;
	border-radius: 3px;
}
#side_livelink li a:hover{
	background: url(../img/arrow_02.png) no-repeat #C40A0D;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	border-radius: 3px;
}
#side_livelink li:first-child a:hover{
	background: url(../img/arrow_02.png) no-repeat #0665AE;
}
#side_qrcode{
	background: #eaeaea;
	padding: 20px 0;
	text-align: center;
}

/*********************************************
MAIN CONTENTS
**********************************************/
#main{
	float: right;
	width: 610px;
}
h1{
	margin: 30px 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-soze: 24px;
	font-weight: normal;
}
div.liveinfo {
	clear: both;
	border-top: 1px dotted #ccc;
	margin: 20px 0;
	padding: 20px 0;
}
.liveinfo table, .liveinfo tr, .liveinfo th, .liveinfo td{
	font-size: 13px;
	line-height: 22px;
	border-collapse: collapse;
}
.liveinfo table {
	width: 100%;
}
.liveinfo th{
	background: #eee;
	width: 120px;
	padding-left: 10px;
	font-size: 11px;
	text-align: left;
	border-bottom: solid 1px #fff;
	border-left: solid 5px #ddd;
}
.liveinfo td{
	padding-left: 10px;
	text-align: left;
}
.liveinfo td.img {
	width: 160px;
	text-align: right;
	vertical-align: top;
}
p.ticket_reservation {
	float: right;
	display: block;
	width: 180px;
	height: 30px;
	margin: 10px 0 20px 0;
}
.ticket_reservation a {
	background: url(../img/arrow_02.png) no-repeat #000;
	display: block;
	width: 180px;
	height: 30px;
	padding-left: 40px;
	color: #fff;
	line-height: 30px;
	text-align: left;
	border-radius: 3px;
	text-decoration: none;
}
.ticket_reservation a:hover {
	background: url(../img/arrow_02.png) no-repeat #C40A0D;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	border-radius: 3px;
}
.livelink {
	clear: both;
	margin-top: 20px;
	padding-top: 20px;
	text-align: right;
	border-top: 1px dotted #ccc;
}
#bio img{
	background: #eee;
	margin: 10px 0;
	padding: 10px;
}
.bandname{
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 5px;
}
#profile{
	padding: 0px 5px 10px 5px;
	margin-bottom: 20px;
	border-bottom: dotted 1px #ccc;
}
#profile span{
	color: #aaa;
	font-size: 11px;
	font-weight: bold;
}
#history{
	padding: 0 5px;
}
div.discoinfo {
	background: #eee;
	margin: 20px 0;
	padding: 15px;
	text-align: center;
}
div.discoinfo  .discoinfo_contents{
	background: #fff;
	padding: 15px;
}
div.discoinfo img{
	float: left;
	width: 200px;
}
div.discoinfo section{
	float: right;
	width: 320px;
	text-align: left;
}
div.discoinfo h2{
	background: none;
	font-size: 18px;
	line-height: 24px;
	margin: 10px 0 5px 0;
	padding: 0;
}
div.discoinfo .single{
	background: #0665AE;
	margin-right: 10px;
	padding: 3px 10px;
	color: #fff;
}
div.discoinfo .album{
	background: #C40A0D;
	margin-right: 10px;
	padding: 3px 10px;
	color: #fff;
}
div.discoinfo .demo{
	background: #FFAE00;
	margin-right: 10px;
	padding: 3px 10px;
	color: #fff;
}
div.discoinfo .subtitle{
	padding: 3px 0;
	color: #888;
}
div.discoinfo .price{
	font-size: 15px;
	margin: 5px 0 10px 0;
	padding: 5px 0;
	border-top: dotted 1px #ccc;
	border-bottom: dotted 1px #ccc;
}
div.discoinfo .date{
	margin-left: 10px;
	color: #888;
	font-size: 13px;
}
div.discoinfo .note{
	font-size: 12px;
	margin: 10px 0 0 0;
	padding: 5px 0;
	border-top: dotted 1px #ccc;
	border-bottom: dotted 1px #ccc;

}
div.discoinfo ol, div.discoinfo li{
	list-style: decimal inside;
	margin: 0;
	padding: 0;
}

#video li{
	background: #eee;
	margin: 20px 0;
	padding: 15px;
	text-align: center;
}

div.goodsinfo {
	background: #eee;
	margin: 20px 0;
	padding: 15px;
	text-align: center;
}
div.goodsinfo  .goodsinfo_contents{
	background: #fff;
	padding: 15px;
}
div.goodsinfo img{
	float: left;
	width: 250px;
}
div.goodsinfo section{
	float: right;
	width: 270px;
	text-align: left;
}
div.goodsinfo h2{
	background: none;
	font-size: 16px;
	line-height: 24px;
	margin: 10px 0 5px 0;
	padding: 0;
}
div.goodsinfo .price{
	font-size: 15px;
	margin: 5px 0 10px 0;
	padding: 5px 0;
	border-top: dotted 1px #ccc;
	border-bottom: dotted 1px #ccc;
}
div.goodsinfo .date{
	margin-left: 10px;
	color: #888;
	font-size: 13px;
}
div.goodsinfo .note{
	font-size: 12px;
	margin: 10px 0 0 0;
	padding: 5px 0;
}

#mail .caution{
	color: #C40A0D;
	font-size: 11px;
}
#mail .address{
	margin-top: 5px;
	font-size: 16px;
	line-height: 24px;
}
#mail  .info{
	margin-top: 50px;
}

#mail h2{
	background: #000 no-repeat;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	margin: 30px 0 10px 0;
	padding: 3px 5px;
}