@charset "UTF-8";

/* ------------------------
 * 汎用
 ------------------------ */
div#header-label {
   background: #4362A8;
}

div#header-label p{
	text-align: center;
	color:#fff;
	font-weight:bold;
}
div#header-label.ski{
  background: -webkit-linear-gradient(#3FACFE, #EEF8FF 50%);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
}

#head-logo {
  height: 23px;
  margin-left: 50px;
}
div#header-label div#label-back{
  box-shadow:4px 4px 5px -2px #4362A8;
}
.list_area{
	margin:15px auto;
	text-align: center;
	width:90%;
}

.list_area li{
	border-bottom: solid 1px #d0d0d0;
	height: 30px;
	margin-bottom:15px;
}
.list_area li a{
	width: 100%;
    height: 100%;
	vertical-align:middle;
    display: block;
	background: url(//weathernews.jp/s/img/arrow_gray.png) 98% center no-repeat;
	background-size: 8px 13px;
    -webkit-background-size: 8px 13px;
    -moz-background-size: 8px 13px;
    -ms-background-size: 8px 13px;
    -o-background-size: 8px 13px;
}

/* 検索ランキング */
ul.list_pt01.rank li a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
ul.list_pt01.rank li.sgtk_bg a {
  color: #0c419a;
}
.txt-row2 {
  line-height: 1.4em;
  padding-top: 8px;
  min-height: 50px;
  font-size: 17px;
}

/* 人気ランキング */
#menu_ranking li {
  box-sizing: content-box;
  font-size: 14px;
  border-bottom: 1px solid #4362A8;
}
ul#menu_ranking li .rank {
  line-height: 1em;
}
ul#menu_ranking li .subject {
  color: #000;
  font-size: 15px;
}
/* お天気ニュース */
.linkList_item a {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.linkList_item {
  border-bottom: 1px solid #4362A8 !important;
}
.linkList_tit {
  font-weight: 600;
}
/* おすすめコンテンツ */
.sgtk-osusume-contents ul li {
  border-bottom: 1px solid #083997;
}

.sgtk-osusume-contents ul > *:not(:last-child) {
  border-top: none;
}

/* トップへ戻るリンク */
#top_link {
  margin-top: 30px;
  background-color: #fff;
}

/* フッタ */
div.list-nav ul li a {
  line-height: 30px;
  text-align: center;
}
div#wni-footer p {
  line-height: 1em;
}
[v-cloak] {display:none;}

/* ------------------------
 * TOP
 ------------------------ */
/* ゲレンデトピックス */
#topics_footer li a:after {
  display: none;
}
#topics_footer.list_pt02 .txt {
  padding-right: 0;
}

/* アンダーテキスト */
.underContent {
  width: 650px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.underContent * {
  font-size: 16px;
  color: #083997;
}

@media screen and (max-width: 700px) {
  .underContent {
    width: 100%;
    padding: 0 10px;
  }
}
/* ------------------------
 * 検索結果
 ------------------------ */
#div_list .list_pt03 a:after {
  right: 7px;
}
@media screen and (min-width: 700px) {
  #div_list .list_pt03 a:after {
    right: 0;
  }
}

#div_list .list_pt03 .weather {
  width: 97%;
  min-width: 220px;
}

#div_list .list_pt03 .weather .day .txt {
  padding-bottom: 2px;
}

/* ------------------------
 * 検索結果
 ------------------------ */
#ski_searchlist li.ski_list.hide {
  display: none;
}

/* ------------------------
 * スポット詳細
 ------------------------ */
.box_M.bg.ptitle {
  background-position: 0px 0px;
}
#pointname {
  color: #fff;
  line-height: 1.2em;
  margin-top: 20px;
  padding: 10px 5px;
  background: -webkit-linear-gradient(#4362A8,#0088FF);
}
@media screen and (min-width: 700px) {
  #pointname {
    margin-top: 0;
  }
}
.listArea a,.listArea a:link,.listArea a:visited {
  color: #083997;
}

/* ------------------------
 * 天気詳細
 ------------------------ */
.fcst_title {
  padding: 15px 10px 5px;
  font-weight: 600;
  color: #083997;
  font-size: 18px;
  text-align: center;
  line-height: 1.2em;
}
.tWeather .txt_n {
  padding: 5px;
}


/* ------------------------
 * ボタン類
 ------------------------ */
.sgtk_bg {
    background-color: mistyrose;
}
.pink-btn {
    background: -webkit-gradient(linear, left top, left bottom, from(mistyrose), to(#fff));
    color: #0c419a;
    border-radius: 4px;
    box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.3);
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 220px;
}
.pink-btn a, #sgtk_linkList a .linkList_tit{
    color: #0c419a !important;
}
.pink-btn > * {
    font-weight: 600;
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
}

.pink-btn2 {
    background-color: mistyrose;
    border-radius: 2px;
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1);
  padding:2px 5px;
    margin-left: auto;
    margin-right: auto;
  line-height: 1.2em;
  position: relative;
}
.pink-btn2 > * {
    font-weight: 600;
    width: 100%;
    display: block;
}
.pink-btn2 a{color: #0c419a;}

.pink-btn .txt-row2 {
  line-height: 1.4em;
  min-height: 60px;
  font-size: 17px;
}

.pink-btn a.txt-row::after{
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 8px;
    height: 14px;
    margin-top: -7px;
    background: url(//weather.smt.docomo.ne.jp/img/weather_arrow_b.png) no-repeat 0 0;
    -webkit-background-size: 8px 14px;
    -moz-background-size: 8px 14px;
    -o-background-size: 8px 14px;
    background-size: 8px 14px;
}
.pink-btn2  ::after{
    content: '';
    position: absolute;
    top: 50%;
    right: 2px;
    display: block;
    width: 8px;
    height: 14px;
    margin-top: -7px;
    background: url(//weather.smt.docomo.ne.jp/img/weather_arrow_b.png) no-repeat 0 0;
    -webkit-background-size: 8px 14px;
    -moz-background-size: 8px 14px;
    -o-background-size: 8px 14px;
    background-size: 8px 14px;
}

.btn {
  text-align: center;
}

.btn > * {
  display: inline-block;
  min-width: 180px;
  height: 40px;
  color: #fff !important;
  font-weight: 600;
  line-height: 40px;
  padding: 0px 1em;
  background-color: #4362A8;
  border-radius: 4px;
  box-shadow: 2px 3px 2px 0px rgba(0, 0, 0, 0.33);
  box-sizing: border-box;
  font-size: 16px;
}

/* ------------------------
 * 検索ランキング
 ------------------------ */
#ski_ranking .rank-no {font-size: 120%; font-weight: bold; display: initial; line-height: 1.1em;}
