@charset "utf-8";

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	background-color: #000000;
	overflow: hidden;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}

html {
    overflow: auto;
}

#header {
	background-size: 100% 130px;
	background-clip: content-box;
	background-repeat: no-repeat;
	background-color: #FFFF00;
}


#wrapper {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}



/*　リンク文字設定　*/
a{/*リンクされた文字*/
    color:red;
    font-style:normal;
    text-decoration:underline;
}
a:link {/*未訪問のリンク*/
    color:red;
    font-style:normal;
    text-decoration:underline;
}
a:visited {/*訪問後のリンク*/
    color:red;
    text-decoration:underline;
}
a:hover {/*マウスをのせたとき*/
    color:white;
    font-style:normal;
    text-decoration:underline;
}
a:active {/*クリック中*/
    text-decoration:none;
}
/*　ここまで　*/


.text {
	width: 900px;
	font-size: 13px;
	text-align: left;
	color: white;
	margin-left: auto;
	margin-right: auto;
}
span {
	color: rgba(255,0,0,1.00);	
}

/* Live */
#liveback {
	background-image: url(image/live_back.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-attachment: fixed;
	background-size: 1200px auto;
}

.liveHeadWrap{
	border-bottom: 1px dotted #FFFFFF;
	width: 900px;
	text-align: left;
	margin-left: auto;
	margin-bottom: 10px;
	margin-right: auto;
}
h3.live{
	color: red;
	font-size: 14px;
	margin-bottom: 0px;
}
h3.live1{
	color: red;
	font-size: 18px;
	margin-bottom: 0px;
}
.text1 {
	width: 900px;
	font-size: 17px;
	text-align: left;
	color: white;
	margin-left: auto;
	margin-right: auto;
}

/* biography */
#biograback {
	background-image: url(image/biogra_back.jpg);
	background-repeat: no-repeat;
	background-position: 50% 30%;
	background-attachment: fixed;
	background-size: 90% auto;
}
.biogratext {
	font-size: 14px;
	color: white;
	width: 250px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

ul.biogratext li {
	list-style: none;
	text-align: left;
}

.biogratext2 {
	width: 600px;
	font-size: 14px;
	text-align: left;
	color: white;
	background-color: rgba(46,45,45,0.62);
	clear: left;
	margin-left: auto;
	margin-right: auto;
}

#member{
	width: 1000px;
	text-align: center;
	display: inline-block;
	margin: auto;
}

.member1 {
	width: 400px;
	height: 400px;
	font-size: 14px;
	color: white;
	float: left;
	margin-left: 100px;	
}

.member2 {
	width: 400px;
	height: 400px;
	font-size: 14px;
	color: white;
	float: left;
}

.member3 {
	width: 400px;
	height: 400px;
	font-size: 14px;
	color: white;
	float: left;
	margin-left: 100px;	
}

.member4 {
	width: 400px;
	height: 400px;
	font-size: 14px;
	color: white;
	float: left;
}



/* ticket */
#ticketback {
	background-image: url(image/ticket_back.jpg);
	background-repeat: no-repeat;
	background-position: 20% 80%;
	background-attachment: fixed;
	background-size: 1200px auto;
}


/* discography */
#discback {
	background-image: url(image/disc_back.jpg);
	background-repeat: no-repeat;
	background-position: 100% 40%;
	background-attachment: fixed;
	background-size: 822px auto;
}

.discHeadWrap{
	border-bottom: 1px dotted #FFFFFF;
	width: 600px;
	text-align: left;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
h3.disc1{
	color: red;
	font-size: 14px;
	margin-bottom: 0px;
}

.discimg {
	width: 250px;
	float: left;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.disctext {
	width: 330px;
	height: auto;
	float: left;
	font-size: 14px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	color: rgba(255,255,255,1.00);
}
.disc {
	width: 600px;
	height: 250px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}


/* goods */
#goodsback {
	background-image: url(image/goods_back.jpg);
	background-repeat: no-repeat;
	background-position: 50% 10%;
	background-attachment: fixed;
	background-size: 1200px auto;
}
.goods {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	text-align: center;
	color: rgba(255,255,255,1.00);
}
.hrrc {
	background-color: rgba(134,150,195,0.41);
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
