@charset "utf-8";
/*
Site Name:
File Name: login.css
Description: ログイン画面CSS
Created: 2016/07/13
Last update: 2016/07/13
*/
div.ikou_MedPeer {
    clear: both;
    width: 293px;
    height: 49px;
    background: url(/resources/images/login/btn_06.png) left top no-repeat;
}
input.ikou_Medpeer{
    width: 293px;
    height: 49px;
    border-radius: 5px;
    border-width: 0;
    background: url(/resources/images/login/btn_06_over.png) left top no-repeat;
    cursor: pointer;
}
input:hover.ikou_Medpeer {
    background: none;
}
div.ikou_Medy {
    clear: both;
    width: 293px; height: 92px;
    border-radius: 5px;
    border-width: 0;
}
input.ikou_Medy {
    width: 293px; height: 92px;
    border-radius: 5px;
    background: url(/resources/images/login/old_medy.png) no-repeat;
    background-size: 22%;
    background-position: top 10px left 10px;
    cursor: pointer;
    border-width: 3px;
    border-color: #65A33E;
    box-shadow: 5px 5px 5px #ccc;
    color: #314D20;
    background-color: white;
    white-space: pre-line;
    word-break: break-all;
    font-size: 16.5px;
    font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
    
}
input:hover.ikou_Medy {
    opacity: 0.8;
}
_::-webkit-full-page-media, _:future, :root input.ikou_Medy {
    border-color: #01581A;
}
_::-webkit-full-page-media, _:future, :root input:hover.ikou_Medy {
    opacity: 0.8;
}
.colorTextGreen {
    color: rgb(99,195,147);
}
.colorTextBlack {
    color: rgb(75,75,75);
}
.large_text {
   display: inline;
   color: #6c6c6c
;
   font-size: 20px;
   font-weight: bold;
}

input#link_pre_entry {
    border-width: 0;
    width: 452px; height: 59px;
    background-size:contain;
    cursor: pointer;
    background-color: #32b372;
    border-radius: 4px;
    color: white;
    font-size: 20px;
}
input#link_pre_entry:hover {
    background: none;
    background-color: #55bd89;
}
