@charset "UTF-8";

.t-indent-05em {
    text-indent: -0.5em;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.w40 {
    width: 40%;
}

.w50 {
    width: 50%;
}

.w60 {
    width: 60%;
}

.mt10 {
    margin-top: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb35 {
    margin-bottom: 35px;
}

.m40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.mb1em {
    margin-bottom: 1em;
}

@media screen and (max-width: 640px) {
	.m40{
		margin-top:20px;
		margin-bottom:20px;
	}
}
