@charset "utf-8";

body, p, input, button, textarea, select {
    font-family: Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

img {
    max-width: 100%;
    height: auto;
    width: auto \9; /* ie8 */
}

.fs10 {
    font-size: 10px !important;
    font-weight: normal;
}

.fs11 {
    font-size: 11px !important;
    font-weight: normal;
}

.fs12 {
    font-size: 12px !important;
    font-weight: normal;
}

.fs13 {
    font-size: 13px !important;
    font-weight: normal;
}

.fs14 {
    font-size: 14px !important;
    font-weight: normal;
}

.fs15 {
    font-size: 15px !important;
    font-weight: normal;
}

.fs16 {
    font-size: 16px !important;
    font-weight: normal;
}

.fs17 {
    font-size: 17px !important;
    font-weight: normal;
}

.fs18 {
    font-size: 18px !important;
    font-weight: normal;
}

.fs19 {
    font-size: 19px !important;
    font-weight: normal;
}

.fs20 {
    font-size: 20px !important;
    font-weight: normal;
}

.fs21 {
    font-size: 21px !important;
    font-weight: normal;
}

.fs22 {
    font-size: 22px !important;
    font-weight: normal;
}

.fs23 {
    font-size: 23px !important;
    font-weight: normal;
}

.fs24 {
    font-size: 24px !important;
    font-weight: normal;
}

.bold {
    font-weight: bold !important;
}

.orange {
    color: #ff7902;
}

.green {
    color: #468847;
}

.red {
    color: #c40026;
}

.waku {
    display: block;
    padding: 8.5px;
    margin: 0 0 9px;
    font-size: 12.025px;
    line-height: 18px;
    background-color: #f5f5f5;
    /*border: 1px solid #ccc;*/
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}

.topic2 {
    border-bottom: 1px #bbbbbb solid;
    font-weight: bold;
    padding: 8px 0;
    cursor: crosshair;
}

.topic2:hover {
    color: #999999;
    background-color: #aaaaaa;
}

label.radio_text {
    cursor       : pointer;
    position     : relative;
    padding-top  : 4px;
    padding-left : 5px;
    margin-right : 20px;
    overflow     : hidden;
    padding-left : 20px;
    display      : inline-block;
}
label.radio_text:before {
    position      : absolute;
    width         : 15px;
    height        : 15px;
    border        : 1px solid #666;
    border-radius : 50%;
    left          : 0px;
    top           : 4px;
    content       : '';
    z-index       : 3;
}
label.radio_text:after {
    content          : '';
    position         : absolute;
    width            : 11px;
    height           : 11px;
    border-radius    : 100%;
    left             : 3px;
    top              : 7px;
    background-color : #0074cc;
    z-index          : 1;
}
label.radio_text input[type="radio"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    position   : absolute;
    z-index    : 2;
    width      : 18px;
    height     : 18px;
    left       : -23px;
    top        : 1px;
    margin     : 0px;
    box-shadow : 22px 2px #FFF;
    border-radius: 10px;
}
label.radio_text input[type="radio"]:checked {
    box-shadow : none;
}
label.radio_text input[type="radio"]:focus {
    opacity    : 0.2;
    box-shadow : 22px 2px #FFF;
    border-radius: 10px;
}

select.pager-per-item {
    width: 60px;
    height: 36px;
    vertical-align: top;
    margin-right: 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

img.imgeye {
    width: 16px;
    aspect-ratio: 1 / 1;
}