@charset "UTF-8";
/* ================================================
white.css
OSD Theme Color-- 濃緑：#0d4231 
================================================ */
body,.card{background-color: #fff;}
a{text-decoration:none;color:#0d4231;}

.top-widget .widget-title,
.archive-widget .widget-title,
.entry-title,
.archive-title,
#relatedLink .widget-title,
#mainArea h2,#mainArea h3{color:#0d4231;}

.nav-tabs > li a:hover{background-color: #0d4231;}

.newsArea {background-color: #ddd;}

.site-title{background: url(../img/title.svg) 0 0 no-repeat;}
@media screen and (max-width:540px){
	.site-title{width: 100%;background-size: contain;}
}

#univ_logo{background: url(../img/tsukuba_logo.svg) 0 0 no-repeat;}

.archiveList li:hover,.listBtn a:hover,#more_disp a:hover{background-color:#ffc;}

#mainArea table tr:hover{
	background: #f5f5f5;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#mainArea .btnBase,#mainArea .visible-only-if-sent .btnBase {color: #fff;background: #0d4231 ;}
#mainArea .btnBase:hover,#mainArea .visible-only-if-sent .btnBase:hover{background-color: #D83300;}