/* CSS Document */
html {
    SCROLLBAR-BASE-COLOR: #dedede;
    SCROLLBAR-ARROW-COLOR: #000;
}

body {
    margin:0 ;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
}

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,blockquote,pre,form,input,textarea {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size:100%;
    font-weight:bold;
}

h2, h3, h4, h5, h6 {
    font-size:14px;
    line-height: 24px;
}

.clear {clear: both; font-size: 0; line-height: 0; height:0;}
p {margin:0;padding:10px 0;}
ol,ul {	list-style: none;}

a {
    text-decoration:none;
    color: #333333;
}
a:hover {   text-decoration: none; color: #d82727; }
a:focus,
a:active{
    outline: none;
    text-decoration: none;
}


img { border : 0; max-width: 100%;}
input {  }



.desc ol{
    margin-left:10px;
    padding-left:10px;
    list-style:decimal ;
}
.desc ul{
    list-style:disc;
    margin-left:10px;
    padding-left:10px;
}

.logo-print {
     height: 50px;
}
.logo-print img {
    max-height: 100%;
}

/*Detail*/

.block-detail {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.the-title {
    margin-bottom: 10px;
}
.the-title h1 {
    font-weight: bold;
    font-size: 28px;
    line-height: 35px;
}
.the-date {
    color: #999999;
    font-size: 13px;
    margin-bottom: 10px;
}
.the-short {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;

}
.the-reference {
    margin-bottom: 10px;
}
.the-reference ul { 
    padding: 0 ;
    margin: 0 ;
    list-style: none;
}
.the-reference li {  
    color: #004383;
}
.the-reference li a {
    position: relative;
    color: #004383;
    padding-left: 15px;
    font-size: 14px;
}

.the-reference li a::before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f101';
    left: 0;
    font-size: 9px;
}

.the-content {
    font-size: 17px;
    line-height: 24px;
}

.the-content div ,
.the-content p{
    position: relative;
    background: #ffffff;
    z-index: 1;
}

.the-content .adv_in_content{
    position: relative;
    z-index: 0;
    height: 100vh;
    display: none;
    overflow: hidden;
}
.the-content .adv_in_content a{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    clip: rect(0 100vw 100vh 0px) !important;
    z-index: 2;
}
.the-content .adv_in_content img{
    position: fixed;
    top: 50%;
    left: 50%;
    max-width: none !important;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100% !important;
    width: auto !important;
}

