﻿/* #search */

#search input[type=text]
{
    width: 230px;
}

/* #contactBox */

#contactBox #subscribe label
{
    display: none;
}
#contactBox #subscribe input[type=text]
{
    width: 260px;
}

@media (max-width: 999px)
{
    #systemMenu
    {
        right: 350px !important;
    }

    #contactBox .wrap
    {
        flex-direction: column;
    }
    #contactBox #subscribe
    {
        padding: 0 0 10px !important;
    }
    #contactBox span
    {
        text-align: center;
    }
}

@media (max-width: 859px)
{
    #systemMenu
    {
        display: none !important;
    }
}

@media (max-width: 399px)
{
    #contactBox #subscribe input[type=text]
    {
        width: 220px;
    }
}

/* #login、#resetPassword、#register */

#login .box div a.more,
#register .box div a.more,
#resetPassword .box div a.more
{
    width: 380px;
}
#login .box div a.more:last-of-type,
#resetPassword .box div a.more:last-of-type
{
    margin-top: 40px;
}
