@charset "utf-8";
/* CSS Document */
/* アブストラクトテーブル------------------------*/
.table-a-header {
  text-align: right;
  padding: 20px 0;
}
.table-a-header a {
  color: #333;
  text-decoration: none;
  border: solid 1px #383e45;
  padding: 2px 10px;
  display: inline-block;
}
.table-a-header a:hover {
  color: #000;
  background-color: #FFD918;
  text-decoration: none;
}
.container-a {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 900px;
  margin-bottom: 30px;
}
.section-a {
  box-shadow: 0 0 4px #bbb;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin-bottom: 20px;
}
#main-a {
  padding-bottom: 30px;
}
#main-a a {
  color: #383e45;
}
#main-a a:hover {
  opacity: 0.7;
  text-decoration: none;
}
#table-a-section {
  padding: 30px 10px;
  background-color: #ffffff;
  color: #383e45;
}
#table-a-section h2 {
  padding-bottom: 30px;
  font-size: 3rem;
  text-align: center;
  font-family: "Arial Black", Gadget, "sans-serif";
}
#table-a-section table {
  border-top: solid 2px #A1A3A6;
  border-bottom: solid 2px #A1A3A6;
} /*#A1A3A6*/
#table-of-abstract {
  width: 100%;
}
#table-of-abstract th {
  font-size: 1.9rem;
  padding: 40px 0px 10px 0px;
  font-family: "Arial Black", Gadget, "sans-serif";
}
#table-of-abstract .title-a {
  vertical-align: top;
  font-size: 1.7rem;
  font-weight: bold;
  padding: 0px 10px 20px 0px;
  min-width: 80px;
  line-height: 1.3em;
}
#table-of-abstract .text {
  vertical-align: top;
  font-size: 1.7rem;
  padding: 0px 10px 20px 0px;
  line-height: 1.3em;
}
#table-of-abstract .text:last-child {
  padding: 0px 10px 40px 0px;
}
#table-of-abstract .auther {
  font-size: 1.8rem;
}
#table-of-abstract .affi {
  font-size: 1.25rem;
  font-style: oblique;
  color: #8E8E8E;
}
.icon-a {
  display: inline-block;
  padding: 6px 10px;
  font-size: 0.7em;
  color: #ffffff;
  border-radius: 2px;
  line-height: 1.2em;
  text-align: center;
}
.t-07 {
	font-size: 0.7em;
}
@media (min-width: 1024px) {
  #table-a-section {
    padding: 60px;
  }
}