@charset "utf-8";
/* CSS Document */
section table   { width: 95%; margin:10px auto; }
section th, section td  { padding: 10px; border: 1px solid #ddd; }
section th  { background: #f4f4f4; }
 
/*----------------------------------------------------
    .demo01
----------------------------------------------------*/
.demo01 th  { width: 30%; text-align: left; }


@media only screen and (max-width:800px){
    .demo01 { margin: 0 -10px; margin:10px auto;}
    .demo01 th,
    .demo01 td{
        width: 93%;
        display: block;
        border-top: none;
    }
    .demo01 tr:first-child th   { border-top: 1px solid #ddd; }
	section table   { width: 95%; margin:10px auto; }
}