@charset "utf-8";
/*
Site Name:
File Name: mrInvitation.css
Description: CSS
Created: 2020/8/21
*/
body {
    min-width: 1020px;
}
#info {
    margin: 50px 0;
    font-size: 40px;
    color: black;
    line-height: 110%;
}
#mailaddless, #passwordInput{
    width: 380px;
}
#mrPreserveLogin {
    outline: none;
    opacity: 0;
    height: 0;
}
#mrInvitationPreserveLoginLabel {
    font-size: 110%;
    cursor: pointer;
}
table td,th {
    padding-top: 10px;
}
table td {
    padding-left: 40px;
}

label.check-input  {
    background: url(/resources/images/bp/main_ico_check.png) no-repeat 0 0;
}
label.check-input:hover {
    background-position: 0 -200px;
}
label.check-inputSelected {
    background-position: 0 -100px;
}
label.check-inputSelected:hover {
    background-position: 0 -300px;
}
label.check-input {
    min-height: 20px;
    padding-left: 22px;
    padding-top: 2px;
    cursor: pointer;
}
input.check-input {
    outline: none;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}

.btn_mdb_search, .btn_mdb_search_back, .btn_login {
    margin-left: 10px;
    width: 372px;
    height: 59px;
    border-radius: 5px;
    border: none;
    color: white;
    background-color: #32B372;
    font-size: 20px;
    font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
    -webkit-appearance: none;
}

.btn_mdb_search_back {
    background-color: #999999;
}

.btn_mdb_search:hover, .btn_mdb_search_back:hover, .btn_login:hover {
    opacity: 0.8;
    cursor: pointer;
    -webkit-appearance: none;
}

.mdb_issue_header {
    min-width: 150px;
}

.link_header {
    padding-right:300px;
}

.bottom_message {
    padding-top:20px;
}

#send_mailaddress, #send_mailaddress_validation, #mRInvitationMailAddressInput {
    width: 400px;
}

.medpass_user_txt {
    font-weight: bold;
}

.mr_invitation_btn_area {
    padding-bottom: 15px;
}
