﻿@font-face {
    font-family: 'Noto Sans JP';
    src: url('../fonts/NotoSansJP-Regular.woff2') format('woff2'), 
         url('../fonts/NotoSansJP-Regular.woff') format('woff'), 
         url('../fonts/NotoSansJP-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

body {
    /*background-color:#4295bd;*/
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    padding-top: 50px;
    font-family: 'Noto Sans JP', sans-serif !important;
    color: #4d4d4d;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Noto Sans JP', sans-serif !important;
}


.div-login {
    background-color: #FFF;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-width: 0;
    border-radius:3px;
}

h4 { 
 border:0 solid #fff; 
 border-bottom-width:1px;
 padding-bottom:10px;
 text-align: center;
}

.row {
    text-align: center;
    padding:10px;
}
.title {
    color: #fff;
    font-family: 'Century Gothic';
    font-weight: bold;
    font-style: italic;
}

.btn:active, .btn.active {
    /*box-shadow:0px 3px 6px -3px #222626 inset;
    -moz-box-shadow:0px 3px 6px -3px #222626 inset;
    -webkit-box-shadow:0px 3px 6px -3px #222626 inset;*/
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;}
button[type="submit"] {
    background-color:#00b050;
    color:white;
    border:none;
    width:90%;
    margin:0 auto;
}
button[type="submit"]:focus, 
button[type="submit"]:hover {
    background-color:#dceae2;
    color:white;
    border:none;
}
button[type="submit"]:active,
button[type="submit"].active {
    background-image:none;
    color: white;
    background-color:#00893d;
}
button.sso-login {
    background-color:white;
    color:#00b050;
    border:2px solid #00b050;
    width:90%;
    margin:0 auto;
}
button.sso-login:focus,
button.sso-login:hover,
button.sso-login:active,
button.sso-login.active {
    background-color: #E5F5E9;
    color: #00b050;
}
.login-or-line-content {
    color: #808080
}
