﻿@charset "utf-8";

html {
    font-size: 62.5%;
}
html, body {
    height: 100%;
}
body {
    background: #F8F9FD;
    background-size: 100% 100%;
    color: #70696a;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', arial, helvetica, sans-serif;
    text-align: center;
}
    body.design_old {
        background: url('img/bg.jpg') left top fixed;
    }
a {
    color: #0dbab6;
}
    a:hover {
        text-decoration: none;
    }
    a:disabled, a[disabled=disabled] {
        color: #848484;
        pointer-events: none;
        text-decoration: none;
    }
input, select, textarea, button {
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', arial, helvetica, sans-serif;
}
    input[type=radio],
    input[type=checkbox] {
        margin: 0;
    }
    select,
    textarea,
    input[type=text],
    input[type=password] {
        margin: 1px;
        border: solid 1px #7fdeef;
        background: #f5fcfd;
    }
select {
}
textarea,
input[type=text],
input[type=password] {
    padding-left: 2px;
    padding-right: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
    select:focus,
    textarea:focus,
    input[type=text]:focus,
    input[type=password]:focus {
        border-color: #ffa500;
        outline: none;
    }
    select:disabled,
    select[disabled=disabled],
    textarea:disabled,
    textarea[disabled=disabled],
    input[type=text]:disabled,
    input[type=text][disabled=disabled],
    input[type=password]:disabled,
    input[type=password][disabled=disabled] {
        border-color: #ccc;
        background-color: #f2f2f2;
        color: #333;
    }
input[type=button]:not(.ui-button) {
    border: solid 1px #707070;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background: #f2f2f2;
}
    input[type=button]:not(.ui-button):hover {
        border-color: #3c7fb1;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7fbfe+0,e8f6fd+6,d9f0fc+41,bee6fd+47,bce5fc+59,a9dbf6+94,dcf0fb+100 */
        background: #f7fbfe; /* Old browsers */
        background: -moz-linear-gradient(top, #f7fbfe 0%, #e8f6fd 6%, #d9f0fc 41%, #bee6fd 47%, #bce5fc 59%, #a9dbf6 94%, #dcf0fb 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #f7fbfe 0%, #e8f6fd 6%, #d9f0fc 41%, #bee6fd 47%, #bce5fc 59%, #a9dbf6 94%, #dcf0fb 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #f7fbfe 0%, #e8f6fd 6%, #d9f0fc 41%, #bee6fd 47%, #bce5fc 59%, #a9dbf6 94%, #dcf0fb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7fbfe', endColorstr='#dcf0fb',GradientType=0); /* IE6-9 */
    }
    input[type=button]:not(.ui-button):active {
        border-color: #2c628b;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e5f4fc+0,d8eefa+16,d8eefa+21,c4e5f6+42,c4e5f6+47,98d1ef+53,86c6e8+68,86c6e8+74,72b9df+89,68b3db+100 */
        background: #e5f4fc; /* Old browsers */
        background: -moz-linear-gradient(top, #e5f4fc 0%, #d8eefa 16%, #d8eefa 21%, #c4e5f6 42%, #c4e5f6 47%, #98d1ef 53%, #86c6e8 68%, #86c6e8 74%, #72b9df 89%, #68b3db 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #e5f4fc 0%, #d8eefa 16%, #d8eefa 21%, #c4e5f6 42%, #c4e5f6 47%, #98d1ef 53%, #86c6e8 68%, #86c6e8 74%, #72b9df 89%, #68b3db 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #e5f4fc 0%, #d8eefa 16%, #d8eefa 21%, #c4e5f6 42%, #c4e5f6 47%, #98d1ef 53%, #86c6e8 68%, #86c6e8 74%, #72b9df 89%, #68b3db 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5f4fc', endColorstr='#68b3db',GradientType=0); /* IE6-9 */
    }
input[type=button]:disabled,
input[type=button][disabled=disabled] {
    opacity: .35;
    filter: Alpha(Opacity=35);
    cursor: default;
    pointer-events: none;
}
/* CSSハック */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    textarea,
    input[type=text],
    input[type=password] {
        padding-left: 4px;
        padding-right: 4px;
    }
}
@-moz-document url-prefix() {
    textarea,
    input[type=text],
    input[type=password] {
        padding-left: 4px;
        padding-right: 4px;
    }
}
/********************************************************************************************************************/
/* ログイン */
#loginBody {
    background: #f9f9f9;
    min-width: 1024px;
}
#loginHead {
    background: #6e8a9d url('img/bgHead.png') no-repeat left top;
    border-bottom: solid 1px #fff;
    height: 367px;
    width: 100%;
}
    #loginHead a {
        color: #fff;
        display: block;
    }
    #loginHead h2 {
        color: #fff;
        font-size: 20px;
        font-size: 2rem;
        font-weight: bold;
        padding-bottom: .3em;
    }
    #loginHead select, #loginHead textarea, #loginHead input[type=text], #loginHead input[type=password] {
        background: #f8f8f8;
        border: none;
        -webkit-border-radius: .8em;
        -moz-border-radius: .8em;
        -ms-border-radius: .8em;
        -o-border-radius: .8em;
        border-radius: .8em;
        -webkit-box-shadow: inset .2em .2em .2em .1em #ccc;
        -moz-box-shadow: inset .2em .2em .2em .1em #ccc;
        -ms-box-shadow: inset .2em .2em .2em .1em #ccc;
        -o-box-shadow: inset .2em .2em .2em .1em #ccc;
        box-shadow: inset .2em .2em .2em .1em #ccc;
        padding: .5em 1em;
        text-shadow: -.1em -.1em .1em #fff;
    }
    #loginHead div[name=Version] {
        bottom: 0;
        top: 260px;
        z-index: 20;
    }
    #loginHead .content-error {
        color: #ffff00;
        padding: .5em 0 .7em;
    }
    #loginHead .content {
        height: auto;
        margin: 0 auto;
        position: relative;
        text-align: left;
        width: 980px;
    }
    #loginHead .logo {
        background: transparent none no-repeat 0% 0%;
        background-size: 360px;
        height: 200px;
        left: 0;
        position: absolute;
        top: 120px;
        width: 480px;
        z-index: 10;
    }
    #loginHead .animeS {
        -webkit-animation: bubble 2.6s ease-out infinite;
        -moz-animation: bubble 2.6s ease-out infinite;
        -ms-animation: bubble 2.6s ease-out infinite;
        -o-animation: bubble 2.6s ease-out infinite;
        animation: bubble 2.6s ease-out infinite;
        bottom: 0px;
        border: solid 1px #ecf7f9;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        -ms-border-radius: 100px;
        -o-border-radius: 100px;
        border-radius: 100px;
        display: block;
        height: 100px;
        left: 0px;
        position: absolute;
        width: 100px;
    }
    #loginHead .animeM {
        -webkit-animation: bubble 4.6s ease-out infinite;
        -moz-animation: bubble 4.6s ease-out infinite;
        -ms-animation: bubble 4.6s ease-out infinite;
        -o-animation: bubble 4.6s ease-out infinite;
        animation: bubble 4.6s ease-out infinite;
        bottom: 0px;
        border: solid 1px #ecf7f9;
        -webkit-border-radius: 130px;
        -moz-border-radius: 130px;
        -ms-border-radius: 130px;
        -o-border-radius: 130px;
        border-radius: 130px;
        display: block;
        height: 260px;
        left: 0px;
        position: absolute;
        width: 260px;
    }
    #loginHead .animeL {
        -webkit-animation: bubble 3.1s ease-out infinite;
        -moz-animation: bubble 3.1s ease-out infinite;
        -ms-animation: bubble 3.1s ease-out infinite;
        -o-animation: bubble 3.1s ease-out infinite;
        animation: bubble 3.1s ease-out infinite;
        bottom: 20px;
        border: solid 1px #ecf7f9;
        -webkit-border-radius: 150px;
        -moz-border-radius: 150px;
        -ms-border-radius: 150px;
        -o-border-radius: 150px;
        border-radius: 150px;
        display: block;
        height: 300px;
        left: 20px;
        position: absolute;
        width: 300px;
    }
#Loginform {
    float: right;
    height: auto;
    margin: 1.8em 0 0 0;
    position: relative;
    width: 500px;
}
    #Loginform dl {
        width: 100%;
    }
        #Loginform dl dd {
            height: 48px;
            width: 100%;
        }
    #Loginform .btn_block {
        height: 50px;
        text-align: left;
        width: auto;
    }
        #Loginform .btn_block input[type=button].ui-button {
            background: #0fb9af;
            border: none;
            -webkit-border-radius: .5em;
            -moz-border-radius: .5em;
            -ms-border-radius: .5em;
            -o-border-radius: .5em;
            border-radius: .5em;
            color: #fff;
            cursor: pointer;
            letter-spacing: -1px;
            padding: .5em 3em;
        }
            #Loginform .btn_block input[type=button].ui-button.ui-state-hover {
                background: #3bd5cc;
            }
    #Loginform .btn_link {
        display: inline;
        margin-left: 50px;
        background: #3F64AE url('img/ico_help.png') no-repeat 1.75em center;
        padding: .5em 2em .5em 4em;
        -webkit-border-radius: 10em;
        -moz-border-radius: 10em;
        -ms-border-radius: 10em;
        -o-border-radius: 10em;
        border-radius: 10em;
        text-decoration: none;
    }
/* 推奨環境 */
#main {
    height: auto;
    margin: 0 auto 2em;
    padding-bottom: 2em;
    text-align: left;
    width: 980px;
}
    #main h3 {
        padding: 2em 0;
    }
        #main h3 span {
            font-size: 20px;
            font-size: 2rem;
            font-weight: bold;
        }
#suport {
    height: auto;
    padding-bottom: 2.75em;
    position: relative;
    width: auto;
}
    #suport h3 {
        background: transparent url('img/ico_systemInfo.png') no-repeat left center;
        padding: 2em 0 1.75em 45px;
    }
    #suport ul {
        background: #fff;
        border: solid 2px #eee;
        box-sizing: border-box;
        height: auto;
        width: 100%;
    }
        #suport ul li {
            font-size: 12px;
            font-size: 1.2rem;
            height: auto;
            padding: 1em;
            width: auto;
        }
            #suport ul li + li {
                border-top: solid 1px #eee;
            }
            #suport ul li span {
                display: inline-block;
                height: 1em;
                overflow: hidden;
                text-overflow: ellipsis;
                vertical-align: middle;
                width: 800px;
                white-space: nowrap;
            }
                #suport ul li span.day {
                    font-weight: bold;
                    width: 130px;
                }
    #suport #newsTOP5lst + a {
        color: #70696a;
        text-decoration: none;
        background-color: #eee;
        padding: .5em 1em;
        display: inline-block;
        position: absolute;
        right: 0 !important;
        bottom: 0 !important;
    }
#tabnavi li {
    display: inline;
}
    #tabnavi li a {
        display: inline-block;
        margin-right: 40px;
        padding: .5em 2em;
        text-decoration: none;
    }
        #tabnavi li a:hover, #tabnavi li a.active {
            background: #0fb9af;
            color: #fff;
        }
#tabcontent h4 {
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: bold;
    padding: 1.5em 0;
}
#tabcontent .block {
    line-height: 1.4;
}
    #tabcontent .block .browser {
        height: auto;
        width: auto;
    }
        #tabcontent .block .browser li {
            display: inline-block;
            height: auto;
            margin-left: 10px;
            text-align: center;
            width: 230px;
        }
            #tabcontent .block .browser li p {
                padding-bottom: 1em;
            }
                #tabcontent .block .browser li p > span {
                    font-size: 11px;
                    font-size: 1.1rem;
                }
            #tabcontent .block .browser li .ico span {
                display: block;
                padding-top: 1em;
            }
    #tabcontent .block .information {
        background: #f2f2f2;
        color: #ff1a1a;
        font-size: 17px;
        font-size: 1.7rem;
        font-weight: bold;
        margin-top: 2em;
        padding: .5em 1em;
    }
    #tabcontent .block .msg {
        background: #fff;
        border: solid 2px #eee;
        margin: 2em 0;
        padding: 2em 2.5em;
    }
        #tabcontent .block .msg h5 {
            padding-bottom: 1em;
        }
        #tabcontent .block .msg p + p, #tabcontent .block .msg p + ol, #tabcontent .block .msg ol + p, #tabcontent .block .msg ol li + li {
            padding-top: .5em;
        }
        #tabcontent .block .msg ol li {
            padding-left: 1em;
            text-indent: -1em;
        }
/* PWD再発行 */
#Pass_Wrap {
    color: #5f7482;
    height: 100%;
    width: 100%;
}
    #Pass_Wrap #logo {
        background: transparent none no-repeat left top;
        height: 164px;
        left: 1.4em;
        position: absolute;
        top: 1em;
        width: 254px;
    }
    #Pass_Wrap .ver {
        height: auto;
        margin: 1em auto;
        text-align: left;
        width: 580px;
        z-index: 10;
    }
#PassForget {
    background: #fff;
    height: auto;
    margin: 6em auto 0 auto;
    position: relative;
    text-align: left;
    width: 580px;
    z-index: 10;
}
    #PassForget.content_PassRe {
        border: solid 1px #ddd;
        display: none;
        -webkit-box-shadow: 0 .3em .3em 0 #ccc;
        -moz-box-shadow: 0 .3em .3em 0 #ccc;
        -ms-box-shadow: 0 .3em .3em 0 #ccc;
        -o-box-shadow: 0 .3em .3em 0 #ccc;
        box-shadow: 0 .3em .3em 0 #ccc;
        left: 50%;
        margin: 0 0 0 -290px;
        position: absolute;
        top: 6em;
        z-index: 1001;
    }
    #PassForget select, #PassForget textarea, #PassForget input[type=text], #PassForget input[type=password] {
        background: #eee;
        border: none;
        -webkit-border-radius: .8em;
        -moz-border-radius: .8em;
        -ms-border-radius: .8em;
        -o-border-radius: .8em;
        border-radius: .8em;
        padding: .5em 1em;
        text-shadow: -.1em -.1em .1em #fff;
    }
    #PassForget h3 {
        font-size: 20px;
        font-size: 2rem;
        font-weight: bold;
        padding: 40px 40px 1.4em 40px;
    }
        #PassForget h3 + div {
            line-height: 1.4;
            padding: 0 40px;
        }
    #PassForget .content-error {
        color: red;
        margin: 1em 0;
    }
    #PassForget .form {
        padding: 0 40px 40px 40px;
    }
    #PassForget .address {
        background: #6f8a9d;
        color: #fff;
    }
        #PassForget .address > h4 {
            color: #d6e3ec;
            font-size: 17px;
            font-size: 1.7rem;
            font-weight: bold;
            padding: 40px 40px 1.4em 40px;
        }
            #PassForget .address > h4 + div {
                line-height: 1.4;
                padding: 0 40px 40px 40px;
            }
    #PassForget .back_login {
        margin-top: 1em;
    }
    #PassForget dl {
        width: 100%;
    }
        #PassForget dl dd {
            padding-bottom: 1em;
            width: 100%;
        }
    #PassForget input[type=button].ui-button {
        background: #fff;
        border: solid 2px #0fb9af;
        -webkit-border-radius: .5em;
        -moz-border-radius: .5em;
        -ms-border-radius: .5em;
        -o-border-radius: .5em;
        border-radius: .5em;
        color: #0fb9af;
        cursor: pointer;
        letter-spacing: -1px;
        padding: 1em 2em;
    }
        #PassForget input[type=button].ui-button.ui-state-hover {
            background: #e6fffe;
            border: solid 2px #3ed7ce;
        }
/* PWD再発行 メール送信完了 */
#pop {
    background: #fff;
    border: solid 2px #5f7482;
    -webkit-border-radius: 1.4em;
    -moz-border-radius: 1.4em;
    -ms-border-radius: 1.4em;
    -o-border-radius: 1.4em;
    border-radius: 1.4em;
    color: #5f7482;
    height: 200px;
    left: 50%;
    margin: -200px 0 0 -135px;
    position: absolute;
    text-align: left;
    top: 50%;
    width: 270px;
    z-index: 1001;
}
    #pop h5 {
        background-color: #b5dffb;
        border-bottom: solid 1px #ccc;
        -webkit-border-radius: 1.1em 1.1em 0 0;
        -moz-border-radius: 1.1em 1.1em 0 0;
        -ms-border-radius: 1.1em 1.1em 0 0;
        -o-border-radius: 1.1em 1.1em 0 0;
        border-radius: 1.1em 1.1em 0 0;
        font-size: 17px;
        font-size: 1.7rem;
        font-weight: bold;
        padding: 1em 20px;
    }
        #pop h5 + p {
            line-height: 1.4;
            padding: 1em 20px;
        }
    #pop .btn_close {
        background: #5f7482 url('img/ico_close.png') 50% 50% no-repeat;
        -webkit-border-radius: 1em;
        -moz-border-radius: 1em;
        -ms-border-radius: 1em;
        -o-border-radius: 1em;
        border-radius: 1em;
        cursor: pointer;
        display: inline-block;
        height: 26px;
        right: 15px;
        position: absolute;
        top: 12px;
        width: 26px;
    }
/* マイページ */
#container {
    height: 100%;
    margin: 0 auto;
    position: relative;
    text-align: left;
    width: 980px;
    z-index: 1;
}
#header {
    height: auto;
    width: auto;
}
    #header #logo {
        background: transparent none left 1em;
        float: left;
        height: 150px;
        overflow: hidden;
        width: 254px;
    }
    #header #head_block {
        float: right;
        height: auto;
        padding: 1em 0;
        text-align: right;
        width: auto;
    }
        #header #head_block ul {
            height: auto;
            margin: 0 0 .5em 0;
            width: auto;
        }
            #header #head_block ul li.logout {
                display: inline-block;
                float: right;
                height: auto;
                margin: 0 0 0 10px;
                width: auto;
            }
                #header #head_block ul li.logout a {
                    background: #fd4b4b url('img/ico_close.png') no-repeat left center;
                    color: #fff;
                    display: block;
                    height: 35px;
                    line-height: 35px;
                    padding: 0 13px 0 26px;
                    position: relative;
                    text-decoration: none;
                    -webkit-transition: all .5s ease;
                    -moz-transition: all .5s ease;
                    -ms-transition: all .5s ease;
                    -o-transition: all .5s ease;
                    transition: all .5s ease;
                    width: auto;
                }
                    #header #head_block ul li.logout a:hover {
                        -webkit-border-radius: 18px;
                        -moz-border-radius: 18px;
                        -ms-border-radius: 18px;
                        -o-border-radius: 18px;
                        border-radius: 18px;
                    }
            #header #head_block ul li.support {
                display: inline-block;
                float: right;
                height: auto;
                margin: 0 0 0 10px;
                width: auto;
            }
                #header #head_block ul li.support a {
                    background: #fb9a7c url('img/img_suport.png') no-repeat 10px center;
                    background-size: 20px 20px;
                    color: #fff;
                    display: block;
                    height: 35px;
                    line-height: 35px;
                    padding: 0 13px 0 42px;
                    position: relative;
                    text-decoration: none;
                    -webkit-transition: all .5s ease;
                    -moz-transition: all .5s ease;
                    -ms-transition: all .5s ease;
                    -o-transition: all .5s ease;
                    transition: all .5s ease;
                    width: auto;
                }
                    #header #head_block ul li.support a:hover {
                        -webkit-border-radius: 18px;
                        -moz-border-radius: 18px;
                        -ms-border-radius: 18px;
                        -o-border-radius: 18px;
                        border-radius: 18px;
                    }
            #header #head_block ul li.passpo {
                border-left: solid 1px #ccc;
                display: none;
                float: right;
            }
                #header #head_block ul li.passpo a {
                    background: #ddd url('img/ico_pass.png') no-repeat 17px 6px;
                    border-left: solid 1px #fff;
                    color: #333;
                    display: block;
                    font-size: 12px;
                    font-size: 1.2rem;
                    font-weight: bold;
                    height: 35px;
                    line-height: 35px;
                    padding: 0 17px 0 42px;
                    position: relative;
                    text-decoration: none;
                    text-shadow: 1px 1px 1px #fff;
                    width: auto;
                }
            #header #head_block ul li.config {
                float: right;
            }
                #header #head_block ul li.config .list {
                    background-color: #ddd;
                    display: inline-block;
                    float: right;
                    height: 35px;
                    width: 60px;
                }
                    #header #head_block ul li.config .list #checkbox-menu #list_menu {
                        background: #ddd;
                        -webkit-border-radius: 3px;
                        -moz-border-radius: 3px;
                        -ms-border-radius: 3px;
                        -o-border-radius: 3px;
                        border-radius: 3px;
                        height: auto;
                        margin: 0 -20px 0 0;
                        opacity: 0;
                        position: absolute;
                        right: 0;
                        top: 35px;
                        -webkit-transform: translate3d(0, -15px, 0);
                        -moz-transform: translate3d(0, -15px, 0);
                        -ms-transform: translate3d(0, -15px, 0);
                        -o-transform: translate3d(0, -15px, 0);
                        transform: translate3d(0, -15px, 0);
                        -webkit-transition: all .25s ease-in-out 0s;
                        -moz-transition: all .25s ease-in-out 0s;
                        -ms-transition: all .25s ease-in-out 0s;
                        -o-transition: all .25s ease-in-out 0s;
                        transition: all .25s ease-in-out 0s;
                        visibility: hidden;
                        width: 300px;
                        z-index: 20;
                    }
                        #header #head_block ul li.config .list #checkbox-menu #list_menu ul {
                            margin: 0;
                            padding: 0;
                        }
                        #header #head_block ul li.config .list #checkbox-menu #list_menu li {
                            border-bottom: solid 1px #ccc;
                            -webkit-box-sizing: border-box;
                            -moz-box-sizing: border-box;
                            -ms-box-sizing: border-box;
                            -o-box-sizing: border-box;
                            box-sizing: border-box;
                            color: #f6f6f6;
                            font-size: 13px;
                            font-size: 1.3rem;
                            list-style: none;
                            margin: 0;
                            width: 100%;
                        }
                            #header #head_block ul li.config .list #checkbox-menu #list_menu li + li {
                                border-top: 1px solid #eee;
                            }
                            #header #head_block ul li.config .list #checkbox-menu #list_menu li:first-child > a {
                                -webkit-border-radius: 3px 0 0 0;
                                -moz-border-radius: 3px 0 0 0;
                                -ms-border-radius: 3px 0 0 0;
                                -o-border-radius: 3px 0 0 0;
                                border-radius: 3px 0 0 0;
                            }
                            #header #head_block ul li.config .list #checkbox-menu #list_menu li:last-child {
                                border-bottom: none;
                            }
                                #header #head_block ul li.config .list #checkbox-menu #list_menu li:last-child > a {
                                    -webkit-border-radius: 0 0 3px 3px;
                                    -moz-border-radius: 0 0 3px 3px;
                                    -ms-border-radius: 0 0 3px 3px;
                                    -o-border-radius: 0 0 3px 3px;
                                    border-radius: 0 0 3px 3px;
                                }
                            #header #head_block ul li.config .list #checkbox-menu #list_menu li a {
                                color: #19283C;
                                display: inline-block;
                                height: auto;
                                padding: 20px;
                                text-align: left;
                                text-decoration: none;
                                width: 260px;
                            }
                            #header #head_block ul li.config .list #checkbox-menu #list_menu li:hover > a {
                                background: #eee;
                                color: #0dbab6;
                            }
                    #header #head_block ul li.config .list #checkbox-menu {
                        height: 20px;
                        margin: 0;
                        position: relative;
                        width: 40px;
                    }
                        #header #head_block ul li.config .list #checkbox-menu input[type=checkbox] {
                            visibility: hidden;
                        }
                            #header #head_block ul li.config .list #checkbox-menu input[type=checkbox]:checked + label {
                                -webkit-transform: rotateZ(180deg);
                                -moz-transform: rotateZ(180deg);
                                -ms-transform: rotateZ(180deg);
                                -o-transform: rotateZ(180deg);
                                transform: rotateZ(180deg);
                            }
                                #header #head_block ul li.config .list #checkbox-menu input[type=checkbox]:checked + label ~ #list_menu {
                                    background: #ddd;
                                    opacity: 1;
                                    -webkit-transform: translate3d(0, 0, 0);
                                    -moz-transform: translate3d(0, 0, 0);
                                    -ms-transform: translate3d(0, 0, 0);
                                    -o-transform: translate3d(0, 0, 0);
                                    transform: translate3d(0, 0, 0);
                                    visibility: visible;
                                }
                        #header #head_block ul li.config .list #checkbox-menu label {
                            cursor: pointer;
                            display: block;
                            height: 20px;
                            left: auto;
                            padding: 7px 10px 8px 10px;
                            position: absolute;
                            top: 0;
                            -webkit-transition: all .25s ease-in-out 0s;
                            -moz-transition: all .25s ease-in-out 0s;
                            -ms-transition: all .25s ease-in-out 0s;
                            -o-transition: all .25s ease-in-out 0s;
                            transition: all .25s ease-in-out 0s;
                            width: 40px;
                        }
                            #header #head_block ul li.config .list #checkbox-menu label:before {
                                background: url(img/ico_config.png) 50% 50% no-repeat;
                                content: "";
                                display: block;
                                height: 20px;
                                left: 20px;
                                margin-top: 0px;
                                position: absolute;
                                top: 7px;
                                width: 20px;
                            }
        #header #head_block p {
            background: transparent url('img/ico_user.png') no-repeat left center;
            color: #33444f;
            display: inline-block;
            height: 25px;
            line-height: 25px;
            padding-left: 35px;
            width: auto;
        }
            #header #head_block p label:first-child {
                margin-right: 1em;
            }
#wrapper {
    height: auto;
    min-height: 312px !important;
    padding: 2em 0 0 0;
    width: 100%;
}
    #wrapper #info {
        background: #fff;
        float: left;
        height: auto;
        min-height: 296px;
        position: relative;
        width: 380px;
    }
        #wrapper #info h3 {
            border-bottom: solid 1px #eee;
            font-size: 20px;
            font-size: 2rem;
            font-weight: bold;
            padding: .75em 20px 5px;
            position: relative;
        }
            #wrapper #info h3 #AlreadyReadCount {
                background: transparent url('img/ico_systemInfo.png') no-repeat left top;
                background-size: 19px;
                bottom: .5em;
                font-size: 12px;
                font-size: 1.2rem;
                padding-left: 23px;
                position: absolute;
                right: 20px;
                white-space: nowrap;
            }
        #wrapper #info a h3 {
            border: none;
            padding: .5em 20px;
        }
            #wrapper #info a h3:hover {
                background-color: #eee !important;
            }
        #wrapper #info ul {
            font-size: 12px;
            font-size: 1.2rem;
            height: auto;
            width: 100%;
        }
            #wrapper #info ul li {
                border-bottom: solid 1px #eee;
                height: auto;
                padding: 0 20px;
                width: auto;
                line-height: 25px;
            }
                #wrapper #info ul li span {
                    display: inline-block;
                    height: auto;
                    overflow: hidden;
                    vertical-align: middle;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    width: 100%;
                }
                    #wrapper #info ul li span.day {
                        width: 110px;
                    }
                    #wrapper #info ul li span.text {
                        width: 230px;
                    }
    #wrapper #verup h3 {
        padding: 0 20px 5px !important;
    }
    #wrapper #list {
        float: left;
        width: 600px;
        height: auto;
    }
        #wrapper #list ul {
            height: auto;
            width: 100%;
        }
        #wrapper #list li {
            color: #fff;
            cursor: pointer;
            display: table-cell;
            float: left;
            height: 140px;
            margin: 0 0 16px 10px;
            overflow: hidden;
            position: relative;
            text-align: center;
            text-decoration: none;
            -webkit-transition: all .6s ease;
            -moz-transition: all .6s ease;
            -ms-transition: all .6s ease;
            -o-transition: all .6s ease;
            transition: all .6s ease;
            vertical-align: middle;
            width: 140px;
        }
            #wrapper #list li.tankarireki {
                background-color: #3e7397;
            }
            #wrapper #list li span.msg_new {
                color: #fff;
                position: absolute;
                bottom: 5px;
                left: 50%;
                margin-left: -20px;
                z-index: 10;
                background-color: #fd4b4b;
                width: 3em;
                height: auto;
                padding: 10px 3px;
                -webkit-border-radius: 4em;
                -moz-border-radius: 4em;
                -ms-border-radius: 4em;
                -o-border-radius: 4em;
                border-radius: 4em;
            }
/* 点滅 */
.msg_new {
    -webkit-animation: blink 1.0s ease-in-out infinite alternate;
    -moz-animation: blink 1.0s ease-in-out infinite alternate;
    -ms-animation: blink 1.0s ease-in-out infinite alternate;
    -o-animation: blink 1.0s ease-in-out infinite alternate;
    animation: blink 1.0s ease-in-out infinite alternate;
}
@-webkit-keyframes blink {
    0% {
        opacity: 0;
    }
    90% {
        opacity: 1;
    }
}
@-moz-keyframes blink {
    0% {
        opacity: 0;
    }
    90% {
        opacity: 1;
    }
}
@-ms-keyframes blink {
    0% {
        opacity: 0;
    }
    90% {
        opacity: 1;
    }
}
@-o-keyframes blink {
    0% {
        opacity: 0;
    }
    90% {
        opacity: 1;
    }
}
@keyframes blink {
    0% {
        opacity: 0;
    }
    90% {
        opacity: 1;
    }
}
#wrapper #list li.sumple {
    background-color: #56c8c5;
}
#wrapper #list li.support {
    background-color: #fb9a7c;
}
#wrapper #list li::before {
    background: transparent none no-repeat 50% 60%;
    background-size: 70px 70px;
    content: "";
    left: 50%;
    position: absolute;
    bottom: 10px; /*edit20200427*/
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    width: 70px; /*edit20200427*/
    height: 70px; /*edit20200427*/
    margin-left: -35px /*add20200427*/
}
#wrapper #list li.tankarireki::before {
    background-image: url('img/img_tankarireki.png');
    background-size: 70px 54px;
}
#wrapper #list li.manual::before {
    background-image: url('img/img_help.png');
}
#wrapper #list li.sumple::before {
    background-image: url('img/img_sumple.png');
}
#wrapper #list li.support::before {
    background-image: url('img/img_suport.png');
}
#wrapper #list li.company::before {
    background-image: url('img/img_company.png');
}
#wrapper #list li.user::before {
    background-image: url('img/img_pearson.png');
}
#wrapper #list li.service::before {
    background-image: url('img/img_book.png');
}
#wrapper #list li.data_evacuationRestoration::before {
    background-image: url('img/img_manual-list.png');
    background-position: -280px -70px;
    background-size: 350px 280px;
}
#wrapper #list li.data_evacuationRestoration:hover::before {
    background-position: -240px -60px;
    background-size: 300px 240px;
}
#wrapper #list li.cloud_evacuationRestoration::before {
    background-image: url('img/img_manual-list.png');
    background-position: -210px -70px;
    background-size: 350px 280px;
}
#wrapper #list li.cloud_evacuationRestoration:hover::before {
    background-position: -180px -60px;
    background-size: 300px 240px;
}
#wrapper #list li:hover {
    background-position: 50% 50%;
    background-size: 100px 100px;
    -webkit-border-radius: 140px;
    -moz-border-radius: 140px;
    -ms-border-radius: 140px;
    -o-border-radius: 140px;
    border-radius: 140px;
}
    #wrapper #list li:hover::before {
        background-size: 62px 62px;
        width: 62px;
        height: 62px;
        margin-left: -31px
    }
#wrapper #list li.tankarireki:hover::before {
    background-size: 62px 50px;
}
#wrapper #list li a {
    color: #fff;
    display: inline-block;
    height: 100%;
    position: relative;
    text-decoration: none;
    width: 100%;
}
#wrapper #list li span {
    display: block;
    font-weight: bold;
    padding-top: 2.1em;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
/* サブメニュー追加によって追加・編集されたスタイル↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ */
#wrapper #list li.manual, #wrapper #list li.date, #wrapper #list li.user {
    overflow: visible;
}
/* blue */
.color_3B42A4 {
    background-color: #3B42A4;
}
.color_3F64AE {
    background-color: #3F64AE;
}
.color_5DADE3 {
    background-color: #5DADE3;
}
.color_7895A8 {
    background-color: #7895A8;
}
/* bluegreen */
.color_3F9EAE {
    background-color: #3F9EAE;
}
.color_56c8c5 {
    background-color: #56c8c5;
}
/* green */
.color_3BA496 {
    background-color: #3BA496;
}
.color_0dbab6 {
    background-color: #0dbab6;
}
/* yellow */
.color_B0AF37 {
    background-color: #B0AF37;
}
.color_969636 {
    background-color: #969636;
}
.color_F1BD00 {
    background-color: #F1BD00;
}
/* pink */
.color_E87776 {
    background-color: #E87776;
}
.color_e35dad {
    background-color: #e35dad;
}
#wrapper #list li.daikacalc::before {
    background-image: url('img/img_daikacalc.png');
    background-size: 60px 60px;
}
#wrapper #list li.daikacalc:hover::before {
    background-size: 50px 50px;
    width: 50px;
    height: 50px;
    margin: 5px -24px;
}
#wrapper #list li.sekeirireki::before {
    background-image: url('img/img_mypagemenu.png');
    background-position: 0 0;
    background-size: 280px 70px;
}
#wrapper #list li.bukashiryou::before {
    background-image: url('img/img_mypagemenu.png');
    background-position: -67px 0px;
    background-size: 280px 70px;
}
#wrapper #list li.date::before {
    background-image: url('img/img_mypagemenu.png');
    background-position: -139px 0px;
    background-size: 280px 70px;
}
#wrapper #list li.sekeirireki:hover::before, #wrapper #list li.bukashiryou:hover::before, #wrapper #list li.date:hover::before {
    background-size: 248px 62px;
    width: 62px;
    height: 62px;
    margin-left: -31px;
}
#wrapper #list li.bukashiryou:hover::before {
    background-position: -60px 0px;
}
#wrapper #list li.date:hover::before {
}
#wrapper #list li.date:hover::before {
    background-position: -122px 0px;
}
#wrapper #list .menu-list {
    width: auto;
    height: auto;
    margin-left: -5px;
    text-align: left;
    display: flex
}
    #wrapper #list .menu-list li {
        padding: 6px;
        width: 110px;
        height: 110px;
        display: inline-block;
        color: #fff;
        cursor: pointer;
        margin: 0 0 7px 5px;
        overflow: hidden;
        position: relative;
        text-align: center;
        text-decoration: none;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease;
        vertical-align: middle;
    }
        #wrapper #list .menu-list li::before {
            background: url('img/img_manual-list.png') transparent no-repeat;
            background-size: 250px 200px;
            content: "";
            height: 50px;
            left: 50%;
            position: absolute;
            top: 50%;
            -webkit-transition: all .4s ease;
            -moz-transition: all .4s ease;
            -ms-transition: all .4s ease;
            -o-transition: all .4s ease;
            transition: all .4s ease;
            width: 50px;
            margin-left: -25px;
            margin-top: -10px;
        }
        #wrapper #list .menu-list li:hover {
            -webkit-border-radius: 60px;
            -moz-border-radius: 60px;
            -ms-border-radius: 60px;
            -o-border-radius: 60px;
            border-radius: 60px;
        }
            #wrapper #list .menu-list li:hover::before {
                margin-top: -5px;
                background-size: 250px 200px;
                content: "";
                height: 50px;
                left: 50%;
                position: absolute;
                top: 50%;
                -webkit-transition: all .6s ease;
                -moz-transition: all .6s ease;
                -ms-transition: all .6s ease;
                -o-transition: all .6s ease;
                transition: all .6s ease;
                width: 50px;
                margin-left: -25px;
            }
        #wrapper #list .menu-list li.manual_kani::before {
            background-image: url('img/img_manual-list.png');
            background-position: 0px 0px;
        }
        #wrapper #list .menu-list li.manual_sample::before {
            background-image: url('img/img_manual-list.png');
            background-position: -50px 0px;
        }
        #wrapper #list .menu-list li.manual_web::before {
            background-image: url('img/img_manual-list.png');
            background-position: -100px 0px;
        }
        #wrapper #list .menu-list li.manual_notlogin::before {
            background-image: url('img/img_manual-list.png');
            background-position: -150px 0px;
        }
        #wrapper #list .menu-list li.manual_faq::before {
            background-image: url('img/img_manual-list.png');
            background-position: -200px 0px;
        }
        #wrapper #list .menu-list li.manual_tejunsho::before {
            background-image: url('img/img_manual-list.png');
            background-position: 0 -50px;
        }
        #wrapper #list .menu-list li.manual_hansha::before {
            background-image: url('img/img_manual-list.png');
            background-position: -50px -50px;
        }
        #wrapper #list .menu-list li.manual_dl-ex-trend::before {
            background-image: url('img/img_manual-list.png');
            background-position: -150px -150px;
        }
        #wrapper #list .menu-list li.manual_faq-ex-trend::before {
            background-image: url('img/img_manual-list.png');
            background-position: -200px -150px;
        }
        #wrapper #list .menu-list li span {
            font-size: 11px;
            line-height: 12px;
            display: inline-block;
            padding-top: 12px;
            font-weight: normal;
        }
        #wrapper #list .menu-list li:hover span {
            font-size: 11px;
            width: 80px;
        }
        #wrapper #list .menu-list li.date_koujitaihi::before {
            background-image: url('img/img_manual-list.png');
            background-position: -100px -50px;
        }
        #wrapper #list .menu-list li.date_koujifukugen::before {
            background-image: url('img/img_manual-list.png');
            background-position: -150px -50px;
        }
        #wrapper #list .menu-list li.date_datetaihi::before {
            background-image: url('img/img_manual-list.png');
            background-position: -200px -50px;
        }
        #wrapper #list .menu-list li.date_datefukugen::before {
            background-image: url('img/img_manual-list.png');
            background-position: 0px -100px;
        }
        #wrapper #list .menu-list li.date_inport::before {
            background-image: url('img/img_manual-list.png');
            background-position: -50px -100px;
        }
        #wrapper #list .menu-list li.date_dev::before {
            background-image: url('img/img_manual-list.png');
            background-position: -100px -100px;
        }
        #wrapper #list .menu-list li.date_devhistory::before {
            background-image: url('img/img_manual-list.png');
            background-position: -150px -100px;
        }
        #wrapper #list .menu-list li.acount_pass::before {
            background-image: url('img/img_manual-list.png');
            background-position: -200px -100px;
        }
        #wrapper #list .menu-list li.acount_user::before {
            background-image: url('img/img_manual-list.png');
            background-position: -50px -150px;
        }
        #wrapper #list .menu-list li.acount_group::before {
            background-image: url('img/img_manual-list.png');
            background-position: 0px -150px;
        }
        #wrapper #list .menu-list li.acount_shiten::before {
            background-image: url('img/img_manual-list.png');
            background-position: -100px -150px;
        }
/* menu-popup */
.panel-btn {
    display: block;
    width: 100%;
    height: calc(100% - 2.1em);
    position: relative;
    z-index: 10;
}
.panel {
    display: none;
    position: absolute;
    bottom: 160px;
    left: 0px;
    z-index: 1000;
    width: 505px;
    margin-left: -130px;
    padding: 20px 20px 13px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 5px 1px rgba(0, 0, 0, .2);
}
    .panel.panel-acount {
        left: -200px;
    }
/* ↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑ */
#footer {
    padding: 0 0 1em 0;
    text-align: left;
    width: 100%;
}
    #footer span {
        display: inline-block;
        width: auto;
    }
#bg_animation {
    bottom: 0;
    height: 700px;
    overflow: hidden;
    position: fixed;
    right: 0;
    width: 910px;
    display: none;
}
body.design_old #bg_animation {
    display: block;
}
#bg_animation .bg_MaruS {
    -webkit-animation: bubble 2.6s ease-out infinite;
    -moz-animation: bubble 2.6s ease-out infinite;
    -ms-animation: bubble 2.6s ease-out infinite;
    -o-animation: bubble 2.6s ease-out infinite;
    animation: bubble 2.6s ease-out infinite;
    bottom: 400px;
    border: 1px solid #ecf7f9;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    display: block;
    height: 200px;
    position: absolute;
    right: 340px;
    width: 200px;
}
#bg_animation .bg_MaruM {
    -webkit-animation: bubble 4.6s ease-out infinite;
    -moz-animation: bubble 4.6s ease-out infinite;
    -ms-animation: bubble 4.6s ease-out infinite;
    -o-animation: bubble 4.6s ease-out infinite;
    animation: bubble 4.6s ease-out infinite;
    bottom: 100px;
    border: 1px solid #ecf7f9;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    -ms-border-radius: 200px;
    -o-border-radius: 200px;
    border-radius: 200px;
    display: block;
    height: 400px;
    position: absolute;
    right: 400px;
    width: 400px;
}
#bg_animation .bg_MaruL {
    -webkit-animation: bubble 3.1s ease-out infinite;
    -moz-animation: bubble 3.1s ease-out infinite;
    -ms-animation: bubble 3.1s ease-out infinite;
    -o-animation: bubble 3.1s ease-out infinite;
    animation: bubble 3.1s ease-out infinite;
    bottom: -60px;
    border: 1px solid #ecf7f9;
    -webkit-border-radius: 300px;
    -moz-border-radius: 300px;
    -ms-border-radius: 300px;
    -o-border-radius: 300px;
    border-radius: 300px;
    display: block;
    height: 600px;
    position: absolute;
    right: -60px;
    width: 600px;
}
/* sly.js */
#sly {
    height: 302px;
    position: relative;
    width: 100%;
}
    #sly .wrap {
        left: 50%;
        margin-left: -325px;
        position: absolute;
        width: 650px;
        z-index: 10;
    }
    #sly .frame {
        height: 250px;
        overflow: hidden;
    }
        #sly .frame ul {
            font-size: 15px;
            font-size: 1.5rem;
            height: 100%;
            list-style: none;
            margin: 0;
            padding: 0;
        }
            #sly .frame ul li {
                color: #3f91c8;
                cursor: pointer;
                float: left;
                height: 254px;
                margin: 0 1px 0 0;
                padding: 0;
                text-align: center;
                width: 227px;
            }
    #sly .scrollbar {
        background: #f2f2f2;
        height: 2px;
        line-height: 0;
        margin: 2em 0 1em 0;
    }
        #sly .scrollbar .handle {
            background: #0dbab6;
            cursor: pointer;
            height: 100%;
            width: 227px;
        }
            #sly .scrollbar .handle .mousearea {
                height: 20px;
                left: 0;
                position: absolute;
                top: -9px;
                width: 100%;
            }
    #sly .pages {
        list-style: none;
        margin: 20px 0;
        padding: 0;
        text-align: center;
    }
        #sly .pages li {
            background: #fff;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            -ms-border-radius: 10px;
            -o-border-radius: 10px;
            border-radius: 10px;
            -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2);
            -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2);
            -ms-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2);
            -o-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2);
            box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2);
            cursor: pointer;
            display: inline-block;
            height: 14px;
            margin: 0 4px;
            overflow: hidden;
            text-indent: -999px;
            width: 14px;
        }
            #sly .pages li:hover {
                background: #aaa;
            }
            #sly .pages li.active {
                background: #666;
            }
    #sly .controls {
        margin: 25px 0;
        text-align: center;
    }
    #sly .oneperframe {
        height: 300px;
        line-height: 300px;
    }
        #sly .oneperframe ul li {
            width: 1140px;
        }
            #sly .oneperframe ul li.active {
                background: #333;
            }
    #sly .crazy ul li:nth-child(2n) {
        margin: 0 4px 0 20px;
        width: 100px;
    }
    #sly .crazy ul li:nth-child(3n) {
        margin: 0 10px 0 5px;
        width: 300px;
    }
    #sly .crazy ul li:nth-child(4n) {
        margin: 0 30px 0 2px;
        width: 400px;
    }
    #sly .effects {
        height: 260px;
        -webkit-perspective: 800px;
        -moz-perspective: 800px;
        -ms-perspective: 800px;
        -o-perspective: 800px;
        perspective: 800px;
        -webkit-perspective-origin: 50% 50%;
        -moz-perspective-origin: 50% 50%;
        -ms-perspective-origin: 50% 50%;
        -o-perspective-origin: 50% 50%;
        perspective-origin: 50% 50%;
    }
        #sly .effects ul {
            -webkit-transform-style: preserve-3d;
            -moz-transform-style: preserve-3d;
            -ms-transform-style: preserve-3d;
            -o-transform-style: preserve-3d;
            transform-style: preserve-3d;
        }
            #sly .effects ul li {
                background: url('img/sli_ico.png')center center no-repeat #f2f2f2;
                margin: 10px -10px 0px 0px;
                position: relative;
                -webkit-transform: rotateY(0deg) scale(.9);
                -moz-transform: rotateY(0deg) scale(.9);
                -ms-transform: rotateY(0deg) scale(.9);
                -o-transform: rotateY(0deg) scale(.9);
                transform: rotateY(0deg) scale(.9);
                -webkit-transition: -webkit-transform 300ms ease-out;
                -moz-transition: -moz-transform 300ms ease-out;
                -ms-transition: -ms-transform 300ms ease-out;
                -o-transition: -o-transform 300ms ease-out;
                transition: transform 300ms ease-out;
            }
                #sly .effects ul li span {
                    bottom: 13px;
                    display: block;
                    font-weight: bold;
                    left: 0;
                    position: absolute;
                    text-align: center;
                    width: 100%;
                }
                #sly .effects ul li.SJP {
                    background: url('img/sli_ico_gr.png')center center no-repeat #f2f2f2;
                }
                    #sly .effects ul li.SJP span {
                        color: #007300;
                    }
                #sly .effects ul li:before {
                    background: url('img/sli_ico_overlay.png')center center repeat;
                    bottom: 0;
                    content: "";
                    left: 0px;
                    max-width: 300px;
                    position: absolute;
                    top: 0;
                    width: 100%;
                    z-index: 11;
                }
                #sly .effects ul li.active {
                    margin-top: 0;
                    -webkit-transform: scale(1);
                    -moz-transform: scale(1);
                    -ms-transform: scale(1);
                    -o-transform: scale(1);
                    transform: scale(1);
                    z-index: 10;
                }
                    #sly .effects ul li.active:before {
                        display: none;
                    }
                    #sly .effects ul li.active:after {
                        background: #97b7c3;
                        bottom: -6px;
                        content: "";
                        left: 0px;
                        max-width: 300px;
                        position: absolute;
                        top: 100%;
                        width: 100%;
                        z-index: -1;
                    }
                    #sly .effects ul li.active ~ li {
                        -webkit-transform: rotateY(0deg) scale(.9);
                        -moz-transform: rotateY(0deg) scale(.9);
                        -ms-transform: rotateY(0deg) scale(.9);
                        -o-transform: rotateY(0deg) scale(.9);
                        transform: rotateY(0deg) scale(.9);
                    }
    #sly .btn.prev {
        background: url('img/sli_prev.png') no-repeat left top transparent;
        border: none;
        cursor: pointer;
        height: 78px;
        left: -120px;
        margin-top: -39px;
        position: absolute;
        top: 50%;
        width: 78px;
    }
    #sly .btn.next {
        background: url('img/sli_next.png') no-repeat left top transparent;
        border: none;
        right: -120px;
        cursor: pointer;
        height: 78px;
        margin-top: -39px;
        position: absolute;
        top: 50%;
        width: 78px;
    }
    #sly .btn.prev.disabled {
        background: url('img/sli_prev_disabled.png');
        cursor: default;
    }
    #sly .btn.next.disabled {
        background: url('img/sli_next_disabled.png');
        cursor: default;
    }
/* サポートニュース */
#news_container_dialog #listArea .cat_title h2 {
    background: #f2f2f2;
    border-bottom: solid 2px #333;
    color: #333;
    padding: 1.8em 0 .5em 10px;
}
    #news_container_dialog #listArea .cat_title h2 > img {
        vertical-align: sub !important;
    }
#news_container_dialog #newsArea .jq_table thead {
    display: none;
}
#news_container_dialog #newsArea .jq_table td {
    background: #f2f2f2;
    border-bottom: solid 1px #ccc;
    padding: 1em 0;
}
    #news_container_dialog #newsArea .jq_table td:first-child {
        min-width: 120px;
        padding-left: 10px;
        width: 120px;
    }
    #news_container_dialog #newsArea .jq_table td:last-child {
        max-width: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: auto;
    }
#news_container_dialog #newsArea .jq_table .dir {
    background: transparent url('img/ico_news.gif') no-repeat 0 0;
    min-height: 14px;
    overflow: hidden;
    padding-left: 75px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 390px;
}
    #news_container_dialog #newsArea .jq_table .dir a {
        color: #0dbab6;
    }
#news_container_dialog #newsArea .ui-grid-pager {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border-width: 1px 0;
}
    #news_container_dialog #newsArea .ui-grid-pager td {
        color: #6f8a9d;
        padding: .2em 5px .2em 5px !important;
        vertical-align: middle;
        white-space: nowrap;
    }
        #news_container_dialog #newsArea .ui-grid-pager td[id$=_ezpager_left] {
            width: 25%;
        }
    #news_container_dialog #newsArea .ui-grid-pager .ui-pg-button .ui-icon {
        background-image: url('../../js/images/ui-icons_3f495f_256x240.png');
    }
    #news_container_dialog #newsArea .ui-grid-pager .ui-pg-button.ui-state-hover {
        background: transparent;
        border: none;
    }
        #news_container_dialog #newsArea .ui-grid-pager .ui-pg-button.ui-state-hover .ui-icon {
            background-image: url('../../js/images/ui-icons_ef8c08_256x240.png');
        }
#news_container_dialog #detailArea {
    margin: 3px !important;
    position: relative;
}
    #news_container_dialog #detailArea #newsSubject {
        border-bottom: solid 2px rgb(230, 106, 106);
        color: rgb(230, 106, 106);
        font-size: 14px;
        font-size: 1.4rem;
        margin: 0 18px;
        padding: 2em 18px 1em;
    }
    #news_container_dialog #detailArea #newsDate {
        margin: 1em 18px;
        text-align: right;
    }
    #news_container_dialog #detailArea #newsBody {
        line-height: 1.4;
        margin: 0 18px 15px;
        padding-left: 18px;
    }
    #news_container_dialog #detailArea .close_pop {
        height: auto;
        padding: 0 20px;
        text-align: right;
        width: auto;
    }
        #news_container_dialog #detailArea .close_pop img {
            display: none;
        }
/* VersionUP情報 */
#verup_container_dialog #listAreaVerup .cat_title h2 {
    background: #f2f2f2;
    border-bottom: solid 2px #333;
    color: #333;
    padding: 1.8em 0 .5em 10px;
}
    #verup_container_dialog #listAreaVerup .cat_title h2 > img {
        vertical-align: sub !important;
    }
#verup_container_dialog #verupArea .jq_table thead {
    display: none;
}
#verup_container_dialog #verupArea .jq_table td {
    background: #f2f2f2;
    border-bottom: solid 1px #ccc;
    padding: 1em 0;
}
    #verup_container_dialog #verupArea .jq_table td:first-child {
        min-width: 120px;
        padding-left: 10px;
        width: 120px;
    }
    #verup_container_dialog #verupArea .jq_table td:last-child {
        max-width: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: auto;
    }
#verup_container_dialog #verupArea .jq_table .dir {
    background: transparent url('img/ico_verup.gif') no-repeat 0 0;
    min-height: 14px;
    overflow: hidden;
    padding-left: 75px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 390px;
}
    #verup_container_dialog #verupArea .jq_table .dir a {
        color: #0dbab6;
    }
#verup_container_dialog #verupArea .ui-grid-pager {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border-width: 1px 0;
}
    #verup_container_dialog #verupArea .ui-grid-pager td {
        color: #6f8a9d;
        padding: .2em 5px .2em 5px !important;
        vertical-align: middle;
        white-space: nowrap;
    }
        #verup_container_dialog #verupArea .ui-grid-pager td[id$=_ezpager_left] {
            width: 25%;
        }
    #verup_container_dialog #verupArea .ui-grid-pager .ui-pg-button .ui-icon {
        background-image: url('../../js/images/ui-icons_3f495f_256x240.png');
    }
    #verup_container_dialog #verupArea .ui-grid-pager .ui-pg-button.ui-state-hover {
        background: transparent;
        border: none;
    }
        #verup_container_dialog #verupArea .ui-grid-pager .ui-pg-button.ui-state-hover .ui-icon {
            background-image: url('../../js/images/ui-icons_ef8c08_256x240.png');
        }
#verup_container_dialog #detailAreaVerup {
    margin: 3px !important;
    position: relative;
}
    #verup_container_dialog #detailAreaVerup #verupSubject {
        border-bottom: solid 2px #b668db;
        color: #b668db;
        font-size: 14px;
        font-size: 1.4rem;
        margin: 0 18px;
        padding: 2em 18px 1em;
    }
    #verup_container_dialog #detailAreaVerup #verupDate {
        margin: 1em 18px;
        text-align: right;
    }
    #verup_container_dialog #detailAreaVerup #verupBody {
        line-height: 1.4;
        margin: 0 18px 15px;
        padding-left: 18px;
    }
    #verup_container_dialog #detailAreaVerup .close_pop {
        height: auto;
        padding: 0 20px;
        text-align: right;
        width: auto;
    }
        #verup_container_dialog #detailAreaVerup .close_pop img {
            display: none;
        }
/* 会社情報 */
#company_container_dialog table input {
    max-width: 400px;
}
/* 利用者情報 */
#admin_container_dialog .btn_s {
    float: right;
    margin: 10px 20px 5px 0;
}
    #admin_container_dialog .btn_s.back {
        bottom: 0 !important;
        margin: 0;
        right: 20px !important;
    }
    #admin_container_dialog .btn_s + .btn_s {
        margin-right: 5px;
    }
#admin_container_dialog #adminRows {
    color: red;
}
#admin_container_dialog #admin_con_list span {
    display: inline-block;
    padding: 10px 20px;
}
#admin_container_dialog #admin_con_list div {
    width: 100%;
}
#admin_container_dialog #admin_con_list tr + tr td {
    border-top: dotted 1px #ccc;
}
#admin_container_dialog #admin_con_list tr:hover td {
    cursor: pointer;
}
    #admin_container_dialog #admin_con_list tr:hover td:nth-child(2) {
        background: transparent url('img/ico_enter.png') no-repeat 7px center;
        background-size: 7px;
    }
#admin_container_dialog #admin_con_list th {
    border-bottom: solid 1px #ccc;
    color: #024466;
    padding: 1.8em 0 .5em .5em;
}
#admin_container_dialog #admin_con_list td {
    padding: .5em 0 .5em .5em;
}
    #admin_container_dialog #admin_con_list td.ezBtn._del {
        background: #0fb9af;
        color: #fff;
        padding-left: 0;
        text-align: center;
    }
    #admin_container_dialog #admin_con_list td.ezBtn._lock {
        background: transparent url('../Main/img/ico_menu8.png') no-repeat center center;
        cursor: pointer;
    }
    #admin_container_dialog #admin_con_list th:nth-child(2), #admin_container_dialog #admin_con_list td:nth-child(2) {
        padding-left: 20px;
    }
#admin_container_dialog #admin_con_list #adminArea, #admin_container_dialog #admin_con_list #groupArea {
    width: 100%;
}
    #admin_container_dialog #admin_con_list #groupArea input {
        display: none;
    }
#admin_container_dialog #admin_con_edit span {
    display: inline-block;
    color: #024466;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    padding: .5em 20px;
}
    #admin_container_dialog #admin_con_edit span label {
        display: block;
        font-size: 12px;
        font-size: 1.2rem;
        margin: .5em 0 0 .3em;
    }
#admin_container_dialog #admin_con_edit div + div {
    margin: 5px 0 15px 0;
    padding: 0 !important;
}
#admin_container_dialog #admin_con_edit input[type=radio][name="rdb-admin_group"] {
    margin-left: 20px;
}
#admin_container_dialog #admin_con_edit #admin_group tr {
    float: left;
}
#admin_container_dialog #admin_con_edit #admin_group td {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 260px;
    white-space: nowrap;
    width: 260px;
}
    #admin_container_dialog #admin_con_edit #admin_group td label {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
    }
#admin_container_dialog ul li.menu_title {
    float: left;
}
#admin_container_dialog ul li.menu_btn {
    float: right;
    margin: 10px 10px 5px 0;
}
    #admin_container_dialog ul li.menu_btn input[type="button"] {
        padding: .2em 1em;
    }
#admin_container_dialog ul li.passpo {
    display: none;
    float: right;
    margin: 10px 10px 5px 0;
}
    #admin_container_dialog ul li.passpo a {
        background: #fff url('img/ico_pass.png') no-repeat 10px 4px;
        background-size: 16px;
        border: solid 2px #3f495f;
        color: #3f495f;
        display: block;
        font-size: 12px;
        font-size: 1.2rem;
        font-weight: bold;
        height: 24px;
        line-height: 24px;
        padding: 0 17px 0 32px;
        position: relative;
        text-decoration: none;
        text-shadow: 1px 1px 1px #fff;
        width: auto;
        -webkit-border-radius: .5em;
        -moz-border-radius: .5em;
        -ms-border-radius: .5em;
        -o-border-radius: .5em;
        border-radius: .5em;
    }
/* 利用サービス情報 */
#service_container_dialog #service_con {
    background: #f2f2f2;
    width: auto;
}
#service_container_dialog #service_con_sub .service_con_sub {
    display: none;
    width: 100%;
}
    #service_container_dialog #service_con_sub .service_con_sub td {
        border-color: #ccc;
        border-style: solid none none none;
        border-width: 1px;
        height: 20px;
        padding: 1px 3px;
        vertical-align: middle;
    }
    #service_container_dialog #service_con_sub .service_con_sub tr:nth-child(1) td {
        border-color: #333;
        border-width: 2px;
    }
    #service_container_dialog #service_con_sub .service_con_sub td:nth-child(1) {
        padding-left: 20px;
    }
#service_container_dialog #service_con_sub li {
    border-bottom: solid 1px #ccc;
    cursor: pointer;
}
    #service_container_dialog #service_con_sub li span {
        color: #333;
        cursor: pointer;
        display: inline-block;
        font-weight: bold;
        padding: 1.8em 0 .5em 20px;
        white-space: nowrap;
    }
    #service_container_dialog #service_con_sub li:hover, #service_container_dialog #service_con_sub li.open {
        background: transparent url('img/ico_enter.png') no-repeat 7px 1.9em;
        background-size: 7px;
    }
/* 設計書参照履歴 */
#refer_container_dialog th {
    border-bottom: solid 2px #333;
    padding: 1.8em 0 .5em .5em;
}
    #refer_container_dialog th:nth-child(1) {
        padding-left: 10px;
    }
#refer_container_dialog td {
    height: 3em;
    line-height: 1.3;
    padding: .5em 0 .5em .5em;
    vertical-align: top;
    word-break: break-all;
}
#refer_container_dialog tr + tr td {
    border-top: solid 1px #ccc;
}
#refer_container_dialog td:nth-child(1) {
    padding-left: 10px;
    white-space: nowrap;
}
/* 契約期限情報 */
#accessNotice_container_dialog th {
    border-bottom: solid 2px #333;
    padding: 1.8em 0 .5em .5em;
    color: #333;
}
#accessNotice_container_dialog td {
    height: 3em;
    line-height: 1.3;
    padding: .5em 0 .5em .5em;
    vertical-align: top;
}
#accessNotice_container_dialog tr + tr td {
    border-top: solid 1px #ccc;
}
/* 利用者情報登録 */
#head_NewReg {
    border-bottom: solid 1px #c0e8f7;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, .5);
    -ms-box-shadow: 0 0 4px rgba(0, 0, 0, .5);
    -o-box-shadow: 0 0 4px rgba(0, 0, 0, .5);
    box-shadow: 0 0 4px rgba(0, 0, 0, .5);
    position: relative;
    text-align: center;
    width: auto;
}
    #head_NewReg .logo {
        background: transparent none no-repeat 50px 16px;
        position: absolute;
        height: 100%;
        width: 100%;
        z-index: -1;
    }
    #head_NewReg h2 {
        display: inline-block;
        font-size: 25px;
        font-size: 2.5rem;
        font-weight: bold;
        letter-spacing: .5em;
        line-height: 4em;
        text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
    }
#input_content {
    min-width: 860px;
    width: auto;
}
    #input_content h1 {
        background: transparent none no-repeat left center;
        color: #024466;
        font-size: 24px;
        font-size: 2.4rem;
        font-weight: normal;
        height: 40px;
        letter-spacing: .3em;
        line-height: 40px;
        text-shadow: 0 -1px 0 rgba(255, 255, 255, .5);
    }
        #input_content h1.title_company {
            background-image: url('../../imges/x24/0142.png');
            padding-left: 31px;
        }
        #input_content h1.title_operator {
            background-image: url('../../imges/x24/0293.png');
            padding-left: 31px;
        }
    #input_content table + h1 {
        margin-top: 1em !important;
    }
    #input_content .ui-button.btn_search {
        background: #fb9a7c;
        border-color: #ffb59e;
        color: #fff;
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: normal;
        margin: 1em;
        padding: 14px 40px;
    }
        #input_content .ui-button.btn_search.ui-state-hover {
            color: #fff;
            background: #fa6537;
        }
/*--error************************************************************************************************************/
form[action^="CommonError.aspx"] {
    line-height: 1.4;
}
    form[action^="CommonError.aspx"] #header {
        position: absolute;
        z-index: -1;
    }
        form[action^="CommonError.aspx"] #header + .error-message {
            color: #000;
            padding-top: 120px !important;
        }
    form[action^="CommonError.aspx"] .error-message {
        margin: 0 !important;
    }
    form[action^="CommonError.aspx"] span[id^="lblErrMsgTitle"] {
        color: #70696a;
        font-size: 26px;
        font-size: 2.6rem;
        font-weight: bold;
    }
        form[action^="CommonError.aspx"] span[id^="lblErrMsgTitle"]:before {
            content: "!!）";
        }
    form[action^="CommonError.aspx"] .ui-button {
        background: #fb9a7c;
        color: #fff;
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: normal;
        margin-top: 20px;
        padding: 14px 40px;
    }
        form[action^="CommonError.aspx"] .ui-button.ui-state-hover {
            color: #fff;
            background: #fa6537;
        }
/*--table************************************************************************************************************/
.Length_table {
    background: #fff;
    border-top: solid 1px #a0aec1;
    border-right: solid 1px #a0aec1;
    width: 100%;
}
    .Length_table select, .Length_table textarea, .Length_table input[type=text], .Length_table input[type=password] {
        padding: .3em 1em;
        background-color: #f8f8f8;
        border: solid 1px #ccc;
        -webkit-border-radius: .5em;
        -moz-border-radius: .5em;
        -ms-border-radius: .5em;
        -o-border-radius: .5em;
        border-radius: .5em;
        -webkit-box-shadow: inset 1px 1px 1px 1px #eee;
        -moz-box-shadow: inset 1px 1px 1px 1px #eee;
        -ms-box-shadow: inset 1px 1px 1px 1px #eee;
        -o-box-shadow: inset 1px 1px 1px 1px #eee;
        box-shadow: inset 1px 1px 1px 1px #eee;
        text-shadow: -1px -1px 1px #fff;
    }
    .Length_table th, .Length_table td {
        padding: .5em;
        border-left: solid 1px #a0aec1;
        border-bottom: solid 1px #a0aec1;
        vertical-align: middle;
    }
    .Length_table th {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e0e7ef+0,e9eef5+100 */
        background: #e0e7ef; /* Old browsers */
        background: -moz-linear-gradient(top, #e0e7ef 0%, #e9eef5 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #e0e7ef 0%, #e9eef5 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #e0e7ef 0%, #e9eef5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0e7ef', endColorstr='#e9eef5', GradientType=0); /* IE6-9 */
        color: #024466;
        font-weight: normal;
    }
/*--format***********************************************************************************************************/
._left {
    text-align: left;
}
._right {
    text-align: right;
}
._center {
    text-align: center;
}
._top {
    vertical-align: top;
}
._bottom {
    vertical-align: bottom;
}
._number {
    ime-mode: disabled;
    text-align: right;
}
._ime {
    ime-mode: disabled;
}
._indent0 {
    text-indent: 0;
}
._indent1 {
    text-indent: 1.0em;
}
._indent2 {
    text-indent: 1.5em;
}
._indent3 {
    text-indent: 2.0em;
}
._indent4 {
    text-indent: 2.5em;
}
._indent5 {
    text-indent: 3.0em;
}
._indent6 {
    text-indent: 3.5em;
}
._indent7 {
    text-indent: 4.0em;
}
._indent8 {
    text-indent: 4.5em;
}
._indent9 {
    text-indent: 5.0em;
}
.ctl-error {
    color: red;
    display: block;
    font-weight: bold;
    margin: 5px;
}
/*--help*************************************************************************************************************/
.ezHelp {
    cursor: pointer;
    margin-left: 4px;
}
/*--wait*************************************************************************************************************/
.loading {
    height: 55%;
    left: 0;
    line-height: 0;
    position: absolute;
    text-align: center;
    top: 45%;
    width: 100%;
}
/*--overlay**********************************************************************************************************/
#overlay {
    background: url('img/bgOverlay.png') repeat left top;
    display: none;
    height: 100%;
    left: 0;
    min-height: 100%;
    min-width: 1024px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
/*--jquery***********************************************************************************************************/
.ui-widget,
.ui-widget .ui-widget,
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', arial, helvetica, sans-serif;
}
.ui-button.btn_add {
    margin: 3px 1px;
    padding: 5px 10px;
    border: solid 1px #f1a733;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background: #fceabb; /* Old browsers */
    background: -moz-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceabb', endColorstr='#fbdf93', GradientType=0); /* IE6-9 */
    color: #333;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    text-shadow: 1px 1px 2px #fff;
}
    .ui-button.btn_add.ui-state-hover {
        border: solid 1px #f4bc65;
        background: #fbdf93; /* Old browsers */
        background: -moz-linear-gradient(top, #fbdf93 0%, #f8b500 49%, #fccd4d 50%, #fceabb 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #fbdf93 0%, #f8b500 49%, #fccd4d 50%, #fceabb 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #fbdf93 0%, #f8b500 49%, #fccd4d 50%, #fceabb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbdf93', endColorstr='#fceabb', GradientType=0); /* IE6-9 */
    }
.ui-button.btn_renew {
    margin: 3px 1px;
    padding: 5px 10px;
    border: solid 1px #555;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background: #ababab; /* Old browsers */
    background: -moz-linear-gradient(top, #ababab 0%, #939393 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ababab 0%, #939393 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ababab 0%, #939393 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ababab', endColorstr='#939393', GradientType=0); /* IE6-9 */
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    text-shadow: 1px 1px 2px #555;
}
    .ui-button.btn_renew.ui-state-hover {
        background: #939393; /* Old browsers */
        background: -moz-linear-gradient(top, #939393 0%, #ababab 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #939393 0%, #ababab 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #939393 0%, #ababab 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#939393', endColorstr='#ababab', GradientType=0); /* IE6-9 */
    }
/* jqueryUI 1.10.x以降の対応 */
.ui-front {
    z-index: 2000;
}
/*--clearfix*********************************************************************************************************/
.clearfix {
    display: block;
}
    .clearfix:after {
        clear: both;
        content: ".";
        display: block;
        font-size: 0;
        height: 0;
        visibility: hidden;
    }
/* Hides from IE Mac */
* html .clearfix {
    height: 1%;
}
/*--animation********************************************************************************************************/
@-webkit-keyframes bubble {
    0% {
        opacity: .0;
        -webkit-transform: scale(.1, .1);
    }
    50% {
        opacity: 1.0;
    }
    100% {
        opacity: .0;
        -webkit-transform: scale(1.5, 1.5);
    }
}
@-moz-keyframes bubble {
    0% {
        opacity: .0;
        -moz-transform: scale(.1, .1);
    }
    50% {
        opacity: 1.0;
    }
    100% {
        opacity: .0;
        -moz-transform: scale(1.5, 1.5);
    }
}
@-ms-keyframes bubble {
    0% {
        opacity: .0;
        -ms-transform: scale(.1, .1);
    }
    50% {
        opacity: 1.0;
    }
    100% {
        opacity: .0;
        -ms-transform: scale(1.5, 1.5);
    }
}
@-o-keyframes bubble {
    0% {
        opacity: .0;
        -o-transform: scale(.1, .1);
    }
    50% {
        opacity: 1.0;
    }
    100% {
        opacity: .0;
        -o-transform: scale(1.5, 1.5);
    }
}
@keyframes bubble {
    0% {
        opacity: .0;
        transform: scale(.1, .1);
    }
    50% {
        opacity: 1.0;
    }
    100% {
        opacity: .0;
        transform: scale(1.5, 1.5);
    }
}
