.mawr{
    font-size: 14px;
}

.mawr h1{
    display: block;
    text-align: center;
    text-transform: none;
    font-size: 30px;
    padding: 20px 0 30px 0;
}

.mawr h2{
    text-align: left;
    color: #414042;
}

.mawr .lewr{
}

.lewr .im01 img{
    width: 100%;
    display: block;
    box-shadow: 0 0 8px rgba(0,0,0,0.2);
    margin: 0 0 30px 0;
}

.lewr .wr01{
    border: 1px solid #9e9e9e;
    border-radius: 4px;
    background-color: #eaeff4;
    margin-bottom: 20px;
    padding: 30px 40px 10px 40px;
    color: #000000;
}

.lewr .wr01 .t06{
    display: block;
    margin: auto;
    text-align: center;
    padding: 0 0 10px 0;
    color: #00c1de;
    text-decoration: none;
}

.lewr .wr01 h2{
    font-size: 16px;
    color: #000000;
    text-transform: none;
    margin: 0;
    padding: 0 0 25px 0;
}

.lewr .wr02{
    border-top: 1px solid #d7d7d7;
    padding: 20px 0;

}

.lewr .wr03{
    width: 110px;
    float: left;
    font-weight: bold;
    position: relative; left: 0; top: 0;
}

.lewr .wr03 .help1{
    position: absolute; left: 80px; top: 6px;
}

.lewr .wr04{
    width: 155px;
    float: left;
}

.lewr .wr01 h3{
    font-size: 16px;
    color: #000000;
    text-transform: none;
    margin: 0;
    padding: 0 0 5px 0;
}

.lewr .wr01 ul{
    margin: 0;
    padding: 10px 0 20px 0;
    list-style: none;
}

.wr01 ul li{
    padding: 3px 0;
}


.mawr .riwr{
}


.riwr .wr01{
    padding: 0 0 40px 40px;
    position: relative;
    width: 100%;
}

.riwr .wr01 h2{
    color: #000000;
    font-size: 24px;
    text-transform: none;
    margin: 0;
    padding: 0 0 5px 0;
}

.riwr .wr01 a.button{
    border: 1px solid #143255;
    border-radius: 4px;
    color: #143255;
    display: block;
    background-color: white;
    width: 90%;
    line-height: normal;
    padding: 15px 15px 15px 15px;
    font-size: 16px;
    margin: 20px auto 0 auto;
    text-align: center;
}

.riwr .wr01 ul{
    margin: 0;
    padding: 0 0 0 4px;
    list-style-position: inside;
    line-height: 18px;
}

.riwr .wr01 ul.chb{
    list-style: none;
}

.riwr .wr01 ul.chb li{
    padding: 5px 0 5px 30px;
    background: url('/resources/images/materials/chb.png') no-repeat left center;
}

.riwr .wr01 ul.chb li.active{
    background: url('/resources/images/materials/chba.png') no-repeat left center;
}

.riwr .wr02{
    position: relative;

}

.riwr .wr01 a.button3{
    width: 90%;
    text-align: center;
    border: none;
    border-radius: 4px;
    color: white;
    display: block;
    background-color: #00ad47;
    line-height: normal;
    padding: 15px 25px 15px 25px;
    font-size: 16px;
    margin: auto;
}

.riwr .wr01 a.button:hover,
.riwr .wr01 a.button3:hover{
    text-decoration: none;
}

.riwr .wr01 .t02{
    text-align: center;
    font-weight: bold;
    color: #000000;
}

.riwr .wr01 .t03{
    text-align: center;
    color: #FC5609;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 0 0 0;
}

.riwr .wr01 .t04{
    color: #555555;
    font-size: 11px;
    text-align: justify;
    padding: 20px 0 50px 0;
}

@media (max-width: 767px){

    .riwr .wr01{
        padding: 0 10px 40px 10px;
    }

}