.suq{
    width: 809px;
    padding: 0px;
    border:1px solid #000;
    font-size: 14px;
    color: #000;
    margin: auto;
    line-height: 1.4;
    font-family: 'Roboto Condensed', sans-serif;
}
strong{
    font-weight: bold;
}
img{
    border: none
}
 
ul{
    padding-left: 0px;
    margin-bottom: 13px;
    margin-top: -14px;
}
li {
    list-style-type: none;
    padding-left: 11px;
    text-align: left;
    position: relative;
    line-height: 18px;
}
li:before {
    content: "";
    width: 5px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 8px;
    background: #000;
}
 
a {
    color: inherit;
    text-decoration: none
}
h1{
    font-size: 24.5px;
    margin: 18px -30px 23px;
    line-height: normal;
    font-weight: normal;
    background: #557174;
    color: #fff;
    padding: 13px 30px;
}
p{
    margin: 0px 0px 14px;
    line-height: 18px;
}
.nd{
    padding: 0;
}
h1 span{
    font-size: 14px
}
.l{
    width: 62%;
    float: left;
    padding: 37px 30px 24px;
}

.r{
    width: 38%;
    float: right;
}

.f_nen{
    background: #557174;
    color: #fff;
    padding: 21px 30px 7px;
    letter-spacing: 0.2px;
    font-size: 14.4px;
}
 
 h1,h2 {
    font-family: 'Merriweather', serif;
}

h2 {
    font-size: 18.4px;
    margin: 19px 0px;
}
img.img2 {
    max-width: 163px;
}
 
/*---------bootraps------------*/
div{
    display: block;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
.clearfix {
    display: block;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.img-responsive{
    max-width: 100%;
    display: block;
}