@charset "utf-8";
/*
Theme Name: Lightning Pro Child Sample
Theme URI:
Template: lightning-pro
Description:
Author:
Tags:
Version: 0.0.0
*/


 table tbody tr th, table td, table th, table thead tr td, table thead tr th {
    padding: 0.5em;
    border-bottom:none;
	 border:solid 1px #eee;
}
.price{margin-bottom:30px;}
.price th{background:#e7f5f2;}
.price table td,.price table th{text-align:center;}

.course{margin-top:40px;}

@media screen and (max-width: 480px){.price table td, .price table th{width:33%;
	}}
/*青いボックス*/
.blue-box{
  background: #3cb3e4;
  padding: 15px 15px;
  border-radius: 10px;
  /*color: #fff;*/
 text-align:center;
	font-weight:bold;
}

/*オレンジボックス*/
.orange-box {
  background: #f5731c;
  padding: 15px 15px;
  border-radius: 10px;
  /*color: #fff;*/
 text-align:center;
	font-weight:bold;
}
.clear{clear:both;}