@charset "utf-8"; /* 日本語 UTF-8 */
/*
//-------------------------------------------------------------
// CMS拡張スタイル
//-------------------------------------------------------------
*/
.none {
    display: none;
}
.bg_yellow {
    background-color: #ff9;
}
h4.event_name {
    font-weight: bold;
    font-size: 2.6rem;
}
dd.event_info {
    font-size: 2.0rem;
}
dd.event_info input[type="radio"] {
    margin-right: 0.5em;
}
.error_messages {
    font-size: 120%;
    margin-bottom: 6px;
}
.error_messages li span {
    background-color: #f33;
    color: #fff;
    font-weight: bold;
    padding: 0 4px;
    margin-right: 6px;
}
.result_messages {
    font-size: 120%;
    margin-bottom: 6px;
}
.result_messages li span {
    background-color: #3f3;
    color: #fff;
    font-weight: bold;
    padding: 0 4px;
    margin-right: 6px;
}
.message_login {
    background-color: #fbb;
    padding: 4px 12px;
}
.message_remind {
    background-color: #ff9;
    padding: 4px 12px;
}
/*
//-------------------------------------------------------------
// END
//-------------------------------------------------------------
*/
