@charset "utf-8";
/* CSS Document */

/* =============================================================== 
	要素のリセット
=============================================================== */
/* 全てのブラウザで、どのような状況でも縦スクロールバーを表示 */
html {
	overflow: scroll;
	overflow: -moz-scrollbars-vertical;
	overflow-x: auto;
	margin: 0;
	padding: 0;
	background: transparent;
	line-height: 1;
	color: #000;
	font-family: sans-serif;
}

body {
	margin: 0;
	padding: 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	width:630px;
	background-color:#000000;
}

/* ブロック要素のリセット */
div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, ol, ul, dl, li, dt, dd, table, th, td, form, fieldset {
	margin: 0;
	padding: 0;
	background: transparent;
	color: #000;
	font-family: sans-serif;
	font-size: 102%;
}

/* html5の新要素 */
hgroup, section, article, aside, nav, figure, figcaption, header, footer { 
	display: block;
	margin: 0;
	padding: 0;
	background: transparent;
	color: #000;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img, input, select, textarea {
	vertical-align: middle;
}

a img {
	vertical-align: bottom;
	border: 0;
}

input, textarea, select {
   -webkit-appearance: none;
 }

/* IE7のhasLauout問題を解決 */
*:first-child+html * {
	letter-spacing: 0;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* =============================================================== 
	ページ基本設定
=============================================================== */
body {


}

/* リンクテキスト */
a:link 	{ text-decoration:underline; }
a:visited  { color:#FF0000; }
a:hover, a:focus, a:active 	{ color:#FF0000; }
a.artist-link {
color:#111;
border-bottom:1px dotted #111;
text-decoration:none;
}

/* iPhone用タップ色設定 */
-webkit-tap-highlight-color: #000;



/* =============================================================== 
	構造
=============================================================== */
#wrapper{
	width:630px;
	margin:0;
	padding:0;
}

#hnavi{
	position:relative;
	
	widht:630px;
	height:60px;
	background:url(http://d6cqvvzbq4yxm.cloudfront.net/img/sf/top.png) no-repeat;
}

#header{
	width:630px;
	height:132px;
	background:url(http://d27dxvy21lp7lf.cloudfront.net/2012/img/quick/sp/top.jpg) no-repeat;
}

#gnavi{
	width:630px;
	height:55px;
	display:block;
}

#breadcrumbs{
	width:625px;
	height:20px;
	font-size:130%;
	padding:10px 0 5px 5px;
	background-color:#FFFFFF;
	overflow:hidden;
	display:none;
}

#main{
	width:630px;
	background-color:#000000;
}

#content{
	padding:15px 15px 15px 15px;
	width:600px;
	font-size:150%;
	line-height:1.5em;
	background-color:#ffffff;
	text-align:left;
}

#sociallink{
	text-align:right;
}
#sociallink img {
	width:130px;
	margin:20px 8px 0px 0px;
}

#leftright{
	margin-top:20px;
	clear:both;
}

#linktotop{
	text-align:center;
	background-color:#ffffff;
	padding-top:20px;
	padding-bottom:15px;
}

#linktotop a img{
	width:180px;
	margin:10px;
}

#footer{
	width:630px;
	height:160px;
	font-size:150%;
}

/* =============================================================== 
	ヘッダナビ
=============================================================== */
#hnavi_ro69{
	position:absolute;
	top:0;
	left:20px;
}

#hnavi_menu{
	position:absolute;
	top: -5px;
	left: 485px;
}

#hnavi_pc{
	position:absolute;
	top: -5px;
	left: 565px;
}

/* =============================================================== 
	グローバルナビ
=============================================================== */
#gnavi ul{
list-style:none;
margin:0;
padding:0;

}

#gnavi li {
display:block;
float:left;
list-style-type:none;
width:155px;
height:55px;
text-indent:-1000px;
border-left:solid 2px #ffffff;
}
#gnavi .daytab01_off{
	background-image:url("http://d27dxvy21lp7lf.cloudfront.net/2012/img/quick/sp/btn_03_off.jpg");
	background-repeat:no-repeat;
	border-bottom:solid 1px #ccc;
	}
#gnavi .daytab02_off{
	background-image:url("http://d27dxvy21lp7lf.cloudfront.net/2012/img/quick/sp/btn_04_off.jpg");
	background-repeat:no-repeat;
	border-bottom:solid 1px #ccc;
	border-left:solid 4px #fff;
	}
#gnavi .daytab03_off{
	background-image:url("http://d27dxvy21lp7lf.cloudfront.net/2012/img/quick/sp/btn_05_off.jpg");
	background-repeat:no-repeat;
	border-bottom:solid 1px #ccc;
	border-left:solid 4px #fff;
	}
#gnavi .daytab01_on{
	background-image:url("http://d27dxvy21lp7lf.cloudfront.net/2012/img/quick/sp/btn_03.jpg");
	background-repeat:no-repeat;
	border-bottom:solid 1px #ffffff;
	}
#gnavi .daytab02_on{
	background-image:url("http://d27dxvy21lp7lf.cloudfront.net/2012/img/quick/sp/btn_04.jpg");
	background-repeat:no-repeat;
	border-bottom:solid 1px #fff;
	border-left:solid 4px #fff;
	}
#gnavi .daytab03_on{
	background-image:url("http://d27dxvy21lp7lf.cloudfront.net/2012/img/quick/sp/btn_05.jpg");
	background-repeat:no-repeat;
	border-bottom:solid 1px #fff;
	border-left:solid 4px #fff;
	}
#gnavi .daytab04_off{
	background-image:url("http://d27dxvy21lp7lf.cloudfront.net/2012/img/quick/sp/btn_00.jpg");
	background-repeat:repeat;
	border-bottom:solid 1px #ccc;
	border-left:solid 4px #fff;
	}
#gnavi .daytab04{
	background-image:url("http://d27dxvy21lp7lf.cloudfront.net/2012/img/quick/sp/btn_00.jpg");
	background-repeat:repeat;
	width:151px;
	border-bottom:solid 1px #ccc;
	border-left:solid 4px #fff;
	}
#gnavi .daytab01{
	background-image:url("http://d27dxvy21lp7lf.cloudfront.net/2012/img/quick/sp/btn_03_off.jpg");
	border-bottom:solid 1px #ccc;
	}
#gnavi .daytab02{
	background-image:url("http://d27dxvy21lp7lf.cloudfront.net/2012/img/quick/sp/btn_04_off.jpg");
	border-bottom:solid 1px #ccc;
	border-left:solid 4px #fff;
	}
#gnavi .daytab03{
	background-image:url("http://d27dxvy21lp7lf.cloudfront.net/2012/img/quick/sp/btn_05_off.jpg");
	border-bottom:solid 1px #ccc;
	border-left:solid 4px #fff;
	}
#gnavi li a {
display:block;
height:55px;
overflow:hidden;
position:relative;
text-indent:-9969px;
}



/* =============================================================== 
	コンテンツ
=============================================================== */
.text{
	padding:20px;
}

.to-left{
	float:left;
	font-size:100%;
	margin-bottom:10px;
	padding:5px;
	text-align:left;
	border-right:1px solid #FFFFFF;
	width:47%;
	height:150px;
	overflow:hidden;
}

.to-right{
	float:right;
	font-size:100%;
	margin-bottom:10px;
	padding:5px;
	width:47%;
	height:150px;
	overflow:hidden;
}

.ref-link-title{
	background-color:#CCCCCC;
	display:block;
	font-size:100%;
	padding-left:20px;
	width:580px;
}

/*20111222追加*/
.ref-link-title li a{
	font-size:90%;
}

/*20111222追加*/
.ref-link-title{
	padding:5px 8px 5px 20px;
}

/*20111222追加*/
.ref-link-title a img{
	margin-top:7px; margin-bottom:7px
}

#kanren ul li{
	list-style-image:url(../../../img/sf/ref.png);
	font-size:100%;
	margin:15px 0px 0px 24px;
	border-bottom:1px solid #ddd;
	padding-bottom:15px;
}
#kanren ul li a{
	display:block;
	}

.more-list{
	background:url(../../../img/sf/rightarrow.png) no-repeat right;
	display:block;
	position:relative;
	padding-right:20px;
	line-height:2.5em;
	text-align:right;
}

/* =============================================================== 
	フッタ
=============================================================== */
#footermenu{
	background-color:#666;
	height:50px;
	padding:15px;
}

#footermenu ul li{
	border-left:1px solid #EEEEEE;
	border-right:1px solid #EEEEEE;
	display:inline;
	float:left;
	font-size:19px;
	font-weight:bold;
	line-height:1.1;
	margin:0 0 0 -1px;
	padding:0 0 5px 0;
	text-align:center;
	width:198px;
}

#footermenu ul li a{
	color:#fff;
	text-decoration:underline;
}

#copyright{
	background-color:#000;
	color:#ffffff;
	font-size:90%;
	font-weight:bold;
	margin:15px;
	text-align:center;
	clear:both;
}

#rss{
	display:none;
	height:0px;
}

/* =============================================================== 
	メニューページ
=============================================================== */
.mainstage0707_in, .mainstage0708_in{
	margin:20px 0 20px 0;
}
.title { 
	background-color:#000;
}
.title_in {
	background-color:#eee;
	padding:12px;
	margin-bottom:8px;
}
.title_in h1{
	font-size:110%;
	line-height:1.1;
	text-align:right;
	margin-bottom:10px;
	margin-top:15px;
}
.title_in h1 a{
	color:#666;
}

.stage_name{
	font-size:70%;
}

.stage_artistlist a{
	min-height:50px;
	width:550px;
	display:block;
	text-decoration:none;
	padding: 15px 0 15px 30px;
	color: #333333;
	text-align:left;
	background-color:#F6F6F6;
	min-height:40px;	
	background:url(../../../img/sf/logo/list_mark.png) no-repeat 10px 50%;
}
#text li{
	border-bottom:1px dotted #E0E0E0;
	display:block;
	}
.mainstage0707, .mainstage0708{
	color:#fff;
	font-size:24px;
	font-weight:bold;
	line-height:1.1;
	padding:8px;
	margin: 0 5px;
	text-align:left;
}
.grass	{ 
	background-color:#000;
	color:#fff;
	text-align:center;
	}
.lake	{ 
	background-color:#06c;
	color:#fff;
	text-align:center;
	}
.forest	{ 
	background-color:#060;
	color:#fff;
	text-align:center;
	}
.wing	{ 
	background-color:#d00;
	color:#fff;
	text-align:center;}
.park	{ 
	background-color:#f60;
	color:#fff;
	text-align:center;}
.seaside	{ 
	background-color:#09f; 
	color:#fff;
	text-align:center;}
.djbooth	{ 
	background-color:#f3c;
	color:#fff;
	text-align:center;}
.area	{ 
	background-color:#663;
	color:#fff;
	text-align:center;}


.newicon {
background:url(../../../img/pages/new_small.gif) no-repeat 2px;
width:29px;
height:11px;

}

/*=============================================================
　　CDJ11/12 stage スタイル
==============================================================*/
.mainstage0707, .mainstage0708{
	color:#fff;
	font-size:24px;
	font-weight:bold;
	line-height:1.1;
	padding:8px;
}
.earth	{ background-color:#3399ff; }
.galaxy	{ background-color:#333; }
.cosmo	{ background-color:#663399; }
.moon	{ background-color:#ff9900; }
.astro	{ background-color:#ff3300; }
.area	{ background-color:#663; }
.djbooth { background-color:#ff0099; }

.mainstage0707, .mainstage0708{ background:#666}
.newicon {
background:url(../../../img/pages/new_small.gif) no-repeat 2px;
width:29px;
height:11px;
}
#leftright .to-right img{
	margin-top:-182px;
	float:right;
	}
.to-right a{
	padding-right:20px;
	}
#leftright img{
	display:none;
	}
#leftright img{
	display:none;
	}
.to-left{
	background-image:url("/img/sf/leftarrow.png");
	background-position:left 15px;
	background-repeat:no-repeat;
	}
.to-right{
	background-image:url("/img/sf/rightarrow.png");
	background-position:right 15px;
	background-repeat:no-repeat;
	text-align:right;
	}
.to-left a{
	padding-left:20px;
	}

ul.social{
	height:60px;
	width:270px;
	margin-bottom:20px;
	}
ul.social li a{
	background-image:none;
	text-indent:0px;
	width:60px;
	margin-right:30px;
	}
.social li img{
	max-height:60px;
	}
.linktotop_img{
	width:50%;
	background-color:#ffffff;
	float:left;
	}
#kanren{
	clear:both;
	margin-top:15px;
	}
#linktotop a{
	height:40px;
	}
ul.social{
	height:60px;
	margin-bottom:20px;
	width:270px;
	margin-top:30px;
	}