@charset "Shift_JIS";

@import "base2.css";


/* ----------------------- by A Kudo 20220404 
*/

#content table.tstyle3 th {
	min-width:3.5em;
}
#content table.tstyle3 td {
	min-width:6.5em;
}
#content table.tstyle3 td a{
	text-decoration:none;
	display:block;
}
#content table.tstyle3 td a:hover{
	background-color: #EFEFEF;
}

/* ----------------------- by A Kudo 20130410 
*/

#content i, em {
	font-style:italic;
}
#content u {
	text-decoration:underline;
}

#content sup {
	vertical-align:0.5em;
}
#content sub {
	vertical-align:-0.15em;
}
/* ----------------------- 
*/

/* ----------------------- by A Kudo 20140422 
*/

#content .profile {
	margin-top:2em;
}
#content #profile {
	margin-top:2em;
}


/* ----------------------- citation table by A Kudo 20170427 
*/

#content table.citation, #content table.citation th, #content table.citation td {
    border:none;
}


/* ----------------------- Staff table by A Kudo 20210614 
*/

#content table.tstyle3 tr th {
    border-bottom:none;
}

#content table.tstyle3 tr.graderow2 th {
    border-top:none;
}

#content table.tstyle3 tr:last-child th {
    border-bottom:solid 1px #BBB;
}


