@charset "utf-8";

.pt{}
.pc{}
.ps{}
.tb{display: none;}
.ts{display: none;}
.sp{display: none;}

* {
	margin: 0;
	padding: 0;
}

h4 {
	font-size: 20px;
	font-weight: bold;
	padding: 7px 5px 2px 10px;
	color: #85B200;
	border-bottom: solid 1px #85B200;
	margin-bottom: 30px;
}


#class-info .info-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom:30px;
}

#class-info .info-table th,td {
	padding: 10px 15px; 
	border-bottom: 0px solid #ddd;
}

#class-info .info-table th {
	width: 25%;
	color: #EA79AA;
	text-align: right;
}





/* タブレットレイアウト : 768 px ～ 959 px*/
@media screen and (max-width:959px){

.pt{}
.pc{display: none;}
.ps{display: none;}
.tb{display: inline;}
.ts{display: inline;}
.sp{display: none;}


}

/* スマホ設定  768 以下*/
@media only screen and (max-width: 767px) {

.pt{display: none;}
.pc{display: none;}
.ps{display: inline;}
.tb{display: none;}
.ts{display: inline;}
.sp{display: inline;}


h4 {
	font-size: 18px;
	font-weight: bold;
	padding: 7px 5px 2px 10px;
	color: #85B200;
	border-bottom: solid 1px #85B200;
	margin-bottom: 30px;
}

#class-info .info {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 20px;
}

#class-info .info-table  th,td {
width: auto;
display: block;
border-top: none;
}

#class-info .info-table  tr:first-child {
border-top: 0px solid #d5d5d5;
}

#class-info .info-table th {
	background: #f4f4f4;
	text-align: left;
}



}
