/***********************************************************************
 * #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;
  }
}

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

/***********************************************************************
 * #Contents .listTbl
 ********************************************************************* */
@media print, screen and (min-width: 768px) {
  #Contents .listTbl th ,
  #Contents .listTbl td {
    padding: 15px;
    border: 1px solid #d9d9d9;
  }
  #Contents .listTbl th.targetCell ,
  #Contents .listTbl td.targetCell {
    width: 35%;
  }
  #Contents .listTbl th.nameCell ,
  #Contents .listTbl td.nameCell {
    width: 10%;
  }
  #Contents .listTbl th.placeCell ,
  #Contents .listTbl td.placeCell {
    width: 10%;
  }
  #Contents .listTbl th.termCell ,
  #Contents .listTbl td.termCell {
    width: 20%;
  }
  #Contents .listTbl th {
    background: #f7f7f7;
    text-align: center;
  }
  #Contents .listTbl td .spTit {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #Contents .listTbl tr ,
  #Contents .listTbl th ,
  #Contents .listTbl td {
    display: block;
  }
  #Contents .listTbl th {
    display: none;
  }
  #Contents .listTbl td {
    border-bottom: 1px solid #d9d9d9;
  }
  #Contents .listTbl td.nameCell {
    border-top: 1px solid #d9d9d9;
  }
  #Contents .listTbl td.targetCell {
    margin-bottom: 10px;
    padding: 0;
    border: none; 
    color: #a71117;
    font-size: 1.8rem;
  }
  #Contents .listTbl td:last-child {
    margin-bottom: 20px;
  }
  #Contents .listTbl td .spTit {
    margin-bottom: 5px;
    padding: 10px 15px;
    background: #f7f7f7;
  }
  #Contents .listTbl td .cellContent {
    padding: 10px 15px;
  }
}

@media only screen and (max-width: 767px) {
  .ie9 #Contents .listTbl tr ,
  .ie9 #Contents .listTbl th ,
  .ie9 #Contents .listTbl td {
    float: left;
    width: 100%;
  }
}

/***********************************************************************
 * #Contents .voiceList
 ********************************************************************* */
#Contents .voiceList > li .txtCol .infoBox {
  background: #f4f4f4;
}
@media print, screen and (min-width: 768px) {
  #Contents .voiceList > li {
    margin-bottom: 30px;
  }
  #Contents .voiceList > li:last-child {
    margin-bottom: 0;
  }
  #Contents .voiceList > li .photo {
    float: left;
    width: 35%;
  }
  #Contents .voiceList > li .photo img {
    width: 100%;
  }
  #Contents .voiceList > li .txtCol {
    float: right;
    width: 60%;
  }
  #Contents .voiceList > li .txtCol .infoBox {
    margin-top: 20px;
    padding: 20px 25px;
  }
  #Contents .voiceList > li .txtCol .infoBox .course {
    font-size: 15px;
  }
  #Contents .voiceList > li .txtCol .infoBox .name {
    margin-bottom: 4px; 
    font-size: 25px;
  }
  #Contents .voiceList > li .txtCol .infoBox .name .title {
    margin-left: 10px; 
    font-size: 14px;
  }
  #Contents .voiceList > li .txtCol .infoBox .from {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  #Contents .voiceList > li {
    margin-bottom: 30px;
  }
  #Contents .voiceList > li:last-child {
    margin-bottom: 0;
  }
  #Contents .voiceList > li .photo {
    margin-bottom: 10px; 
    text-align: center;
  }
  #Contents .voiceList > li .photo img {
    max-width: 100%; 
    width: auto;
  }
  #Contents .voiceList > li .txtCol .infoBox {
    margin-top: 10px;
    padding: 12px 15px;
  }
  #Contents .voiceList > li .txtCol .infoBox .course {
    font-size: 1.4rem;
  }
  #Contents .voiceList > li .txtCol .infoBox .name {
    font-size: 1.8rem;
  }
  #Contents .voiceList > li .txtCol .infoBox .name .title {
    font-size: 1.2rem;
  }
  #Contents .voiceList > li .txtCol .infoBox .from {
    font-size: 1.4rem;
  }
}
/***********************************************************************
 * 20170605×·¼Ó
 ********************************************************************* */
.fl {
    float: left;
    width: 55%;
}
.fbox .photo {
    display: table-cell;
    vertical-align: top;
    padding-left: 20px;
    width: 420px;
}
.layoutBlock {
    margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  #Contents .fl {
    float: center;
  }
}

#Contents .teacherSect {
    margin-bottom: 40px;
}

p.sample01 {
	margin-bottom: 20px;
}

p.sample02 {
	margin-top: 40px;
}
