@charset "utf-8";

.ly-cir-teble tr td:nth-of-type(1){
	width:40%
}

.ly-cir-teble tr td:nth-of-type(2){
	width:20%
}

.ly-cir-teble tr td:nth-of-type(3){
	width:40%
}

.ly-cir-teble tbody tr td:nth-of-type(2){
	text-align:right;
}

.ly-cir-teble .ly-cir-last{
    background-color: #eff9e5;
}

@media only screen and (max-width: 736px){
	.ly-cir-teble tbody tr td:nth-of-type(2){
		padding: 5px;
	}
}