﻿/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}*/

/* Set padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 15px;
    padding-right: 15px;
}*/

/* 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;
}*/

/* ▼バリデーションメッセージ向け▼ */
.field-validation-error {
    /*display:none;*/
    /*position: absolute;*/
    /*z-index: 99;*/
    /*margin-left: 10px;*/
    /*padding: 1px;*/
    /*border: 1px solid red;*/
    /*border-radius: 4px;*/
    /*background-color: #fff;*/
    /*color: #ff0000;*/
    /*font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;*/
    /*font-size: 12px;*/
    /*text-align: center;*/
    /*vertical-align: middle;*/
    /*white-space: nowrap;*/
    margin-top: 5px;
    color: #97040c
}

.field-validation-valid {
    display: none;
}

input.input-validation-error, textarea.input-validation-error, select.input-validation-error {
    /*border: 1px solid red;*/
    background-color: pink;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
    font-size: 14px;
    font-weight: bold;
}

.validation-summary-valid {
    display: none;
}

div.validation-summary-errors ul li {
    list-style-type: none;
}

div.validation-summary-errors ul {
    margin-bottom: 0px;
}
/* ▲バリデーションメッセージ向け▲ */

/* ▼オーバーレイ表示用▼ */
#modal-content {
    position: relative;
    width: 80%;
    max-height: 80%;
    margin: 0;
    padding: 10px 20px;
    border: 2px solid #aaa;
    background: #fff;
    position: fixed;
    display: none;
    z-index: 21;
    overflow: auto;
}

#modal-content-innar {
    margin: 0 auto;
    width: 80%;
}

#modal-overlay {
    z-index: 20;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba( 0,0,0, 0.75 );
}

body.no-scroll {
    overflow: hidden;
}
/* ▲オーバーレイ表示用▲ */