﻿@media only screen and (max-width:777px) {

.td_bbt_path {
	display:none;
}

.bbt_topic3 {		/* Topic Head */
	width:65%;
}

.bbt_topic4 {		/* Topic Qty */
	width:20%;
}

.bbt_topic5 {		/* Topic Last Action */
	display:none;
}

.bbt2 {			/* Content Head */
	width: 70%;
}

.bbt3 {			/* Content Qty */
	width: 20%;	
}

.bbt4 {			/* Content Last Action */
	display:none;
}


}



@media only screen and (max-width:592px) {

.bbt_topic3 {		/* Topic Head */
	width:80%;
}

.bbt_topic4 {		/* Topic Qty */
	display:none;
}

.bbt2 {			/* Content Head */
	float:none;
	margin-left:59px;
}

.bbt3 {			/* Content Qty */
	display:none;
}


}
