﻿@charset "UTF-8";
/**
*
* 海ナビ　タイドグラフ
*
*/


.chartWrapper {
    position: relative;
  	margin-left: 30px;
}

.chartWrapper > canvas {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events:none;

}

.chartAreaWrapper {
    margin-left: 0px;
}

/*.inner-box {
    overflow-x: scroll;
}*/

.graph-table-section {
    overflow-x: scroll;
}

@media screen and (min-width: 751px) {
	.graph-table-section{
			width: 600px;
	}
}

.line {
	fill: none;
	stroke: blue;
	stroke-width: 5.5px;
}

g.x_axis, g.y_axis {
  font-size: 22px;
  font-weight: 200;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ", sans-serif;
}

@media screen and (min-width: 751px) {
  svg g text {
    font-size: 18px;
  }
}

/* 罫線スタイル */
g.x_axis line, g.y_axis line{
  stroke: lightgray;
  stroke-opacity: 0.5;
  /*shape-rendering: crispEdges;*/
  /*stroke-dasharray: 3px;*/
  /*stroke-linecap: "butt";*/
  stroke-width: 1;
}

.tooltip {
  position: absolute;
  width: auto;
  height: auto;
  padding: 8px;
  font-size: 24px;
  color: #fff;
  background: #333;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  visibility: hidden;
  z-index: 9999;
}


/* アイコン表示 */
.icon {
  text-align: center;
  width: 96px;
  height: 96px;
  display: inline-block;
  vertical-align: middle;
}

.icon-weather {
  text-align: center;
  width: 70px;
  height: 54px;
  display: inline-block;
  vertical-align: middle;
}

.icon-tide {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 140px;
  font-size: 28px;
  font-size: 2.8rem;
}

.icon-tsuri {
  padding-left: 140px;
  font-size: 28px;
  font-size: 2.8rem;
}

.icon-hare {
  background: url(https://cdn1.n-kishou.co.jp/image/icon_weather/00.png) left center no-repeat;
  background-size: 100% auto;
}

.icon-kumori {
  background: url(https://cdn1.n-kishou.co.jp/image/icon_weather/11.png) left center no-repeat;
  background-size: 100% auto;
}

.icon-rain {
  background: url(https://cdn1.n-kishou.co.jp/image/icon_weather/24.png) left center no-repeat;
  background-size: 100% auto;
}

.icon-raiu {
  background: url(https://cdn1.n-kishou.co.jp/image/icon_weather/31.png) left center no-repeat;
  background-size: 100% auto;
}

.icon-snow {
  background: url(https://cdn1.n-kishou.co.jp/image/icon_weather/32.png) left center no-repeat;
  background-size: 100% auto;
}

.icon-raisetsu {
  background: url(https://cdn1.n-kishou.co.jp/image/icon_weather/59.png) left center no-repeat;
  background-size: 100% auto;
}

.icon-kiri {
  background: url(https://cdn1.n-kishou.co.jp/image/icon_weather/17.png) left center no-repeat;
  background-size: 100% auto;
}

.icon-mizore {
  background: url(https://cdn1.n-kishou.co.jp/image/icon_weather/40.png) left center no-repeat;
  background-size: 100% auto;
}

.icon-hyou {
  background: url(https://cdn1.n-kishou.co.jp/image/icon_weather/41.png) left center no-repeat;
  background-size: 100% auto;
}

.icon-tide-sunrise {
  background: url(https://cdn1.n-kishou.co.jp/image/charge/tide/graph/icon_sunrise.png) no-repeat center left;
  background-size: 90px auto;
}
.icon-tide-sunset {
  background: url(https://cdn1.n-kishou.co.jp/image/charge/tide/graph/icon_sunset.png) no-repeat center left;
  background-size: 90px auto;
}
.icon-tide-jiai {
  background: url(https://cdn1.n-kishou.co.jp/image/charge/tide/graph/icon_jiai.png) no-repeat center left;
  background-size: 90px auto;
}
.icon-tide-mazume {
  background: url(https://cdn1.n-kishou.co.jp/image/charge/tide/graph/mazumecolor.png) no-repeat center left;
  background-size: 90px auto;
}
.icon-tide-night {
  background: url(https://cdn1.n-kishou.co.jp/image/charge/tide/graph/nightcolor.png) no-repeat center left;
  background-size: 90px auto;
}
.icon-tide-nowtime {
  background: url(https://cdn1.n-kishou.co.jp/image/charge/tide/graph/icon_nowtime.png) no-repeat center left;
  background-size: 90px auto;
}

.icon-tsuri-a {
  background: url(https://cdn1.n-kishou.co.jp/image/misc/icon_tsuri_a.png) no-repeat center left;
  background-size: 100px auto;
}
.icon-tsuri-b {
  background: url(https://cdn1.n-kishou.co.jp/image/misc/icon_tsuri_b.png) no-repeat center left;
  background-size: 100px auto;
}
.icon-tsuri-c {
  background: url(https://cdn1.n-kishou.co.jp/image/misc/icon_tsuri_c.png) no-repeat center left;
  background-size: 100px auto;
}
.icon-tsuri-d {
  background: url(https://cdn1.n-kishou.co.jp/image/misc/icon_tsuri_d.png) no-repeat center left;
  background-size: 100px auto;
}

.tsuri-lva {
  background: url(https://cdn1.n-kishou.co.jp/image/misc/icon_tsuri_a.png) no-repeat center;
  background-size: contain;
}
.tsuri-lvb {
  background: url(https://cdn1.n-kishou.co.jp/image/misc/icon_tsuri_b.png) no-repeat center;
  background-size: contain;
}
.tsuri-lvc {
  background: url(https://cdn1.n-kishou.co.jp/image/misc/icon_tsuri_c.png) no-repeat center;
  background-size: contain;
}
.tsuri-lvd {
  background: url(https://cdn1.n-kishou.co.jp/image/misc/icon_tsuri_d.png) no-repeat center;
  background-size: contain;
}

@media screen and (min-width: 751px) {
  .icon {
    width: 72px;
    height: 72px;
  }

  .icon-weather {
    width: 50px;
    height: 42px;
  }

  .icon-tide {
    padding-left: 100px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .icon-tide-sunrise, .icon-tide-sunset, .icon-tide-jiai, .icon-tide-mazume, .icon-tide-night, .icon-tide-nowtime {
    background-size: 70px auto;
  }

  .icon-tsuri {
    padding-left: 100px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .icon-tsuri-a, .icon-tsuri-b, .icon-tsuri-c, .icon-tsuri-d {
    background-size: 70px auto;
  }
}


/* page-control2 */
.page-control2 .btn-next,
.page-control2 .btn-prev {
  width: 25%;
}

.page-control2 .btn-next > *,
.page-control2 .btn-prev > * {
  padding: 15px 20px;
  display: inline-block;
  background: #015db2;
  font-family: "ヒラギノ角ゴ Pro W6","HiraKakuPro-W6","メイリオ", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #fff;
}

.page-control2 .btn-next > span,
.page-control2 .btn-prev > span {
  background: #BFBFBF;
  color: #A6A2A2;
  -ms-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3), inset 0 -4px 0 2px rgba(130, 130, 130, 0.5);
  -o-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3), inset 0 -4px 0 2px rgba(130, 130, 130, 0.5);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3), inset 0 -4px 0 2px rgba(130, 130, 130, 0.5);
}

.page-control2 .btn-next > span.hover, .page-control2 .btn-next > span.touch,
.page-control2 .btn-prev > span.hover,
.page-control2 .btn-prev > span.touch {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -ms-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3), inset 0 -4px 0 2px rgba(130, 130, 130, 0.5);
  -o-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3), inset 0 -4px 0 2px rgba(130, 130, 130, 0.5);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3), inset 0 -4px 0 2px rgba(130, 130, 130, 0.5);
}

.page-control2 .btn-next > span:before, .page-control2 .btn-next > span:after,
.page-control2 .btn-prev > span:before,
.page-control2 .btn-prev > span:after {
  border-color: #A6A2A2;
}

.page-control2 .btn-prev > *:before {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  content: "";
  border-bottom: 4px solid #fff;
  border-left: 4px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.page-control2 .btn-next {
  text-align: right;
}

.page-control2 .btn-next > *:after {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  content: "";
  border-bottom: 4px solid #fff;
  border-left: 4px solid #fff;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.page-control2 .btn-cmn,
.page-control2 .btn-cmn > span
{
  margin-top: 0;
  width: 49%;
  margin-bottom: 8px;
}

.page-control2 .btn-prev a,
.page-control2 .btn-next a,
.page-control2 .btn-prev > span,
.page-control2 .btn-next > span
{
  width: 88%;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .page-control2 .btn-prev > *:before {
    width: 10px;
    height: 10px;
    margin-right: 5px;
    border-width: 3px;
  }
  .page-control2 .btn-next > *:after {
    width: 10px;
    height: 10px;
    margin-left: 5px;
    border-width: 3px;
  }
}

/* 見出し部分のpage-control */
.page-control .btn-next, .page-control .btn-prev {
  width: 15%;
  margin-top: 10px;
}

.page-control .btn-next > *,
.page-control .btn-prev > * {
  padding: 25px 25px;
}

.page-control .cmn-sttl4 {
  width: 450px;
  margin: 0px auto;
  box-sizing: border-box;
}

.page-control .btn-prev > *:before {
  margin-right: 0px;
  margin-left: 8px;
}

.page-control .btn-next > *:after {
  margin-right: 8px;
  margin-left: 0px;
}

@media screen and (min-width: 751px) {
  .page-control .btn-next, .page-control .btn-prev {
    margin-top: 0px;
  }
  .page-control .btn-next > *,
  .page-control .btn-prev > * {
    padding: 20px 25px;
  }
}

/* ==========================================================================
　市町村ボタン
========================================================================== */
.fbox02 {
  display: block;
  margin-bottom:-5px;
}

.fbox02:after,
.has-side:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.fr02 {
  margin-left: 240px;

}

@media screen and (min-width: 751px) {
  .fbox02 {
  display: block;
  margin-bottom:-10px;
  }
  .fr02 {
  margin-left: 290px;
  }
}
