/* --------------------------------------------------
reset
-------------------------------------------------- */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
div,
ul,
ol,
li,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
    font-size: 100%;
    list-style: none;
    color: #242424;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

p {
    /*line-height: 2;*/
}

img {
    border: none;
}

a {
    color: #162749;
    text-decoration: none;
}

a:hover {
    color: #616161;
}

a:visited {
    color: #616161;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.mt10 {
    margin-top: 16px;
}

.mt20 {
    margin-top: 24px;
}

.mt36 {
    margin-top: 36px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt65 {
    margin-top: 65px;
}

.mt60 {
    margin-top: 60px;
}

.mt70 {
    margin-top: 70px;
}

.mt80 {
    margin-top: 80px;
}

.mt90 {
    margin-top: 90px;
}

.mt155 {
    margin-top: 155px;
}

.mt110 {
    margin-top: 110px;
}

.mt170 {
    margin-top: 170px;
}