/*==
大きく日付表示
==*/
#pDay,
#nDay{
	text-align: center;
	z-index: 100;
	font-family: Playball;
	font-size: 80px;
	line-height: 80px;
	position: absolute;
	width: 200px;
	height: 100px;
	padding: 0px;
	margin: 0px;
}

#pDay{	top: 50px;	left: 15px;	}
#nDay{	top: 50px;	right: 15px;}
/*
#nDay{	bottom: 50px;	left: 485px; text-align: left;}
*/
#pDay span,
#nDay span{
	font-size: 20px;
}

/*----------
download button
----------*/
#dlMessage{
	display: block;
	margin: 0px 200px 10px 200px;
	padding: 25px;
	border-radius: 8px;
	background: -moz-linear-gradient(#000000, #111111);
	background: -o-linear-gradient(#000000, #111111);
	background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#111111));
	border: 1px solid #333333;
}

#dlFutureMemorySky{
	display: block;
	margin: 0px 200px 10px 200px;
	padding: 25px;
	border-radius: 8px;
	background: -moz-linear-gradient(#000000, #cc0033);
	background: -o-linear-gradient(#000000, #cc0033);
	background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#cc0033));
	border: 1px solid #333333;
}

#dlFutureMemorySky:hover{
	background: -moz-linear-gradient(#000000, #333300);
	background: -o-linear-gradient(#000000, #333300);
	background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#333300));
	border: 1px solid #333333;
	cursor: pointer;
}

.hiddenItem{
	display: none !important;
}

#gMapWin {
	margin: 0px;
	height: 300px;
	border-radius: 8px;
}

/*----------
set Chart Condition
----------*/
.pdfCondition {
	background-color: #111111;
	border-radius: 8px;
	padding: 5px 25px 5px 120px;
	position: relative;
}

.pdfCondition span.item {
/*	font-size: 80%;*/
	width: 90px;
	text-align: left;
	background-color: #333333;
	color: #ffffff;
	border-radius: 8px;
	padding: 1px 5px;
	position: absolute;
	top: 5px;
	left: 10px;
}

.pdfCondition span.pickup {
	background-color: #cc0033 !important;
	color: #ffffff;
}

.pdfCondition img {
	margin: 2px 0px;
	border-radius: 8px;
	background-color: #000000;
}

label{
	display: inline-block;
	padding: 2px 0.5em;;
}

label.selected{
	border-radius: 8px;
	background-color: #333333;
}

/*==	open/hide	==*/
.hiddenCfg {
	border-top: 1px solid #cc0033;
	border-bottom: 1px solid #cc0033;
	padding: 25px 25px 15px 25px;
	margin: 0px 0px 15px 0px;
	display: none;
}

.hiddenOption {
	margin: 0px 0px 15px 100px;
	display: none;
	border-left: 1px solid #333333;
	padding: 0px 0px 0px 25px;
}

.toggle{
/*	display: inline-block;
	font-size: 80%;*/
	background-color: #333333;
	color: #ffffff;
	border-radius: 8px;
	border-left: 8px solid #cc0033;
	padding: 2px 1em;
	margin: 0px 0px 0px 0px;
}

.toggle:hover{
	background-color: #666666;
	cursor: pointer;
}

/*==	colors	==*/
.blue, .pink, .white, .black, .red{
	color: #ffffff;
	display:inline-block;
	padding: 1px 1em;
	border-radius: 8px;
}

.blue{	background-color: #333366;}
.pink{	background-color: #ff0033;}
.white{	background-color: #ffffff;	color: #000000;}
.black{	background-color: #000000;}
.red{	background-color: #000000;	color: #cc0000;}


/*----------
Display
----------*/
#cfgDisplay{
	width: 960px;
	height: 260px;
	position: relative;
	margin: 0px;
	padding: 0px;
}

#cfgDisplay dl{
	position: absolute;
	width: 310px;
	height: 255px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	background-image: url(/img/bt_ai_cfg.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;

}

#whenDisplay{	left:0px;	}
#whereDisplay{	left:325px;	}
#whatDisplay{	left:650px; text-align: center;	}

#cfgDisplay dl:hover{
	cursor: pointer;
	border-bottom: 1px solid #cc0033;
}

#cfgDisplay dl.show {
	border-bottom: 5px solid #cc0033;
}

#cfgDisplay dl dt{
	text-align: center;
	margin: 0px 0px 25px 0px;
	padding: 5px 0px;
	border-bottom: 1px dashed #666666;
}


#cfgDisplay dl dd{
	margin: 0px;
	padding: 0px 25px 0px 25px;
	line-height: 200%;
}

#cfgDisplay dl dd strong{
	display: inline-block;
	font-size: 20px;
	background-color: #ffffff;
	color: #111111;
	padding: 5px;
	margin: 0px 5px 0px 0px;
	border-radius: 8px;
	font-weight: normal;
	border: none;
}

#sShapeDisplay {
	background-image: url(/EveryStarryNight/img/shape/space.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#whereDisplay strong {
	display: block !important;
}


/*-----
twitter 予定配信告知
-----*/
#pdfSkyTwitter{
	border: 1px solid #111111 !important;
	border-radius: 8px;
	padding: 5px 15px !important;
}

#pdfSkyTwitter p{
	position: relative;
/*	background-color: #111111;*/
	height: 45px;
	margin: 0px 0px 0px 50px;
}


#pdfSkyIMG {
	position: absolute;
	top: 6px;
	left: -40px;
}

#pdfSkyID {
	font-size: 12px;
	color: #999999;
}

#pdfSkyDATE {
	font-size: 10px;
	position: absolute;
	top: 6px;
	right: 10px;
}


/*-----
twitter 配信
-----*/
.twArea{
	width: 400px;
	border-radius: 8px;
	background-color: #111111;
	padding: 0px 25px;
	margin: 50px 0px 50px 0px;
}

#gMap_Japan{
	border-radius: 8px;
	height: 350px;
}