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

.midashi01{
	display:inline-block;
	background-color:#eee;
	padding:5px 20px;
	margin-bottom: 10px;
	font-size:15px;
	}

li .midashi01{
	display:block;
	text-align: center;
	}

.index01{
	background-color:#eee;
	padding: 5px;
	}

table.list01{
	width: 100%;
	}

table.list01 td,
table.list01 th{
	border: 1px solid #ddd;
	padding: 10px;
	text-align: center;
	}

table.list01 th{
	background: url(../../img/ptn_02.gif);
	}



/*SP
=====================================================================================================================================================================*/
@media screen and (max-width:480px){

table.list01.scroll{
	display: block;
	overflow-x: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	}

}