/***************************************************************************************************/
/** フォント用 **/
span.narieda{
	color:#000000;
	font-weight: bold;
}
span.student{
	color:#0000FF;
	font-weight:bold;
}
font.ubf{
	font-weight: bold;
}
font.rbf{
	color:red;
	font-weight: bold;
}
font.zero{
	color:blue;
	font-weight: bold;
}
font.first{
	color:purple;
	font-weight: bold;
}
font.second{
	color:green;
	font-weight: bold;
}
font.intro{
	font-weight: bold;
}
body{
/*	font-family:"M PLUS 1p", "Noto Sans JP", "Hiragino Sans","Hiragino Kaku Gothic ProN", sans-serif;*/
/*	font-family: "hiragino-kaku-gothic-pron", sans-serif;*/
/*	font-family:sans-serif, "hiragino-kaku-gothic-pron";*/
	font-family:sans-serif, "Noto Suns JP";
	font-size:0.90rem;
	font-style: normal;
}
/***************************************************************************************************/
td.bio{
	padding: 0em 0em 0em 2em;
	font-size:0.90rem;
}
/***************************************************************************************************/
p.rbib{
	font-weight: bold;
}
ul.rbib{
	margin-left:-1em;
	margin-top:-1em;
	margin-bottom:3em;
}

/***************************************************************************************************/
ol.pubclass{
	margin-bottom:0.5em;
	margin-right:3em;
}
/***************************************************************************************************/
ul.pubclass{
	margin-bottom:1em;
	margin-right:3em;
}
/***************************************************************************************************/
li.pubclass{
	list-style: none;
	margin-bottom:0em;
	margin-right:3em;
}
/***************************************************************************************************/
ul.image{
	display: flex;
}
li.image{
	list-style: none;
	padding: 0em 2em 0em 0em;
}
figcaption{
	display: table-caption;
	caption-side: bottom;
}
figure{
	display: table;
}
#cards {
	display: flex;
	justify-content: left;
	padding-top: 0.5em;
}
.card {
	width: 300px;
	height: 200px;
	margin-right: 20px;
	margin-bottom: 50px;
}
.description {
	width: 100%;
	font-size:smaller;
	padding: 0.25em 0em 0em 0em;
	box-sizing: border-box;
}

/***************************************************************************************************/
li.styleno{
	list-style:none;
}
/***************************************************************************************************/
ul.flexlist{
	list-style: none;
	display: flex;
}
li.flexlist{
	margin-right:30px;
}
/***************************************************************************************************/
.contents {
	margin-top: 20px;
}

.contents img {
	width: 300px;
	height: 200px;
	border-radius: 5px;
}
/*.text-center {
	text-align: center;
}*/
.flexbox2 {
	display: flex;
}
.flexbox3 {
	display: flex;
}

@media screen and (max-width: 700px) {
	.flexbox2 {
		display: block;
	}
}
@media screen and (max-width: 1020px) {
	.flexbox3 {
		display: block;
	}
}
