@charset "utf-8";

body {
	font-size: 88%; /* 14px */
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif; /* ゴシック系 */
	/*font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; /* 明朝系 */
	color: #333333;
	line-height: 1.6em;
	background-color: rgb(23,22,21);
}

/* LINKS */
a:link, a:visited {
	color: #;
	text-decoration: underline;
}
a:hover, a:active {
	color: #;
	text-decoration: none;
}
.noLink { cursor: default;}

/* ATTENTIONS, NOTES */
.red { color: #FF0000;}
.note { color: #999999;}


#container { display:none;}
#contentLoading {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(23,22,21,0.5);
}
#contentLoading img,
#iframeLoading img {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -24px;
	margin-left: -24px;
}
#iframeLoading img {
	margin-top: -12px;
	margin-left: -12px;
}


/*///////////////////////////////////////
	LAYOUTS
///////////////////////////////////////*/
#wrapper {
	width: 100%;
}
#container {
	margin-top: 56px;
	margin-bottom: 220px;
	position: relative;
	left: 0;
	top: 0;
}

/*///////////////////////////////////////
	header
///////////////////////////////////////*/
header {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
h1 {
	margin: 1em 0 1em 3em;
	line-height: 2em;
	letter-spacing: 1px;
	color: #CCCCCC;
	font-weight: normal;
}

#searchForm {
	height: 4em;
	position: absolute;
	right: 0;
	top: 0;
	padding-left: 1em;
	float: right;
}
#searchForm label {
	margin-right: 1em;
	margin-top: 6px;
	line-height: 1.6em;
	font-size: 86%;
	color: #CCCCCC;
	float: left;
}
#searchForm label span {
	display: inline-block;
	line-height: 1.6em;
	font-size: 84%;
}
#searchForm input[type=text] {
	display: block;
	padding: 2px 3px 2px 20px;
	background: #EEEEEE url(../img/ico_search.png) 6px center no-repeat;
	border: solid 1px #999999;
}
#searchForm input[name=keyword],
#searchForm input[name=address] {
	width: 13em;
}
#searchForm input[name=date] {
	width: 10em;
}
#searchForm input[type=text]:focus {
	border: solid 1px #999999;
}
#searchForm input.btn-send,
#searchForm input.btn-reset {
	height: 100%;
	margin: 0;
	padding: 0 1em;
	color: #999999;
	border: none;
	border-left: solid 1px #CCCCCC;
	background-color: transparent;
	cursor: pointer;
}
#searchForm input.btn-reset {
	border-right: solid 1px #CCCCCC;
}
#searchForm input.btn-send:hover,
#searchForm input.btn-reset:hover {
	background-color: rgb(255,255,255);
}

/*///////////////////////////////////////
	contents
///////////////////////////////////////*/
/*	表示エリアボタン	*/
.btnAreaControl {
	min-width: 24px;
	position: relative;
	padding: 1px 6px;
	font-family: Roboto, Arial, sans-serif;
	text-align: center;
	color: rgb(86, 86, 86);
	font-size: 11px;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.14902);
	float: left;
	overflow: hidden;
	-webkit-box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
	box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
	cursor: pointer;
	direction: ltr;
	
	-webkit-user-select: none;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.btnAreaControl:hover {
	color: rgb(0, 0, 0);
	background-color: rgb(235, 235, 235);
}

.btnAreaControl:first-child {
	border-bottom-left-radius: 2px;
	border-top-left-radius: 2px;
}
.btnAreaControl:last-child {
	border-bottom-right-radius: 2px;
	border-top-right-radius: 2px;
}


.informationWindow {
	width: 280px;
	max-height: 280px;
	padding: 16px 0 20px 20px;
	overflow: auto;
}
.imageBox .thumb {
	display: block;
	width: 120px;
	margin: 6px;
	float: left;
}
.imageBox .thumb img {
	width: 100%;
}

/*/////	imageList	/////*/
#selectAreaImages,
#selectMarkerImages {
	position: absolute;
	left: 0;
	bottom: 2em;
	background-color: rgb(23,22,21);
	z-index: 100;
}
#selectMarkerImages {
	display: none;
}

.imageListBox {
	width: 100%;
	overflow: hidden;
	overflow-x: scroll;
}
.imageList {
	width: 100%;
	height: 122px;
	padding: 15px 0;
}
.imageList .thumb {
	display: block;
	width: 122px;
	margin-left: 15px;
	padding-bottom: 0;
	text-align: center;
	line-height: 0;
	float: left;
}
.imageList .thumb img {
	width: 120px;
	height: 120px;
	border: solid 1px #333333;
}
.imageList .thumb.selectedGroup img {
	border: solid 1px #FFFFFF;
}
.imageList .thumb.selected img {
	border: solid 1px #E95711;
}
.imageList p {
	padding-left: 1em;
	color: #CCCCCC;
	letter-spacing: 1px;
}

.results {
	width: 100%;
	background-color: rgb(0,0,0);
	border-bottom: solid 1px rgb(0,0,0);
}
.results p {
	padding-left: 1em;
	line-height: 2em;
	color: #CCCCCC;
	font-size: 86%;
	letter-spacing: 1px;
	font-weight: bold;
	float: left;
}
.results .open,
.results .close {
	margin-right: 1em;
	cursor: pointer;
	float: right;
}


/*/////	details	/////*/
#listBox,
#dataBox,
#iframeLoading {
	width: 34%;
	height: 90%;
	position: absolute;
	top: 5%;
	right: 20px;
	background-color: rgba(23,22,21,0.9);
	background-color: rgb(23,22,21);
}
#listBox,
#dataBox { border: solid 1px #333333;}
#listBox { display: none;}
#iframeLoading {
}

/*///////////////////////////////////////
	footer
///////////////////////////////////////*/
footer {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 2em;
	text-align: center;
	background: white;
}
#copyright {
	font-size: 72%;
	color: #666666;
}

.footerNav {
	position: absolute;
	margin-right: 2em;
	right: 0;
	bottom: 0;
}
.howto a {
	display: block;
	padding-left: 1em;
	color: #333;
	font-size: 12px;
	float: left;
}

/*///////////////////////////////////////
	clearfix
///////////////////////////////////////*/
.imageBox:before		.imageBox:after {
    content: " ";
    display: table;
}
.imageBox:after { clear: both;}
.imageBox { *zoom: 1;}