@charset "utf-8";

body {
    background-color: #efefef;
    color:#000;
}

#txt{
margin-top:130px;
}

h3 {
    font-size: 10pt;
    font-weight: bold;
}

h4 {
    font-size: 9pt;
}

h4 {
    font-size: 11pt;
    padding: 20px 0;
}

a {
    outline: none;
}


dt {
    font-size: 100%;
    line-height: 1.8em;
    width: 140px;
}

dd {
    font-size: 100%;
    line-height: 1.8em;
    margin: -1.8em 0px 15px 0px;
    padding: 0px 0px 15px 100px;
    border-bottom: #cccccc 1px dashed;
}



@media only screen and (min-width:768px) {


}