@charset "UTF-8";


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

body {
	text-align:center;
	background-image: url(/concert/compo/2016/index/img/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color:#0c3743;
	}

#header {
	background: url(/concert/compo/2016/index/img/keyv_bg.jpg) repeat-x center top;
	}
#keyv {
	width:960px;
	height:599px;
	margin:0 auto;
	position: relative;
	}

#keyv h1,
#keyv p {
	position:absolute;
	}
#keyv h1 {
	top:185px;
	right:0px;
	z-index:99;
	}
#keyv .box_a {
	right:0px;
	bottom:152px;
	z-index:99;
	}
#keyv .box_b {
	top:0px;
	right:0px;
	z-index:1;
	}




/*グローバル
----------------------------------------------------------------*/

#global {
	border-bottom: solid 1px #3d5a62;
	}
#global a {
	display:block;
	padding:9px 0px;
	}
	
/*エッセイ*/
#essay_col ul.essaybox {
	background-color:#f2f4f4;
	padding:10px;
}

#essay_col ul.essaybox li {
	border-bottom: solid 1px #ccc;
	margin-bottom:10px;
	padding-bottom:10px;
	background:url(/concert/compo/2016/common/img/arrow.png) no-repeat 0px 2px;
	padding-left:20px;
	}
	
#essay_col ul.essaybox li:last-child { border-bottom:none; padding-bottom:0; }

#essay_col a:link { color: #cc7c2b; text-decoration: none; }
#essay_col a:visited { color:#cc7c2b; }
#essay_col a:hover { color:#cc7c2b; }





/*公演スケジュール
----------------------------------------------------------------*/

#sch_col {
	width:480px;
	float:left;
	}
#sch_col p {
	color:#ccc;
	}


#partners {
	margin-top:85px;
	}




/*ニュース
----------------------------------------------------------------*/

#news_col {
	width:450px;
	float:right;
	}


#news_col h2 {
	width:70px;
	float:left;
	margin-bottom:10px;
	}
#news_col #social_btn {
	width:360px;
	float:right;
	margin-bottom:10px;
	}

#news_col #twitter,
#news_col #facebook {
	float:right;
	margin-left:10px;
	}


#news_col .box_a {
	width:450px;
	height:10px;
	background: #00292a;
	clear:both;
	}

#news_col .box_b {
	background:#f2f4f4;
	border-right: solid 1px #666;
	border-bottom: solid 1px #666;
	border-left: solid 1px #666;
	padding:20px 30px;
	min-height:200px;
	}
#news_col .box_b li {
	border-bottom: solid 1px #999;
	margin-bottom:10px;
	padding-bottom:10px;
	background:url(/concert/compo/2016/common/img/arrow.png) no-repeat 0px 2px;
	padding-left:20px;
	font-size:12px;
	}
#news_col .box_b li:last-child {
	margin-bottom:0px;
	
	}
	
#news_col .box_b li span { color:#993;
}




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

#footer {
	border-top: solid 1px #3d5a62;
	}