/* 
   www3.u-toyama.ac.jp 用 css1 
   Created: 2018/08/07 15:13:13
   Last modified: 2022/05/21 17:01:11
   ---
   ny.css
   Bootstrap 5 
*/

.bg-secondary {
	background-color: #d0d0d0 !important;
}

a 
{
	color: #0d6efd;
	text-decoration: underline;
	text-decoration-style: dashed;
}

a:hover
{
	color: #222;
	background: #ffcc80;
	text-decoration-style: solid;
}
a:visited
{
	color: #0d6efd;
}

a.navbar-brand:hover{
	color: #e0e0e0;
	background: #222;
}