/* CSS Document */
.goldcard_wrap_single_green {
	position: relative;
}
.brand_logo {
	position: absolute;
	right: 30px;
	top: 5px;
	width: 240px;
    display: table;
    table-layout: fixed;
    border: 1px solid #40794a;
}
.brand_logo .txt2 {
	display: table-cell;
    vertical-align: middle;
	background: #40794a;
    width: 80px;
    text-align: center;
    color: #fff;
    font-size: 12px;
}
.brand_logo .image2 {
    display: table-cell;
    vertical-align: middle;
	background: #fff;
    text-align: left;
}
.brand_logo .image2 ul {
font-size: 0;
    padding: 5px 16px;
    text-align: center;
}
.brand_logo .image2 ul li {
	display: inline-block;
    vertical-align: top;
    font-size: 16px;
	margin-left: 0;
}
.goldcard_wrap_single_green .single_section01 .table_box table {
    width: 100%;
    margin-top: 10px;
    border: 2px solid #fff;
	border-radius: 3px;
}
.goldcard_wrap_single_green .single_section01 table tbody td {
    border: 2px solid transparent;
}
.goldcard_wrap_single_green .single_section01 .table_box table td {
	color: #fff;
	background-color: #fea415;
	border-radius: 3px;
	font-weight: bold;
}
.goldcard_wrap_single_green .single_section01 .table_box table td.gray {
	background-color: #d5d5d5;
}