/*//////////////////////////////////////////////////////////////////////////////

about.css
	
//////////////////////////////////////////////////////////////////////////////*/
#contents .lowerNavi{
  width: 85%;
  margin: 0 auto;
  margin-bottom: 40px;
  font-size: 0;
  border-top: 1px solid #5ac2d8;
  border-bottom: 1px solid #5ac2d8;
  padding: 10px;
}
#contents .lowerNavi li{
  display: inline-block;
  width: 33.33333%;
  font-size: 14px;
  text-align: center;
}
#contents .lowerNavi a{
  color: #23a4bf;
}
#contents .lowerNavi a:hover{
  color: #ace0eb;
}
#contents .lowerNavi a.on{
  color: #ace0eb;
}

/*about*/
.about #contents h3{
  font-size: 16px;
  color: #222;
}
.about #contents h4{
  font-family: 'Open Sans', sans-serif;
  font-size:10px;
  letter-spacing: 0.08em;
  color: #888;
  margin-top: 8px;
}
.about #contents h4+p{
  margin-top: 40px;
}
.about #contents .video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
} 
.about #contents .video-container iframe,
.about #contents .video-container object,
.about #contents .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.about #contents .sericite{
  margin-top: 40px;
  text-align: center;
}
.about #contents .sericite dd{
    margin-top: 20px;
    font-size: 13px;
}
.about #contents .aboutList h5{
  font-size: 15px;
  margin-top: 20px;
  color: #222;
}
.about #contents .aboutList p{
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.6;
  text-align: justify;
}
.about #contents .aboutList ul{
  margin-top: 40px;
}
.about #contents .aboutList{
}
.about #contents .aboutList li{
	margin-bottom: 40px;
}
.about #contents .mapArea{
  border-top: solid 1px #E4E4E4;
  padding-top: 60px;
}
.about #contents .mapArea h5{
  font-size: 15px;
  color: #222;
}
.about #contents .map {
  position: relative;
  height:400px;
  overflow: hidden;
  margin-top: 20px;
}
.about #contents .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.about #contents .accessList{
  margin-top: 30px;
}
.about #contents .charm h3+p{
  margin-top: 15px;
}
.about #contents .charm p.caption{
  font-size: 11px;
  text-indent: -1em;
  margin-left: 1em;
}
.about #contents .charm .bnr{
  margin-top: 30px;
  padding: 0 20px;
}
.about #contents .charm .bnr a{
  transition-duration: .4s;
}
.about #contents .charm .bnr a:hover{
  opacity: .6;
}

/*lecturer*/
.lecturer #contents h3{
  margin-top: 30px;
  font-size: 15px;
  color: #222;
}
.lecturer #contents h3 span{
  font-size: 11px;
}
.lecturer #contents p.position{
  font-size: 12px;
  margin-top: 5px;
}

/*column*/
.column #contents .prof{
  border-bottom: solid 1px #E4E4E4;
  padding-bottom: 60px;
}
.column #contents h3.name{
  font-family: 'Open Sans', sans-serif;
  font-size:20px;
  margin-top: 30px;
  color: #222;
}
.column #contents h4.position{
  font-size: 12px;
  margin-top: 5px;
}
.column #contents .prof p{
  line-height: 1.8;
  margin-top: 20px;
}
.column #contents h3{
	font-size:18px;
  color: #222;
}
.column #contents h3+p{
  margin-top: 20px;
}
.column #contents p.signature{
  text-align: right;
  margin-top: 30px;
}

/* Responsive Styles
======================================== */
@media only screen and (max-width: 768px) {
  #contents .lowerNavi{
    width: 90%;
  }
}
@media only screen and (max-width: 480px) {
  .about #contents .aboutList{
    margin-bottom: 0;
  }
  .about #contents .aboutList li{
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}