ul.notes,
ol.notes {
    margin-left: 25px;
}
ul.notes li {
    list-style-type: disc;
}
ol.notes li {
    list-style-type: decimal;
}
ul.none_mark li,
ol.none_mark li {
    list-style-type: none;
}
img.prtscr {
    width: 90%;
    border: 1px solid #A4A4A4;
}
div.warning {
    background: url("/image/manual/warning.png") no-repeat;
    background-size: 18px 18px;
    height: 18px;
    padding-left: 20px;
    font-size: 17px;
    color: #DBA901;
    font-weight: bold;
}
div.hint {
    background: url("/image/manual/hint.png") no-repeat;
    background-size: 18px 18px;
    height: 18px;
    padding-left: 20px;
    font-size: 17px;
    color: #0489B1;
    font-weight: bold;
}
hr.under {
    display: block;
    border:1px solid #A9D0F5;
    width: 100%;
    margin-bottom: 5px;
}
#temp-page h2 {
    padding-bottom: 15px;
}

#temp-page table {
    margin-top: 0;
}
.manual_table {
    width: 100%;
}
.manual_table tr th {
    background-color: #BDBDBD;
}

.clr_red {
    color: #B40404;
    font-weight: bold;
}

.manual_menu {
    float: left;
}
.menu_list {
    background-image: url("/image/mypage/mypage2_cut_n_03.png");
    background-repeat: no-repeat;
    padding: 10px 0 5px;
    margin-bottom: 10px;
}
.menu_title {
    padding: 5px;
    font-weight: bold;
}
.menu_title_sub {
    padding: 5px 10px;
    font-weight: bold;
}
.manual_menu  dl {
    width: 225px;
}
.manual_contents {
    float: left;
    margin: 0px;
    padding: 0 20px;
    width: 690px;
}
