@charset "utf-8";
/* 
    Document   : input
    Created on : 2016/07/28, 15:53:50
    Author     : root
    Description:
    Purpose of the stylesheet follows.
*/
div.ikou_Medpass {
    /*margin-left:130px;*/
    width: 214px; height: 66px;
    border-width: 0;
    background: url(/resources/images/preEntry/btn_08_over.png) left center no-repeat;
}
input.ikou_Medpass {
    width: 214px; height: 66px;
    border-radius: 5px;
    border-width: 0;
    background: url(/resources/images/preEntry/btn_08.png) left center no-repeat;
    cursor: pointer;
}
input:hover.ikou_Medpass {
    background: none;
}
div.ikou_Medy {
    margin-right:130px;
    width: 214px; height: 66px;
    border-width: 0;
    background: url(/resources/images/preEntry/btn_09_over.png) left center no-repeat;
}
input.ikou_Medy {
    width: 214px; height: 66px;
    border-radius: 5px;
    border-width: 0;
    background: url(/resources/images/preEntry/btn_09.png) left center no-repeat;
    cursor: pointer;
}
input:hover.ikou_Medy {
    background: none;
}
div.form_imgBtn {
    width: 457px; height: 59px;
    border-width: 0;
    background: url(/resources/images/preEntry/btn_10_over.png) left center no-repeat;
}
input.form_imgBtn {
    width: 457px; height: 59px;
    border-width: 0;
    background: url(/resources/images/preEntry/btn_10.png) left center no-repeat;
    cursor: pointer;
}
input:hover.form_imgBtn {
    background: none;
}
.disp_inline_block {
    display: inline-block;
}
.width_full {
    width: 100%;
}
.width_half {
    width: 50%;
}
#message_1 {
    font-size: 26px; font-weight:bold; color: rgb(99,195,147); line-height: 140%;
}
#innerErrorBlock {
    text-align: center;
    height: 80px;
}
#beginner_user_box {
    margin:40px 40px auto 40px;
}
#beginner_user_box#befinner_page_title {
    margin:0 auto 36px;
    font-size:24px;
    color:#31b272;
}
.signUpBtn {
    width: 453px;
    height: 59px;
    border-radius: 6px;
    color: white;
    background-color: #C837A6;
    font-size: 20px;
    border: 0;
}
input:hover.signUpBtn {
    background-color: #d475bd;
    cursor : pointer;
}
input.btn_entry {
    border-width: 0;
    width: 457px;
    height: 59px;
    background-size: contain;
    cursor: pointer;
    background-color: #32b372;
    border-radius: 4px;
    color: white;
    font-size: 20px;
}
input.btn_entry:hover {
    background: none;
    background-color: #55bd89;
}