@charset 'UTF-8';

/***********************************************************************
 * #Contents .topicsSect
 ********************************************************************* */
#Contents .topicsSect
{
    margin-bottom: 40px;
}

#Contents .layoutBox {
	margin-bottom: 20px;
}

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

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

#Contents .otherSect
{
}
@media print, screen and (min-width: 768px)
{
    #Contents .otherSect
    {
        margin-bottom: 70px;
    }
    #Contents .otherSect .sectTit
    {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 767px)
{
    #Contents .otherSect
    {
        margin-bottom: 30px;
    }
}


/***********************************************************************
 * #Contents .contactSect
 ********************************************************************* */
#Contents .contactSect
{
    background: #f7f7f7;
}
#Contents .contactSect .txt .inlineB
{
    display: inline-block;
}
@media print, screen and (min-width: 768px)
{
    #Contents .contactSect
    {
        font-size: 16px;
        line-height: 1.8;

        display: inline-block;

        padding: 30px;
    }
}
@media only screen and (max-width: 767px)
{
    #Contents .contactSect
    {
        padding: 15px;
    }
    #Contents .contactSect .txt .spBlock
    {
        display: block;
    }
}

/***********************************************************************
 * 情報公開
 ********************************************************************* */
 
#Contents h3 {
	font-size: 1.2rem;
	font-weight: bold;
	margin-top: 50px;
	margin-bottom: -30px;
}
 
#Contents .linkSect .sectMain .sublinkList > li a {
  display: block;
  color: inherit;
  text-decoration: none;
}
#Contents .linkSect .sectMain .sublinkList > li a:hover {
  text-decoration: none;
  opacity: 0.8;
}
#Contents .linkSect .sectMain .sublinkList > li .listInner {
  display: inline-block;
  border: 1px solid #cccccc;
  border-radius: 5px;
}
@media print, screen and (min-width: 768px) {
  #Contents .linkSect .sectTit {
    margin-bottom: 40px;
  }
  #Contents .linkSect .sectMain .linkList {
    margin-bottom: 70px;
  }
  #Contents .linkSect .sectMain .sublinkList > li {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
  }
  #Contents .linkSect .sectMain .sublinkList > li .listInner {
    padding: 10px 36px;
  }
}
@media only screen and (max-width: 767px) {
  #Contents .linkSect .sectTit {
    margin-bottom: 20px;
  }
  #Contents .linkSect .sectMain .linkList {
    margin-bottom: 35px;
  }
  #Contents .linkSect .sectMain .sublinkList > li {
    margin-top: 15px;
  }
  #Contents .linkSect .sectMain .sublinkList > li:first-child {
    margin-top: 0;
  }
  #Contents .linkSect .sectMain .sublinkList > li .listInner {
    display: block;
    padding: 10px 10px;
    text-align: left;
  }
}

.sectMain{
	margin-bottom: 30px;
}

.modList02_tit {
    margin-bottom: 18px;
    font-size: 23px;
    line-height: 1.3;
}

@media only screen and (max-width: 767px){
.modList02_tit {
    margin-bottom: 5px;
    font-size: 1.6rem;
}
 .center{
	text-align: left;
}
}

.teacherTbl2 td{
	text-align: center;
	width: 18%;
}
.teacherTbl2 th{

	width: 50%;
}

 .center{
	text-align: center;
}

.center{
    background: #f7f7f7;
}



@media only screen and (max-width: 767px){

.teacherTbl2 td{
	text-align: left;
	width: 25%;
}
.teacherTbl2 th{
	text-align: left;
	width: 25%;
}

}

/* .modTbl02 */
.modTbl02{
  margin-top: 20px;
}
.modTbl02 th ,
.modTbl02 td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.modTbl02 th {
  background: #f7f7f7;
}
@media print, screen and (min-width: 768px) {
  .modTbl02 {
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    font-size: 16px;
    line-height: 1.5;
  }
  .modTbl02 tr {
    border-top: 1px solid #d9d9d9;
  }
  .modTbl02 th ,
  .modTbl02 td {
    padding: 16px 25px 16px 25px;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
  }
  .modTbl02 th {
    padding-right: 10px;
    width: 230px;
    border-right: 1px solid #d9d9d9;
  }
  .modTbl02.modTbl02-h120 th {
    width: 120px;
  }
  .modTbl02.modTbl02-h155 th {
    width: 155px;
  }
  .modTbl02.modTbl02-h250 th {
    width: 250px;
  }
  .modTbl02.modTbl02-h410 th {
    width: 410px;
  }
  .modTbl02.modTbl02-vbnone th {
    border-right: none;
  }
  .modTbl02.modTbl02-tdbd td {
    border-left: 1px solid #d9d9d9;
  }
}
@media only screen and (max-width: 767px) {
  .modTbl02 {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .modTbl02 tr ,
  .modTbl02 th ,
  .modTbl02 td {
   border-left: 1px solid #d9d9d9;
   border-right: 1px solid #d9d9d9;
  }
  .modTbl02 tr {
    border-bottom: 1px solid #d9d9d9;
  }
  .modTbl02 tr:first-child {
    border-top: 1px solid #d9d9d9;
  }
  .modTbl02 th ,
  .modTbl02 td {
    padding: 10px 15px;
  }
  .modTbl02.modTbl02-tdbd td {
    border-bottom: 1px solid #d9d9d9;
  }
  .modTbl02.modTbl02-tdbd td:last-child {
    border-bottom: none;
  }
}

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

.note{
  text-align: right;
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  .note{
    font-size: 12px;
    margin-top: 8px;
  }
}
