@charset "utf-8";

/* -------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------
	10TEN Channel
	
	new released : October 17, 2011
	update : 

	Copyright(c)WEATHER NEWS INC. ALL RIGHT RESERVED.
----------------------------------------------------------------------------------------
------------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------------
  BASIS
------------------------------------------------------------------------------------- */
.ten-my-location{width:95%;margin:10px auto 0;padding:7px 0;background: url(//weathernews.jp/s/img/icon_gps.png)10px center no-repeat, #f9fcff;background-size:20px 20px;-webkit-background-size:20px 20px;-moz-background-size:20px 20px;-ms-background-size:20px 20px;-o-background-size:20px 20px;border:solid 1px #bdbdbd;}
.ten-my-location p{padding:0 40px;font-size:12px;color:#333;line-height:14px;}


/* -------------------------------------------------------------------------------------
  10ten
------------------------------------------------------------------------------------- */
.cnt-bg-wht dl{text-align:left;position:relative;font-size:15px;border-top: solid 1px #b6b6b6;}
.cnt-bg-wht dt{position: absolute;left: 10px;padding: 5px 0 0 0;} 
.plain-txt{
    line-height:1.5em;
}


/*====================================================================================
 NEW! fcst10m  
====================================================================================*/

/*------------------------------------------
index
------------------------------------------*/
.area-txt-01.fcst10m-index {
    max-width: 345px;
    margin: 0 auto;
}

.fcst10m-btn {
    text-align: center;
     max-width: 345px;
}
.fcst10m-btn a {
    display: inline-block;
    width: 90%;
    color: #0c419a;
    font-size: 14px;
    font-weight: bold;
    line-height: 1em;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #0c419a;
}
.errmsg_fcst10m{
    padding:10px;
    color:red;
}

/r 送信ボタt10m
------------------------------------------*/
.submit01 {
    display: block;
    width: 100%;
    color: #fff;
    font-weight: 600;
    line-height: 1em;
    text-align: center;
    padding: 10px;
    background-color: #0c419a;
    border-radius: 4px;
    box-shadow: 0px 2px 2px 0px rgba(0,0,0, 0.25);
}

/* 位置情報
------------------------------------------*/
.position {
    width: 100%;
    display: table;
    table-layout: fixed;
    padding: 10px;
    background-color: #FAFAFA;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
}

.position > * {
    display: table-cell;
    vertical-align: middle;
}

.position .ico {
    width: 30px;
    height: 30px;
}

.position.ico img {
    width: 100%;
}

.position .txt {
    padding-left: 5px;
}
.position p {font-size: 13px;}

/*------------------------------------------
リザルト
------------------------------------------*/
.weather_fcst {
    border-top: 1px solid #CCCCCC;
    margin:0 20px;
}
.weather_fcst .item {
    width: 100%;
    display: table;
    table-layout: fixed;
    padding: 10px 0;
    border-bottom: 1px solid #CCCCCC;
}
.weather_fcst .item > * {
    display: table-cell;
    vertical-align:middle;
}

.weather_fcst .time  {width: 5em; text-align: center;}
.weather_fcst .state {padding-left: 2em;}
.weather_fcst .icon  {width: 44px;}
.weather_fcst img    {width: 100%;}

@media screen and (min-width: 700px) {
    .weather_fcst {
        font-size: 0;
        text-align: center;
        border-top: 0;
        display: table;
        max-width: 510px;
        table-layout: fixed;
        margin: auto;
    }
    .weather_fcst .item {
        width: 16%;
        display: table-cell;
        border: none;
    }

    .weather_fcst .item > * {
        font-size: 14px;
        display: block;
    }

    .weather_fcst .time {
        width: 100%;
        text-align: center;
        font-weight: 600;
    }

    .weather_fcst .icon  {width: 100%;}
    .weather_fcst .state {padding-left: 0px; text-align: center;}
}


/* ボタン
------------------------------------------*/
.btn-06{
    width: 280px;
}

.sgtk_link{
	background-color:mistyrose;
}
/* オススメコンテンツ
------------------------------------------*/
.sgtk-osusume-contents ul li {/* clearfix */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 10px;
  border-top: 1px dotted #d3d3d3;
  min-height:  65px;
}

.sgtk-osusume-contents ul li ::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;
}

.sgtk-osusume-contents ul li img {
  float: left;
  width: 45px;
  margin-right: 10px;
}

.sgtk-osusume-contents ul li p {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px 0 55px;
  color: #535353;
  line-height: 1.1;
}

.sgtk-osusume-contents ul li p b {
  display: block;
  margin-bottom: 1px;
  color: #000;
}

.btn_shadow {box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);max-width: 250px;margin: 0 auto;}

