@charset "UTF-8";

.cont-tr {
	border-bottom: solid 1px #fff;
}
.cont-th {
	background: #000;
	color: #fff;
	padding: 20px;
}
.cont-td {
	background: #FCEAD9;
	padding: 20px ;
}

.btn {
	width: 250px;
    height: 50px;
    background: url(/assets/images/common/btn-arrow.png) no-repeat center right 15px / 15px 20px #ed7000;
}