@charset "UTF-8";
/* CSS Document */

ul {
    list-style-type: none;
padding:0;
}

a {
color: #000;
}

.bra_cap {
line-height: 190%;
font-size:105%;
margin-bottom:30px;
border-bottom:1px solid #b2b2b2;
}

.bra_cap_img {
margin-bottom:10px;
text-align: center;
}

.bra_cap h2, .bra_cap h3 {
font-size:110%;
margin-bottom:20px;
font-weight: 700;
font-style: normal;
}

.bra_cap p {
margin-bottom:40px;
}

.bra_cap a {
        text-decoration:underline;
}

.bra_cap h3 {
font-size:100%;
}

.inv_button {
margin:10px auto 70px;
width:30%;
font-weight: 700;
font-style: normal;
    display:block;
    text-align:center;
    color:#fff;
    background-color:#000;
    border-radius:5px;
/*position: relative;
height:70px;*/
}

.inv_button a {
padding:10px;
display:block;
    text-align:center;
    color:#fff;
/* position: absolute;
    top:7px;
    right: 0;
    bottom: 0;
    left: 0;
    line-height: 25px;*/
    text-decoration:none;
}

.auth {
text-align: center;
margin-bottom:40px;
}

.auth img {
width:500px;
}

/*@media screen and (min-width: 960px) {
} }
*/