@charset "Shift_JIS";


/* 降水ランキング
---------------------*/

ul.rankList li{
	border-bottom:1px solid #dcdcdc;
}

ul.rankList li:last-child{
	border-bottom:none;
}


ul.rankList li a{
	color:#707070;
	display:block;
	font-size:14px;
	font-weight:bold;
	padding:10px 0;
	margin-right:5px;
	text-decoration:none;
}

ul.rankList li span{
	text-align:center;
	color:#ffffff;
	padding:3px 20px;
	margin-right:10px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.rank{
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 10px;
    border-radius: 4px;
}

.rank1{ background-color:#e52041; }
.rank2{ background-color:#f09a12; }
.rank3{ background-color:#73bf3b; }
.rank4{ background-color:#3bb7bf; }
.rank5{ background-color:#3b4bbf; }
.rankother{ background-color:#2c95d2; }


/* 現在＆過去天気
---------------------*/

h3.ttl-lblwlgul{
	color:#0297f4;
	font-size:14px;
	font-weight:bold;
	border-bottom:1px solid #dcdcdc;
	padding-bottom:15px;
	margin:14px 0;
}

.tbl01{
	width:100%;
	margin:0 auto;
}

.data-tbl td{
	text-align:right;
	font-weight:normal;
}

.data-tbl td.wind{
	text-align:center;
	font-weight:normal;
}

.live-tbl th {
background-color:#c1dbf4;
}
/*20120921修正*/
.live-tbl th{
	padding-left:0px;
	padding-right:0px;
}
.live-tbl td{
	padding-left:3px;
	padding-right:3px;
	white-space: nowrap;
}



/* 過去データ検索
---------------------*/

form#previousDataSearch{
	background-color:#d7ebf6;
	padding:10px;
}

form#previousDataSearch .menu-btn{
	width:95%;
	padding:0px;
	margin-top:10px;
}

/* next-backボタン
---------------------*/

ul.nav_nb{
	margin:20px 0;
}

ul.nav_nb li{
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background-color: white;
	border: 2px solid #70B7D7;
	position: relative;
	display: inline-block;
	width:20%;
	text-align:center;
}

ul.nav_nb li a{
	display:block;
	padding: 10px 8px;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}

ul.nav_nb li.back{
	float:left;
}

ul.nav_nb li.next{
	float:right;
}

ul.nav_nb li.back a::before {
	margin-right: 6px;
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-right: 8px solid #c2c2c2;
}

ul.nav_nb li.next a::after {
	margin-left: 6px;
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 8px solid #c2c2c2;
}

/* 続きを読む
------------------------------------------------------*/
.more a {
  padding: 15px 30px 12px;
  border-radius: 40px;
  background-color: #e7f1fb; }

.more a.icon-arrow {
  background-color: #FFFFFF; }

.btn-cmn-open {
  background: url(https://cdn1.n-kishou.co.jp/image/common/btn_open_pc.png) no-repeat center center;
  display: inline-block;
  width: 98px;
  height: 16px;
  margin-top: 30px;
  background-size: contain; }

.btn-cmn-close {
  background: url(https://cdn1.n-kishou.co.jp/image/common/btn_close_pc.png) no-repeat center center;
  display: inline-block;
  width: 68px;
  height: 15px;
  margin-top: 30px;
  background-size: contain; }

@media screen and (max-width: 750px) {
  .more a {
    padding: 15px 30px 18px;
    border-radius: 40px;
    background-color: #e7f1fb; }

  .btn-cmn-open {
    background: url(https://cdn1.n-kishou.co.jp/image/common/btn_open.png) no-repeat center center;
    display: inline-block;
    width: 150px;
    height: 26px;
    background-size: contain; }

  .btn-cmn-close {
    background: url(https://cdn1.n-kishou.co.jp/image/common/btn_close.png) no-repeat center center;
    display: inline-block;
    width: 98px;
    height: 25px;
    background-size: contain; } }
