@charset "utf-8";

main h5 {
	color:#00bce9;
	padding-bottom:3px;
	border-bottom:solid 1px #00bce9;
}

/* 2018.0312 テーブルに変更 */
.special table,
.standard table {
	width:100%;
	margin-bottom:7px;
}

.special table tr th,
.special table tr td,
.standard table tr th,
.standard table tr td {
	border:solid 1px #ccc;
	padding:5px 2px;
}

.special table tr th,
.standard table tr th {
	background-color:#e5f2fc;
	font-weight:normal;
	text-align:center;
}

.standard table tr th span {
	display:block;
	width:3em;
}

.special table tr .no,
.standard table tr .no {
	width:2em;
}

.special table tr .dname,
.standard table tr .dname {
	width:18em;
}
.standard table tr .dname2 {
	width:13em;
}
.standard table tr .dname3 {
	width:16em;
}
.standard table tr .dname4 {
	width:20em;
}
.standard table tr .dname70 {
	width:70%;
}


/* 2024.1220 研究代表者のタグ変更 */
.member li{
	display: inline-block;
}
.member li:first-child{
	width: 6em;
}
.dname70 {
	width:70%;
}


@media screen and (max-width:768px){
.member li{
	display: block;
}
.member li:first-child{
	width: auto;
}
.standard table tr .dname2 {
		width: auto;
	}

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

}
@media screen and (min-width: 600px) {
.br-sp {
	display: none;
}
}
@media screen and (max-width: 559px) {
.br-sp {
	display: block;
	line-height: 0.5em;
}
.br-pc {
	display: none;
}
}