/*Reset CSS*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, audio, canvas, details, figcaption, figure, footer, header, hgroup, mark, menu, meter, nav, output, progress, section, summary, time, video {
    font-family: 'Meiryo UI', 'Hiragino Kaku Gothic ProN', 'Open Sans', 'Poppins', arial, sans-serif;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden;
    line-height: 24px;
}

header{
    min-height: auto !important;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section, blockquote {
    display: block;
}

nav ul {
    list-style: none;
}

.main #content ol {
    list-style: decimal;
}

.main #content ul {
    list-style: disc;
    margin-top: 0.5em;
}

.main #content ul ul {
    list-style: circle;
}

.main #content blockquote, .main #content q {
    quotes: none;
}

.main #content blockquote:before, .main #content blockquote:after, .main #content q:before, .main #content q:after {
    content: none;
}

.main #content ins {
    text-decoration: underline;
}

.main #content del {
    text-decoration: line-through;
}

.main #content mark {
    background: none;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help;
}

.main #content table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 20px;
    margin-top: 20px;
}

.main #content hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.main #content input, .main #content select {
    vertical-align: middle;
}

.main #content a:link, .main #content a:visited, .main #content a:active {
    color: #BB1B21;
}

.main #content strong {
    font-weight: bold
}

.percent50 {
    width: 50%;
    float: left
}

@media screen and (max-width: 500px) {
    .percent50 {
        width: 100% !important;
    }
}

p {
    margin: 15px 0;
    line-height: 1.5;
}

ul.list {
    padding: 10px 0 10px 30px;
    list-style-type: disc
}

ol.list {
    padding: 10px 0 10px 30px;
    list-style-type: decimal
}

/* scroll css */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
    background-color: #ececec;
}

::-webkit-scrollbar {
    width: 4px;
    background-color: #ececec;
}

::-webkit-scrollbar-thumb {
    background-color: #009fc7;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, rgba(255, 255, 255, .1)), color-stop(.5, transparent), to(transparent));
}

.main {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    margin: 0 auto;
    height: calc(100% - 149px);
    position: fixed;
    padding-left: 40px;
    padding-right: 40px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.main #content ol {
    padding-inline-start: 40px;
}

a.active {
    color: #009fc7 !important;
}

.header {
    position: relative;
    width: 100%;
    height: 40px;
    background: url(/sites/default/files/common_page/images/bg_header.gif) repeat-x top left;
    padding-top: 0 !important;
}

.header h1 {
    padding: 7px 10px;
    font-size: 14px;
    text-align: right;
}

#HelpFooter {
    background: #fff;
    bottom: 0;
    color: #727272;
    font: normal 10px Verdana, Arial, Helvetica, sans-serif;
    left: 0;
    padding: 7px 7px 7px;
    position: fixed;
    text-align: right;
    width: 100%;
    background: url(/sites/default/files/common_page/images/bg_footer.gif) repeat-x bottom left;
    height: 85px;
}

#HelpFooter p {
    margin: 5px 0;
}

#HelpFooter div {
    margin-right: 35px;
    margin-top: 35px;
}

.clearFloat {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0;
}

h2 {
    margin-top: 2em;
    font-size: 18px !important;
    font-weight: bold !important;
}

h3 {
    margin-top: 2em;
    border-bottom: #999999 dotted 1px;
    font-size: 16px;
    font-weight: bold;
}

h4 {
    margin-top: 2em;
    font-size: 16px;
    font-weight: bold;
}

h5 {
    margin-top: 1em;
    font-weight: bold;
}

address, caption, cite, code, dfn, th, var {
    font-style: normal;
    font-weight: normal;
}

.main #content .table-responsive {
    overflow-x: auto;
}

.main #content table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #ddd;
    font-size: 12px;
}

.main #content .tsBasic th {
    padding: 6px 12px;
    border: #E3E2DB solid 1px;
    background-color: #EEEEEB;
    font-weight: bold;
}

.main #content .tsBasic td {
    padding: 6px 12px;
    border: #E3E2DB solid 1px;
}