ul li {
    margin: 0;
}
ol li {
    margin: 0;
}

.nav-style-1 {
    margin: 0;
    padding: 16px 0px;
}

.nav-style-item {
    display: inline;
    font-size: 12px;
    font-weight: 400;
}

body{
    
    background-position: center;
    background-repeat: repeat;
}

*::selection {
    background: #00849a;
    color: #eee;
}

*::-moz-selection {
    background: #00849a;
    color: #eee;
}

.bg-color {
    background-color: #fff2;
    margin-bottom: 80px;
}



a:hover {
    text-decoration: none;
    color:#333;
}

.btn-style-1 {
    display: inline-block;
    color: #eee;
    background-color: #333;
    border: 1px solid #333;
    padding: 2px 20px;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 2px;
    text-align: center;
}

.btn-style-1:hover {
    color: #333;
    background-color: #eee;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 2px;
}

.btn-style-2 {
    display: inline-block;
    color: #333;
    background-color: #eee;
    border: 1px solid #eee;
    padding: 2px 20px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 2px;
    text-align: center;
}

.btn-style-2:hover {
    color: #eee;
    background-color: #666;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 2px;
}
.bank-account{
    border:1px solid #333;
}
.bank-account >dt{
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    padding: 5px;
}

.bank-account>dd {
    border-bottom: 1px solid #333;
    background-color: #eee;
    padding: 5px;
    margin: 0;
}
