﻿@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:#ea6390;
    color:white;
    border:none;
    width:90%;
    margin:0 auto;
}
button[type="submit"]:focus, 
button[type="submit"]:hover {
    background-color:#e881a3;
    color:white;
    border:none;
}
button[type="submit"]:active,
button[type="submit"].active {
    background-image:none;
    color: white;
    background-color:#d04e79;
}

a.sso_execute {
    border: 2px solid #ea6390;
    color: #ea6390;
    width: 90%;
    margin: 0 auto;
}
a.sso_execute:hover{
    opacity: 0.5;
}