@charset "utf-8";
/* CSS Document */

/*----------------------------------------------------
  .table01 園概要
----------------------------------------------------*/

.table01 { width: 100%; margin-bottom:30px; }
.table01 th, .table01 td  { padding: 10px; border: 1px solid #ddd;  background: #f4f4f4; text-align: left; line-height:1.5em; }
.table01 th{
	background-image:url(../images/table_bg.jpg);
	background-repeat:repeat;
	background-position:left top;
}

.table01 caption { caption-side: top; text-align:left; margin:0px 0 0px; line-height:1.5em; font-size:1.6rem;}
 
 
@media only screen and (max-width:640px){
    .table01 { margin: 0 0px 30px; }
    .table01 th,
    .table01 td{
    display: block;
    border-top: none;
    }
  .table01 tr:first-child th { border-top: 1px solid #ddd; }
  
}


@media only screen and (min-width:980px){
	
	.table01 th{
		width:27%;
	}
	
}