@charset "UTF-8";
/*====================================================================================
エリアで検索
====================================================================================*/
html[data-html="page"] .linkList {
  border-top: 1px solid #ccc;
  margin-bottom: 40px;
}

html[data-html="page"] .linkList li {
  border-bottom: 1px solid #ccc;
}

html[data-html="page"] .linkList li a {
  display: block;
  font-weight: 600;
  line-height: 1em;
  padding: 15px 10px;
}

@media screen and (min-width: 768px) {
  html[data-html="page"] .linkList a {
    color: #0C41FF;
  }
  html[data-html="page"] .linkList.vol2 {
    font-size: 0px;
    margin-left: 10px;
    margin-right: 10px;
  }
  html[data-html="page"] .linkList.vol2 li {
    display: inline-block;
    width: 50%;
    box-sizing: border-box;
  }
  html[data-html="page"] .linkList.vol2 li:nth-child(odd) {
    border-right: 1px solid #ccc;
  }
}

/*====================================================================================
タイトル
====================================================================================*/
html[data-html="page"] .tit.h1 {
  font-weight: 600;
  padding: 7px 10px;
  line-height: 1em;
  background-color: #CEF5CE;
}

html[data-html="page"] .tit.h1:before {
  content: "";
  width: 20px;
  height: 20px;
  vertical-align: middle;
  display: inline-block;
  background-image: url("//weathernews.jp/s/stadium/img/icon_page.svg");
  background-size: 22px;
  background-repeat: no-repeat;
  position: relative;
  margin-right: 5px;
}

html[data-html="page"] .tit_box {
  font-weight: 600;
  padding-left: 10px;
  margin-bottom: 10px;
}

html[data-html="page"] .tit_box i {
  position: relative;
  top: -2px;
}

html[data-html="page"] .tit_box i img {
  height: 16px;
}

html[data-html="page"] .tit_detail {
  color: #0861d8;
  font-weight: 600;
  text-align: center;
  line-height: 1.5em;
  padding: 20px 10px;
}

/*====================================================================================
ボタン
====================================================================================*/
html[data-html="page"] .btn {
  display: block;
  background-color: #1E720E;
  border-radius: 2px;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1);
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

html[data-html="page"] .btn > *, html[data-html="page"] .btn a {
  color: #fff;
  font-weight: 600;
  width: 100%;
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
}

html[data-html="page"] .btn > *:visited, html[data-html="page"] .btn a:visited {
  color: #fff;
}

html[data-html="page"] .btn.short {
  width: 150px;
}

html[data-html="page"] .btn.wide {
  width: 240px;
}

/*====================================================================================
フォームパーツ  
====================================================================================*/
html[data-html="page"] input.text {
  font-size: 14px;
  font-weight: 300;
  width: 69%;
  max-width: 260px;
  height: 35px;
  line-height: 35px;
  text-align: left;
  background-color: #fff;
  padding: 0px 10px;
  border: 1px solid #1E720E;
  border-radius: 2px;
  box-sizing: border-box;
}

html[data-html="page"] button {
  color: #fff;
  width: 29%;
  max-width: 75px;
  height: 35px;
  line-height: 35px;
  padding: 0px 15px;
  background-color: #1E720E;
  border: 1px solid #fff;
  border-radius: 2px;
  vertical-align: middle;
  box-sizing: border-box;
}

/*====================================================================================
テーブル
====================================================================================*/
html[data-html="page"] .tableA, html[data-html="page"] .tableB {
  font-size: 0;
  margin: 15px auto;
}

html[data-html="page"] .tableA tr, html[data-html="page"] .tableB tr {
  display: inline-block;
  border: 1px solid transparent;
}

html[data-html="page"] .tableA td, html[data-html="page"] .tableB td {
  display: block;
  text-align: center;
  font-weight: 600;
}

html[data-html="page"] .tableA td img, html[data-html="page"] .tableB td img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  html[data-html="page"] .tableA, html[data-html="page"] .tableB {
    margin: 20px 10px;
  }
  html[data-html="page"] .tableA tbody, html[data-html="page"] .tableB tbody {
    width: 100%;
    display: table;
    table-layout: fixed;
  }
  html[data-html="page"] .tableA tbody tr, html[data-html="page"] .tableB tbody tr {
    display: table-cell;
  }
  html[data-html="page"] .tableA tbody td, html[data-html="page"] .tableB tbody td {
    width: 100%;
  }
  html[data-html="page"] .tableA tbody .ico, html[data-html="page"] .tableB tbody .ico {
    height: auto;
  }
}

@media screen and (max-width: 374px) {
  html[data-html="page"] .tableA td, html[data-html="page"] .tableB td {
    line-height: 20px;
    font-size: 14px;
  }
}

/*------------------------------------------
テーブルA
------------------------------------------*/
html[data-html="page"] .tableA td {
  width: 44px;
  height: 22px;
  line-height: 22px;
}

html[data-html="page"] .tableA .ico {
  height: 38px;
  line-height: 1em;
}

@media screen and (max-width: 374px) {
  html[data-html="page"] .tableA td {
    width: 35px;
    height: 20px;
  }
  html[data-html="page"] .tableA .ico {
    height: 26px;
  }
}

/*------------------------------------------
テーブルB
------------------------------------------*/
html[data-html="page"] .tableB td {
  width: 50px;
}

html[data-html="page"] .tableB .day {
  height: 32px;
  line-height: 1em;
}

html[data-html="page"] .tableB .day small {
  display: block;
  line-height: 1em;
  text-align: center;
}

html[data-html="page"] .tableB .ico {
  height: 38px;
  line-height: 1em;
}

html[data-html="page"] .tableB .temp {
  height: 35px;
}

html[data-html="page"] .tableB .temp p {
  font-weight: 600;
  text-align: center;
  line-height: 1.2em;
}

html[data-html="page"] .tableB .h {
  color: #CC0000;
}

html[data-html="page"] .tableB .l {
  color: #0000CC;
}

html[data-html="page"] td.sat {
  color: #0000CC;
}

html[data-html="page"] td.sun {
  color: #CC0000;
}

@media screen and (max-width: 374px) {
  html[data-html="page"] .tableB td {
    width: 42px;
  }
  html[data-html="page"] .tableB .ico {
    height: 35px;
  }
  html[data-html="page"] .tableB .day {
    height: 28px;
  }
}

/*------------------------------------------
テーブルC
------------------------------------------*/
html[data-html="page"] .tableC {
  width: 100%;
  margin-top: 30px;
}

html[data-html="page"] .tableC th, html[data-html="page"] .tableC td {
  text-align: center;
}

html[data-html="page"] .tableC thead {
  border-bottom: 1px solid #CCCCCC;
}

html[data-html="page"] .tableC thead * {
  font-size: 14px;
  color: #666666;
  line-height: 1.1em;
}

html[data-html="page"] .tableC thead th {
  padding-bottom: 5px;
}

html[data-html="page"] .tableC thead span {
  display: block;
  line-height: 1em;
  margin-bottom: 0;
}

html[data-html="page"] .tableC .day {
  background-color: #F0F0F0;
  border-bottom: 1px solid #CCCCCC;
}

html[data-html="page"] .tableC .day > * {
  line-height: 1em;
  font-weight: 600;
  padding: 5px 0;
}

html[data-html="page"] .tableC .ico {
  width: 44px;
}

html[data-html="page"] .tableC .ico img {
  width: 100%;
}

html[data-html="page"] .tableC tbody * {
  font-size: 15px;
  line-height: 1.2em;
  padding: 3px 0;
}

html[data-html="page"] .tableC tbody tr {
  border-bottom: 1px solid #ccc;
}

html[data-html="page"] .tableC .h {
  color: #CC0000;
}

html[data-html="page"] .tableC .l {
  color: #0000CC;
}

/*------------------------------------------
◯◯で検索(背景写真)
------------------------------------------*/
html[data-html="page"] .searchAreaPhoto {
  height: 180px;
  background-image: url("//weathernews.jp/s/stadium/img/searchAreaPhoto.jpg");
  background-size: 100%;
  background-position: center;
  overflow: hidden;
}

html[data-html="page"] .searchAreaPhoto * {
  text-align: center;
}

html[data-html="page"] .searchAreaPhoto p {
  font-weight: 600;
  background-color: #CEF5CE;
  padding: 5px 0;
  margin-bottom: 35px;
}

html[data-html="page"] .searchAreaPhoto p i {
  height: 22px;
  margin-right: 5px;
}

html[data-html="page"] .searchAreaPhoto i img {
  width: 22px;
}

@media screen and (min-width: 768px) {
  html[data-html="page"] .searchAreaPhoto {
    height: 187px;
    position: relative;
    background: none;
  }
  html[data-html="page"] .searchAreaPhoto p {
    margin-bottom: 40px;
  }
  html[data-html="page"] .searchAreaPhoto > * {
    position: relative;
    z-index: 3;
  }
  html[data-html="page"] .searchAreaPhoto:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("//weathernews.jp/s/stadium/img/searchAreaPhoto.jpg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 2;
  }
  html[data-html="page"] .searchAreaPhoto:after {
    content: "";
    width: 115%;
    height: 115%;
    background-image: url("//weathernews.jp/s/stadium/img/searchAreaPhoto.jpg");
    background-size: 100%;
    -webkit-filter: blur(10px);
            filter: blur(10px);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

/*------------------------------------------
◯◯のスタジアムの天気
------------------------------------------*/
html[data-html="page"] .areaInfoStadium {
  background-image: url("//weathernews.jp/s/stadium/img/areaInfoStadium.jpg");
  background-position: top center;
  overflow: hidden;
}

html[data-html="page"] .areaInfoStadium .area {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
  padding: 20px 10px;
  text-shadow: 0px 2px 0px black;
}

html[data-html="page"] .areaInfoStadium .list {
  width: 300px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

html[data-html="page"] .areaInfoStadium .list .item {
  width: 140px;
  height: 160px;
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 2px;
  float: left;
  box-sizing: border-box;
}

html[data-html="page"] .areaInfoStadium .list .item:last-child {
  float: right;
}

html[data-html="page"] .areaInfoStadium .list * {
  font-size: 14px;
}

html[data-html="page"] .areaInfoStadium .list .tit {
  text-align: center;
  font-weight: 600;
  line-height: 1em;
  padding: 5px 0;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
}

html[data-html="page"] .areaInfoStadium .list .time {
  font-size: 13px;
  text-align: center;
  margin-top: 5px;
}

html[data-html="page"] .areaInfoStadium .list .cont {
  padding:5px;
  text-align: center;
}

html[data-html="page"] .areaInfoStadium .list .cont dl {
  display: inline-block;
}

html[data-html="page"] .areaInfoStadium .list .cont dt {
  width: 2.5em;
  text-align: center;
  float: left;
  margin-top: 2px;
}

html[data-html="page"] .areaInfoStadium .list .cont dd {
  margin-left: 3.5em;
  margin-bottom:5px;
  line-height:1.5em;
}

html[data-html="page"] .areaInfoStadium .amagumo {
  height: 80px;
  overflow: hidden;
  position: relative;
}

html[data-html="page"] .areaInfoStadium .amagumo img {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}


/*------------------------------------------
タブメニュー
------------------------------------------*/
.menu-tab {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  display: table;
  table-layout: fixed;
  overflow: hidden;
  border-radius: 3px;
  border: 1px solid #1E720E;
}

.menu-tab li[class*="item"] {
  font-size: 14px;
  text-align: center;
  display: table-cell;
  line-height: 1em;
  font-weight: 600;
  padding: 10px 0;
}

.menu-tab li[class*="item"][data-act="on"] {
  color: #fff;
  background-color: #1E720E;
}

.menu-tab li[class*="item"]:not(:last-child) {
  border-right: 1px solid #1E720E;
}
/*------------------------------------------
リスト
------------------------------------------*/
.infoList {
    overflow: hidden;
    line-height: 1.25em;
    padding: 10px;
}
.infoList dt, .infoList dd {margin-bottom: 5px;}
.infoList dt {
    width: 6em;
    text-align: right;
    font-weight: 600;
    float: left;
}
.infoList dd {
        margin-left: 6.5em;
	margin-bottom:15px;
        border-bottom: 1px solid #CCCCCC;
}

/*====================================================================================
検索結果
====================================================================================*/
.linkList li {
  border-bottom: 1px solid #ccc;
}

.linkList a {
  display: block;
  font-weight: 600;
  line-height: 1em;
  padding: 15px 10px;
  width: 99%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pagiNation {
  text-align: center;
  margin: 20px 0;
  font-size: 0px;
  white-space: nowrap;
}

.pagiNation li {
  display: inline-block;
  line-height: 1em;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #F0F0F0;
  text-align: center;
  margin: 0px 3px;
  border-radius: 2px;
}

.pagiNation li.wid{
  width: 50px;
}

.pagiNation li a {
  color: #0C419A;
  font-weight: 600;
  display: block;
}

.pagiNation li.act {
  background-color: #0C419A;
  position: relative;
}

.pagiNation li.act:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.pagiNation li.act a {
  color: #fff;
}

.sound50List {
  font-size: 0px;
  width: 315px;
  margin: 10px auto;
}

.sound50List .group {
  text-align: left;
}

.sound50List .group:last-child {
  margin-left: 74px;
}

.sound50List .all {
  width: 70px;
}

.sound50List .tit {
  font-weight: 600;
  text-align: center;
  color: #0C419A;
  margin-bottom: 10px;
}

.sound50List .group p {
  height: 30px;
  line-height: 30px;
  display: inline-block;
  padding: 0px 10px;
  background-color: #F0F0F0;
  border-radius: 2px;
  margin: 2px;
}

.sound50List a {
  color: #0C419A;
  font-weight: 600;
  display: block;
}

.sound50List p.act {
  background-color: #0C419A;
}

.sound50List p.act a {
  color: #fff;
}

.sound50List p.nog {
  opacity: 0.2;
}

/*.sound50List p.act:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}*/
.item-box{line-height:1.5em;}

/*雨雲レーダー*/
.to_zoom{
  padding-top:3px;
  text-align:center;
  font-size:13px !important;
  background:mistyrose;
  margin-top:2px;
}
.to_zoom a{
    color:rgb(12, 65, 154);
}
#pin img {
    position: absolute;
    width: 20px;
    height: 20px;
    pointer-events: none;
    z-index: 4;
}
