@charset "utf-8";

/* table.css　2016.03.09
--------------------------------------------------------------- */

section table   { width: 100%; }
section th, section td  { padding: 10px; border: 1px solid #ddd; }
section th  { background: #ffffcc; }
section td  { background: #fff; }
 
/*----------------------------------------------------
.demo01
----------------------------------------------------*/
.demo01 th  { width: 30%; text-align: left; }
 
@media only screen and (max-width:480px){
.demo01 { margin: 0 -10px; }
.demo01 th,
.demo01 td{
width: 100%;
display: block;
border-top: none;
}
.demo01 tr:first-child th   { border-top: 1px solid #ddd; }
}