﻿body,input,select,option {
	font-family:'Meiryo UI','メイリオ',Verdana,'ＭＳ Ｐゴシック',sans-serif;
    font-size:1.0em;
}

.ui-content {
	padding:0px;
}

.content-wrapper {
	padding: 10px;
}

.ui-footer .ui-title {
	font-size:0.5em;
	text-align: left;
	margin: 0;
	padding: 2px;
	font-weight: normal;
}

/* -------------------------------------------------------------------------- */
/* メインページ                                                                */
/* -------------------------------------------------------------------------- */

#map-search-text {
   	border-radius: 0;
	border: medium none;
	height: 49px;
	padding: 2px 5px 2px 5px;
	background-color: #fff;
}

#map-search-button {
	display:block;
	width:45px;
	height:45px;
	padding: 2px;
	background-color: #0c5489;
	background-image: url("../images/search.png");
	background-repeat: no-repeat;
	background-position: 6px 8px;
    z-index: 1005;
}

.ui-panel {
	width:200px;
}

#map{
	position: absolute;
	width:100%;
	padding: 0;
}

#map-result {
	width:54px;
	height:54px;
	background-image: url("../images/list_ja.png");
	background-repeat: no-repeat;
    background-position: 0px 0px;
/*	background-color: #fff;
	opacity: 0.7;*/
}

#map-gps {
	width:54px;
	height:54px;
	background-image: url("../images/gps_ja.png");
	background-repeat: no-repeat;
    background-position: 0px 0px;
/*	background-color: #fff;
	opacity: 0.7;*/
}

#map-compass {
	width:54px;
	height:54px;
	background-image: url("../images/compass.png");
	background-repeat: no-repeat;
    background-position: 6px 6px;
/*	background-color: #fff;
	opacity: 0.7;*/
}

/*--- 著作権表示 ---*/

#credit1,
#credit2,
#credit3  {
	font-size: 0.5em;
	z-index: 1000;
	position: absolute;
	left:10px;
}

/*--- Zoom Panel ---*/

.olControlZoomPanel {
	left:0;
	top:0;
	width:54px;
	height:112px;
}

.olControlZoomPanel div {
	width:54px;
}

.olControlZoomPanel .olControlZoomInItemInactive {
	height:54px;
	background-image: url("../images/zoomin.png");
	background-repeat: no-repeat;
    background-position: 10px 10px;
}

.olControlZoomPanel .olControlZoomToMaxExtentItemInactive {
	display: none;
}

.olControlZoomPanel .olControlZoomOutItemInactive {
	height:54px;	
	background-image: url("../images/zoomout.png");
	background-repeat: no-repeat;
    background-position: 10px 10px;
}

/* -------------------------------------------------------------------------- */
/* サイドメニュー                                                              */
/* -------------------------------------------------------------------------- */

#title-release {
	background-color:#f6f6f6;
	background-image: url("../images/appbar.information.circle.png");
	background-repeat:no-repeat;
	background-size:52px 52px;
	height:28px;
	padding-left:52px;
	line-height: 28px;
	font-weight: bold;
	color: #0c5489;
}

#title-map {
	background-color:#f6f6f6;
	background-image: url("../images/appbar.layer.png");
	background-repeat:no-repeat;
	background-size:52px 52px;
	height:28px;
	padding-left:52px;
	line-height: 28px;
	font-weight: bold;
	color: #0c5489;
}

#title-search {
	background-color:#f6f6f6;
	background-image: url("../images/appbar.magnify.png");
	background-repeat:no-repeat;
	background-size:52px 52px;
	height:28px;
	padding-left:52px;
	line-height: 28px;
	font-weight: bold;
	color: #0c5489;
}

#title-info {
	background-color:#f6f6f6;
	background-image: url("../images/appbar.book.hardcover.open.writing.png");
	background-repeat:no-repeat;
	background-size:52px 52px;
	height:28px;
	padding-left:52px;
	line-height: 28px;
	font-weight: bold;
}

/* -------------------------------------------------------------------------- */
/* ハザード情報                                                                */
/* -------------------------------------------------------------------------- */

.hazardcheck-image {
	margint-left:5px;
	vertical-align: middle;
}

#hazardcheck-ais-tbl{
	padding: 3px;
	border-spacing: 0px;
	width: 100px;
}

#hazardcheck-ais-td1 { background-color:#adff2f; color:#000000; text-align:center;font-size: 8px; width:10px; }
#hazardcheck-ais-td2 { background-color:#ffff00; color:#000000; text-align:center;font-size: 8px; width:10px; }
#hazardcheck-ais-td3 { background-color:#ffa500; color:#ffffff; text-align:center;font-size: 8px; width:10px; }
#hazardcheck-ais-td4 { background-color:#ff0000; color:#ffffff; text-align:center;font-size: 8px; width:10px; }
#hazardcheck-ais-td5 { background-color:#000080; color:#ffffff; text-align:center;font-size: 8px; width:10px; }

/* -------------------------------------------------------------------------- */
/* 結果一覧                                                                    */
/* -------------------------------------------------------------------------- */

#page-result-table .title {
	background-color: #0c5489;
}
#page-result-table .content {
	font-weight:normal;
}
.result-checkbox {
	margin-right:10px;
}
th.title {
	color:#fff;
}

/* -------------------------------------------------------------------------- */
/* ポップアップ                                                                */
/* -------------------------------------------------------------------------- */

#popup_GroupDiv {
	background-color: #0c5489;
}

.olPopup{
	margin-top: 20px;
	margin-left:-15px;
	overflow: visible !important;
}
.olPopup:before {
	position: absolute;
	left: 5px;
	top: -20px;
	content: '';
	display: block;
	width: 0;
	height: 0;
	margin: 0;
	border-style: solid;
	border-width: 0 10px 25px 10px;
	border-color: transparent transparent #0c5489 transparent;
}

.popup-box {
    padding: 5px;
}

#page-popup {
}

#page-popup-info .popup-box {
}

#page-popup-info .popup-title {
    border: none;
}

.popup-title a {
	color: #fff;
	font-size: 0.9em;
	font-weight: normal;
    margin-bottom: 10px;    
}

.popup-title {
	color: #fff;
	font-size: 0.9em;
	font-weight: normal;
    margin-bottom: 10px;    
}

.popup-date {
	color:#fff;
    border: none;
	font-size: 0.8em;
	font-weight: normal;
    margin-bottom: 10px;    
}

.popup-lang {
	color:#fff;
    border: none;
	font-size: 0.8em;
	font-weight: normal;
    margin-bottom: 10px;    
}

.popup-summary {
	font-family: "Meiryo UI";
	font-size: 0.8em;
    width: 100%;
    border: none;
    margin-bottom: 20px;    
}

.popup-normal {
	color:#ffffff;
	font-family: "Meiryo UI";
	font-weight: normal;
	font-size: 1.0em;
	border: none;
}

.popup-normal a {
	color:#ffffff;
	font-family: "Meiryo UI";
	font-weight: normal;
	font-size: 1.0em;
	border: none;
}


.popup-state {
	color:#fff;
	font-size: 0.8em;
    border: none;
    margin-bottom: 10px;    
}

/* -------------------------------------------------------------------------- */
/* 事故情報詳細設定                                                            */
/* -------------------------------------------------------------------------- */

.accident-detail-caption {
	line-height: 3.5em;
	padding-left:10px;
}

#page-accident-detail-content h1 {
	color: #0c5489;
}

.accident-detail-fromto {

}

/* -------------------------------------------------------------------------- */
/* スケール                                                                   */
/* -------------------------------------------------------------------------- */

.olControlScaleLine {
    bottom:40px; 
}
/*
.olControlScaleLineBottom {
    display: none;
}*/

.olImageLoadError {
    display: none !important;
}

