@charset "UTF-8";



/*---------------共通指定---------------*/

*{
	margin: 0;
	padding: 0;
}

body {
	font-size: 88%;
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	background-color:#f4f9ff;
	background-image: url(../img/desktop/bg_body.jpg);
	background-repeat:no-repeat;
	background-position: center top;
	background-attachment:fixed;
}

img {
	border: 0;
}
ul,li{
	list-style:none;
}

/* リンク指定 */

a:link,
a:active,
a:visited{
	color:#36C;
	text-decoration:underline;
}
a:hover{
	color:#36C;
	text-decoration:none;
}

/* テキスト関連 */

.txt_center{
	text-align:center;
}
.txt_right{
	text-align:right;
}



/* フォーム関連 */

form{
	margin:0;
	padding:0;
}


/*---------------配置---------------*/

.f-clear {
	clear: both;
	display: block;
}
.f-left{
	float:left;
}
.f-right{
	float:right;
}
.returnTop{
	display:none;
}

/*---------------ヘッダー---------------*/

#header {
	padding:13px 0 0;
	background-image: url(../img/desktop/bg_header.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#presents{
	background-image: url(../img/desktop/obj_presents.png);
	background-repeat: no-repeat;
	background-position: center top;
	height:40px;
	text-indent:-100%;
	margin:0 0 7px;
}
#sitetitle{
	background-image: url(../img/desktop/obj_sitetitle.png);
	background-repeat: no-repeat;
	background-position: center top;
	height:200px;
	text-indent:-100%;
}
#description{
	background-image: url(../img/desktop/obj_description.png);
	background-repeat: no-repeat;
	background-position: center top;
	height:110px;
	text-indent:-100%;
}
#description br{
	display:none;
}
#header .coution{
	text-align:center;
	padding:8px 0;
}
.coution br{
	display:none;
}

#twitter-area{
	width:480px;
	height:270px;
	padding:10px 0 0;
	margin:0 auto;
}

/*---------------ナビゲーション---------------*/

#navi {
	background-image: url(../img/desktop/bg_navi.png);
	background-repeat: no-repeat;
	background-position: center top;
	height:190px;
	width:100%;
	position:fixed;
	left:0;
	top:0;
}
#navi ul{
	width:850px;
	height:35px;
	margin:0 auto;
	padding:60px 0 0;
}
#navi li{
	width:170px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#navi li a{
	background-image: url(../img/desktop/navi.png);
	background-repeat: no-repeat;
	background-position: left top;
	display:block;
	text-indent:-9999px;
	height:35px;
}
#navi li#nav_about a{
	background-position: left top;
}
#navi li#nav_bands a{
	background-position: -165px top;
}
#navi li#nav_ticket a{
	background-position: -328px top;
}
#navi li#nav_notice a{
	background-position: -500px top;
}
#navi li#nav_contact a{
	background-position: -673px top;
}
/* マウスオーバー */
#navi li#nav_about a:hover{
	background-position: left bottom;
}
#navi li#nav_bands a:hover{
	background-position: -165px bottom;
}
#navi li#nav_ticket a:hover{
	background-position: -328px bottom;
}
#navi li#nav_notice a:hover{
	background-position: -500px bottom;
}
#navi li#nav_contact a:hover{
	background-position: -673px bottom;
}

/*---------------フッター---------------*/

#footer{
	background-image: url(../img/desktop/bg_section.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 190px;
}
#footer .coution{
	text-align:center;
	padding:0 0 30px;
	color:#cc0000;
}

#footer address{
	text-align:center;
	padding:60px 0 0px;
	font-size:1.2em;
	font-weight:bold;
	font-style:normal;
	background-image: url(../img/desktop/obj_copyright.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#footerlink{
	text-align:center;
	line-height: 1.8;
	font-size:0.9em;
	padding:20px 0;
}

/*---------------コンテンツ---------------*/

#content {
}
#content .section{
	background-image: url(../img/desktop/bg_section.png);
	background-repeat: no-repeat;
	background-position: center -25px;
	padding-top: 130px;
}
#content .box{
	width:830px;
	margin:0 auto;
	/*overflow:hidden;*/
}
#content p {
	line-height: 1.8;
	font-size: 1em;
	padding:15px 15px 0;
}

#content h2 {
	background-image: url(../img/desktop/ba2.png);
	background-repeat: no-repeat;
	background-position: center top;
	height:80px;
	text-indent:-100%;
	margin:0 0 20px;
}

/*---------------イベント概要---------------*/
#content .section#about{
	padding-top: 130px;
	margin-top:10px;
}
#about h2{
	background-position: center top;
}
#about p.lead{
	float:none;
	background-image: url(../img/desktop/obj_about.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -200%;
	width:830px;
	height:90px;
	padding:0px;
}
#about p.lead br{
	display:none;
}
#about .text-area{
	padding:0px 5px 0 15px;
	float:left;
	width:365px;
}
#about p strong{
	font-size:1.12em;
}
#about p.map{
	padding-bottom:5em;
}

/*---------------出演バンド---------------*/
#bands h2{
	background-position: center -80px;
}
#bands_area{
	background-image: url(../img/desktop/bg_bands.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#bands h3{
	display:none;
}
#bands p.lead{
	font-size:1.12em;
}
#bands p{
	text-align:center;
}

#bands #moira{
	width:500px;
	margin:0 0 0 auto;
	background-image: url(../img/desktop/logo_moira.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding:190px 0 50px;
}
#bands #moira .box,
#bands #merveille .box{
	width:500px;
	background-image: url(../img/desktop/bg_comment.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#bands #merveille{
	width:500px;
	margin:0 0 0 auto;
	background-image: url(../img/desktop/logo_merveille.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding:95px 0 10px;
}

/*---------------チケット予約---------------*/
#ticket h2{
	background-position: center -160px;
}
#ticket p.lead{
	text-align:center;
	font-size:1.12em;
}
#ticket p.btn a{
	background-image: url(../img/desktop/btn_ticket.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display:block;
	width:560px;
	height:210px;
	margin:0 auto 20px;
}
#ticket p.btn a:hover{
	background-position: left bottom;
}
#ticket p.attention{
	font-size:0.9em;
}

/*---------------注意事項---------------*/
#notice h2{
	background-position: center -240px;
}
#notice h3{
	font-size:1em;
	padding:20px 0 10px;
	margin:0;
	font-weight:bold;
}
#notice ul{
	padding:10px 0;
}
#notice ul li{
	background-image: url(../img/desktop/point01.png);
	background-repeat: no-repeat;
	background-position: left top;
	line-height:1.8;
	padding:0 0 0 20px;
}
#notice ul li:nth-child(2n){
	background-image: url(../img/desktop/point02.png);
}
#notice .box{
	overflow:auto;
}

/*---------------お問い合わせ---------------*/

#contact h2{
	background-position: center -320px;
}
#contact p.lead{
	text-align:center;
	font-size:1.12em;
	padding-bottom:20px;
}
#contact p.btn a{
	background-image: url(../img/desktop/btn_contact.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display:block;
	width:460px;
	height:170px;
	margin:0 auto 20px;
}
#contact p.btn a:hover{
	background-position: left bottom;
}


/*-----*/

#content.ticket .section{
	background-image: none;
	padding-top: 5px;
}
