@charset "UTF-8";
/* ------------------------------------------------------
 *  bootstrap 上書き
 * ------------------------------------------------------ */

.row {
    margin-bottom: 15px;
}
span.glyphicon {
    padding-right: 8px;
}

.ph {
    display: none;
}
@media (max-width: 767px) {
    .pc {
        display: none;
    }
}

.table {
    margin-bottom: 0px;
}
.table {
    table-layout: fixed;
}
.table > thead > tr > th, .table > tbody > tr > td {
    vertical-align: middle;
    white-space: nowrap;
}
.table > thead > tr > .id {
    width: 100px;
}
.table > thead > tr > .action {
    width: 168px;
}

input,
textarea,
select {
    font-size: 16px;
    font-weight: normal;
}

.none {
    display: none;
}

.form-group {
    margin-bottom: 10px;
}
.form-group:last-child {
    margin-top: 25px;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    top: 5px;
}
.form_label {
    vertical-align: 2px;
    margin-left: 5px;
}
.help-block {
    margin-bottom: 0px;
    font-size: 12px;
}
.help-block:before {
    content: '※';
    margin-right: 5px;
    margin-left: 10px;
}

/* ------------------------------------------------------
 *  フッターの固定とデザイン
 * ------------------------------------------------------ */

body {
    height: 100%;
}

html {
    height: 100%;
}

#wrap {
    width: 100%;
    position: relative;
    height: auto !important;
    /*IE6対策*/
    height: 100%;
    /*IE6対策*/
    min-height: 100%;
    padding-bottom: 50px;
}

.main {
    padding-bottom: 200px;
}

#footer {
    background-color: #cccccc;
    width: 100%;
    height: 50px;
    margin-top: 30px;
    bottom: 0;
    position: absolute;
}

.text-muted {
    margin-top: 15px;
}