/*
 Theme Name:   JSAP MEETING Design 2026s
 Description:  2026s
 Author:       Atlas
 Template:     jsap-meeting

*/

@charset "UTF-8";

.leftpain {
  background: #f9f9f9;
}

.nav-lang, .side-link-o {
  background: #fff;
  border-color: #884898;
  color: #884898;
}

.nav-lang:HOVER, .side-link-o:HOVER {
  background: #f8e5f0;
  color: #884898;
}

.navlist>li>a:before {
  color: #884898;
}

.navlist>li:hover>a, .navlist>li.current>a {
  background: #884898;
  color: #fff;
}

.toppage-ban {
  background-image: linear-gradient(to right, #f7dfde, #f3e0e7, #ece2ed, #e5e4ef, #e0e6ee) !important;
  padding: 0;
  text-align: center;
}

.toppage-ban p {
  margin: 0;
}

.toppage-ban img {
  display: block;
  margin: auto;
  max-height: 280px;
  max-width: 100%;
  text-align: center;
  width: auto;
}

/* Top Page Grid Color Pattern */
.blue {
  background-color: #007bbb;
}

.green {
  background-color: #44903C;
}

.pink {
  background-color: #e95295
}

.purple {
  background-color: #674196;
}


/* Content Page */
.contentwrap h2 {
  color: #666;
  border-bottom: 1px dotted #884898;
}

.contentwrap h3 {
  color: #884898;
  font-weight: bold;
}

.contentwrap h4 {
  color: #666;
}

.contentwrap thead th {
  background: #884898;
}

.filelink {
  background: #884898;
}

.filelink:HOVER {
  background: #65318e;
}

.pagelink {
  background: #4d5aaf;
}

.pagelink:HOVER {
  background: #706caa;
}

.linklabel.deactivate {
  background: #999;
  color: #ddd;
}

.def-datalist dt {
  border-bottom: 2px solid #884898;
}

.face .side-box {
  min-height: 500px;
}