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

table{
  border-collapse: collapse;
  width: 80%;
margin: 0 auto;	
}
.note{
	line-height: 1.5em;
	 width: 80%;
	margin: 0 auto;
	
}
.note02{
	line-height: 1.5em;
	 width: 80%;
	margin: 0 auto;
	margin-top: 5px;
	
}
#price h2{
	 width: 80%;
	margin: 0 auto;
}
.tb01{
	margin-bottom: 20px;
	font-size:100%;
	line-height: 1.5em;
	bordercolor="#E42B2E">

}
.tb01 th,
.tb01 td{
  padding: 0.5em;
  border: solid 1px #ccc;
  text-align:center;
  box-sizing:border-box;
	 vertical-align: middle;
}
.tb01 th {
	width: 30%;
		background: #F1F1F1;

  
}
@media screen and (max-width: 750px) {
  .tb01 {
    width: 100%;
  }
 /* table.tb01 th,
  table.tb01 td {
    display: block;
    width: 100%;
    border-bottom:none;
  }*/
  .tb01 tr:last-child{
    border-bottom: solid 1px #ccc;
  }
	
.note{
	width: 100%;
	
}
.note02{
	width: 100%;
	
}
#price h2{
	 width: 100%;
}	
	
}