
/* --------------------------------------------------- */
section .tb {
	width: 100%;
	display: table;
	border-bottom: #888 1px solid;
	padding: 15px;
}
section .tb dt,
section .tb dd {
	display: table-cell;
	vertical-align: top;
}
section .tb dt {
	width: 260px;
}
section .tb dd {
}
@media screen and (max-width: 860px) {
	section .tb,
    section .tb dt,
    section .tb dd {
        display: block;
    }
	section .tb dt {
		width: 100%;
		color: #6E912A;
		margin-bottom: 5px;
	}
}

@media screen and (max-width: 580px) {
}

/* --------------------------------------------------- */

/* --------------------------------------------------- */

