.php_cal_simple1{
	width: 18rem;
}
.php_cal_simple1 .cale1{
	display: flex;
	align-items: center;
	padding: 1rem 0rem;
}
.php_cal_simple1 .cale2{
	width: 10rem;
	text-align: right;
	font-size: 2.5rem;
}
.php_cal_simple1 .cale3{
	margin-left: 1rem;
}
.php_cal_simple1 .cale4{
	line-height: 1.3rem;
	text-align: left;
	color: #aaa;
	font-size: 0.8rem;
}
.php_cal_simple1 .cale5 td{
	height: 3.4rem;
	text-align: center;
	font-size: 0.8rem;
	border: 1px solid #ccc;
}
.php_cal_simple1 .cale5 .cale6{
	color: #f00;
}
.php_cal_simple1 .cale5 .cale7{
	color: #00f;
}
.php_cal_simple1 .cale5 .cale8{
	background-color: #f2f2f2;
}

@media only screen and (min-width: 1024px){
.php_cal_simple1{
	width: 30rem;
}
.php_cal_simple1 .cale2{
	width: 15.9rem;
	font-size: 3rem;
}
.php_cal_simple1 .cale5 td{
	height: 4rem;
}
}