/***********************************************************************
 * #Contents .staffSect
 ********************************************************************* */
@media print, screen and (min-width: 768px) {
  #Contents .staffSect {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  #Contents .staffSect {
    margin-bottom: 30px;
  }
}

.sublinkList  li .listInner {
	padding: 10px 40px;
    display: inline-block;
    border: 1px solid #cccccc;
    border-radius: 5px;
}

.sublinkList li {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}

.modList03_tit {
    line-height: 1.4;
    margin-bottom: 12px;
    color: #004E4E;
	font-size: 20px;
	margin-top: 20px;
}


/***********************************************************************
 * #Contents .teacherTbl
 ********************************************************************* */
@media print, screen and (min-width: 768px) {
  #Contents .teacherTbl {
    
  }
}
@media only screen and (max-width: 767px) {
  #Contents .teacherTbl {
    margin-top: 15px;
  }
}

.red{
	color:red;
}

.mt{
	margin-top: 40px;
}

@media only screen and (max-width: 767px) {
	.mt{
	margin-top: 15px;
}
}