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

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

ul li > p{
	margin-top: 0;
	}

table.list01{
	width: 100%;
	}

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

table.list01 th{
	background: url(../../img/ptn_02.gif);
	border: 1px solid #ddd;
	padding: 10px;
	text-align: center;
	}

ul.indexPrice li{
	border: 3px solid #eee;
	text-align: center;
	padding: 15px;
	margin-bottom: 15px;
	}

ul.indexPrice li span{
	display: block;
	background-color: #01aaeb;
	color: #fff;
	padding: 5px;
	margin-bottom: 10px;
	}

ul.indexPrice li strong{
	display: block;
	font-size: 24px;
	line-height: 1;
	color: #ff0000;
	}



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

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

}