body {
margin-left:0;
margin-top:0;
color:#333333;
background-color: #E9F6F8;
font-size:12px;
line-height:120%;
}

.bgw{
color:#333333;
background-color: #ffffff;
}

a:link {
color:#0000FF;
text-decoration: none;
}

a:visited{
color:#9D11B3;
text-decoration: none;
}

a:hover{
color:#FF6600;
text-decoration: none;
}

a:active{
color:#0000FF;
text-decoration: none;
}


td{
font-size:12px;
line-height:120%;
}


.small{
font-size:xx-small;
line-height:110%;
}


.text10px {  font-size: 10px; line-height: 120%;}
.text11px {  font-size: 11px; line-height: 120%;}
.text12px {  font-size: 12px; line-height: 120%;}



.tb1{
border-collapse: collapse;
border: 1px solid #999999;
background-color: #999999;
}

.catch1{
color:#333333;
background-color: #B9E8EC;
text-align: center;
}

.data{
color:#333333;
background-color: #FFFFFF;
}

/* これより residual での追加 */
body {
    font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
    padding:0;
}
.page-header {
    margin: 2px;
    /*background-color: #B9E8EC;*/
    background-color: #324678;
    padding-bottom: 0;
    border-radius: 8px;
}
h3 {
    margin: 0;
    /*padding: 14px,14px,14px,14px;*/
    padding: 14px;
    color: #6bd8fd;
    font-weight: 600;
    /*font-size:90%;*/
}
.dateDropDownYear {
    width:70px;
    height:24px;
}
.dateDropDownMonth {
    width: 55px;
    height: 24px;
}
.submitBtn {
    margin-left: 16px;
    -moz-box-shadow: 2px 2px 3px 1px #666;
    -webkit-box-shadow: 2px 2px 3px 1px #666;
    box-shadow: 2px 2px 3px 1px #666;
}
h4 {
    padding: 6px;
    font-weight: 500;
}
.imageNothing {
    width: 616px;
    height: 172px;
    /*background: #ffffff;*/
    text-align: center;
    color: #FF0000;
    line-height: 140px;
    border: 0 solid #333333;
}
.dropdownheader {
    margin: 8px;
    width: 616px;
    height: 40px;
    display: flex;
    align-items: center;
}
.pagelink {
    margin-left: 170px;
    text-decoration: underline;
}

/* 地図画像関係css **/


.mapImgDiv {
    position: relative;
    width: 630px;
    height: 846px;
}
#map_image {
    width: 630px;
    height: 846px;
    margin: 4px;
}

/* 湾奥tooltip 位置決め */
.wanoku-tooltip {
    position: absolute;
    top: 84px;
    left: 18px;
    width: 110px;
    height: 75px;
    /*border: solid;*/
}
/* 湾口tooltip 位置決め */
.wankou-tooltip {
    position: absolute;
    top: 402px;
    left: 454px;
    width: 110px;
    height: 75px;
    /*border: solid;
    color: deeppink;*/
}
/* ツールチップ（bootstrap）の設定 */

.tooltip-inner {
    max-width: 100%;
    text-align: left;
}

/* 地図画像関係css ここまで **/