/*------------
MAIN DISPLAY
------------*/
div.mainDisplay {
	height:80px;
	width: 100%;
	white-space: nowrap;
	border-radius: 0px 0px 8px 8px;
	color: #ffffff;
	padding: 25px 0px 15px 0px;
	margin: 0px 0px 5px 0px;
	position: relative;
	background: -moz-linear-gradient(#000000, #111111);
	background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#111111));
}

#headline {
	margin: 0px;
	font-size: 10px;
	padding: 25px 50px;
	width: 860px;
	color: #333333;
}

.chartTitle {
	color: #666666;
	font-family: Playball;
	font-size: 20px;
}

/*----- PLACE -----*/
#cityDisplay {
	height:20px;
	font-size: 10px;
	margin:0px 25px;
	padding:0em;
	color: #666666;
}
#cityNameNow {
	font-size: 14px;
	color: #ffffff;
}

#cityLonNow,#cityLatNow {
	font-family: "Playball";
	font-size: 14px;
	color: #999999;
}

/*----- DATE -----*/
#dateDisplay {
	line-height:60px;
	height:60px;
	margin:0px 25px;
	padding:0em;
}

.whenFL{
	font-family:"Playball";
	letter-spacing: 0.2em;
	font-size: 45px;
}

.whenFS{
	font-size: 15px;
}

/*----- ダウンロード -----*/
#savePng	{	display: none;	}

.pleaseTameMe {
	position: absolute;
	overflow:hidden;
	top: 0px;
	width: 50px;
	height: 38px;
	padding: 12px 0px 0px 0px;
	margin: 0px;
	border-radius: 8px;
	font-size: 10px;
	line-height: 1.35em;
	text-align: center;
	color: #ffffff;
	box-shadow: 0 0 10px #333333 inset;
	background-color: #cc0033;
}

.pleaseTameMe:hover {
	padding-left: 50px;
	width: 0px;
	cursor: pointer;
	box-shadow: 0 0 20px #333333 inset;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-image: url(../img/bg_download.png);
}

#dlPNG {
	display: none;
	left: 330px;
}

#dlPDF {
	left: 275px;
}

/*------------
MESSAGE AREA
------------*/
#messageArea {
	padding: 0px;
	margin: 0px;
}

/*----- MESSAGE -----*/
p.whatDoingNow{
	font-size: 12px;
	background-color: #ffffff;
	color: #666666;
	padding: 5px 15px;
	border-radius: 8px;
	margin: 0px 0px 5px 0px;
}

.dlCaution {
	white-space:nowrap;
	color: #999999;
	font-size: 10px;
	padding: 0px;
	margin: 0em 0px 0.5em 0px;
}
.dlCaution a {	color: #999999;	}

#nowViewing{
	border-radius: 8px;
	padding:0px 5px 0px 5px;
	font-size: 12px;
	margin: 0px 0px 5px 0px;
	white-space: nowrap;
}

/*------------
STARCHART AREA
------------*/
#createArea	{	position: relative;	overflow: hidden;	}

/*----- CANVAS -----*/
#canvasSKY{	display: none; }
#canvasSTAR,
#canvasINFO,
#canvasPLANET {
	position: absolute;
	left: 0px;
}
/*#canvasSKY		{	z-index: 100;	}*/
#canvasSTAR		{	z-index: 110;	}
#canvasPLANET	{	z-index: 120;	}
#canvasINFO		{	z-index: 130;	}

#toNESW {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0px;
	margin: 0px;
	width: 0px;
	height: 0px;
	overflow: hidden;
}

#toNESW li {
	list-style: none;
	position: absolute;
	z-index: 9500;
/*	top: 0px;
	left: 0px;*/
	width: 50px;
	height: 50px;
/*	color: #000000;*/
	opacity: 0;
	background-color: #ffffff;
	text-indent:50px;
	white-space:nowrap;
	overflow: hidden;
	border-radius: 8px;
}
#toNESW li:hover {
	border: 1px dashed #999999;
	cursor: pointer;
	opacity: 0.2;
	background-color: #999999;
}


/*----- 再描画ボタン -----*/
.letsWatchStar {
	width: 100%;
	height: 30px;
	font-size: 12px;
	text-align: center;
	margin: 0px;
	padding: 13px 0em 0px 0em;
	border-radius: 8px;
	background-color: #cccc00;
	color: #000000;
	box-shadow: 0 0 20px #666600 inset;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-image: url(../img/bg_redraw.png);
}
.letsWatchStar:hover {
	color: #ffffff;
	background-color: #777700;
	box-shadow: 0 0 20px #333300 inset;
	background-position: 1px 0px;
	cursor: pointer;
}

.nowCreating {	display: none;	}

/*------------
星座版操作コンテンツ
------------*/
.cPanelContent{
	display: none;
	z-index: 9000;
	position: absolute;
	left: 0px;/**/
	border-radius: 0px 0px 30px 0px;
	padding: 25px;
	margin: 0px 0px 5px 0px;
	width: 600px;
	background-color: rgba(0,0,0,0.9);
	-webkit-box-shadow: 0px 0px 5px #000;
	-moz-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
}

@media screen and (max-width: 399px){	.cPanelContent{	width: 300px;	}	}
@media screen and (min-width: 400px) and (max-width:449px){	.cPanelContent{	width: 350px;	}	}
@media screen and (min-width: 450px) and (max-width:499px){	.cPanelContent{	width: 400px;	}	}
@media screen and (min-width: 500px) and (max-width:549px){	.cPanelContent{	width: 450px;	}	}
@media screen and (min-width: 550px) and (max-width:599px){	.cPanelContent{	width: 500px;	}	}
@media screen and (min-width: 600px) and (max-width:649px){	.cPanelContent{	width: 550px;	}	}

.cPanelOnCon{ display: block !important; }

/*----- 各コントロールパネルに共通 -----*/
label {
	padding:5px 0.5em;
	border-radius:8px;
	white-space:nowrap;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
label:hover {
	cursor: pointer;
	background-color: rgba(17,17,17,0.9);
	box-shadow: 0 0 5px #666666 inset;
}
.onLabel {
	box-shadow: 0 0 5px #666666 inset;
	background-color: rgba(51,51,51,0.9) !important;
}

.itemGroup{
	padding-bottom:0.5em;
	border-bottom: 1px dashed #666666;
}

/*----- 方角 -----*/
#cPNESW table th,
#cPNESW table td {
	padding: 0.5em;
}
/*----- 時間 -----*/
.setTimeBT {
	background-color: #333333;
	color: #ffffff;
	border-radius: 8px;
	padding: 5px 10px 5px 10px;
	margin: 0px 5px 0px 5px;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	box-shadow: 0 0 20px #000000 inset;
}
.setTimeBT:hover {
	background-color: #666666;
	cursor: pointer;
}

/*----- 場所 -----*/
#cityNameJA,
#cityName	{	width: 150px;	}
#cityLon,
#cityLat	{	width: 100px;	}
#cityTZ		{	width: 30px;	}

.quickList{
	border-radius: 8px;
	box-shadow: 0 0 5px #666666 inset;
	background-color: rgba(17,17,17,0.9) !important;
	padding: 10px;
}
/*----- google map -----*/
#gMapWin {
	border-radius: 8px;
/*	display: none;*/
	height: 0px;
	width: 700px;
	position: absolute;
	z-index: 9999;
	overflow: hidden;
}

#gMapArea {
	height: 300px;
	width: 700px;
	position: absolute;
}

#gMapWin p {
	border-radius: 8px;
	font-size: 12px;
	text-align: center;
	height: 30px;
	width: 700px;
	position: absolute;
	background-color: #999900;/**/
	top: 260px;
	right: 0px;
}
#latitude,
#longitude {
	width: 100px;
}

/*------------
星座版操作ボタン
------------*/
#cPanel {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	height: 50px;
	width: 500px;
	overflow:hidden;
}

#chengeTab {
	margin: 0px;
	padding: 15px 0px 0px 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 35px;
	width: 50px;
	font-size: 10px;
	text-align: center;
	white-space:nowrap;
	overflow:hidden;
	border-radius: 8px;
	background-color: #000000;
	color: #eeeeee;
/*	box-shadow: 0 0 20px #111111 inset;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-image: url(../img/bg_tab4.png);*/
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

#chengeTab:hover {
/*	background-color: #00253A;*/
	background-color: #333333;
	background-position: center center;
	box-shadow: 0 0 20px #000000 inset;
	cursor: pointer;
}

#cPanelTab {
	margin: 0px 0px 5px 55px;
	padding: 0px 0px 0px 0px;
	position: relative;
	height: 50px;
}

#cPanelTab li {
	list-style: none;
	position: absolute;
	border-radius: 8px;
	width: 50px;
	height: 42px;
	padding: 8px 0em 0px 0em;
	margin: 0px;
	background-color: #111111;
	color: #eeeeee;
	text-align: center;
	font-size: 12px;
	line-height: 1.35em;
	box-shadow: 0 0 20px #000000 inset;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-image: url(../img/bg_tab.png);
	overflow: hidden;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

#cPanelTab li:hover {
	background-color: #666666;
	cursor: pointer;
	box-shadow: 0 0 20px #333333 inset;
}

/*	Line 1	*/
#tTime		{top:0px;	left: 0px;}
#tPlace		{top:0px;	left: 55px;}
#tCfg		{top:0px;	left: 110px;}
#tComment	{top:0px;	left: 165px;}
/*	Line 2	*/
#tShowHide	{top:55px;	left: 0px;}
#tStar		{top:55px;	left: 55px;}
#tName		{top:55px;	left: 110px;}
#tLine		{top:55px;	left: 165px;}
/*	Line 3	*/
#tNESW		{top:110px;	left: 0px;}
#tChart		{top:110px;	left: 55px;}
/*	Line ---	*/
#tParam		{top:110px;	left: 165px;display:none;}

.cPanelOnTab{	background-color: #cc0033 !important;}

#skyLicense {
	text-align: right;
	font-size: 10px;
	color: #666666;
}
