
#kohoonly
{
	font-size:16px;
	font-family:Arial;
	font-weight:bold;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #ff8c00;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ff8c00), color-stop(100%, #d2691e) );
	background:-moz-linear-gradient( center top, #ff8c00 5%, #d2691e 100% );
	background:-ms-linear-gradient( top, #ff8c00 5%, #d2691e 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8c00', endColorstr='#d2691e');
	background-color:#ff8c00;
	color:#ffffff;
	display:inline-block;
	text-shadow:1px 1px 0px #1570cd;
 	-webkit-box-shadow: 1px 1px 0px 0px #97c4fe;
 	-moz-box-shadow: 1px 1px 0px 0px #97c4fe;
 	box-shadow: 1px 1px 0px 0px #97c4fe;
}
div.wrapper {
    position:  relative;
       width:  calc(100vw - 20px) ;
    max-width: 1200px;
/*
      height:  calc(100vh - 100px);
*/
      height:  calc(100vh - 50px);
    overflow: hidden;
      border: solid 1px #000;
}
.lastupdate {
    font-size: 0.5em;
     position: absolute;
}

/* 吹き出し */
.fukidasi {
     position: absolute;
    max-width: 280px;
      padding: 10px 32px 10px 12px;
   background: #fff;
       border: 1px solid #d9d9d9;
border-radius: 12px;
   box-shadow: 0 2px 6px rgba(0,0,0,.06);
  line-height: 1.5;
}
.fukidasi::before {
    content: "";
   position: absolute;
       left: -20px;       /* 吹き出しの外側へ */
        top: 70%;         /* 値を大きくすると下がる */
  transform: translateY(-50%);
     border: 10px solid transparent;
  border-right-color: #fff; /* 外枠の色 */
  border-right-color: #fff; /* 外枠の色 */
}
.fukidasi::after {
    content: "";
   position: absolute;
       left: -9px;        /* 外枠よりちょっと右にずらす */
        top: 50%;
  transform: translateY(-50%);
     border: 9px solid transparent;
border-right-color: white; /* 背景色 */
}
.close {
   position: absolute;
    right: 4px;
      top: 4px;
}


#map {
      position: absolute;
          left: 0px;
           top: 0px;
         width: 1200px;
        height: 1364px;
    background: url(img/OKmap.jpg) left top;
        margin: auto;
}

#telop {
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 100;
    background-color: #444444;
    width: 100%;
    overflow: hidden;
    height: 1.5em;
}
#inline-telop {
    position: relative;
    background-color: #444444;
    width: 100%;
    overflow: hidden;
    height: 2em;
    line-height: 2em;
}
.telop1 {
    position: absolute;
    color: #fff;
    font-weight: bold;
    top: 0px;
    overflow: hidden;
    height: 1.2em;
    line-height: 1.4em;
}
.telop2 {
    position: absolute;
    color: #fff;
    font-weight: bold;
    top: 0px;
    overflow: hidden;
    height: 2em;
    line-height: 2em;
}
.telop1 a:link,
.telop1 a:visited,
.telop1 a:active {      text-decoration: none; color: #fff; font-weight:bold;}
.telop1 a:hover {       text-decoration: none; color: #aaf; font-weight:bold;}

.telop2 a:link,
.telop2 a:visited,
.telop2 a:active {      text-decoration: none; color: #fff; font-weight:bold;}
.telop2 a:hover {       text-decoration: none; color: #aaf; font-weight:bold;}
