@charset "utf-8";
/* default*/
html{
    font-size: 18px;
    min-width: 17.8rem !important;
}

body{
    text-align: left;
    height: 100%;
    box-sizing: border-box;
    color: #323333;
    background: #fff;
    min-width: 17.8rem !important;
    text-size-adjust: 100%;  
}

h1,h2,h3,h4,h5,h6,p,li,dt,dd,form,pre,td,th,label,div{
    line-height: 1;
}

p{
    line-height: 2;
}
/* deault font_size */
p{
    font-size: 1rem;
}
h1{
    font-size: 1.7rem;
}

h2{
    font-size: 1.4rem;
    font-weight: bold;
}

h3{
    font-size: 1.2rem;
    font-weight: bold;
}

h4{
    font-size: 1.1rem;
    font-weight: bold;
}

h5{
    font-size: 1rem;
    font-weight: bold;
}

h6{
    font-size: 0.8rem;
    font-weight: bold;
}
/* default anker */
a{
    overflow: hidden;
    text-decoration: none;
}

a:link{
    color: #4b4b4b;
}

a:visited{
    color: #4b4b4b;
}

a:hover{
    color: #4b4b4b;
}

a:active{
    color: #4b4b4b;
    opacity: 0.6;
}

a:focus{
    color: #4b4b4b;
    opacity: 0.6;
}

#text_wrapper a{
    text-decoration: underline;
}

header a,
footer a,
#sidenav a{
    text-decoration: none;
}
/* default other */
body,td,th,p,div,input,textarea,pre,ul,li,ol{
    font-weight: 300;
}

sup{
    vertical-align: super;
    font-size: smaller;
}

strong{
    font-weight: bold;
}

* html body *{
    vertical-align: baseline;
}

button{
    text-transform: none;
    cursor: pointer;
    overflow: visible;
}

li >a:link{
    text-decoration: none;
}

li >a:visited{
    text-decoration: none;
}

p >a:link{
    text-decoration: none;
}

p >a:visited{
    text-decoration: none;
}

section{
    width: 100%;
}

.base_style{
    margin: 0 auto;
}
/* for print preview */
@media print {
    html, body {
      height: 100vh; 
      margin: 0 !important; 
      padding: 0 !important;
    }
}