/*
Theme Name: child_nano_tcd065
Version:1.19
Template: nano_tcd065
*/

.mb00 {margin-bottom: 0 !important;}
.mb05 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb40 {margin-bottom: 40px !important;}
.mt00 {margin-top: 0 !important;}
.mt05 {margin-top: 5px !important;}
.mt10 {margin-top: 10px !important;}
.mt20 {margin-top: 20px !important;}
.mt30 {margin-top: 30px !important;}
.mt40 {margin-top: 40px !important;}
hr{border-top:3px #ddd dotted!important;margin:3em 0;}
.p-entry__body th{background-color:#f0f8ff;font-weight:bold;}
.p-company-header__content {
    z-index: 2;
}
.p-cover__inner,
.p-company-header {
    position: relative;
    z-index: 1;
}
.p-cover__title,
.p-cover__sub,
.l-inner {
    z-index: 2;
}
.p-global-nav,
.p-global-nav .sub-menu {
    z-index: 9;
}
.p-cover__inner::before,
.p-company-header::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #252525;
    opacity: .6;
    z-index: 1;
}
figure.wp-block-table{
	margin:1em 0px!important;
}
.ancTarget {
    padding-top: 160px !important;
    margin-top: -160px !important;
}
@media screen and (max-width:1200px) {
    .ancTarget {
        padding-top: 60px !important;
        margin-top: -60px !important;
    }
}
.p-menu-btn {
    background-color: #0693e3 !important;
}
.p-entry__body h2 {
    font-size: 160%;
    padding-bottom: 6px;
    border-bottom: 5px solid #0693e3;
    margin:3em 0 1em;
	text-align:center;
}
.p-entry__body h3 {
    padding-left: 15px;
    position: relative;
	margin-top:2em;
}
.p-entry__body h3::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #0693e3;
}
.p-entry__body h4 {
    background-color:#cfe8ff;
	padding:0.25em;
	margin-top:2em;
	margin-bottom:1em;
}
.p-entry__body h5 {
	padding:0.25em;
	border-left:1px solid #0693e3;
}
.p-entry__body p{
	margin-bottom:1em!important;
}
.p-entry__body a,
.custom-html-widget a {
    color: #0693e3 !important;
}
a[href$=".pdf"],
a[href$=".doc"],
a[href$=".docx"],
a[href$=".xls"],
a[href$=".xlsx"] {
    position: relative;
    padding-left: 24px;
}
a[href$=".pdf"]::before,
a[href$=".doc"]::before,
a[href$=".docx"]::before,
a[href$=".xls"]::before,
a[href$=".xlsx"]::before {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
a[href$=".pdf"]::before {
    background-image: url(/common/img/icon/icon_pdf.gif);
}
a[href$=".doc"]::before,
a[href$=".docx"]::before {
    background-image: url(/common/img/icon/icon_word.gif);
}
a[href$=".xls"]::before,
a[href$=".xlsx"]::before {
    background-image: url(/common/img/icon/icon_excel.gif);
}