﻿/* エラーメッセージ */
.error_message {
    color: #FF0000;
    font-weight: bold;
}

#flashMessage {
    color: #666;
    font-weight: bold;
    background-color: #ffff00;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}


.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: auto;

}


body {
    font-family: Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.np-keyword-suggest .narrow12:before {
    content: "ツアー名";
    background: #004191;
    color: #F2F5F9;
    margin-right: 7px;
    padding-right: 7px;
    padding-left: 7px;
}

.disc-list li {
    list-style-type: disc !important;
    margin-left: 5px;
}
