@charset "UTF-8";

.mgnt10 {
    margin-top: 10px;
}
.mgnt15 {
    margin-top: 15px;
}
.mgnt20 {
    margin-top: 20px;
}
.mgnt25 {
    margin-top: 25px;
}
.mgnt30 {
    margin-top: 30px;
}
.mgnt35 {
    margin-top: 35px;
}
.mgnb10 {
    margin-bottom: 10px;
}
.mgnb15 {
    margin-bottom: 15px;
}
.mgnb20 {
    margin-bottom: 20px;
}
.mgnb25 {
    margin-bottom: 25px;
}
.mgnb30 {
    margin-bottom: 30px;
}
.mgnb35 {
    margin-bottom: 35px;
}

.font_b {
    font-weight: bold;
}

.fsize80 {
    font-size: 0.8rem;
}
.fsize85 {
    font-size: 0.85rem;
}
.fsize90 {
    font-size: 0.9rem;
}
.fsize95 {
    font-size: 0.95rem;
}
.fsize110 {
    font-size: 1.1rem;
}
.fsize120 {
    font-size: 1.2rem; !important
}
.fsize130 {
    font-size: 1.3rem;
}
.fsize140 {
    font-size: 1.4rem;
}
.fsize150 {
    font-size: 1.5rem;
}
.fsize200 {
    font-size: 2rem;
}
.fsize250 {
    font-size: 2.5rem;
}
.fsize300 {
    font-size: 3rem;
}
.w-100 {
	width: 100%;
}


