﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ol, ul {
    list-style: none;
}

button, input, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: 16px;
    outline: none;
}

body {
    background: url(../images/login/bg.jpg) #fff no-repeat center 126px;
    font-size: 14px;
    color: #424242;
    font-family: "ABC Sans",Calibri,"Lucida Grande","Lucida Sans Unicode",MS　ゴシック,Helvetica,Arial,Verdana,sans-serif;
}

.main {
    height: 640px;
    padding-top: 110px;
}

.frame {
    margin: 0 auto;
    width: 490px;
    height: 413px;
    overflow: hidden;
    position: relative;
    background: rgb(255, 255, 255);
    -webkit-box-shadow: 0 0 10px rgba(150, 150, 150, 0.4);
    -moz-box-shadow: 0 0 10px rgba(150, 150, 150, 0.4);
    box-shadow: 0 0 10px rgba(150, 150, 150, 0.4);
}


.success_frame {
    margin: 0 auto;
    text-align:center;
    width: 490px;
    height: 413px;
    overflow: hidden;
    position: relative;
    background: rgb(255, 255, 255);
    -webkit-box-shadow: 0 0 10px rgba(150, 150, 150, 0.4);
    -moz-box-shadow: 0 0 10px rgba(150, 150, 150, 0.4);
    box-shadow: 0 0 10px rgba(150, 150, 150, 0.4);
}

.success_frame div{
    display:table;width:100%;height:100%;
}
.success_frame div div{
    display:table-cell;vertical-align:middle;font-size:30px;font-weight:bold;color:#35a4fe;
}
.success_frame i {
    font-size:80px;padding:10px 0 30px;color:#5cb85c;
}

.b_nav {
    background: #494949;
    height: 64px;
}

    .b_nav ul li {
        display: block;
        float: left;
        width: 11.1%;
        text-align: center;
        font-size: 16px;
        line-height: 64px;
    }

        .b_nav ul li.t_l {
            text-align: left;
        }

        .b_nav ul li.t_r {
            text-align: right;
        }

.f_nav div {
    width: 100%;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-top: 3px solid #fff;
    text-align: center;
    color: #b8b8b8;
    height: 70px;
    line-height: 66px;
    font-size: 18px;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}

    .f_nav div.last {
        border-right: 0px;
    }

    .f_nav div.hover {
        color: #35a4fe;
        border-bottom-color: #fff;
        border-top-color: #35a4fe;
    }

.f_content {
    overflow: hidden;
    width: 200%;
    position: absolute;
    left: 0;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}

.f_content_tab {
    padding: 40px 55px;
    float: left;
    width: 50%;
}

.row {
    padding: 5px 0 15px;
}

    .row:after {
        content: "";
        display: block;
        clear: both;
    }

.smsrow input[type=text] {
    width: 55%;
    float: left;
}

.smsrow button[type=button] {
    width: 40%;
    float: right;
    border-radius: 3px;
}

.rl {
    width:40%;
    vertical-align: middle;
    color: #35a4fe;
}

    .rl label {
        color: #35a4fe;
        font-size: 16px;
        margin-left: 5px;
    }

.rr {
    width:60%;text-align:right;
}
    .rr a.reg {
        margin-right:20px;
    }
    .rr a {
        color: #35a4fe;
        font-size: 16px;
    }

div.error {
    height: 40px;
    color: #f00;
    text-align: center;
    padding: 10px 0 10px;
    font-size: 16px;
}

    div.error span {
        display: none;
    }

input[type=text], input[type=password] {
    padding: 15px 20px;
    width: 100%;
    border: 1px solid #ccc;
    color: #666;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

    input[type=text]:focus, input[type=password]:focus {
        border-color: #35a4fe;
        -webkit-box-shadow: 0 0 10px rgba(53, 164, 243, 0.25);
        -moz-box-shadow: 0 0 10px rgba(53, 164, 243, 0.25);
        box-shadow: 0 0 10px rgba(53, 164, 243, 0.25);
    }

    input[type=text].error, input[type=password].error {
        border-color: #f00;
    }

        input[type=text].error:focus, input[type=password].error:focus {
            border-color: #f00;
            -webkit-box-shadow: 0 0 10px rgba(255, 0, 0, 0.25);
            -moz-box-shadow: 0 0 10px rgba(255, 0, 0, 0.25);
            box-shadow: 0 0 10px rgba(255, 0, 0, 0.25);
        }

button[type=button] {
    background: #fe9835;
    width: 100%;
    height: 50px;
    line-height: 45px;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

    button[type=button]:hover {
        background: #d2873d;
    }

    button[type=button].disabled {
        background: #d8d8d8;cursor:default;
    }


.b_nav ul li a {
    color: #fff;
    line-height: 30px;
    height: 30px;
    display: inline-block;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

    .b_nav ul li a span {
        width: 40%;
        display: none;
        background: #fff;
        height: 2px;
        margin: 0 auto;
    }

    .b_nav ul li a:hover span {
        display: block;
    }

.btnnext {
    /*background: #fe9835;
    width: 100%;
    height: 50px;
    line-height: 45px;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;*/

    width: 100%;
    height: 47px;
    float: right;
    background: #fe9835;
    border: 0;
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    -webkit-transition: all .300s;
    -moz-transition: all .300s;
    -o-transition: all .300s;
    transition: all .300s;
    text-align: center;
    line-height: 47px;
}

    .btnnext:hover {
        background: #d2873d;
        color: #fff;
    }

     .btnnext:visited {
        background: #d27d2b;
        color: #fff;
    }
    .btnnext:focus {
        color: #fff;
    }
