﻿@charset "UTF-8";

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

table#layout {
	display: block;
	width:100%;
	height:auto;
}


tbody,
tr,
td{
	display: block;
	width:100%;
}

table#layout2 {
	height:auto;
}
table#layout3 {
	height:auto;
}

img{
	width: 100%;
	height: auto;
}



}




