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

	plan-style

------------------------------- */
.proArea {
	background-color: #fdf4ea;
	padding: 20px;
	width: 700px;
}
.ttlArea {
	border-bottom: #ccc 2px solid;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.icons {
	margin-top: 8px;
}
.icons p {
	display: inline;
}			
.proArea  .area_l {
	width: 490px;
}
.proArea  .area_l table {
	width: 100%;
	margin: 10px 0;
	background-color: #fff;
}
.proArea .area_l table tr th {
	background-color: #eee;
	font-weight: bold;
	color: #666;
	letter-spacing: 0.1em;
	text-align: center;
	width: 25%;
	border-bottom: #fff 2px solid;
	padding: 5px 10px;
}	
.proArea .area_l table tr td ul li {
	list-style: inside circle;
}	
.proArea .area_l table tr th.last {
	border-bottom: none;
}	
.proArea .area_l table tr td {
	color: #464646;
	line-height: 1.5;
	font-size: 93%;
	padding: 5px 10px;
	text-align: left;
}	
.proArea .pickupArea {
	width: 315px;
	background-color: #f7f7f7;
	padding: 5px 15px 10px;
	margin-top: 10px;
}
.pickupArea .textBox {
	width: 223px;
}
.pickupArea .textBox2 {
	width: 160px;
}
.pickupArea p.text {
	font-size: inherit;
	font-size: 85%;
	line-height: 1.3;
	padding: 5px 0;	
}
.pickupArea p.note {
	font-size: 85%;
}	
.pickupArea .ph {
	padding-top: 5px;
	margin-left: 10px;
}	
h4 {
	padding: 5px 5px 5px 15px;
	font-weight: bold;
	color: #464646;
	font-size: 108%;
	letter-spacing: 0.1em;
	margin: 20px 0 10px;
}
.proArea h4	{
	border-left: #f60 5px solid;
}
.smartArea h4 {
	border-left: #0f9def 5px solid;
}	
table {
	width: 100%;
	margin-bottom: 10px;
}
table thead {
	background-color: #999;
	color: #fff;
	border-bottom: #fdf4ea 2px solid;
}
table thead tr th {
	padding: 5px 0;
	border-right: #fdf4ea 2px solid;
	font-weight: bold;
	text-align: center;
}	
table thead tr th.first {
	width: 15%;
}	
table thead tr th.date , table thead tr th.time , table thead tr th.entrance , .table thead tr th.material {
	width: 10%;
}
table thead tr th.tuition , table thead tr th.total {
	width: 13%;
}	
table thead tr th.hour {
	width: 17%;
	background-color: #f60;
	font-size: 93%;
}
table thead tr th.hour2 {
	width: 17%;
	background-color: #0f9def;
	font-size: 93%;
}		
.plan table tbody tr.basic {
	border-top: #fdf4ea 3px solid;
}	
table tbody tr th {
	color: #333;
	padding: 5px;
	text-align: right;
	line-height: 1.3;
}	

.plan table tbody tr th.btm {
	border: none;
}	
table tbody tr td {
	background-color: #fff;
	text-align: right;
	padding: 3px;
}	
.plan table tbody tr td.orange {
	color: #f60;
	text-align: center;
}	
.smartArea .pickupArea {
	background-color: #f7f7f7;
	padding: 5px 15px 10px;
	margin-top: 15px;
}	
.smartArea .pickupArea .ttl {
	margin-bottom: 5px;
}	
.smartArea .area_l {
	width: 530px;
}	
.proArea table tbody tr.color01 th  , .proArea table tbody tr.color01 td {
	background-color: #e1e1e1;
}	
.proArea table tbody tr.color02 th , .proArea table tbody tr.color02 td {
	background-color: #eee;
}	
.proArea table tbody tr.color03 th , .proArea table tbody tr.color03 td {
	background-color: #f9f9f9;
}	
.smartArea table tbody tr.color th {
	background-color: #e1e1e1;
}	
.smartArea table tbody tr.color td {
	background-color: #f3f3f3;
}
.smartArea table tbody tr td.blue {
	color: #0066FF;
}		
	
