#cfgArea {
	padding: 0px 50px 150px 50px;
	background-repeat: no-repeat;
	background-position: 0px bottom;
	color:#ffffff;
	background-image: url(/img/bg_planisphere.gif);
}

/*--------------------
set Date, Place, etc.
--------------------*/
.cfgPart {
	background-color: #111111;
	padding: 10px;
	border-radius: 8px;
	margin-bottom: 1em;
	position: relative;
}

/*--------------------
set Planisphere Config
--------------------*/
#pCfg {
	padding: 0px;
	margin: 0px;
	height: 200px;
	position: relative;
}

#pCfg dl {
	width: 100px;
	padding: 0px;
	margin: 0px;
	height: 170px;
	position: absolute;
	top: 0px;
}

#pCfg dl dt {
	width: 100px;
	height: 25px;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

#pCfg dl dd{
	width: 100px;
	padding: 0px;
	margin: 0px;
}

/*----- Selected Config -----*/
#pCfg dl .pCfgSelected{
	height: 100px;
	overflow: hidden;
	position: relative;
}

#pCfg dl .pCfgSelected img{
	position: absolute;
	top: 0px;
	left: 0px;
}

#pCfg dl .pCfgSelected img:hover{
	cursor: pointer;
}

#pCfgShape{	left: 0px;	}
#pCfgLang{	left: 110px;	}
#pCfgLine{	left: 220px;	}
#pCfgColor{	left: 330px;	}
#pCfgBG{	left: 440px;	}

/*----- Chenge Button -----*/
#pCfg dl .pCfgChange{
	margin-top: 10px;
	height: 30px;
	white-space: nowrap;
	text-indent: 100px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-image: url(../../img/bt_change.png);
}
#pCfg dl .pCfgChange:hover{
	margin-top: 7px;
	cursor: pointer;
}

/*----------
download button
----------*/
#dlMessage,
#dlPlanisphere{
	display: block;
	margin: 150px 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;
}

#dlPlanisphere{
	background: -moz-linear-gradient(#000000, #cc0033);
	background: -o-linear-gradient(#000000, #cc0033);
	background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#cc0033));
}

#dlPlanisphere: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;
}

/*--------------------
set Place Info by Google Map
--------------------*/
#gMapWin{
/*	display: none;*/
	height: 300px;
	position: relative;
}
#gMapArea{
	height: 300px;
}

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

.pdfCondition span.item {
	font-size: 80%;
	width: 80px;
	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 0px;
	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;
	padding: 5px 1em;
}

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