@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:20px;color:#333;line-height:30px;}
select{
    height:44px !important;
}
/*====================================================================================
 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: 22px;
    font-weight: bold;
    line-height: 1em;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #0c419a;
}
.errmsg_fcst10m{
    padding:10px;
    color:red;
}

/* 送信ボタ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;
}
/* オススメコンテンツ
------------------------------------------*/
ul.rk-nav-row3-ico { list-style-type: none; clear: both; }
ul.rk-nav-row3-ico li { clear:both;min-height:70px;display: block; border-top: solid 1px #ebebeb; border-bottom: solid 1px #d0d0d0;background-color: #fff;line-height: 1.3em; }
ul.rk-nav-row3-ico li a { width: 100%; display: block; background: url(//weather.smt.docomo.ne.jp/img/icon_arrow_01.png) 98% center no-repeat; vertical-align: top; }
ul.rk-nav-row3-ico li a img { float: left;width:60px;height:60px;padding:5px; }
ul.rk-nav-row3-ico li a span.title { font-size: 24px; padding: 4px 20px 0 5px; display: block; }
ul.rk-nav-row3-ico li a span.detail { font-size: 20px;color: #666; padding: 3px 20px 0 0; display: block; }

.btn_shadow {box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);max-width: 280px;margin: 0 auto;}
