@charset "UTF-8";



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

*{
	margin: 0;
	padding: 0;
}

body {
	font-size: 75%;
	color: #ffffff;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	background-color:#4d3540;
	-webkit-text-size-adjust:none;
	background-image: url(../img/desktop/bg_body2.png), url(../img/smt/bg_body.jpg);
	background-repeat:repeat;
	background-size:auto 50px, contain;
	background-position: center top;
}

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

/* リンク指定 */

a:link,
a:active,
a:visited{
	color:#ffffff;
	text-decoration:underline;
}
a:hover{
	color:#e5bfff;
	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;
}


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

#header {
	padding: 30px 0 0;
	background-image: url(../img/smt/bg_header.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 270px;
	background-color:#000;
}
#presents{
	background-image: url(../img/desktop/obj_presents.png);
	background-repeat: no-repeat;
	background-position: center top;
	height:20px;
	text-indent:-9999px;
	margin:0;
	background-size:auto 20px;
}
#sitetitle{
	background-image: url(../img/desktop/obj_sitetitle.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 70px;
	text-indent: -9999px;
	background-size: auto 70px;
}
#description{
	background-image: url(../img/desktop/obj_description.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 70px;
	text-indent: -9999px;
	background-size: auto 70px;
	margin-top: -4px;
}
#description br{
	display:none;
}
#header .coution{
	text-align:center;
	font-size:0.8em;
	padding: 35px 0 10px;
}

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

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

#navi {
	background-image: url(../img/smt/bg_navi.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-size:auto 140px;
	height:145px;
	width:100%;
/*	position:fixed;
	left:0;
	top:0;
	z-index:100;
*/}
#navi ul{
	width:100%;
	margin:0 auto;
	padding:12px 0 0;
	text-align:center;
}
#navi li{
	width:28%;
	margin: 0px 5px 5px;
	padding: 0px;
	display:inline-block;
}
#navi li a{
	display:block;
	text-decoration:none;
	font-size:1.1em;
	padding:5px 0;
	background-color:#4e3d51;
	border-radius:2px;
	color:#FFFFFF;
	font-weight:bold;
}
#navi li a:hover{
	color:#FFF;
	background-color:#ac74b6;
}

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

#footer{
	margin-top:0px;
	padding-bottom:0px;
}
#footer .coution{
	text-align:center;
	padding:0 0 30px;
}

#footer address{
	text-align:center;
	padding:60px 0 0px;
	font-size:1.1em;
	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;
}
#footer p.returnTop{
	text-align:right;
	padding:15px 10px 10px 0;
}


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

#content {
}
#content .section{
	background-image: url(../img/desktop/bg_section.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	padding-bottom: 75px;
	background-size:auto 90px;
	margin-top:-30px;
}
#content .box{
	width:95%;
	margin:0 auto;
	overflow:hidden;
}
#content p {
	line-height: 1.8;
	font-size: 1em;
	padding:15px 0px 0;
}

#content h2 {
	font-size:1.3em;
	color:#dabc7f;
	text-shadow: 0px 1px 2px #000000;
	padding:10px;
	margin:15px 0 5px;
	border-top:3px solid #dabc7f;
	border-bottom:3px solid #dabc7f;
background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #634C0C),
	color-stop(1, #876F2C)
);
background-image: -o-linear-gradient(bottom, #634C0C 0%, #876F2C 100%);
background-image: -moz-linear-gradient(bottom, #634C0C 0%, #876F2C 100%);
background-image: -webkit-linear-gradient(bottom, #634C0C 0%, #876F2C 100%);
background-image: -ms-linear-gradient(bottom, #634C0C 0%, #876F2C 100%);
background-image: linear-gradient(to bottom, #634C0C 0%, #876F2C 100%);
}

#content p.returnTop{
	text-align:right;
	padding:15px 10px 10px 0;
}


/*---------------イベント概要---------------*/
#about_area {
	background-image: url(../img/desktop/obj_character2.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size:auto 150px;
}
#about p.lead{
	font-size:1.2em;
	text-align:left;
	color:#fff0d1;
	text-shadow: 0px 1px 2px #000000;
	font-weight:bold;
}
#about p.lead br.none{
	display:none;
}
#about p strong{
	font-size:1.1em;
}
#about img{
	width:100%;
	height:auto;
}

/*---------------出演バンド---------------*/
#bands_area{
}
#bands h3{
	font-size:1em;
	font-weight:normal;
	text-align:center;
}
#bands h3 span{
	display:block;
	height:100px;
	text-indent:-100%;
	overflow:hidden;
	text-align:left;
}
#bands p.lead{
	font-size:1.1em;
	color:fff0d1;
}
#bands p strong{
	font-size:1.25em;
}
#bands p br.none{
	display:none;
}
#bands #chrono {
	padding-top:10px;
	padding-bottom:160px;
	background-image: url(../img/desktop/obj_character3.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size:auto 150px;
}
#bands #chrono h3 span{
	margin-right:10px;
	background-image: url(../img/desktop/logo_chrono.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:auto 100px;
}
#bands #nyanmaani h3 span{
	margin-left:10px;
	background-image: url(../img/desktop/logo_nyanmaani.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:auto 100px;
}
#bands #nyanmaani{
	padding-bottom:10px;
}


/*---------------チケット予約---------------*/
#ticket_area {
	background-image: url(../img/desktop/obj_character4.png), url(../img/desktop/obj_character6.png);
	background-repeat: no-repeat;
	background-position: right bottom, 10px bottom;
	background-size:auto 150px;
}
#ticket p.lead{
	text-align:center;
	font-size:1.1em;
}
#ticket_area .box{
	padding-bottom:120px;
}
#ticket p.btn a{
	background-image: url(../img/desktop/btn_ticket.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:auto 100px;
	text-indent: -9999px;
	display:block;
	width:100%;
	height:100px;
	margin:0 auto;
}
#ticket p.btn a:hover{
	background-image: url(../img/desktop/btn_ticket_on.png);
}
#ticket p.attention{
	font-size:0.9em;
}

/*---------------注意事項---------------*/
#notice_area {
	background-image: url(../img/desktop/obj_character5.png),url(../img/desktop/obj_character1.png);
	background-repeat: no-repeat;
	background-position: right bottom, -390px bottom;
	background-size:auto 150px;
}
#notice .box{
	padding-bottom:90px;
}
#notice h3{
	font-size:1em;
	padding:10px 0 5px;
	margin:0;
	font-weight:bold;
}
#notice ul{
	padding:5px 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);
}


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

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

