@charset "utf-8";
.dvdsection .tb {
	display: table;
	margin: 30px 10px 0;
	padding-bottom: 30px;
	box-sizing: border-box;
    width: 640px;
}
.g_line {
	border-bottom: 2px dotted #20a16c;
}
.dvdsection .tb > div {
	display: table-cell;
	vertical-align: top;
}
.dvddescription {
    padding-right: 15px;
    box-sizing: border-box;
    font-size: 16px;
}
.dvdbtn {
	text-align: center;
	margin-top: 30px;
}