@charset "UTF-8";
body,table,textarea {
    font-family: "メイリオ", sans-serif;
}
.body_style {
    background-color: #F1F1F1;
    min-width: 310px;
}
.link_style {
    color: #0071BF;
}
.link_style:hover, .link_style:active {
    background: transparent;
    color: #005890;
    text-decoration: none;
}
.logo_position {
    padding: 20px 0;
    text-align: center;
}
.logo_img {
    height: 72px;
    width: 210px;
}
.center_caption {
    margin: 0px auto;
    max-width: 235px;
}
.caption_div {
    padding: 40px 0px 30px 0px;
    width: 235px;
}
.caption_brder {
    background-color: #dbdbdb;
    background-color: rgba(var(--b38,219,219,219),1);
    height: 1px;
    position: relative;
    top: .45em;
    width: 41px;
}
.caption_text {
    color: #999;
    color: rgba(var(--f52,153,153,153),1);
    font-size: 14px;
    font-weight:600;
    line-height: 15px;
    text-transform: uppercase;
    width: 149px;
}
.form_style input[type=password],
.form_style input[type=text],
.form_style input[type=submit] {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.input_width {
    font-size: 16px;
    ime-mode: disabled;
}
.form-control::placeholder {
    color: #B4B4B4;
}
/* IE用 */
.form-control:-ms-input-placeholder {
    color: #B4B4B4;
}
/* Edge用 */
.form-control::-ms-input-placeholder {
    color: #B4B4B4;
}
.center_item {
    margin: 0 auto;
    max-width: 300px;
}
.btn_color {
    background-color: #0071BF;
}
.btn_color:hover,
.btn_color:active,
.btn_color:focus {
    background-color: #005890;
}
.card {
    background-color: #FFF;
    /* just in case there no content*/
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 50px;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    max-width: 400px;
    min-width: 250px;
}
.ssoText {
	font-size: 1rem;
	margin-bottom: 5px;
}
.sso_btn_color {
    background-color: #000080;
    line-height: 1.5;
}