@charset "UTF-8";

.col1 {
	background-color:#f66;
	color:#fff;
	padding:5px;
	margin-bottom:10px;
}
.col2 {
	background-color:#cec;
	padding:5px;
	margin-bottom:10px;
}
.col3 {
	background-color:#ddd;
	padding:5px;
	margin-bottom:10px;
}

@media screen and (min-width: 500px) {

}



@media screen and (max-width: 499px) {

.tbw {
	width:100%;
	overflow:auto;
}
.tbw table {
	width:500px;
}
}
