@charset "UTF-8";
@import url(href="/css/sys/reset.css");

/*body
------------------------------------------------------------------------*/
body{
    text-align: left;
    padding-bottom: 15px;
    color: #2d3744;
    display: inline-block;
}

h1{
    width: 100%;
    font-weight: 700;
    margin-bottom: 7px;
    padding-top: 10px;
    padding-bottom: 5px;    
    font-size: 2rem;       
}

p{
    width: 95%;
    padding-bottom: 5px;    
    padding-left: 1em; 
}

.headline{
    width: 100%;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 7px;
    padding-top: 10px;
    padding-bottom: 5px;    
    font-size: 1.75rem;    
    border-bottom: 1.5px dashed #000;
    background: linear-gradient(to top, #f6f6f6, #ffffff);
}

.inner_Text{
    width: 95%;
    padding-bottom: 5px;       
}

.inner_Text ol,
.inner_Text ul,
.inner_Text li{
    list-style-type: none;
    margin-left: 1em;
}

.content_paragraph p{
    text-indent: 1em; 
}

