@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 {
    background-color: #fff;
}

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

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

.wonly {
    display: none;
    line-height:1.3em;
    font-size:20px;
}

/*------------------------------------------
タイトル
------------------------------------------*/
.area_setting .tit_01 {
    font-size: 24px;
    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: 26px;
    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;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ececec));
    background: -moz-linear-gradient(top, #fff, #ececec);
    background: -o-linear-gradient(top, #fff, #ececec);
}

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

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

.area_list li .update_city > span.delete {
    margin-left: 30px;
}

.area_list li .list_index {
    position: absolute;
    font-size: 24px;
    line-height: 1em;
    margin-top: 1px;
}

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

.area_list.sort li > .update_city {
    padding: 15px 50px 15px 10px;
}

.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: 30px 20px;
}

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

.area_setting .small {
    font-size: 20px;
}

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

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

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

@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;
    background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#ececec));
    background: -moz-linear-gradient(top, #fcfcfc, #ececec);
    background: -o-linear-gradient(top, #fcfcfc, #ececec);
}

.link_btn.mini {
    width: 220px;
    margin: auto;
    margin-bottom: 15px;
}

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

.link_btn a div {
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    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 select {
    height: 60px;
    line-height: 60px;
    text-indent: 1em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.select_label {
    width: 100%;
    display: none;
    box-sizing: border-box;
    position: relative;
}

.select_label:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #4c77ae;
    border-right: 2px solid #4c77ae;
    position: absolute;
    top: 50%;
    right: 8px;
    -webkit-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg);
}

.setting_way select.link_btn {
    font-size: 24px;
}

.setting_way select option.disabled {
    background-color: #eee;
}

.initdisp_non {
    display: none;
}

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

.setting_way {
    margin: 20px 0;
}

.setting_way p {
    font-size: 20px;
    line-height: 1.4em;
    margin-bottom: 10px;
}

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

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

.modal_tit_02 {
    display: block;
    font-weight: 600;
    font-size: 26px;
    line-height: 1.4em;
}

.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: 24px;
    line-height: 1em;
    padding: 15px 10px;
}

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

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

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

.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: 20px;
    font-size: 22px;
    line-height: 1.4em;
}

.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;
    height: 50px;
    line-height: 50px;
    padding: 0 20px 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

ul.nav-row1 li.registered a {
    padding: 0 10px;
}
