@charset "utf-8";
/* CSS Document */

a:link {
	color:#3399ff;
}
a:visited {
	color:#3399ff;
}
a:active {
	color:#3399ff;
}
a:hover {
	color:#cc0000;
}

html, body {
	height:		100%;
	margin:		0;
	padding:	0;
	background: #000000;
}
body {
	font-family:"Helvetica", "Arial", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#map {
	float:	left;
	width:	80%;
	height: 100%;
	box-sizing: border-box;
	color:	#000000;
	z-index: 1;
}


/********************************************/
/* 右サイドメニュー
/********************************************/
#right_side {
	position: fixed;
	right: 0;
	top :0;
	width: 20%;
	height: 100%;
	box-sizing: border-box;
	color: #aaaaaa;
}




/********************************************/
/* モード選択部
/********************************************/
#mode {
	width: 100%;
	height: 50%;
	margin: 0;
	padding: 0;
	position:absolute;
}


#mode_select_space {
	margin: 0;
	padding: 0;
	height: 32px;
	width: 100%;
	position:relative;
	top: 0;
	right: 0;
	box-sizing: border-box;
	background: #333333;
	color: #aaaaaa;
	text-align: center;
	z-index:2;
}

#mode_select_space input {
	display: none;
}
#mode_select_space label{
	display: block;
	float: left;
	width: 33.3%;
	padding: 5px 0 0 0;
	margin: 2px 0 0 0;
	color: #3399ff;
	border-bottom: 5px solid #666666;
	background: #333333;
}
#mode_select_space label:hover{
	color: #cc0000;
	border-bottom:5px solid #aaaaaa !important;
}

#mode_select_space input:checked + label,
#mode_select_space input:checked + label:hover{
	border-bottom:5px solid #3399ff !important;
	background: #000000 !important;
}



/********************************************/
/* 企画リスト部
/********************************************/
#proj_list {
	box-sizing: border-box;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	margin: 0 0 0 0 ;
	padding: 32px 0 0 0;
	height: 100%;
	overflow: auto;
	z-index: 1;
}


#proj_list label{
	display:block;
	padding: 5px 0 5px 3.5em;
	margin: 2px 0;
	color: #3399ff;
	border-left: 5px solid #666666;
	background: #333333;
	text-indent: -3em;
}

#proj_list label:hover{
	color: #cc0000;
	border-left:5px solid #aaaaaa !important;
}

#proj_list input {
	display: none;
}

#proj_list input:checked + label,
#proj_list input:checked + label:hover{
	border-left:5px solid #3399ff !important;
	background: #000000 !important;
}

/********************************************/
/* エリア選択部
/********************************************/
#area_space {
	box-sizing: border-box;
	position: relative;
	top: 0;
	right: 0;
	width: 100%;
	margin: 0 0 0 0 ;
	padding: 0 0 50px 0;
	height: 100%;
	overflow: auto;
	color: #aaaaaa;
	display: none;
}
.text_area {
	margin: 2px 5px;
	padding: 0px;
	border:2px solid #333333;
	font-size: 0.8em;
}
.text_area h3 {
	margin: 0;
	padding: 5px;
	font-size: 1em;
	color: #aaaaaa;
	background: #333333;
}

/********************************************/
/* 全表示部
/********************************************/
#display_all {
	display: none;
	
	background: #3399ff;
}


/********************************************/
/* どうでしょうスポット部
/********************************************/
#location {
	position: absolute;
	top: 50%;
	right: 0;
	height: 50%;
	width: 100%;
	margin: 0;
	padding: 0 0 50px 0;
	box-sizing: border-box;
}
#location_title {
	box-sizing: border-box;
	margin: 0;
	padding: 5px;
	width: 100%;
	height: 33px;
	background: #333333;
	border-top: 1px solid #000000;
	border-bottom: 2px solid #3399ff;
	color: #aaaaaa;
	position: relative;
	top: 0;
	right: 0;
	z-index: 4;
}
#location_list {
	box-sizing: border-box;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	margin: 0 0 0 0 ;
	padding: 33px 0 0 0;
	height: 100%;
	overflow: auto;
	z-index:3;
}
#location_list li{
	list-style: none;
	display: block;
	margin: 1px 0;
	padding: 5px;
	background: #333333;
	clear: both;
}

#location_list li a{
	display:block;
}
#location_list li img{
	border: none;
	margin-right: 3px;
}
.location_list_projtitle {
	margin:		0;
	padding:	0;
	color: #aaaaaa;
	text-align: right;
	font-size: 0.7em;
}
.location_name_area {
	margin:		0;
	padding:	0;

}

/********************************************/
/* バルーン部
/********************************************/
/* バルーンタイトル */
.locationTitle {
	margin: 0;
	padding: 0;
	font-size: 1.2em !important;
	font-weight: bold !important;
}
/* バルーン内　企画タイトル */
.projName {
	margin: 0;
	padding: 0;
	color: #666666;
}
/* バルーン内　説明文 */
.note {
	margin: 0;
	padding: 0.5em 0 0 0;
}
.infobaloon img {
	display: block;
}
.infobaloon a {
}
.infobaloon a.To_tyorolink {
	float: left;
}
.infobaloon a.To_googlemaps {
	float: right;
	text-align: right;
}

/********************************************/
/* フッター
/********************************************/
#footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	text-align: center;
	font-size: 12px;
	padding: 5px;
	background: #000000;
	color: #aaaaaa;
	z-index: 2;
}
/********************************************/
/* マップタイトル
/********************************************/
#map_title_picture {
	position: fixed;
	bottom: 22px;
	left: 0;
	z-index: 3;
}
#map_title_picture img{
	width: 250px;
}
