﻿@charset "UTF-8";

/*-------------------------------------------------------------------------------------------------------------------------------
* 基本設定
-------------------------------------------------------------------------------------------------------------------------------*/
body {
	font-size:14px;
	line-height:2.0;
	font-family: 'メイリオ',Meiryo, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	-webkit-text-size-adjust: 100%;
	min-width:1000px;
}
a{
	color:#0068b7;
	text-decoration:underline;
}
a:hover{
	color:#0068b7;
	text-decoration:none;
}

/*-------------------------------------------------------------------------------------------------------------------------------
* top
-------------------------------------------------------------------------------------------------------------------------------*/
#topConts{
	z-index:100;
}

#topConts h1{
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-450px;
	margin-top:-115px;
}
#topConts #topNav{
	position:absolute;
	top:50%;
	left:50%;
	margin-left:200px;
	margin-top:-115px;
}
#topConts #topNav li{
	margin-bottom:10px;
}
#topConts #news{
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-450px;
	margin-top:20px;
	width:230px;
	height:150px;
	padding:20px;
	overflow:auto;
	background: rgba(255,255,255,0.8);
	box-shadow:1px 1px 5px rgba(0,0,0,0.4);
}
#topConts #news dl{
	width:220px;
	font-size:12px;
	line-height:1.4;
	padding-bottom:10px;
}
#topConts ul.copyright{
	position:fixed;
	bottom:10px;
	left:10px;
	font-size:12px;
	line-height:1.5;
}


/*-------------------------------------------------------------------------------------------------------------------------------
* common
-------------------------------------------------------------------------------------------------------------------------------*/

/* header
================================================================ */
#header{
	width:100%;
	height:120px;
	background:#000;
}
#headerInner{
	width:960px;
	margin:0 auto;
	overflow:hidden;
}
#header h1{
	width:960px;
	margin-bottom:3px;
}
#header ul{
	float:right;
	overflow:hidden;
}
#header ul li{
	float:left;
}


/* contents
================================================================ */
#contents{
	width:860px;
	padding:50px 50px 100px 50px;
	margin:80px auto;
	background:#f5f2ef;
}
#contents h2{
	margin-bottom:40px;
}
#contents .inner{
	width:560px;
	margin:0 auto;
}


/* footer
================================================================ */
#footer{
	width:100%;
	background:#000;
}
#footer>div{
	width:960px;
	margin:0 auto;
	padding:30px 0;
	color:#FFF;
	font-size:13px;
	overflow:hidden;
}
#footer>div #copyright{
	float:left;
}
#footer>div #pagetop{
	float:right;
}



/*-------------------------------------------------------------------------------------------------------------------------------
* profile
-------------------------------------------------------------------------------------------------------------------------------*/
#profile .inner{
	width:600px;
	margin-left:150px;
}
#profile .youtube{
	margin-top:30px;
}

/*-------------------------------------------------------------------------------------------------------------------------------
* live
-------------------------------------------------------------------------------------------------------------------------------*/
#live .eventBox{
	box-shadow:1px 1px 5px rgba(0,0,0,0.1);
	padding:30px;
	background:#FFF;
	margin-bottom:50px;
	font-size:16px;
}
#live .eventBox h3{
	font-size:18px;
	line-height:1.5;
	padding:5px 10px;
	margin-bottom:20px;
	border-bottom:1px dotted #d6d0ca;
	background:#f5f2ef;
	overflow:hidden;
	color:#392704;
}
#live .pastlive a{
	display:block;
	padding:10px 20px;
	width:150px;
	text-align:center;
	margin:0 auto;
	background:#0c453c;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}

/*-------------------------------------------------------------------------------------------------------------------------------
* music
-------------------------------------------------------------------------------------------------------------------------------*/
#music .musicBox{
	/*border:5px solid #d6d0ca;*/
	box-shadow:1px 1px 5px rgba(0,0,0,0.2);
	padding:30px;
	background:#FFF;
	margin-bottom:50px;
}
#music .musicBox .ttl{
	line-height:1.5;
	padding:5px 10px;
	margin-bottom:20px;
	border-bottom:1px dotted #d6d0ca;
	background:#f5f2ef;
	overflow:hidden;
	color:#392704;
}
#music .musicBox .ttl h3{
	float:left;
	font-size:18px;
}
#music .musicBox .ttl p{
	float:right;
	padding-top:3px;
}
#music .musicBox .inner{
	overflow:hidden;
	width:500px;
}
#music .musicBox .inner>div{
	float:left;
}
#music .musicBox .inner dl{
	float:right;
	width:200px;
}
#music .musicBox .inner dl dt{
	font-weight:bold;
}

#music .shop dt{
	font-weight:bold;
}



/*-------------------------------------------------------------------------------------------------------------------------------
* movie
-------------------------------------------------------------------------------------------------------------------------------*/
#movie .movieBox{
	margin-bottom:50px;
}
#movie .movieBox h3{
	font-size:20px;
	line-height:1.2;
	margin-bottom:10px;
}







