@charset "utf-8";
/* 文学部 201903  教員・スタッフ紹介 */

#teacher .pamphlet {
	margin: 10px auto 10px auto;
}

#teacher .pamphlet ul {
	margin-left: 30px;
}

#teacher .pamphlet ul li {
	margin-bottom: 10px;
	list-style: disc;
}


#teacher #Department {}

	#teacher #Department::after {
	  content: ""; clear: both; display: block;
	  }

#teacher #Department li {
  float: left;
  width: auto;
  height: auto;
  margin: 0 3px 3px 0;
  padding: 5px 15px;
  background-color: #e9e0ee;
  cursor: pointer;
  vertical-align: middle;
  font-size: 90%;
}

#teacher #Department li span::after {
	content:" ";
	display: inline;
	margin: 0;
	padding-right: 5px;
	font-weight: bold;
	font-family: inherit;
	text-align: left;
}

#teacher #Department li.active,
#teacher #Department li.active a{
  background-color: #d60000;
  color: #fff;
}

#teacher #Department li a {
  color: #4c4948;
}

#teacher #Department li.active a {
  color: #fff;
}


#teacher .index ul {}

	#teacher .index ul::after {
	  content: ""; clear: both; display: block;
	  }

#teacher .index ul li {
	float: left;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover !important;
	margin-bottom: 0px;
}

#teacher .index ul li:hover {
  opacity: 0.75;
}

#teacher .index ul li a {
	display: block;
	width: 160px;
	height: 160px;
	color: #ffffff;
	text-decoration: none;
	background: rgba(49, 75, 87, 0.5);
}



/*20190606追記*/
#teacher .index ul li p {
    position: absolute;
    bottom: 12px;
    left: 14px;
    color: #ffffff;
	width: 90%;
}

#teacher .index ul li p span.depa {
	font-size: 70%; 
	position: absolute;
	bottom: 120px;
}

/*
#teacher .index ul li p {
	position: absolute;
	bottom: 12px;
	left: 14px;
	color: #ffffff;
}

#teacher .index ul li p span.depa { font-size: 70%; }
*/

/*20190606追記ここまで*/


#teacher .index ul li p span.posi { font-size: 75%; }
#teacher .index ul li p span.name { font-size: 100%; font-weight: bold; line-height:1.2; }
#teacher .index ul li p span.moret {
	display: inline-block;
	padding: 2px 10px 1px;
	background-color: #00b0a8;
	font-size: 60%;
	text-align: center;
}




#teacher .index ul li p span {
	display: block;
}
#teacher .index ul li.asano { background: url(../images/teachers//thumbs/asano.jpg) ; }
#teacher .index ul li.iwami { background: url(../images/teachers//thumbs/iwami.jpg) ; }
#teacher .index ul li.okuda { background: url(../images/teachers/thumbs/okuda2.jpg) ; }
#teacher .index ul li.kanamori { background: url(../images/teachers/thumbs/kanamori.jpg) ; }
#teacher .index ul li.kamakura { background: url(../images/teachers/thumbs/kamakura2.jpg) ; }
#teacher .index ul li.k_kishimoto { background: url(../images/teachers/thumbs/k_kishimoto2.jpg) ; }
#teacher .index ul li.kishimoto { background: url(../images/teachers/thumbs/kishimoto2.jpg) ; }
#teacher .index ul li.kitamura { background: url(../images/teachers/thumbs/kitamura.jpg) ; }
#teacher .index ul li.koshikawa { background: url(../images/teachers/thumbs/est09_koshikawa.jpg) ; }
#teacher .index ul li.shiraishi { background: url(../images/teachers/thumbs/shiraishi.jpg) ; }
#teacher .index ul li.namiki { background: url(../images/teachers/thumbs/namiki.jpg) ; }
#teacher .index ul li.fujimori { background: url(../images/teachers/thumbs/fujimori.jpg) ; }
#teacher .index ul li.maruyama { background: url(../images/teachers/thumbs/maruyama03.jpg) ; }
#teacher .index ul li.miki { background: url(../images/teachers/thumbs/est20_miki02.jpg) ; }
#teacher .index ul li.mizuhara { background: url(../images/teachers/thumbs/est18_mizuhara.jpg) ; } 
#teacher .index ul li.yamaguti { background: url(../images/teachers/thumbs/yamaguti.jpg) ; } 
#teacher .index ul li.yamanaka { background: url(../images/teachers/thumbs/est16_yamanaka02.jpg) ; }
#teacher .index ul li.yokota { background: url(../images/teachers/thumbs/est11_yokota.jpg) ; }
#teacher .index ul li.comingsoon { background: url(../images/teachers/thumbs/comingsoon.jpg) ; }

/*20240408追記*/
#teacher #Department li.active,
#teacher #Department li.active a {
	background: #000;
}
#teacher #Department li {
	background: rgba(0, 0, 0, .3);
}

/*20260115追加*/
#teacher .data1 {
	margin-top: 50px;
}
	
	#teacher .data1 {
		  content: "";
		  clear: both;
		  display: block;
	}

#teacher .data1 .photo {
	float: left;
	width: 190px;
    display: block !important;
}

#teacher .data1 .text {
	float: right;
	width: 410px;
}

#teacher .data1 .text dl {
	margin-bottom: 30px;
}

	#teacher .data1 .text dl {
		  content: "";
		  clear: both;
		  display: block;
	}

#teacher .data1 .text dl dt {
	clear: both;
	float: left;
	width: 5em;
	margin: 0 0 10px 0;
	font-weight: bold;
}

#teacher .data1 .text dl dd {
	padding: 0 0 0 5.5em;
	margin: 0 0 10px 0;
}


#teacher .data1 .text ul {
	margin-left: 20px;
}

#teacher .data1 .text ul li {
	list-style: disc;
}

#teacher .data1 .text ul.link {
	clear: both;
	margin-left: 0;
}

	#teacher .data1 .text ul.link::after {
		  content: "";
		  clear: both;
		  display: block;
	}

#teacher .data1 .text ul.link li {
	float: left;
	margin: 0 20px 10px 0;
	list-style: none;
}

#teacher .data1 .text ul.link li a {
	display: inline-block;
	padding: 3px 20px;
	background-color: #00b0a8;
	border: 1px solid #00b0a8;
	color: #ffffff;
	font-size: 84%;
	text-decoration: none;
}

#teacher .data1 .text ul.link li a:hover {
	background-color: #ffffff;
	color: #00b0a8;
}

/*#teacher .data1 .text ul.link li a::after {
    content: " >";
    display: inline;
    margin: 0;
    padding-right: 5px;
    font-weight: bold;
    font-family: inherit;
    text-align: left;
}*/

#teacher .data1 .text ul.link + p {
	margin-top: 10px;
}


#teacher .data2 .text {
	clear: both;
	float: left;
	width: 430px;
}

#teacher .data2 .text2 {
	clear: both;
}

#teacher .data2 .text div, #teacher .data2 .text2 div {
	margin-bottom: 40px;
}

#teacher .data2 h2 {
	clear: both;
}

#teacher .data2 h3 {
	padding-bottom: 5px;
	border-bottom: 1px solid #B0BFC7;
}

#teacher .data2 p {
	margin-bottom: 15px;
}


#teacher .data2 .photo {
	float: right;
	width: 190px;
	margin: 0 auto;
}


#teacher .data2 .text ul {
	margin-left: 20px;
}

#teacher .data2 .text ul li {
	margin-bottom: 15px;
	list-style: disc;
}


#teacher .data2 .photo ul {
	margin-bottom: 30px;
}

#teacher .data2 .photo ul li {
	margin-bottom: 15px;
}

#teacher .data2 .photo ul li span, #teacher .data2 .photo2 ul li span {
	display: block;
	font-size: 80%;
}

#teacher .data2 .photo2 {
	margin-bottom: 30px;
}

	#teacher .data2 .photo2 ul::after {
		  content: "";
		  clear: both;
		  display: block;
	}

#teacher .data2 .photo2 ul li {
	float: left;
	margin-right: 10px;
}


#teacher .data2 .joint {
	clear: both;
	margin-top: 40px;
	padding: 10px;
	background-color: #E0E7EB;
}

#teacher .data2 .joint dt {
	font-weight: bold;
}
/*20260115追加ここまで*/

/*20260210あしらい追加*/
.data2 .data2_border {
    border: 1px solid #00b0a8;
    padding: 15px;
}
.data2 .h3_color {
color: #00b0a8;
}
/*ここまで*/

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

#teacher .pamphlet {
	margin: 10px auto 40px auto;
	text-align: center;
}

#teacher .pamphlet img {
	display: inline-block;
}
	
#teacher .pamphlet ul {
	margin: 20px 0 0 30px;
	text-align: left;
}

#teacher #Department li {
  display: inline-block;
  float: left;
  width: 49%;
  padding: 10px;
  box-sizing: border-box;
}

#teacher .index ul li {
	width: 50%;
	background-repeat: no-repeat!important;
	background-size:cover!important;
}

#teacher .index ul li a {
	width: 100%;
	height: auto;
	padding-top: 100%;
}




/* 詳細ページ　201709 */
#teacher .data1 {
	margin-top: 20px;
}

#teacher .data1 .photo {
	float: none;
	width: 190px;
	margin: 0 auto 20px;
}

#teacher .data1 .text {
	float: none;
	width: 100%;
}

#teacher .data1 .text ul.link li {
	float: left;
	margin-right: 10px;
/*	width: 48%;*/
}

#teacher .data2 .photo ul li span, #teacher .data2 .photo2 ul li span {
	margin-top: 5px;
}

#teacher .data2 .text {
	clear: both;
	float: none;
	width: 100%;
}

#teacher .data2 .photo {
	float: none;
	width: 190px;
	margin: 0 auto;
}

#teacher .data2 .photo ul li span {
	text-align: center;
}

#teacher .data2 .photo2 {
	width: 100%;
	margin: 0 auto 30px auto;
	text-align: center;
}

#teacher .data2 .photo2 ul li {
	float: none;
	margin-right: 0;
}



}

/***** add block 2024.08.02 *****/
#teacher .box01 {
	margin: 0 auto 60px auto;
}

#teacher .box01 .joint {
    clear: both;
    margin-top: 40px;
    padding: 10px;
    background-color: #E0E7EB;
}

#teacher .box01 .joint dt {
font-weight: bold;}

/*20240408追記ここまで*/
@media screen and (max-width: 736px) {

#teacher .pamphlet {
	margin: 10px auto 40px auto;
	text-align: center;
}

#teacher .pamphlet img {
	display: inline-block;
}
	
#teacher .pamphlet ul {
	margin: 20px 0 0 30px;
	text-align: left;
}

#teacher #Department li {
  display: inline-block;
  float: left;
  width: 49%;
  padding: 10px;
  box-sizing: border-box;
}

#teacher .index ul li {
	width: 50%;
	background-repeat: no-repeat!important;
	background-size:cover!important;
}

#teacher .index ul li a {
	width: 100%;
	height: auto;
	padding-top: 100%;
}

/*20190606追記*/
#teacher .index ul li p span.depa {
	bottom: 135px;
}
/*20190606追記ここまで*/
}

