@charset "utf-8";

#main_header {
    background: #52c2de;
    height: 75px;
    color: #fff;
    border-bottom: 2px solid #39f;
    text-align: left;
    clear: both;
    float: left;
    width: 100%;
}
#main_title {
    width: 100%;
    float: left;
    margin-right: -257px;
}

#main_title h1.maintitle {
    margin: 0;
    text-indent: -100em;
    width: 600px;
    height: 75px;
    overflow: hidden;
    background: #52c2de url("/pic/maintitle.jpg") top left no-repeat;
}

#main_title h1.maintitle a {
    display: block;
    margin-left:53px;
    margin-top:30px;
    width: 222px;
    height: 33px;
    overflow: hidden;
}

#main_title_search {
    width: 257px;
    float: left;
    margin-top: 16px;
}
#search_form {
    background: #28accd;
    width: 236px;
    height: 30px;
    padding-top: 10px;
    padding-left: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
}
#main_title_search form
{
    text-align: center;
}
#search_form .left {
    border: 1px solid #58abc0;
    width:140px;
    height: 18px;
    padding: 0 0 0 4px;
    float: left;
    font-size: 85%;
    background: #c8dbf8;
}
#search_form .right {
    margin-left: 10px;
    float: left;
}

@media (max-width: 768px) {
    #main_title h1.maintitle {
        margin: 0;
        width: auto;
        height: 75px;
        overflow: hidden;
        background: #52c2de url("/pic/maintitle_small.png") top left no-repeat;
    }
    #search_form {
        display:none;
    }
    #main_title {
        width: 100%;
        float: none;
        margin: 0;
    }

}
