@charset "UTF-8";

/*====================================================================================
地域設定
====================================================================================*/
body, html {
    height: 100%;
}

body {
    background-color: #fff;
    overscroll-behavior: none;
    -webkit-font-smoothing: antialiased;
}

#pagetop {
    width: 100%;
    position: relative;
    height: auto !important;
    min-height: 100%;
}

#main {
    padding-bottom: 295px;
    background-color: #fff;
}

#dcom_footer {
    position: absolute;
    bottom: 0;
    height: 295px;
    width: 100%;
}

@media screen and (min-width: 700px) {
    .container {
        max-width: 80%;
        margin: 0 auto;
    }
}

.wonly {
    display: none;
}
.wonly .notice_indent{
    padding-left:1em;
    text-indent:-1em;
    font-size: 14px !important;
}
/*------------------------------------------
タイトル
------------------------------------------*/
.area_setting .tit_01 {
    font-size: 19px;
    padding: 20px 0 10px 10px;
    font-weight: 600;
    line-height: 1em;
}

.area_setting .tit_02 {
    font-weight: 600;
    padding: 5px;
}

.area_setting .tit_03 {
    font-size: 17px;
    padding: 20px 0;
    font-weight: 600;
    text-align: center;
    line-height: 1.6em;
}

/*------------------------------------------
地域設定リスト
------------------------------------------*/
.area_list {
    border-top: 1px solid transparent;
    border-top-color: #ccc;
    border-bottom-color: #ccc;
}

.area_list li {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #ccc;
}

.area_list li > .cityname {
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 1em;
    padding: 15px 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (max-width: 320px) {
    .area_list li > .cityname {
        font-size: 17px;
    }
}

.area_list li .update_city > span {
    margin-left: 30px;
    color: #00c;
    text-decoration: underline;
    font-size: 18px;
    line-height: 1em;
}

/* ソート
------------------------------------------*/
.area_list.sort li > * {
    padding: 15px 55px 15px 10px;
    box-sizing: border-box;
}

.area_list.sort li > .update_city {
    padding-top: 0;
    padding-left: 80px;
}

.area_list.sort li .item {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-image: url('/s/img/icon_sort.svg');
    background-size: 30px;
    padding: 0;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right: 10px;
}

/*------------------------------------------
テキスト
------------------------------------------*/
.area_setting .txt_wrapper {
    padding: 0px 20px 30px;
}

.area_setting .txt {
    font-size: 16px;
    margin: 20px auto;
    line-height: 1.6em;
}

.area_setting .txt.notice {
    color: #ca1233;
}

.area_setting .txt.common_notice {
    color: #666;
    line-height: 1.4em;
}

.area_setting .txt > * {
    font-size: 16px;
    line-height: 1.6em;
    display: inline-block;
    text-align: left;
}
.setting_info{ margin: 10px 10px; line-height: 1.3em;}
.setting_info a{display:inline; color: #00c;}
.setting_index_withspot {margin-bottom: 20px;}

@media screen and (min-width: 700px) {
    .area_setting .txt {
        max-width: 100%;
    }
}

/*------------------------------------------
リンクボタン
------------------------------------------*/
.link_btn {
    position: relative;
    border: 1px solid #888;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 1px 1px #ccc;
    -moz-box-shadow: 0px 1px 1px #ccc;
    box-shadow: 0px 1px 1px #ccc;
}

.link_btn.mini {
    width: 160px;
    margin: auto;
}

.link_btn.mini.dmd {
    margin-top: 20px;
}

.link_btn a {
    display: block;
    width: 100%;
}

.link_btn a div {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
}

.link_btn::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 5px;
    display: block;
    width: 8px;
    height: 14px;
    margin-top: -6px;
    background: url(/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;
}

.link_btn a div.ta_left {
    text-align: left;
    text-indent: 1em;
}

/*------------------------------------------
地点設定手段
------------------------------------------*/
.setting_way_wrapper {
    border-top: 1px solid #ccc;
    padding: 0 20px 20px;
}

.setting_way {
    margin: 20px 0 30px;
}

.setting_way p {
    font-size: 16px;
    line-height: 1.6em;
}

/*------------------------------------------
モーダル関連
------------------------------------------*/
.modal_act {
    width: 100%;
    position: fixed !important;
}

.modal_tit_01 {
    font-weight: 600;
    margin-left: 10px;
}

.modal_tit_02 {
    display: block;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3em;
    max-width: 260px;
    padding: 0 12px;
}

.modal {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 20;
}

.modal_bg {
    width: 100%;
    height: 100vh;
    position: absolute;
    background-color: rgb(0,0,0,0.75);
}

.modal_base {
    position: relative;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    text-align: center;
}

.modal_base.arealist {
    width: 85%;
    margin: 18% auto 20px;
    max-width: 360px;
}

.modal_base.arealist.landscape {
    margin: 2% auto;
}

.modal_base.arealist > * {
    text-align: left;
}

.modal_base.arealist .arealist_head {
    font-size: 16px;
    line-height: 1em;
    padding: 15px 10px;
}

.modal_base.arealist .arealist_head > a {
    position: absolute;
    top: 13px;
    width: 20px;
    height: 20px;
    font-size: 18px;
    text-align: center;
}

.modal_base.arealist .arealist_head > a.prev {
    display: none;
    left: 0;
}

.modal_base.arealist .arealist_head > a.close {
    display: block;
    right: 5px;
}

.modal_base.arealist .arealist_body {
    overflow-y: auto;
    overscroll-behavior: contain;
}

.modal_base.arealist .arealist_body ul {
    border-top: solid 1px #d9d9d9;
}

.modal_base.arealist .arealist_body ul.nav-row1 li {
    border-top: none;
}

.modal_base.arealist .arealist_body ul.nav-row1 li.registered {
    background-color: #eee;
}

.modal_base.arealist .arealist_body ul.nav-row1 li.registered a {
    background: none;
    pointer-events: none;
    color: #888;
}

.modal_base.arealist .arealist_body ul.nav-row1 li.registered a:after {
    background: none;
    content: '登録済み';
    position: absolute;
    right: 6px;
    color: #666;
    font-size: 14px;
    font-weight: 300;
}

.modal_base.confirm {
    position: absolute;
    width: 280px;
    min-height: 150px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 30px 0;
}

.modal_base.confirm .confirm_head {
    margin-bottom: 20px;
}

.modal_base.confirm .confirm_body > p {
    margin-bottom: 12px;
    font-size: 16px;
}

.modal_base.confirm .confirm_body a {
    color: #00c;
}

.modal_base.confirm .confirm_body .link_txt a {
    margin: 30px auto 0;
    width: 100px;
    text-decoration: underline;
    text-align: center;
}

.modal_base.confirm .confirm_body .link_btn {
    width: 200px;
    margin: 0 auto;
}

/*------------------------------------------
その他
------------------------------------------*/
.disp_non {
    display: none;
}

#top_link {
    margin-bottom: 20px;
}

ul.nav-row1 li a {
    color: #000;
    line-height: 45px;
    font-size: 17px;
}


/* オススメコンテンツ
------------------------------------------*/
.chiiki-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;
}
.chiiki-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;
}

.chiiki-osusume-contents ul li img {
  float: left;
  width: 45px;
  margin-right: 10px;
}

.chiiki-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;
}

.chiiki-osusume-contents ul li p b {
  display: block;
  margin-bottom: 1px;
  color: #000;
}
