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

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

ul.indexPoint01 li .midashi01,
ul.indexPoint03 li .midashi01,
ul.indexPoint04 li .midashi01{
	display:block;
	text-align:center;
	margin-bottom:15px;
	}

table.price{
	width:100%;
	text-align:center;
	position:relative;
	}

table.price td{
	border:1px solid #ddd;
	padding:7px 10px;
	}

table.price th{
	border:1px solid #ddd;
	background:url(../../img/ptn_01.png);
	padding:7px 10px;
	}

dl.basic02 dt{
	font-weight: bold;
	line-height: 25px;
	color: #e50012;
	}

dl.basic02 dt span{
	display: inline-block;
	background-color: #e50012;
	border-radius: 15px;
	color: #fff;
	width: 25px;
	text-align: center;
	margin-right: 5px;
	}

dl.basic02 dd{
	margin-bottom: 10px;
	}


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

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

.basic01 table{
	display: table;
	margin-bottom: 15px;
	}
}