@charset "UTF-8"; /* CSS Document */
/*-------------------------------
   #pagetop
--------------------------------*/
#pagetop {
    position: fixed;
    bottom: 5px;
    right: 10px;
    width: 48px;
    height: 48px;
    z-index: 100;
    transition: all 0.7s;
}

#pagetop p {
    background: url(../images/pagetop.png) no-repeat;
    background-position: center center;
    background-size: 45px auto;
    width: 45px;
    height: 45px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
}

/***************フッター*********************/
#footer {
    width: 100%;
}
#footer .ftTop {
    background: #f5f4e1;
    padding: 13px 10px 10px;
}
#footer .ftTop h3{
    margin-bottom:8px;
}
#footer .ftTop h3 a{
    font-weight:bold;
    text-decoration:  underline;
    color: #333;
    font-size: 1.55rem;
}
#footer .ftTop .links a {
    display: inline-block;
    margin-right: 14px;
    text-decoration:  underline;
    color: #333;
    margin-bottom: 8px;
}

#footer_menu ul .size50 {
    width: 50%;
    height: 44px;
    background: #606060;
    background: #dfdfdf;
    float: left;
}

#footer_menu ul .size100 {
    width: 100%;
    height: 44px;
    background: #606060;
    background: url("/pro/sp/images/footer_bg.gif");
    border-top: solid 1px #fff;
    float: left;
    text-align: left;
}

#footer_menu li span.abs {
    background-position: left center;
    background-repeat: no-repeat;
    float: none;
    color: #333;
}

#footer_menu li a {
    padding: 14px 10px 18px 10px;
    display: block;
    line-height: 18px;
    text-shadow: 0px 1px 1px #fbf7f0;
}

#footer_menu li .navi_left_btn {
    border-right: solid 1px #fff;
}

#footer_menu li .text {
    display: block;
    line-height: 18px;
    padding: 5px 10px;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, .3);
}

.footer {
    color: #fff;
}

#copyright {
    float: left;
    width: 100%;
    text-align: center;
    background-color: #543930;
    color: #ffffff;
    padding: 14px 5px;
}

/**/
#bc_list {
    text-align: left;
    vertical-align: middle;
    background-color: #231815;
    color: #ffffff;
    padding: 7px 10px;
    font-size: 13px;
    line-height: 180%;
}

#bc_list a {
    color: #ffffff!important;
    text-decoration: underline!important;
}

/******************************************/
@media screen and (-webkit-min-device-pixel-ratio: 2) {
    #footer_menu ul .size50, #footer_menu ul .size100, #footer_menu2, #footer_menu2 .changeview, #footer_menu2 .changeview li {
        background: #dfdfdf;
        background-size: 50px auto;
    }
