#main {min-height:600px; margin-bottom:100px}

#inside #content a { color:#C31F26; }
#inside #content a:hover { color:#000; }

#inside #content a[target="_blank"]:not(.icon)::after {
    content: "";
    display: inline-block;
    width: 19px;
    height: 19px;
    background: transparent url(/images/icon_external.gif) no-repeat center right;
	background-size: 70%;
    vertical-align: text-bottom;
}

#inside #content a[href$=".pdf"]:not(.icon)::after {
    content: "";
    display: inline-block;
    width: 19px;
    height: 19px;
    background: transparent url(/images/icon_pdf.gif) no-repeat center right;
	background-size: 70%;
    vertical-align: text-bottom;
}

#inside>#subnav { width:20%; float:left;}
#subnav>select { display:none; }
#subnav nav { display:block; width:100%; }
#subnav>nav a { display:block; font-size:120%; font-weight:400; }
#subnav>nav>div { padding:15px 15px 30px 15px; border-top:solid 1px #C31F26; background:#dfdfdf;
                   /*lv3*/}
#subnav>nav>div>a { }
#subnav>nav>div .arw { position:absolute; bottom:7px; left:47%; width:6%; padding-bottom:6%\9; height:0\9;}
*::-ms-backdrop, #subnav>nav>div .arw { padding-bottom:6%; height:0;}
#subnav>nav>div .arw svg { width:100%; position:relative; position:absolute\9; top:0; left:0; height:100%\9;}
*::-ms-backdrop, #subnav>nav>div .arw svg { position:absolute; height:100%; }
#subnav>nav>div svg rect,#subnav>nav>div.open svg:hover rect { fill:#999; }
#subnav>nav>div.open svg rect,#subnav>nav>div svg:hover rect { fill:#C31F26; }
#subnav>nav>nav { display:none; /*lv4*/}
#subnav>nav>div.open+nav { display:block; }
#subnav>nav>nav>a { background:#f0f0f0; padding:15px; border-top:solid 1px #fff; }

#subnav .selected { color: #c31f26;}

#inside>#subnav+#content { width:75%; float:right; }

#inside h1 { margin-bottom:25px; font-size:230%; font-weight:200; line-height: 1.2}
#inside h2 { margin-bottom:20px; font-size:160%; font-weight:200; line-height: 1.2}

#inside img+h1 { margin-top:25px; }
#inside .theme-color { color:#C31F26; display:block; font-weight:500; margin:0 0 20px 0; }
#inside strong { font-weight:500; }
#inside p,#content .wblk { margin:0 0 20px 0; }

#body #inside { line-height:1.6; /*font-size:114.3%;*/ }

#body #inside ul, #body #inside ol {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0;
    margin-left: 16px;
}

#body #inside ul li {
	list-style-type: disc;
}

/* !!! news inside !!! */
#newsinshead { margin-bottom:30px; }
#newsinshead>h1 { font-size:300%; font-weight:600; line-height:1.2; margin-bottom:0; }
#newsinshead>.date { font-size:140%; font-weight:400; color:#999; margin-bottom:10px; }
#newsinshead>.tags>strong { display:inline-block; background:#c31f26; padding:3px 10px; color:#fff; 
                        font-weight:400; }

/* !!! inside widget block !!! */
/* video */
.wblk.video { width:100%;  background:#e0e0e0;}
.wblk.video>.media { width:65%; overflow:hidden; }
.wblk.video>.media>img { width:100%; cursor:pointer; }
.wblk.video>.media>em.fa.ico { font-size:80px; color:#c31f26; cursor:pointer; z-index:40; }
.wblk.video>.media.play>em.fa.ico { transform:translate(0,0); top:20px; left:20px; font-size:30px; }
.wblk.video>.media.play>em.fa.ico:before { content:"\f04c"; }
.wblk.video>.media>video { min-width:100%; min-height:100%; position:absolute; top:50%; left:0; 
                            transform:translateY(-50%); z-index:30; display:none; }
.wblk.video>.txt { width:35%; padding:25px 60px 25px 25px; height:100%; box-sizing:border-box; 
                    position:absolute; top:0; right:0; }
.wblk.video>.txt>.dbx { position:absolute; top:0; right:0; width:50px;}                    
.wblk.video>.txt>.dbx>img { width:100%; }
.wblk.video>.txt>.dbx>em { background:#fff; }
.wblk.video>.txt h3 { font-size:160%; font-weight:200; line-height: 1.2; }
.wblk.video>.txt>a.ftc { position:absolute; bottom:25px; left:0; padding:0 80px 0 25px;}
.wblk.video>.txt>a.ftc>img { width:50px; position:absolute; bottom:0; right:25px; border:none;  }

/* table:gen */
table.gen { width:100%; border-top:solid 1px #C31F26; border-bottom:solid 1px #ccc; }
table.gen td, table.gen th { padding:20px; vertical-align:top; text-align:left; }
table.gen th { background:#e0e0e0; font-size:120%; font-weight:200; line-height: 1.2; }
table.gen td { border:solid 1px #ccc; border-bottom:none; border-left:none; }
table.gen td:first-child { border-left:solid 1px #ccc; }

/* table:wrap */
#content table.wrap { margin:0 0 20px 0; }
#content div.tbwrap { width:100%; overflow-x:auto; }
#content div.tbwrap>table.wrap { min-width:545px; }

/* table:responsive */
table.responsive { width:100%; border-top:solid 1px #C31F26; border-bottom:solid 1px #ccc; }
table.responsive td, table.responsive th { padding:20px; vertical-align:top; text-align:left; }
table.responsive th { background:#e0e0e0; font-size:120%; font-weight:200; line-height: 1.2; }
table.responsive td { border:solid 1px #ccc; border-bottom:none; border-left:none; }
table.responsive td:first-child { border-left:solid 1px #ccc; }
table.repsonsive { display: table;}

table.mtable { display: none;}
