@charset "UTF-8";



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

*{
	margin: 0;
	padding: 0;
}

body {
	font-size: 75%;
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	background-color:#f4f9ff;
	-webkit-text-size-adjust:none;
}

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


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

#header {
	padding:13px 0 0;
	background-image: url(../img/smt/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:20px;
	text-indent:-9999px;
	margin:0 0 7px;
	background-size:auto 20px;
}
#sitetitle{
	background-image: url(../img/desktop/obj_sitetitle.png);
	background-repeat: no-repeat;
	background-position: center top;
	height:98px;
	text-indent:-9999px;
	background-size:auto 98px;
}
#description{
	background-image: url(../img/desktop/obj_description.png);
	background-repeat: no-repeat;
	background-position: center top;
	height:54px;
	text-indent:-9999px;
	background-size:auto 52px;
}
#description br{
	display:none;
}
#header .coution{
	text-align:center;
	font-size:0.8em;
	padding:8px 0;
}

#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:38px 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;
	text-shadow: 0px 1px 2px #FFF;
	background-color:#FFF;
	border-radius:2px;
	color:#2277b6;
	font-weight:bold;
}
#navi li a:hover{
	color:#FFF;
	text-shadow: 0px 1px 2px #dc8b00;
	background-color:#f3a41c;
}

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

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

#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: no-repeat;
	background-position: center bottom;
	padding-bottom: 75px;
	background-size:auto 100px;
	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:#d38806;
	text-shadow: 0px 1px 2px #FFF;
	padding:10px;
	margin:15px 0 5px;
	border-bottom:3px solid #ffad1f;
background: -moz-linear-gradient(top, rgba(255,213,68,0) 0%, rgba(255,213,68,0) 10%, rgba(255,213,68,0.8) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,213,68,0)), color-stop(10%,rgba(255,213,68,0)), color-stop(100%,rgba(255,213,68,0.8))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255,213,68,0) 0%,rgba(255,213,68,0) 10%,rgba(255,213,68,0.8) 100%); /* Chrome10+,Safari5.1+ */
}

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


/*---------------イベント概要---------------*/
#about.section {
	margin-top:0;
}
#about p.lead{
	font-size:1.2em;
	text-align:center;
	color:#14358a;
	text-shadow: 0px 1px 2px #FFF;
	font-weight:bold;
}
#about p strong{
	font-size:1.1em;
}
#about img{
	width:100%;
	height:auto;
}

/*---------------出演バンド---------------*/
#bands_area{
	background-image: url(../img/smt/bg_bands.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size:50% auto;
}
#bands_area .box{
	width:auto;
}
#bands p.lead{
	font-size:1.1em;
	color:#14358a;
}
#bands p.member{
	font-size:0.9em;
}
#bands p.lead br{
	display:none;
}
#bands h3{
	display:none;
}
#bands #moira{
	margin:0 0 0 auto;
	background-image: url(../img/desktop/logo_moira.png);
	background-repeat: no-repeat;
	background-position: 5px 0;
	background-size:auto 200px;
	padding:110px 0 30px;
}
#bands #moira .box,
#bands #merveille .box{
	background-image: url(../img/desktop/bg_comment.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#bands #moira .box p,
#bands #merveille .box p{
	padding-left:15px;
	padding-right:15px;
}
#bands #merveille{
	margin:0 0 0 auto;
	background-image: url(../img/desktop/logo_merveille.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size:auto 60px;
	padding:55px 0 10px;
}


/*---------------チケット予約---------------*/
#ticket p.lead{
	text-align:center;
	font-size:1.1em;
}
#ticket p.btn a{
	background-image: url(../img/smt/btn_ticket_off.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:auto 120px;
	text-indent: -9999px;
	display:block;
	width:100%;
	height:120px;
	margin:0 auto 20px;
}
#ticket p.btn a:hover{
	background-image: url(../img/smt/btn_ticket_on.png);
}
#ticket p.attention{
	font-size:0.9em;
}

/*---------------注意事項---------------*/
#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 a{
	background-image: url(../img/smt/btn_contact_off.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/smt/btn_contact_on.png);
}

