/* トップページ以外の共通CSS */

/*フッタ変更のため　20140529*/
div#footer_new {
    background-color: #000000;
    border-top: 1px solid #fff;
    clear: both;
    color: #000000;
    margin: 100px 0px 0px 0px; /* min-width: 1250px; 20140621画面サイズが大きすぎてスクロールバーが出るために一旦消す*/
    width: 100%;
}
.footer_menu_new {
    /*float: left;*/
    width: auto;
}
.footer_menu_new ul {
    text-align: right;
    list-style-type: none;
    clear: right; /*float: right;*/
    margin-top: 2px;
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
}
.footer_menu_new ul li {
    float: left;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 13px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0px;
    border-right: 2px solid #333333;
}
.footer_menu_new ul li a {
    text-decoration: none;
    color: #ccc;
}
.footer_menu_new ul li a:hover {
    text-decoration: underline;
}
#footer_new #footer_data_new {
    /*width: 1250px; 20140621画面サイズが大きすぎてスクロールバーが出るために一旦消す*/
    margin-right: auto;
    margin-left: auto;
    padding-top: 5px;
    padding-bottom: 5px;
}

div#footer_new2 {
    background-color: #000000;
    border-top: 1px solid #333333;
    clear: both;
    color: #fff;
    margin: 0 auto; /* min-width: 1250px; 20140621画面サイズが大きすぎてスクロールバーが出るために一旦消す*/
    width: 100%;
}
div#footer_new2 p.PICKUP {
    color: #fff;
    padding: 5px 25px 5px 15px;
    clear: none;
    float: left;
}
div#footer_new2 p.TITLE {
    width: 300px;
    padding: 5px 10px 5px 0px;
}
/*div#footer_new2 p.TITLE       { width:280px; padding: 5px 10px; }*/
div#footer_new2 p.TITLE a {
    padding-left: 20px;
    background: url('https://www.planning-you.com/wp-content/themes/you/images/ico_lv99.png') no-repeat scroll left center transparent;
    background-size: contain;
}
div#footer_new2 p.TITLE a:hover {
    text-decoration: underline;
}
.footer_menu_new2 {
    float: left;
    width: 320px;
}
.footer_menu_new2 ul {
    text-align: right;
    list-style-type: none;
    clear: right;
    float: right;
    margin-top: 2px;
}
.footer_menu_new2 ul li {
    float: left;
    width: 140px;
    padding: 0px 0px 0px 20px;
    margin: 0px;
    font-size: 12px;
    text-align: left;
}
.footer_menu_new2 ul li a {
    padding-left: 10px;
    text-decoration: none;
    color: #ccc;
}
.footer_menu_new2 ul li a:hover {
    text-decoration: underline;
}
#footer_new2 #footer_data_new2 {
    width: 980px; /*width: 1250px; 20140621画面サイズが大きすぎてスクロールバーが出るために一旦消す*/
    margin-right: auto;
    margin-left: auto;
    padding-top: 5px;
    padding-bottom: 5px;
}

/*20140906に追加。グローバルフッタに使用する。海野*/
.footer_menu_new3 {
    float: left;
    width: 250px;
}
div#footer_new2 .footer_menu_new3 p.TITLE {
    font-size: 10px;
    width: 230px;
}
.footer_menu_new3 ul {
    text-align: right;
    list-style-type: none;
    clear: right;
    float: right;
    margin-top: 2px;
}
.footer_menu_new3 ul li {
    float: left;
    width: 100px;
    padding: 0px 0px 0px 20px;
    margin: 0px;
    font-size: 10px;
    text-align: left;
}
.footer_menu_new3 ul li a {
    padding-left: 10px;
    text-decoration: none;
    color: #ccc;
}
.footer_menu_new3 ul li a:hover {
    text-decoration: underline;
}

.footer_menu_new4 {
    float: left;
    width: 180px;
}
div#footer_new2 .footer_menu_new4 p.TITLE {
    font-size: 10px;
    width: 180px;
}
.footer_menu_new4 ul {
    text-align: right;
    list-style-type: none;
    clear: right;
    float: right;
    margin-top: 2px;
}
.footer_menu_new4 ul li {
    float: left;
    width: 140px;
    padding: 0px 0px 0px 20px;
    margin: 0px;
    font-size: 10px;
    text-align: left;
}
.footer_menu_new4 ul li a {
    padding-left: 10px;
    text-decoration: none;
    color: #ccc;
}
.footer_menu_new4 ul li a:hover {
    text-decoration: underline;
}

#footer_copyright_new {
    width: 1000px;
    margin-right: auto;
    margin-left: auto; /*float: left;*/
    padding: 15px 15px 15px 20px;
    font-size: 10px;
    color: #ccc;
}

/*===================================
    clearfix
===================================*/

.clearfix:after {
    content: '.';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix {
    min-height: 1px;
}
* html .clearfix {
    height: 1px;
}
.footer_menu ul li.end {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}

.clr {
    clear: both;
    margin: 0;
    padding: 0;
    line-height: 0;
    visibility: hidden;
    height: 0;
}

/*===================================
    back-top
===================================*/

#back-top {
    bottom: 100px;
    float: right;
    margin: 0;
    padding: 0;
    position: fixed;
    right: 0px;
    z-index: 999;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
    #back-top {
        bottom: 20px;
    }
}
