@import url("https://fonts.googleapis.com/css?family=Lora");
@import url("https://fonts.googleapis.com/earlyaccess/sawarabimincho.css");
html {
  position: relative;
  min-height: 100%;
}

@media only screen and (min-width: 768px) {
  html {
    font-size: 100%;
  }
}

@media only screen and (min-width: 321px) and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}

h1 {
  font-size: 1.0rem;
  font-weight: bold;
  padding: .75em 1.0em;
  background-color: #f6f6f6;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}

h1.accent {
  font-size: 1.0rem;
  font-weight: bold;
  padding: .75em 1.0em;
  background-color: #fff6f6;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}

h2 {
  font-size: 1.0rem;
  font-weight: bold;
  margin-left: 0.5em;
  margin-bottom: 5px;
}

h3 {
  font-size: 1.0rem;
  font-weight: bold;
  color: #333;
  margin: 0.5em;
}

h4 {
  font-size: 1.0rem;
  font-weight: normal;
  color: #666;
  margin: 0.5em;
}

body {
  margin-bottom: 100px;
  font-size: 1.0rem;
  padding-top: 215px;
}

p {
  padding: 10px 10px 10px 15px;
}

div.p {
  padding: 10px 10px 10px 15px;
}

.blank {
  margin: 0px 7px;
}

table.table {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
}

table.table thead tr td {
  background-color: #fcfcfc;
}

.inline li {
  margin-bottom: 5px;
}

.inline li ul {
  margin: 0 0 0 1.5em;
  padding: 0;
}

.bold {
  font-weight: bold;
}

.accent {
  color: #e71349;
  font-weight: bold;
}

.accent1 {
  color: #ee3866;
}

.accent2 {
  color: #219607;
}

.container {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .container.narrow {
    width: 80%;
  }
}

@media only screen and (min-width: 321px) and (max-width: 767px) {
  .container.narrow {
    width: 100%;
  }
}

.navbar-default {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 205px;
  background-color: rgba(0, 0, 0, 0.5);
  padding-top: 80px;
  padding-bottom: 5px;
  box-shadow: 0px 0px 6px 2px #000000;
  z-index: 2;
}

.absolute-top {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}

@media only screen and (min-width: 321px) and (max-width: 767px) {
  #navbar {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .nav li a {
    padding: 40px 30px 10px 0px;
  }
}

@media only screen and (min-width: 321px) and (max-width: 767px) {
  .nav li a {
    padding: 5px 5px;
  }
}

.nav .dropdown-menu li a {
  font-size: 0.8rem;
}

@media only screen and (min-width: 768px) {
  .nav .dropdown-menu li a {
    padding: 10px 15px;
  }
}

@media only screen and (min-width: 321px) and (max-width: 767px) {
  .nav .dropdown-menu li a {
    padding: 5px 5px;
  }
}

@media only screen and (min-width: 768px) {
  .navbar-default .navbar-nav li {
    color: #fff;
  }
  .navbar-default .navbar-nav li a {
    color: #fff;
  }
  .navbar-default .navbar-nav li a:hover {
    color: #bebebe;
  }
  .navbar-default .dropdown-menu li a {
    color: #333 !important;
  }
}

@media only screen and (min-width: 321px) and (max-width: 767px) {
  .navbar-default .navbar-nav li {
    background-color: #fff;
    border-bottom: 1px solid #eee;
  }
  .navbar-nav {
    margin: 0px -15px;
  }
}

.navbar-brand #title {
  font-family: 'Lora', serif;
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .navbar-brand #title {
    font-size: 2.0rem;
  }
}

@media only screen and (min-width: 321px) and (max-width: 767px) {
  .navbar-brand #title {
    font-size: 1.3rem;
  }
}

.navbar-brand #title #site {
  font-family: 'Sawarabi Mincho';
  color: #ee3866;
  margin-left: 5px;
}

.navbar-brand #title #in {
  font-family: 'Lora', serif;
  color: #219607;
  margin-left: 5px;
}

.navbar-brand #info {
  font-size: 0.8rem;
  color: #bebebe;
}

.navbar-header {
  float: none;
}

@media (min-width: 979px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
    margin-top: 0px;
  }
}

.nav.navbar-nav {
  font-size: 0.8rem;
}

.navbar-nav .open a {
  background-color: transparent !important;
}

.btn {
  margin: 3px;
  background-color: #022a47;
  border: 0px;
}

.sns-icon {
  padding: 5px 10px 5px 10px;
  font-size: 0.9rem;
}

.sns-icon .sns-title {
  font-weight: bold;
  margin-left: 5px;
}

.sns-icon a:hover {
  text-decoration: none;
}

.sns-icon img {
  width: 20px;
}

.footer {
  font-size: 0.8rem;
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #333;
}

@media only screen and (min-width: 768px) {
  .footer {
    height: 80px;
    padding-top: 32px;
  }
}

@media only screen and (min-width: 321px) and (max-width: 767px) {
  .footer {
    height: 80px;
    padding-top: 16px;
  }
}

.footer .text-muted {
  color: #fff;
  text-align: left;
}

.footer img {
  background-color: #ffffff;
  height: 24px;
  padding: 3px;
  border-radius: 3px;
  margin-right: 40px;
}

.news-date {
  color: #333;
  font-weight: bold;
  margin-right: 10px;
}

.program a {
  color: #333;
  text-decoration: underline;
}

.program a:hover {
  color: #999 !important;
  text-decoration: none;
}

.program a:visited {
  color: #333;
  text-decoration: underline;
}

.program a:active {
  color: #333;
  text-decoration: underline;
}

.program.title {
  font-weight: bold;
  font-size: 0.9rem;
  margin: 1px;
  padding: 5px;
}

.program.author {
  font-size: 0.8rem;
  margin: 1px;
  padding: 5px;
}

.program.session {
  font-size: 1.1rem;
  font-weight: bold;
  border-left: solid 8px #ee3866;
  padding: 10px 0px;
  margin: 2.0rem 0px 2.0rem 0px;
  background-color: #fef9f9;
}

.program.session .chair {
  font-size: 1.0rem;
  font-weight: normal;
}

.program.image {
  margin: 1px;
  width: auto;
  max-width: 100%;
  max-height: 200px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

.program.abstract-open {
  font-size: 0.6rem;
  padding: 5px;
  border: 0px;
}

.program.abstract {
  font-size: 0.8rem;
  border: 1px solid #f0f0f0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.awards.title {
  font-weight: bold;
  font-size: 1.0rem;
  margin: 1px;
  padding: 5px;
}

.awards.author {
  font-size: 0.9rem;
  margin: 1px;
  padding: 5px;
}

.panel {
  box-shadow: none;
}

.panel-default {
  border: 0px;
}

table.program tr td:first-child {
  width: 20%;
  font-weight: bold;
  text-align: right;
  padding-right: 20px;
}

table.program tr.session {
  background-color: #fef9f9;
}

.keynotes p.img {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .news {
    font-size: 0.8rem;
  }
}

@media only screen and (min-width: 321px) and (max-width: 767px) {
  .news {
    font-size: 1.0rem;
  }
}

.news ul {
  counter-reset: list;
  list-style-type: none;
}

.news ul li {
  position: relative;
  left: -5px;
}

.news ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: -20px;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background: #022a47;
  top: 0.6rem;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sponsor p {
  text-align: center;
  margin: 0px;
  padding: 5px;
}

.sponsor p img {
  margin: 0px 0px;
}

@media only screen and (min-width: 768px) {
  .sponsor p img {
    width: 80%;
  }
}

@media only screen and (min-width: 321px) and (max-width: 767px) {
  .sponsor p img {
    width: 50%;
  }
}

.links ol {
  counter-reset: list;
  list-style-type: none;
}

.links ol li {
  position: relative;
  font-weight: bold;
  font-size: 14px;
}

.links ol li:before {
  content: "";
  display: block;
  position: absolute;
  left: -20px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #022a47;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#teaser {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 205px;
}

#teaser img {
  position: absolute;
  width: 100%;
  height: 205px;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: 8;
  opacity: 0.0;
}

#teaser img.active {
  z-index: 10;
  opacity: 1.0;
}

#teaser img.last-active {
  z-index: 9;
}
