@charset "UTF-8";

/* ==================================================================

	研究・産学連携｜大同大学
	/common/css/cat_research.css

	+ 研究支援センター

================================================================== */


/* ==================================================================
	研究支援センター
	research/center/ 以下階層共通
================================================================== */
/* PC */
@media screen and (min-width: 741px), print {
	#main_contents_body.height_lab {
		min-height: 850px;
	}
}



/* ==================================================================
	コミュニティ防災ラボ（建築学科　鷲見哲也准教授）｜研究支援センター
	research/center/lab08/
================================================================== */
/* PC */
@media screen and (min-width: 741px), print {
	.lab08_img img:first-child {
		margin-right: 30px;
	}
}
/* SP */
@media screen and (max-width: 740px) {
	.lab08_img img {
		margin-bottom: 1em;
	}
}



/* ==================================================================
	研究成果/研究シーズ集｜研究支援センター
	research/seeds/
================================================================== */

.cat_research-seeds h3.faculty{
    margin-bottom: 10px;
    padding: 10px 0 30px;
    font-size: 157%;
    color: #144d80;
	position: relative;
}

	.cat_research-seeds h3.faculty a {
		text-decoration: none;
	}

	.cat_research-seeds h3.faculty a::after {
		content: "";
		position: absolute;
		top: 30%;
		left: 80px;
		display: block;
		width: 10px;
		height: 10px;
		margin-top: -7px;
		border: solid #333;
		border-top-width: medium;
		border-right-width: medium;
		border-bottom-width: medium;
		border-left-width: medium;
		border-width: 3px 3px 0 0;
		transform: rotate(135deg);
	}


.anchor_list03 li {
    float: left;
    width: 33%;
    margin-bottom: 10px;
}

	.anchor_list03 a {
		display: block;
		box-sizing: border-box;
		width: 100%;
		background: url(../images/anchor_list_mark02.png) left 3px no-repeat;
			background-size: auto;
		background-size: 15px 15px;
		padding-left: 20px;
		text-decoration: none;
	}
	
	.f_teacher{
		margin-bottom: 20px;
		
	}


html {
    scroll-behavior: smooth;
    scroll-padding-top: 150px;
}


	.f_teacher h4{
		padding: 10px 0 ;
		font-size: 128.5%;
		color: #144d80;
	}


		.f_teacher a{
			text-decoration: none;
		}
		
		.f_teacher .table01 th{
			width: 30%;
		}
		
		.f_teacher .table01 td{
			width: 70%;
		}

		.bttl{
			font-size: 128.5%;
			color: #144d80;
		}


@media screen and (max-width: 740px) {
	
	.anchor_list03 li {
		float: none;
		width: 100%;
	}

	.anchor_list02 li {
		float: none;
		width: 100%;
	}	
	
	.ind_13 {
		padding-left: 0;
		text-indent: 0;
	}
	
		.f_teacher .table01 th,
		.f_teacher .table01 td{
			display: block;
			width: 95.7%;
		}
			
	
}


/* ==================================================================
	研究・社会連携
================================================================== */

.research_index .page_list_title {
	padding-top:10px;
	border-top: solid 1px #cbcbcb;
	font-size: 114.2%;
}

.research_index .page_list_title span{
	margin-top:10px;
	display:inline-block;
}

.research_index .page_list_title li a,
.research_index .page_list_title3 li a{
  padding: 10px 10px 0 26px;
  background-image: url(../images/list_mark_l.png);
  background-position: 5px 13px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  font-size: 87.5%;
}


.research_index .page_list_title3 {
  padding: 10px 10px 0 0;
  border-top: solid 1px #cbcbcb;
  font-size: 114.2%;
  text-decoration: none;
  color: #144d80;

}

.research_index .page_list_title3 span{
  margin-top:10px;
  display:inline-block;
}

.research_index .page_list.col3 > li {
  margin: 0 4% 30px 0;
}


/* ==================================================================
	ラボラトリー
================================================================== */


.study-lab li{
	margin-top:10px;
}


/* ==================================================================
	研究紹介
================================================================== */

.research-study li li{
	margin-top:5px;
}

.research-study li ul{
	margin-left:20px;
}

.research-study li a{
  padding: 10px 10px 0 26px;
  background-image: url(../images/list_mark_l.png);
  background-position: 5px 13px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  font-size: 114.2%;
  text-decoration:none;
}

.research-study .page_list_title3{
	font-size: 114.2%;
	text-decoration: none;
	color: #144d80;
	margin-left:10px;
}

/* ==================================================================
	共同研究等の受け入れ
================================================================== */

ul.research-doc {
	display:flex;
}

ul.research-doc li{
	margin-right: 30px;
}




/* ==================================================================
	モバイル表組変更
================================================================== */


.news-detail table{
	text-align:left;
	font-weight:normal;
	margin-left: 30px;
}

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

	.news-detail table{
		margin-left: 1px;
} 

	.news-detail table td{
		margin-left:1em;
}


	.news-detail table th,
	.news-detail table td{
		display:block;
		width:100%;		
	}
	
	.news-detail table th{
		text-align:left;
		font-weight: bold;
	}
	
	.news-detail table td{
		margin-bottom:15px;
	}


}






