@charset "utf-8";
/* 経済学部 教員・スタッフ紹介　201811 */

#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: #f8c2d7;
  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 {
  background-color: #e63178;
  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;
}

#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(38, 64, 76, 0.6) ;
}

#teacher .index ul li p {
	position: absolute;
	bottom: 12px;
	left: 14px;
	color: #ffffff;
	width: 90%;
}

#teacher .index ul li p span {
	display: block;
}

/*#teacher .index ul li p span.depa { font-size: 70%; }*/
#teacher .index ul li p span.depa {
	font-size: 70%; 
	position: absolute;
	bottom: 120px;
}
#teacher .index ul li p span.posi { font-size: 75%; }
#teacher .index ul li p span.name { font-size: 95%; font-weight: bold; }
#teacher .index ul li p span.moret {
	display: inline-block;
	padding: 2px 10px 1px;
	background-color: #e63178;
	font-size: 60%;
	text-align: center;
}

/* Sw：社会福祉学科 */
#teacher .index ul li.kawasaki { background: url(../images/teachers/thumbs/kawasaki.jpg) ; }
#teacher .index ul li.kubota { background: url(../images/teachers/thumbs/kubota.jpg) ; }
#teacher .index ul li.kurokawa { background: url(../images/teachers/thumbs/kurokawa.jpg) ; }
#teacher .index ul li.sakaguchi { background: url(../images/teachers/thumbs/sakaguchi.jpg) ; }
#teacher .index ul li.sasaki { background: url(../images/teachers/thumbs/sasaki.jpg) ; }
#teacher .index ul li.suga { background: url(../images/teachers/thumbs/suga.jpg) ; }
#teacher .index ul li.deguchi { background: url(../images/teachers/thumbs/no_image.jpg) ; }
#teacher .index ul li.tokuda { background: url(../images/teachers/thumbs/tokuda.jpg) ; }
#teacher .index ul li.nakamura { background: url(../images/teachers/thumbs/nakamura.jpg) ; }
#teacher .index ul li.himeda { background: url(../images/teachers/thumbs/himeda.jpg) ; }
#teacher .index ul li.yasui { background: url(../images/teachers/thumbs/yasui.jpg) ; }
#teacher .index ul li.ito { background: url(../images/teachers/thumbs/ito.jpg) ; }
#teacher .index ul li.chi { background: url(../images/teachers/thumbs/chi.jpg) ; }



/* Cw：こども教育学科 */
#teacher .index ul li.akazawa { background: url(../images/teachers/thumbs/akazawa.jpg) ; }
#teacher .index ul li.ikoma { background: url(../images/teachers/thumbs/ikoma2.jpg) ; }
#teacher .index ul li.kitamura { background: url(../images/teachers/thumbs/kitamura.jpg) ; }
#teacher .index ul li.saito { background: url(../images/teachers/thumbs/saito.jpg) ; }
#teacher .index ul li.sakai { background: url(../images/teachers/thumbs/sakai.jpg) ; }
#teacher .index ul li.taoka { background: url(../images/teachers/thumbs/taoka.jpg) ; }
#teacher .index ul li.tanaka { background: url(../images/teachers/thumbs/tanaka.jpg) ; }
#teacher .index ul li.doi { background: url(../images/teachers/thumbs/doi.jpg) ; }
#teacher .index ul li.nakane { background: url(../images/teachers/thumbs/nakane.jpg) ; }
#teacher .index ul li.noguchi { background: url(../images/teachers/thumbs/noguchi.jpg) ; }
#teacher .index ul li.hashimoto { background: url(../images/teachers/thumbs/hashimoto.jpg) ; }
#teacher .index ul li.hatani { background: url(../images/teachers/thumbs/hatani.jpg) ; }
#teacher .index ul li.fujiwara { background: url(../images/teachers/thumbs/fujiwara.jpg) ; }
#teacher .index ul li.hoshino { background: url(../images/teachers/thumbs/hoshino.jpg) ; }
#teacher .index ul li.yano { background: url(../images/teachers/thumbs/yano.jpg) ; }
#teacher .index ul li.takeshita { background: url(../images/teachers/thumbs/takeshita.jpg) ; }
#teacher .index ul li.fukuda { background: url(../images/teachers/thumbs/fukuda.jpg) ; }

#teacher .index ul li.hatakeyama { background: url(../images/teachers/thumbs/hatakeyama.jpg) ; }
#teacher .index ul li.hirokawa { background: url(../images/teachers/thumbs/hirokawa.jpg) ; }
#teacher .index ul li.matsuda { background: url(../images/teachers/thumbs/matsuda.jpg) ; }

/*20200205追加*/
#teacher .data1{
	content: "";
    clear: both;
    display: block;
    margin-top: 50px;
}



#teacher .data1 .photo {
    float: left;
    width: 190px;
    text-align: center;
    display: block !important;
}

#teacher .data1 .text {
    float: right;
    width: 410px;
}


#teacher .data1 .text dl {
		  content: "";
		  clear: both;
		  display: block;
		  margin-bottom: 30px;
	}

#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.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: #e63178;
    border: 1px solid #e63178;
    color: #ffffff;
    font-size: 84%;
    text-decoration: none;
}

#teacher .data1 .text ul.link li a:hover {
	background-color: #ffffff;
	color: #e63178;
}

/*20250502　インタビュー・対談等　追加*/
#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;}





@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 {
	float: left;
	display: inline-block;
	width: 100%;
	height: 40px;
	padding: 0 10px 0 20px;
	line-height: 40px;
	background-position: 5px 7px;
	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%;
}

#teacher .data1 {
    margin-top: 20px;
}

#teacher .data1 .photo {
    float: none;
    width: 190px;
    margin: 0 auto 20px;
}

#teacher .data1 .text {
    float: none;
    width: 100%;
}

}