.schoolLesson_img img{
	width: 100%;
}

.ryoukin_table table thead tr th.dayPayment{
	background-color: #BFE5A8;
}

.ryoukin_table table thead tr th.monthlyPayment {
	background-color: #F7E3D7;
}

.ryoukin_table table tbody tr.tableTxtCenter th {
	text-align: center;
}

.ryoukin_table table tbody tr th.width35 {
	width: 35%;
}

.ryoukin_table table tbody tr th.width10 {
	width: 10%;
}

.ryoukin_table table tbody tr th.width25 {
	width: 25%;
}

.ryoukin_table table tbody tr th.width30 {
	width: 30%;
}

.ryoukin_table table tbody tr th.width40{
	width: 40%;
}

.ryoukin_table table tbody tr th.width60{
	width: 60%;
}

.ryoukin_table table tbody tr th img.shoesIcon {
	width: 14px;
}

#school_wap .todayPayment {
	display: block;
	width: 496px;
	height: 28px;
	color: #fff;
	background: #167b72;
	padding-top: 6px;
	padding-left: 20px;
	margin-bottom: 10px;
}

#school_wap .monthlyOfPayment {
	display: block;
	width: 496px;
	height: 28px;
	color: #fff;
	background: #da7a43;
	padding-top: 6px;
	padding-left: 20px;
	margin-bottom: 10px;
}

#school_wap .h4Box {
	display: flex;
	justify-content: flex-start;
}

#school_wap .h4Box img.shoesIcon {
	width: 18px;
}

.ryoukin_table table tbody tr td span.smallTxt{
	font-size:10px;
}

.ryoukin_table table tbody tr th {
	/* font-size:10px; */
	text-align: left;
	padding-left: 5px;
}

.ryoukin_table table tbody tr td.tableTxtLeft{
	text-align: left;
}

.cautionList ul li img.shoesIcon {
	width: 18px;
}

.cautionList ul li{
	padding-left: 13px;
	text-indent: -13px;
}

@media handheld,only screen and (max-width: 767px) {
	#school_wap .h4Box h4 {
		width: auto;
	}

	#school_wap .todayPayment {
		display: block;
		width: auto;
		height: auto;
		color: #fff;
		background: #167b72;
		padding-top: 6px;
		padding-bottom: 6px;
		padding-left: 20px;
		margin-bottom: 10px;
	}
}