@charset "UTF-8";

/*.skin-ryugaku .logo{background-image: url(../images/logo.png); background-repeat: no-repeat; background-position: 3px 3px;}*/

body {
	font-family: "Montserrat","Helvetica Neue","Arial","Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans","Meiryo",sans-serif;
}

.header .logo h1 {
    font-size: 16px;
    margin: 0;
    padding: calc((50px - 18px) / 2);
    font-style: normal;
}

footer {
    height: 90px;
    line-height: 90px;
    background-color: #555;
    text-align: center;
    color: white;
}

.table > tbody > tr > td {
     vertical-align: middle;
}

table, tr, td {
    height: 100%;
}

td > textarea {
    width: 100%;
    height: 100%;
    min-width: 150px;
}

.mt20 {
    margin-top: 20px;
}

.radio label {
    padding-left: 4px;
    padding-right: 20px;
}

.radio {
    padding: 6px 12px;
    border: 1px solid #ccc;
    background-color: white;
}

.error-message {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #a94442;
}

.left-side {
    left: 0px;
}
.left-side.animation {
    -webkit-transition: left .3s ease-in-out;
    -moz-transition: left .3s ease-in-out;
    -o-transition: left .3s ease-in-out;
    transition: left .3s ease-in-out;
}

.right-side {
    left: 0px;
}
.right-side.animation {
    -webkit-transition: left .3s ease-in-out;
    -moz-transition: left .3s ease-in-out;
    -o-transition: left .3s ease-in-out;
    transition: left .3s ease-in-out;
    -webkit-transition: margin-left .3s ease-in-out;
    -moz-transition: margin-left .3s ease-in-out;
    -o-transition: margin-left .3s ease-in-out;
    transition: margin-left .3s ease-in-out;
}

.row-offcanvas-left {
    left: 0px;
    position: relative;
}
.row-offcanvas-left.animation {
    -webkit-transition: left .3s ease-in-out;
    -moz-transition: left .3s ease-in-out;
    -o-transition: left .3s ease-in-out;
    transition: left .3s ease-in-out;
}

.alert {
    margin-left: 0;
}

#mainlogo img {
    padding-top: 0;
	height: 24px;
	margin: 13px;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3 !important;
}

.box .box-header{color: #fff; background-color: #333;}
.ryugaku-login h3{letter-spacing: 0.1em; margin-bottom: 30px;}
.ryugaku-login h3 small{color: #999; margin-bottom: 10px;}
.ryugaku-login img{
	margin-top: 30px;
	max-width: 230px !important;
}
@media (max-width:767px) {
	.ryugaku-login h3{font-size:xx-large;}
	#UserLoginForm label{font-size: large;}
}
