@CHARSET "UTF-8";
/*
header .logo {
    background-color: #111133 !important;
}
header .menu {
    background-color: #333366 !important;
}
nav ul li:hover > a,
nav ul li.active > a {
    border-left-color: #444488;
}
*/
body {
    font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif !important;
}

nav {
    font-size: 16px;
}
nav li {
    font-size: 16px !important;
}
nav ul li > a {
    font-size: 16px !important;
}

.container {
    max-width: none !important;
    width: 970px;
}
#main {
    min-width: 1247px;
}
.table th {
    text-align: center;
    vertical-align: middle !important;
}
.table td {
    vertical-align: middle !important;
}


.has-error {
    font-weight: bold;
}
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: red;
}
.has-error .form-control {
    border-color: red;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
}



