@charset "UTF-8";
h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, dt, dd, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure {
  color: #000;
  font-family: "游ゴシック体","YuGothic", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
}

html:root {
  background-color: #fff;
}

.arrow01, .btn-dtl > *:link:after, .btn-dtl > *:visited:after, .btn-dtl--blue > *:link:after, .btn-dtl--blue > *:visited:after, .btn-dtl--blue02 > *:link:after, .btn-dtl--blue02 > *:visited:after, .btn-dtl--white > *:link:after, .btn-dtl--white > *:visited:after, .list-ch__item a:after, .box-reco__item > *:after, .nav-row1 li a:after, .dmenu_newsList .linkList_item:after, .news_more a:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #303030;
  border-right: 2px solid #303030;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ common_low.css打ち消し用
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
#pagetop {
  position: static;
  width: auto;
  height: auto;
  overflow: auto;
  margin: auto;
}

a:link, a:active, a:hover, a:visited {
  color: initial;
  text-decoration: none;
  padding: auto;
  margin: auto;
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ 共通
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
.wrp {
  padding-bottom: 20px;
}

.sgtk_bg {
  background-color: mistyrose !important;
}

.three_rows {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.hed-fs-btn {
  display: none;
  pointer-events: none;
}

/*====================================================================================
マージン
====================================================================================*/
.mSide10 {
  margin-left: 10px;
  margin-right: 10px;
}

/*====================================================================================
区切り
====================================================================================*/
.block:not(:last-child) {
  margin-bottom: 30px;
}

.block > *:not(:last-child) {
  margin-bottom: 15px;
}

.area-inner {
  padding: 10px 0;
}

@media screen and (min-width: 1050px) {
  .area-inner {
    padding: 10px;
  } 
}

.area-inner2 {
  padding: 20px 0;
}

/*====================================================================================
タイトル
====================================================================================*/
.title-block01 {
  font-weight: 600;
  font-size: 17px;
}

@media screen and (max-width: 1050px) {
  .title-block01 {
    padding-left: 10px;
  }
}

.title-block01 .text-noticeSmall {
  margin-left: 1em;
}

/*------------------------------------------
ピンポイントタイトル
------------------------------------------*/
#header-label {
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  margin: 15px 10px 10px;
}

/* 戻る
- - - - - - - - - - - - - - - - - - - - - */
#label-back {
  display: inline-block;
  font-size: 14px;
  background: #e2e2e2;
  color: #7f7d7d;
  margin-left: 12px;
  border-radius: 0 6px 6px 0;
  position: relative;
  vertical-align: bottom;
}

#label-back a {
  width: 36px;
  height: 26px;
  line-height: 26px;
  color: #333;
  display: block;
  overflow: hidden;
  text-align: center;
}

#label-back:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: -12px;
  border-right: solid 12px #e2e2e2;
  border-bottom: solid 13px transparent;
  border-top: solid 13px transparent;
}

/* テキスト
- - - - - - - - - - - - - - - - - - - - - */
#pname {
  display: inline-block;
  font-weight: 600;
  font-size: 20px;
  line-height: 1em;
  position: relative;
  top: -2px;
  margin-left: 5px;
}

.small {
  font-size: 12px;
}

/*------------------------------------------
ブロックタイトル
------------------------------------------*/
.content-label {
  font-size: 18px;
  font-weight: 600;
}

#shisu .content-label {
  position: relative;
  z-index: 2;
}

#shisu .content-label span {
  background-color: #fff;
  padding-right: 10px;
}

#shisu .content-label:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ccc;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

/*====================================================================================
テキスト
====================================================================================*/
.text-noticeSmall {
  font-size: 12px;
  font-weight: normal;
  color: #707070;
}

/*====================================================================================
ボタン
====================================================================================*/
.btn-dtl > *:link, .btn-dtl > *:visited {
  font-size: 16px;
  display: block;
  text-align: center;
  color: #303030;
  font-weight: 600;
  border: 1px solid #A0A0A0;
  line-height: 1em;
  padding: 10px 0;
  border-radius: 4px;
  background: linear-gradient(#FAFAFA, #E0E0E0);
  background: -moz-linear-gradient(#FAFAFA, #E0E0E0);
  background: -webkit-linear-gradient(#FAFAFA, #E0E0E0);
  position: relative;
}

.btn-dtl--blue > *:link, .btn-dtl--blue > *:visited {
  font-size: 16px;
  display: block;
  text-align: center;
  color: #FFF;
  line-height: 1em;
  padding: 10px 0;
  border-radius: 4px;
  background-color: #4c77ae;
  position: relative;
}

.btn-dtl--blue > *:link:after, .btn-dtl--blue > *:visited:after {
  border-color: #fff;
}

.btn-dtl--blue02 > *:link, .btn-dtl--blue02 > *:visited {
  font-size: 16px;
  display: block;
  text-align: center;
  color: #FFF;
  line-height: 1em;
  padding: 10px 0;
  border-radius: 4px;
  background: linear-gradient(#4C77AE, #325C92);
  background: -moz-linear-gradient(#4C77AE, #325C92);
  background: -webkit-linear-gradient(#4C77AE, #325C92);
  background: -webkit-gradient(linear, left top, left bottom, from(#4C77AE), to(#325C92));
  position: relative;
}

.btn-dtl--blue02 > *:link:after, .btn-dtl--blue02 > *:visited:after {
  border-color: #fff;
}

.btn-dtl--white > *:link, .btn-dtl--white > *:visited {
  font-size: 16px;
  display: block;
  text-align: center;
  color: #000;
  line-height: 1em;
  padding: 10px 0;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #000;
  position: relative;
}

.btn-dtl--white > *:link:after, .btn-dtl--white > *:visited:after {
  border-color: #000;
}

.btn-dtl--white.pr > *:link, .btn-dtl--white.pr > *:visited {
  color: #0000cc;
}

.btn-dtl--white.pr > *:link:after, .btn-dtl--white.pr > *:visited:after {
  border-color: #0000cc;
}

/*------------------------------------------
ボタングループ
------------------------------------------*/
.btnArea__group {
  font-size: 0;
  text-align: center;
/*  margin: 0 15px; */
}
@media screen and (min-width: 600px) {
  .btnArea__group {
    padding-right: 10px;
  }
}

.btnArea__item {
  font-size: 15px;
  display: inline-block;
  width: 48%;
}

.btnArea__item:not(:last-child) {
  margin-right: 1%;
}

/*------------------------------------------
ボタンリスト
------------------------------------------*/
.btnList > *:not(:last-child) {
  margin-bottom: 10px;
}

@media screen and (max-width: 1050px) {
  .btnList.area-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ navigation（ナビゲーション）
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
.navigation {
  background: linear-gradient(#FFF, #F0F0F0);
  background: -moz-linear-gradient(#FFF, #F0F0F0);
  background: -webkit-linear-gradient(#FFF, #F0F0F0);
  border-bottom: 1px solid #C0C0C0;
}

.navigation > * {
  width: 100%;
  display: table;
  table-layout: fixed;
}

.navigation-item {
  display: table-cell;
}

.navigation-item:not(:last-child) {
  border-right: 1px solid #E0E0E0;
}

.navigation-item > *, .navigation-item > *:link, .navigation-item > *:visited {
  color: #335D92;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  line-height: 1em;
  padding: 8px 0;
  position: relative;
}

.navigation-item .icon {
  height: 24px;
  margin-right: 5px;
}

.navigation-item .text {
  vertical-align: super;
}

.navigation-item.sakura > *, .navigation-item.sakura > *:link, .navigation-item.sakura > *:visited {
  color: #DA296B;
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ box-message（冒頭メッセージ）
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
.box-message {
  padding: 10px 10px 0;
  background: linear-gradient(#E0E0E0, #CCC);
  background: -moz-linear-gradient(#E0E0E0, #CCC);
  background: -webkit-linear-gradient(#E0E0E0, #CCC);
  background: -webkit-gradient(linear, left top, left bottom, from(#E0E0E0), to(#CCC));
  box-sizing: border-box;
}

.box-message > * {
  box-sizing: border-box;
}

.box-message > *:not(:last-child) {
  margin-bottom: 5px;
}

.box-message__bar {
  display: block;
  padding: 10px;
  border: 1px solid #0000CC;
  background-color: #fff;
  background-image: url(/img/weather_arrow_b.png);
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: 8px 13px;
}

.box-message__bar a {
  width: 100%;
  padding-right: 20px;
  overflow: hidden;
  display: block;
  color: #0000CC;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  box-sizing: border-box;
}
/*
.box-message__bar a:after {
  content: '';
  display: block;
  width: 8px;
  height: 14px;
  background: url(/img/weather_arrow_b.png) no-repeat 0 0;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
*/
/*------------------------------------------
災害用
------------------------------------------*/
.disaster {
  position: relative;
  width: 100%;
}

.disaster a {
  display: block;
  padding: 5px 0;
  text-align: center;
  background: linear-gradient(#ffffcc, #ffff15);
  background: -moz-linear-gradient(#ffffcc, #ffff15);
  background: -webkit-linear-gradient(#ffffcc, #ffff15);
  border-top: 2px solid #e5e5b7;
  border: 2px solid #c60031;
  border-radius: 5px;
}

/*------------------------------------------
注意
------------------------------------------*/
#dmenu_disaster_alert {
  padding: 8px 5px;
  border: solid 2px #c60031;
  background: #fff;
  border-radius: 4px;
}

#dmenu_disaster_alert a {
  text-align: center;
  text-decoration: underline;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ 地域設定していないとき
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
.area-noSet {
  padding: 10px;
  background-color: #FFFFF0;
}

.notSet__center {
  text-align: center;
}

.notSet__capture {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
.notSet__capture img {
  width: 100%;
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ box-weather-area（今日~明日の天気 ~ 雲の様子まで）
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
.area-top {
  width: 100%;
  padding: 10px 10px 0;
  position: relative;
  background: linear-gradient(#CCC, #999999);
  background: -moz-linear-gradient(#CCC, #999999);
  background: -webkit-linear-gradient(#CCC, #999999);
  background: -webkit-gradient(linear, left top, left bottom, from(#CCC), to(#999999));
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.area-top .btn-setting {
  position: absolute;
  bottom: 5px;
  right: 10px;
}

.box-weather-area .area-inner {
  background-color: #fff;
}

/*====================================================================================
.area-tab（エリアタブ）
====================================================================================*/
.area-tab {
  font-size: 0;
  width: 100%;
  position: relative;
  z-index: 2;
  border-right: 55px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.area-tab__item {
  width: 48.5%;
  display: inline-block;
/*  padding-left: .5%; */
/*  background-color: #fff; */
}

.area-tab__item > * {
  display: block;
  font-size: 16px;
  line-height: 1em;
  text-align: center;
  padding: 12px 3px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: #fff;
}

.area-tab__item:first-child {
  margin-right: 1%;
}

.area-tab__item:not(:first-child) {
  margin-left: 1%;
}

.area-tab__item.off {
  opacity: .5;
}

/*====================================================================================
.btn-setting（地域設定ボタン）
====================================================================================*/
.btn-setting {
  width: 50px;
  z-index: 2;
}

.btn-setting > *, .btn-setting > *:link, .btn-setting > *:visited {
  color: #fff;
  font-size: 10px;
  text-align: center;
  display: block;
  padding: 2px;
/*
  background: linear-gradient(#4C77AE, #4C77AE);
  background: -moz-linear-gradient(#4C77AE, #4C77AE);
  background: -webkit-linear-gradient(#4C77AE, #4C77AE);
*/
  background-color: #4C77AE;
  border: 1px solid #fff;
  border-radius: 4px;
}

.btn-setting > *:before, .btn-setting > *:link:before, .btn-setting > *:visited:before {
  content: "";
  width: 18px;
  height: 18px;
  display: block;
  background-image: url("/img/icon_tool@4x.png");
  background-size: cover;
  margin: auto auto 2px;
}

/*====================================================================================
area-notice
====================================================================================*/
.numaroboArea {
  font-size: 0;
}

@media screen and (max-width: 1050px) {
  .numaroboArea {
    padding: 0 10px;
  }
}

.area-notice01 {
  width: 100%;
  padding: 5px 10px;
  background-color: #FFFFF0;
  display: table;
  box-sizing: border-box;
}

.area-notice01 > * {
  vertical-align: middle;
  display: table-cell;
}

.area-notice01__thumb {
  width: 88px;
}

.area-notice01__thumb img {
  width: 100%;
}

.area-notice01__content {
  padding-left: 10px;
}

.area-notice01 .icon {
  width: 18px;
  margin-right: 3px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.area-notice01 *[class^="btn-dtl"] {
  margin-top: 5px;
}

/*====================================================================================
.weather-2day（今日/明日の天気）
====================================================================================*/
.weather-2day {
  width: 100%;
  display: table;
  table-layout: fixed;
}

.weather-2day__item {
  display: table-cell;
  padding: 0 10px;
}

@media screen and (max-width: 320px) {
  .weather-2day__item{
    padding: 0 5px;
  }
}

.weather-2day__item:not(:last-child) {
  border-right: 1px solid #d3d3d3;
}

.weather-2day__title {
  color: #000;
  text-align: center;
  font-weight: 600;
}

.weather-2day__weather {
  color: #909090;
  font-size: 12px;
  text-align: center;
  line-height: 1em;
}

.weather-2day__content {
  margin-top: 15px;
  display: table;
}

.weather-2day__content > * {
  display: table-cell;
  vertical-align: top;
}

.weather-2day .thumb {
  width: 78px;
}

.weather-2day .thumb img {
  width: 100%;
}

.weather-2day .info {
  padding-left: 10px;
}

.weather-2day .info > *:not(:last-child) {
  margin-bottom: 10px;
}

.weather-2day .info .high {
  color: #CC0000;
  font-weight: 600;
}

.weather-2day .info .low {
  color: #0000CC;
  font-weight: 600;
}

.weather-2day .info * {
  font-weight: 600;
  color: #666666;
  line-height: 1em;
}

.weather-2day .info *[class^="icon"] {
  padding-left: 20px;
  min-height: 18px;
  position: relative;
}

.weather-2day .info *[class^="icon"] i {
  width: 18px;
  position: absolute;
  left: 0;
  top: 0;
}

.weather-2day .info *[class^="icon"] i img {
  width: 100%;
}

/*====================================================================================
.table-weather1hour（1時間天気）
====================================================================================*/
#weather_one_hour {
  padding-left: 10px;
  padding-right: 10px;
}

.table-weather1hour {
  background-color: #FAFAFA;
  position: relative;
}

.table-weather1hour:before, .table-weather1hour:after {
  content: "";
  display: block;
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
}

.table-weather1hour:before {
  left: 0;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  background: linear-gradient(to left, rgba(199, 199, 199, 0), #c7c7c7);
}

.table-weather1hour:after {
  right: 0;
  background: linear-gradient(to left, white, rgba(255, 255, 255, 0));
}

.table-weather1hour * {
  font-size: 12px;
}

.table-weather1hour__title {
  width: 50px;
  line-height: 1em;
  text-align: center;
  background-color: #e0e0e0;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.table-weather1hour__title .rakuraku {
  display: none;
}

.table-weather1hour__title > * {
  border-bottom: 1px solid #fff;
}

.table-weather1hour__title .temp, .table-weather1hour__title .prec, .table-weather1hour__title .wind {
  padding-top: 3px;
}

.table-weather1hour .small {
  display: block;
  line-height: 1em;
  font-size: 10px;
}

.table-weather1hour .day {
  height: 49px;
  line-height: 50px;
}

.table-weather1hour .weather {
  height: 30px;
  line-height: 30px;
}

.table-weather1hour .temp, .table-weather1hour .prec, .table-weather1hour .wind {
  height: 30px;
  box-sizing: border-box;
}

.table-weather1hour__content {
  overflow-y: scroll;
  padding-left: 51px;
  font-size: 0;
  white-space: nowrap;
}

.table-weather1hour__content .table-weather1hour__item {
  width: 40px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 0;
}

.table-weather1hour__content .table-weather1hour__item.end {
  border-right: 1px solid #fff;
}

.table-weather1hour__content .table-weather1hour__item > * {
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
  border-right: 1px solid #fff;
}

.table-weather1hour__content .table-weather1hour__item * {
  text-align: center;
  font-weight: 600;
}

.table-weather1hour__content .day {
  height: 30px;
  line-height: 1em;
  padding: 3px 0;
  background-color: #e0e0e0;
  border-right: transparent;
}

.table-weather1hour__content .time {
  height: 20px;
  line-height: 20px;
}

.table-weather1hour__content .icon {
  width: 100%;
}

.table-weather1hour__content .temp, .table-weather1hour__content .prec, .table-weather1hour__content .wind {
  line-height: 30px;
}

.table-weather1hour__content .wind i {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url("/img/icon_wind-direction@4x.png");
  background-size: cover;
  vertical-align: middle;
}

.table-weather1hour__content .wind i.wdir0 {
  display: none;
}

.table-weather1hour__content .wind i.wdir1 {
  background-position-x: -126px;
}

.table-weather1hour__content .wind i.wdir2 {
  background-position-x: -140px;
}

.table-weather1hour__content .wind i.wdir3 {
  background-position-x: -154px;
}

.table-weather1hour__content .wind i.wdir4 {
  background-position-x: -168px;
}

.table-weather1hour__content .wind i.wdir5 {
  background-position-x: -182px;
}

.table-weather1hour__content .wind i.wdir6 {
  background-position-x: -196px;
}

.table-weather1hour__content .wind i.wdir7 {
  background-position-x: -210px;
}

.table-weather1hour__content .wind i.wdir8 {
}

.table-weather1hour__content .wind i.wdir9 {
  background-position-x: -14px;
}

.table-weather1hour__content .wind i.wdir10 {
  background-position-x: -28px;
}

.table-weather1hour__content .wind i.wdir11 {
  background-position-x: -42px;
}

.table-weather1hour__content .wind i.wdir12 {
  background-position-x: -56px;
}

.table-weather1hour__content .wind i.wdir13 {
  background-position-x: -70px;
}

.table-weather1hour__content .wind i.wdir14 {
  background-position-x: -84px;
}

.table-weather1hour__content .wind i.wdir15 {
  background-position-x: -98px;
}

.table-weather1hour__content .wind i.wdir16 {
  background-position-x: -112px;
}

/*====================================================================================
今の天気
====================================================================================*/
.area-wNow {
  padding: 0 10px;
}
@media screen and (min-width: 600px) {
  .area-wNow {
    padding: 0;
  }
}

.area-wNow > *:not(:last-child) {
  margin-bottom: 10px;
}

.area-wNow .box-now .small {
    display: none;
}

/*====================================================================================
.area-commentary（空の様子に注意）
====================================================================================*/
.area-commentary {
  width: 100%;
  background-color: #f5f5f5;
  padding: 10px;
  box-sizing: border-box;
}

.area-commentary > * {
  font-weight: 600;
  text-align: center;
}

.area-commentary .text-label {
  padding-bottom: 5px;
}

.area-commentary .btn-dtl {
  width: 200px;
  margin: 0 auto;
}

.area-commentary .btn-dtl > * {
  color: #fff;
  background: #3f6ba2;
  text-align: center;
  padding: 8px 8px;
  border-radius: 100px;
}

.area-commentary .btn-dtl > *:after {
  border-top-color: #fff;
  border-right-color: #fff;
}

/*====================================================================================
box-week（週間天気）
====================================================================================*/
#weather_week .title-block01 {
  display: none;
}

.box-week {
  width: 100%;
  display: table;
  table-layout: fixed;
}

.box-week .table-weather1hour__title {
  display: none;
}

.box-week * {
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  line-height: 1.4em;
}

.box-week > * {
  padding: 0 10px;
  display: table-cell;
}

.box-week > *:not(:last-child) {
  border-right: 1px solid #d3d3d3;
}

.box-week > *:last-child {
  padding-right: 11px;
}

.box-week .day {
  font-size: 13px;
}

.box-week .day br {
  display: none;
}

.box-week .sat .day {
  color: #0000FF;
}

.box-week .sun .day, .box-week .holiday .day {
  color: #FF0000;
}

.box-week .high {
  color: #CC0000;
}

.box-week .low {
  color: #0000CC;
}

.box-week .unit {
  font-size: 10px;
}

.box-week img {
  width: 100%;
  max-width: 75px;
  margin: 3px 0;
}

/*====================================================================================
box-now（今の天気）
====================================================================================*/
.box-now {
  text-align: center;
  font-size: 0;
}

.box-now__item {
  display: inline-block;
}

.box-now__item:not(:last-child) {
  margin-right: 10px;
}

@media screen and (max-width: 320px) {
  .box-now__item:not(:last-child) {
    margin-right: 5px;
  } 
}

.box-now .title {
  color: #707070;
  font-size: 13px;
  text-align: center;
  background-color: #F2F8FF;
  min-width: 60px;
  padding: 2px 0;
}

.box-now .title:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: text-bottom;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 2px;
}

.box-now__item.temperature .title:before {
  background-image: url("/img/icon_temp@4x.png");
}

.box-now__item.humidity .title:before {
  background-image: url("/img/icon_humidity@4x.png");
}

.box-now__item.precipitation .title:before {
  background-image: url("/img/icon_precipitation@4x.png");
}

.box-now__item.wind .title:before {
  background-image: url("/img/icon_wind@4x.png");
}

.box-now .content {
  font-size: 16px;
  text-align: center;
  font-weight: 600;
}

.box-now .content .unit, .box-now .content .wdir_j {
  font-weight: 300;
  font-size: 50%;
}

.box-now .content br {
  display: none;
}

/*====================================================================================
.box-cloud（雲の様子）
====================================================================================*/
.box-cloud {
  margin: 0 10px;
  overflow: hidden;
}

.box-vis {
  width: 100%;
  position: relative;
}

.box-vis:not(:last-child) {
  margin-bottom: 20px;
}

.box-vis .img-container {
  width: 125px;
  height: 114px;
  position: relative;
  float: left;
}

.box-vis .img-container img {
  width: 125px;
  height: 114px;
  position: absolute;
  display: block;
}

.box-vis .box-cap {
  color: #727272;
  font-size: 12px;
  line-height: 1.5em;
  vertical-align: top;
  padding-left: 10px;
  margin-left: 129px;
}

.box-vis .box-cap b {
  display: block;
  width: 100%;
  margin-bottom: 3px;
  color: #000;
  font-size: 14px;
  font-weight: 600;
}

.box-vis .box-cap .btn-dtl {
  margin-top: 10px;
}

.timestamp {
  width: 36px;
  height: 14px;
  color: white;
  font-size: 8pt;
  font-weight: 600;
  line-height: 14px;
  text-align: center;
  padding: 2px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  position: absolute;
  bottom: 5px;
  right: 5px;
  z-index: 2;
}
.timestamp_satellite{
  width: 36px;
  height: 14px;
  color: white;
  font-size: 8pt;
  font-weight: 600;
  line-height: 14px;
  text-align: center;
  padding: 2px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  position: absolute;
  top:64px;
  left: 45px;
  z-index: 2;
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ box-information
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
.box-information {
  padding: 0 10px;
}
.box-information.pp-weather {
  padding: 30px 0 0;
}

/*====================================================================================
box-style2
====================================================================================*/
.box-style2 .cap-ttl {
  display: table;
  width: 100%;
  height: 30px;
  border-radius: 4px 4px 0 0;
  background: #4c77ae;
}

.box-style2 .cap-ttl > * {
  display: table-cell;
  padding: 0 10px;
  font-size: 16px;
  color: #fff;
  vertical-align: middle;
}

.box-style2 .box-wrp {
  border: 1px solid #d3d3d3;
  border-top: none;
  border-radius: 0 0 4px 4px;
}

/*====================================================================================
box-weather-news（お天気ニュース）
====================================================================================*/
.news_list_item > *:link, .news_list_item > *:visited {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  margin: 0;
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.news_list_item > *:link > *, .news_list_item > *:visited > * {
  display: table-cell;
}

.news_list_thumb {
  width: 80px;
}

.news_list_thumb img {
  width: 100%;
}

.news_outline {
  padding-left: 10px;
  vertical-align: top;
}

.news_outline > *:not(:last-child) {
  margin-bottom: 5px;
}

.news_list_tit {
  color: #000;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3em;
}

.news_list_time {
  font-size: 12px;
}

#sgtk_news_list .news_list_item > *:link, #sgtk_news_list .news_list_item > *:visited {
  border-bottom: 0;
}

/*====================================================================================
box-weather-recommend
====================================================================================*/
.box-weather-recommend {
  margin-bottom: 0;
  padding: 0;
}

/*====================================================================================
box-weather-disaster（Ch.）
====================================================================================*/
.list-ch {
  font-size: 0;
  overflow: hidden;
}

.list-ch__item {
  width: 49%;
  display: inline-block;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.list-ch__item a {
  display: block;
  padding: 10px;
  padding-left: 47px;
  line-height: 28px;
  position: relative;
  text-align: left;
}

.list-ch__item a:after {
  border-color: #4c77ae;
}

.list-ch__item:nth-child(odd) {
  float: left;
}

.list-ch__item:nth-child(even) {
  float: right;
}

.list-ch__item:nth-child(odd)::after {
  content: "";
  display: block;
  width: 200%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #d3d3d3;
}

.list-ch__item:nth-child(even)::after {
  content: "";
  display: block;
  width: 200%;
  height: 1px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #d3d3d3;
}

.list-ch__item:nth-child(odd)::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 50%;
  right: -2.5%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #d3d3d3;
}

.list-ch__item:last-child::after, .list-ch__item:nth-last-child(2)::after {
  display: none;
}

.list-ch__text {
  vertical-align: middle;
}

@media screen and (max-width: 320px) {
  .list-ch__text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 90px;
    display: inline-block;
  }
}

/*------------------------------------------
アイコン
------------------------------------------*/
.reco_icon {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 7px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ box-recommend-news（あなたのおすすめ）
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
.box-recommend-news .cap-ttl {
  background: #fa8073;
}

.terms {
  text-align: right;
  line-height: 20px;
}

.terms > *:link, .terms > *:visited {
  font-size: 10px;
  color: #CCC;
  line-height: 20px;
  text-decoration: none;
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ box-weather-disaster（お天気動画）
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
.mov {
  padding: 10px;
}

.mov a {
  width: 280px;
  height: 210px;
  text-align: center;
  display: block;
  background-size: 280px 210px !important;
}

/*====================================================================================
sharebtn
====================================================================================*/
.sharebtn {
  text-align: right;
}

.sharebtn > * {
  display: inline-block;
  vertical-align: top;
  line-height: 1em;
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ first（ピンポイント説明文）
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
.first {
  padding: 10px;
  background-color: #F0F0F0;
}

.first * {
  font-size: 15px;
  line-height: 23px;
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ box-reco（おすすめコンテンツ）
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
.box-reco {
  border-top: 1px solid #D0D0D0;
  border-bottom: 1px solid #D0D0D0;
}

.box-reco__item:not(:last-child) {
  border-bottom: 1px solid #D0D0D0;
}

.box-reco__item > * {
  width: 100%;
  display: table;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
}

.box-reco__item > * > * {
  display: table-cell;
}

.box-reco__thumb {
  width: 54px;
}

.box-reco__thumb img {
  width: 100%;
}

.box-reco__content {
  padding-left: 10px;
  vertical-align: top;
}

.box-reco__title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
}

.box-reco__text {
  color: #808080;
  line-height: 18px;
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ nav-row1（コンテンツメニュー）
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
.content-label-child {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 8px;
}

.content-label-child .icon {
  display: inline-block;
  margin-right: 5px;
}

.content-label-child .icon.sakura {
  width: 20px;
}

.content-label-child .icon.kion {
  width: 14px;
}

.content-label-child .icon.camera {
  width: 22px;
}

.content-label-child .icon img {
  width: 100%;
}

#sakuralist_box .content-label-child {
  color: #FF156C;
}

#amelist_box .content-label-child {
  color: #0066FF;
}

#camlist_box .content-label-child {
  color: #4D9EFF;
}

.nav-row1 {
  border-top: 1px solid #D0D0D0;
}

.nav-row1 li {
  padding-bottom: 0;
  border-bottom: 1px solid #D0D0D0;
}

.nav-row1 li a {
  font-size: 16px;
  font-weight: 600;
  padding: 15px 10px;
  line-height: 1em;
  position: relative;
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ dmenu_newsList（お天気ニュース）
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
.dmenu_newsList .linkList_item {
  position: relative;
  border-bottom: 1px solid #ccc;
}

.dmenu_newsList .linkList_item a {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 25px 10px 10px;
  display: table;
  table-layout: fixed;
}

.dmenu_newsList .linkList_item a > * {
  display: table-cell;
  vertical-align: top;
}

.dmenu_newsList .linkList_item a > *:not(:first-of-type) {
 padding-left: 7px;
}

.dmenu_newsList .linkList_item .linkList_thumb {
  width: 80px;
  height: 60px;
}

.dmenu_newsList .linkList_item .linkList_thumb img {
  width: 100%;
}

.dmenu_newsList .linkList_tit {
  font-size: 16px;
  line-height: 1.3em;
  font-weight: 600;
}

.dmenu_newsList .linkList_time {
  opacity: .5;
  font-size: 14px;
  line-height: 1.3em;
}

.news_more li {
  border-radius: 4px;
  border: 1px solid #0c419a;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  width: 250px;
  margin: 0 auto;
}

.news_more li a {
  font-size: 16px;
  color: #0c419a;
  height: 40px;
  line-height: 40px;
  width: 100%;
  text-align: center;
  font-weight: 600;
  position: relative;
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ shisu
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
.shisu {
  width: 100%;
  display: table;
  table-layout: fixed;
}

.shisu__item {
  display: table-cell;
  padding: 0 10px;
}

.shisu__item:not(:last-child) {
  border-right: 1px solid #d3d3d3;
}

.shisu__day {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.shisu__day .small {
  margin-left: 5px;
}

.shisu__content {
  padding: 10px;
  width: 100%;
  display: table;
  table-layout: fixed;
  background-color: #F5F5F5;
  box-sizing: border-box;
}

.shisu__content > * {
  display: table-cell;
}

.shisu__content + .shisu__content {
  border-top: 1px solid #fff;
}

.shisu__title {
  width: 45%;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
}

.shisu__point {
  width: 100%;
  display: table;
  table-layout: fixed;
}

.shisu__point > * {
  display: table-cell;
}

.shisu__point > * img {
  width: 20px;
}

.shisu__status {
  font-size: 14px;
  text-align: center;
  margin-top: 5px;
}

@media screen and (max-width: 320px) {
  .shisu__status {
    font-size: 12px;
  }
}

.weather-2day__weather {
  color: #909090;
  font-size: 12px;
  text-align: center;
  line-height: 1em;
  padding-top: 3px;
}

.weather-2day__content {
  margin: 15px auto 0;
  display: table;
}

.weather-2day__content > * {
  display: table-cell;
  vertical-align: top;
}

.weather-2day .thumb {
  width: 78px;
}

@media screen and (max-width: 320px) {
  .weather-2day .thumb {
    width: 60px;
  }
}

.weather-2day .thumb img {
  width: 100%;
}

.weather-2day .info {
  padding-left: 10px;
}

.weather-2day .info > *:not(:last-child) {
  margin-bottom: 10px;
}

.weather-2day .info .high {
  color: #CC0000;
  font-weight: 600;
}

.weather-2day .info .low {
  color: #0000CC;
  font-weight: 600;
}

.weather-2day .info * {
  font-weight: 600;
  color: #666666;
  line-height: 1em;
}

.weather-2day .info *[class^="icon"] {
  padding-left: 20px;
  min-height: 18px;
  position: relative;
}

.weather-2day .info *[class^="icon"] i {
  width: 18px;
  position: absolute;
  left: 0;
  top: 0;
}

.weather-2day .info *[class^="icon"] i img {
  width: 100%;
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ box-weather-report（空リポート）
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
.box-weather-report {
  margin-bottom: 25px;
  padding: 0 10px;
}

.box-weather-report .box-wrp {
  padding: 0 10px;
}

.box-weather-report .box-rep {
  margin-bottom: 6px;
}

.box-weather-report .livecamera {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.box-weather-report .livecamera .box-vis,
.box-weather-report .livecamera .box-cap {
  display: table-cell;
  vertical-align: middle;
  width: auto;
}

.box-weather-report .livecamera .box-vis img {
  width: 160px;
  margin-right: 10px;
}

.box-weather-report .livecamera .box-vis span {
  display: block;
  padding: 3px 0;
  font-size: 14px;
  text-align: center;
}

.box-weather-report .livecamera .box-cap {
  line-height: 1.3;
}

.box-weather-report .livecamera .box-cap p {
  margin-top: -20px;
}

.box-weather-report .report .box-vis img {
  width: 85px;
  margin: 0 4px 10px;
}

.box-weather-report .report .box-vis {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.box-weather-report .report .box-vis img:nth-child(1) {
  margin-left: 0;
}

.box-weather-report .report .box-vis img:nth-child(3) {
  margin-right: 0;
}

#pagetop #iarea_info{text-align: center;display:none;margin: 10px auto;background: #fff;border: #ca1233 solid 1px;padding: 3px 5px;background-image: url(/img/weather_arrow_b.png);background-repeat: no-repeat; background-position: 98% center;background-size: 8px 13px;}
#pagetop .soraphoto_blue > *:link, .soraphoto_blue > *:visited {
  background: linear-gradient(#3A9CF5, #325C92);
  background: -moz-linear-gradient(#3A9CF5, #325C92);
  background: -webkit-linear-gradient(#3A9CF5, #325C92);
  background: -webkit-gradient(linear, left top, left bottom, from(#3A9CF5), to(#325C92));
}
#pagetop .soraphoto_area, #pagetop .laundry_area{background:#EEF8FF;}
#laundry_comment{text-align: center;font-size: 15px;}
#pagetop .info_outer{
    margin: 20px 10px;
    border: 1px solid #f00;
    padding: 10px;
}
#pagetop .info_outer p{
  text-align:center;
  padding: 10px;
}
#pagetop .info_outer{
  width: 90%; 
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}
#pagetop .info_outer::after{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;	
  content: "";
  vertical-align: middle;
  color:#f00;
  width: 4px;
  height: 4px;
  border-top: 2px solid #f00;
  border-right: 2px solid #f00;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pagetop .info_outer a{color:#f00;}

/*====================================================================================
沼ロボver2
====================================================================================*/
.nRobo * {
  margin: 0;
}
.nRobo {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -5px !important;
  padding: 10px;
  background-color: #bce3ff
}

.nRobo__link:link, .nRobo__link:active, .nRobo__link:hover, .nRobo__link:visited {
  gap: 10px;
  display: flex;
  position: relative;
  align-items: center;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  padding: 6px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 2px 5px rgba(18, 95, 185, .45)
}

.nRobo__link-thumb {
  position: relative;
  width: 75px;
  height: 69.4px;
}

.nRobo__link-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.nRobo__link-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 6px
}

.nRobo__link-text {
  font-weight: bold;
  line-height: 1em;
  font-size: 15px;
  text-align: center
}

.nRobo__link-button {
  width: 100%;
  max-width: 193px;
  margin-left: auto;
  margin-right: auto
}

.nRobo__link-button-text {
  display: block;
  position: relative;
  padding: 7px 0;
  background-color: #3c7bf4;
  border-radius: 100px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1em;
  text-align: center;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .2)
}

.nRobo__link-button-text-strong {
  /* color: #ffec45 */
}

.nRobo__link-button-text::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: .5em;
  height: .5em;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: ""
}
.soraphoto_iconbk {
    display: inline-block;
    width: 30px;
    height: 25px;
    background: url(/img/icon/soraphoto.png);
    background-size: 30px 30px;
    vertical-align: bottom;
}
