﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}


/* navbar 全体の背景色とボーダーカラー */
/*.navbar-inverse {
    background-color: #e60012;
    border-color: #df0202;
}

    .navbar-inverse .navbar-brand {
        color: black;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: black;
    }*/

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.cal {
    z-index: 2000;
}

@media (min-width: 768px) {
    .container-custom-small {
        width: 300px;
    }

    .container-custom-large {
        width: 970px;
    }
}

@media (min-width: 992px) {
    .container-custom-small {
        width: 500px;
    }

    .container-custom-large {
        width: 1170px;
    }
}

@media (min-width: 1200px) {
    .container-custom-small {
        width: 700px;
    }

    .container-custom-large {
        width: 1500px;
    }
}

.validation-summary-errors {
    font-weight: bold;
    color: #FF0000;
    padding-top: 15px;
}