/* CSS Document */


.nav-link:hover, .nav-link:focus {
padding-bottom: 2px;
	border-bottom: solid 2px #A8640E;
}

.nav-item {
	font-size: 1.1rem;
}
.cate_tag {
	background: #434343;
	color: #FFFFFF;
	font-size: 10pt;
	padding: 1px 8px 2px;
	
}

.news dt {
	font-size: 1rem;
	padding-top: 6px;
	border-top: dotted 2px #DCDCDC;
}
.news dd p{
	margin-top: 2px;
	font-size: 0.9rem;
}
.event_detail {
	margin-top: 0px;
	padding-top: 0px;
	font-size: 0.9rem;
}

@font-face { 
  font-family: "LemonMilk"; 
  src: url("/-/cgf/fonts/LemonMilk.otf"); 
}

.lemon {
	font-family: LemonMilk;
}

/*Carousel color*/
.carousel-control-next,
.carousel-control-prev {
    filter: invert(100%);
}
.carousel-indicators li {
    background-color: #304328;
}
.carousel-indicators .active {
    background-color: #B0B04F;
}

.bg-dark {
	background-color: #113B08 !important;
}
.bg-subdark {
	background-color: #222222;
}
.card-text img{
	width: 50px;
	margin-right: 10px;
	float: left;
}

.links li {
	font-size: 1.1rem;
	margin: 0.25rem 0;
}

.links h5 {
	border-left: 5px solid #93B334;
	padding-left: 10px;
}

.links .card {
	border: none;
}

.calendar_waku {
	width: 100%;
	height: 60px;
	margin-left: 60px;
	margin-bottom: 10px;
/*	padding: 10px 10px 10px 13px;*/
	padding-left: 10px;
	background: #F0F0F0;
	font-size: 13pt;
}

#publication img{
	width: 25px;
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
}

#publication .journal{
	color: #494242;
	font-weight: 500;
	font-style: italic;
}
#publication .pub_head {
	font-size: 0.9rem;
}
#publication .pub_auth {
	color: #766C6C;
	line-height: 1rem;
	font-size: 0.9rem;
	margin-top: 0;
}

footer p {
	font-size: 0.9rem;
	letter-spacing: 0.1em;
	color: #8D8D8D;
	font-weight: 700;
}


.hearder_lab {
	opacity: 0.8;
	color: black;
	font-size: 0.9rem;
	margin-top: 0;
	padding-top: 0;
}
.header-title {
/*	font-family:Georgia, "Times New Roman", Times, "serif";*/
/*	font-family: "Palatino Linotype", "Book Antiqua", Palatino, "serif";*/
	margin-top: 0;
	padding-top: 0;
	font-size: 1.7rem;
	font-weight: 900;
	line-height: 1.6rem;
	width: 400px;
	color: black;
	opacity: 0.7;
}

.self {
/*	font-family: "Palatino Linotype", "Book Antiqua", Palatino, "serif";*/
	font-weight: 500;
}

.header-caption{
	font-size: 0.9rem;
	width: 400px;
	color: black;
	opacity:0.9;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 0;
  left: 4.3em;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: left;
}

.card-title {
	margin-bottom: 0.3rem;
}


.person_card {
	margin-top: 5px;
	margin-bottom: 10px;
	float: none;
}

.person_card h4 {
	margin-top: 15px;
}

table.dataTable thead .sorting {
  background-image: image-url("/-/cgf/img/sort_both.png");
}
table.dataTable thead .sorting_asc {
  background-image: image-url("/-/cgf/img/sort_asc.png");
}
table.dataTable thead .sorting_desc {
  background-image: image-url("/-/cgf/img/sort_desc.png");
}
table.dataTable thead .sorting_asc_disabled {
  background-image: image-url("/-/cgf/img/sort_asc_disabled.png");
}
table.dataTable thead .sorting_desc_disabled {
  background-image: image-url("/-/cgf/img/sort_desc_disabled.png");
}

