

h2 {

  color: #BED739;
  color: #FAFB99;
  color: #FEFFE3;
  color: #C7D42C;
  color: #D6E54B;

  color: #C7D42C;
  font-size: 2rem;
}

h3 {
  font-size: 20px;
}

body {
  background-color: #fdffe3;
}

.column, .columns {
  padding-left: 10px;
  padding-right: 10px;
}


a {
 color: #000;
}

p.title {
  font-weight: bold;
}

a.headline:hover{
  background-color: #ffe4e1;
}

table tr.even, table tr.alt, table tr:nth-of-type(even)  {
  background-color: #fafb99;
  background-color: #eeeeee;
}

table tr th, table tr td {
  padding: 6px;
}

th, td {
  border: 2px solid #78A5CC;
  border: 2px solid #C7D42C;
}

td.nocolor {
  background-color: white;
}

th {
  background-color: #c0c0c0;
  background-color: #FAFB99;
  color: #333;
}

.sm {
  color: #333;
  font-size: small;
}

table caption {
  background-color: #C7D42C; 
  height: 55px;
  color: white;
  padding: 8px 0 8px 8px;
  font-size: x-large;
}

[data-magellan-expedition], [data-magellan-expedition-clone] {
  background-color: #C7D42C;
}

.sub-nav dt.active a, .sub-nav dd.active a, .sub-nav li.active a {
  background-color: #626633;
}

.sub-nav dt a, .sub-nav dd a, .sub-nav li a {
  color: #626633;
}

.accordion {
  margin-left: 0;
}

.accordion .accordion-navigation > a, .accordion dd > a {
  background-color: #C7D42C; 
  color: #000;
}


.accordion .accordion-navigation > .content, .accordion dd > .content {
  padding: 0;
}


.sub-nav dt, .sub-nav dd, .sub-nav li {
  margin-left: 0;
}

/*
.organizations {
  font-size: small !important;
  color: #666;
}

.organizations a:link, .organizations a:visited {
  color: #666;
  text-decoration: underline;
}

.organizations a:hover {
  color: #2ba6cb;
}
*/


/* footer */

.full-width {
  max-width: 1400px;
}

.top-bar {
  height: 20px;
  background-color: #ddeb10;

}
.top-bar p {
  font-size: small;
  margin-left:10px !important;
  margin-right:10px !important;
  color: #626633;
}

.footer {
  margin-top: 40px;
  background-color: #2980b9;
  background-color: #aaa;
  padding: 2rem 0;
  color: #fff;
}
.footer i {
  font-size: 100px;
}

.footer h3 {
  color: #fff;
  font-size: 1em;
  font-weight: bold;
}

.footer h4 {
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.footer p, .footer a {
  font-size: .8rem !important;
  color: #fff;
}

.footer a {
  text-decoration: underline;
}

@media only screen and (min-width: 40.063em) {
  .footer li {
    padding: 0 20px;
    margin: 5px 0;
  }
  .footer .columns.end {
    border-right: 1px solid #ccc;
    margin: 5px 0;
  }
}

.footer {
  border-top: 1px solid #999;
  background-image: url(/images/footer_back.png)
}

.footer-links {
  list-style-type: none;
}
.footer-links li {
  margin-top: .5em;
}

/* sub-nav */
.sub-nav dt, .sub-nav dd, .sub-nav li {
  padding: 10px 0;
  color: #000;
}

.scroll-top-wrapper {
    position: fixed;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  text-align: center;
  z-index: 99999999;
    background-color: #777777;
  color: #eeeeee;
  width: 50px;
  height: 48px;
  line-height: 48px;
  right: 30px;
  bottom: 30px;
  padding-top: 2px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
  background-color: #888888;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
  opacity: 1.0;
}
.scroll-top-wrapper i.fa {
  line-height: inherit;
}


ul.links {
  font-size: 0;
}
ul.links li {
  display: inline-block;
  font-size: 12px;
  padding-right: 10px;
}  

table button {
  margin-bottom: 0;
}

.match table td:first-child {
  width: 120px;
}

table.legend {
  background: none !important;
  border: none;
}

table.legend caption{
  background-color: transparent !important; 
  color: #333;
  font-size: small;
  padding: 0;
  margin: 0;
  height: 23px;
}
table.legend td, table.legend tr {
  border: none;
  padding: 2px;
}

table.legend tr  {
  background: none !important;
}


.legend {
  font-size: small;
}

.legend dt{
  float: left;
}

.legend dt, .legend dd{
  margin: 0px;
 }

.legend dt{
  width: 30px;
  padding: 0 10px;
}

.legend dd{
  width: 150px;
  padding: 0 10px;
}

.last_update {
  font-size: small;
  margin: 10px 0;
}

button.secondary, .button.secondary {
  background-color: white;
  border: 1px solid #ccc;
  color: #333333;
}

.excuse {
  color: #ccc !important;
  padding: 0 10px;
}

#message {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 0px;
    box-sizing: border-box;
}

#message_for_large {
  float: right;
  max-width: 400px;
  margin: 20px 10px 0;
  padding: 0 0px;
  box-sizing: border-box;
}


#heading {
    position: relative;
    padding: 10px 16px;
    border-radius: 4px;
    background-color: #2cc9d4;
    font-size: large;
    color: #ffffff;
}
#message #heading:after {
    content: "";
    position: absolute;
    top: -12px;
    right: 16px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom: 8px solid #2cc9d4;
    border-left: 8px solid #2cc9d4;
}

#message_for_large #heading:after {
    content: "";
    position: absolute;
    bottom: -12px;
    right: 16px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-top: 8px solid #2cc9d4;
    border-right: 8px solid #2cc9d4;
}



#search {
  padding:0px;
  margin-bottom:10px;
  position:absolute;
  right: 20px;
  top: 8px;
}
#search .text {
 width:212px;
 height:40px;
 border:1px solid #a1a65a;
 border-radius:20px;
 text-indent:10px;
}
#search .btn {
  background-color:rgba(0,0,0,0);
  height:40px;
  width:40px;
  border:none;
  color: #bc3a17;
  padding: 0;
  position:absolute;
  font-size: small;
  top: 2px;
  right: 10px;
}

.see_more{
  color: #626633;
  padding-left: 5px
}

.closed {
  font-weight: bold;
  color: #bc3a17;
}

.clear_button {
  margin: 0 0 0 10px;
  background-color: #a8b100 !important;
  color: white;
}

.clear_button:hover {
  background-color: #909800 !important;
  color: white !important;
}

#year_month {
  float: left;
  width: 40px;
  background-color: #c7d42c;
  border: none;
  color: #32350B !important;
}

h3.in_page {
  margin-top: 10px;
  color: #444;
  font-weight: bold;
}

ul.matches {
  list-style: none;
}

ul.matches a{
  padding-bottom: 2px;
  border-bottom: 1px dashed #999;
}

ul.matches li {
  position: relative;
  margin-top:16px;
}

ul.matches li::after {
  display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: -1em;
  width: 6px;
  height: 6px;
  background-color: #c7d42c;
  border-radius: 100%;
}

.holiday {
  color: Crimson !important;
}
.saturday {
  color: DodgerBlue !important;
}
.sunday {
  color: Crimson !important;
}

.external {
  width: 16px;
  height: 16px;
  margin: -5px 0 0 10px;
}

.sub-nav--prefecture dd {
  padding: 0px;
}

.sub-nav--prefecture dd a{
  padding: 6px;
}

.sub-nav dt.active a:hover, .sub-nav dd.active a:hover, .sub-nav li.active a:hover {
  background-color: #626633;
}

.links_table {
  a {
    text-decoration: underline;
  }
}

.match-table {
  th {
    width: auto;
    white-space: nowrap;
  }
  td {
    padding: 10px;
    width: 100%;
  }
  td, td p {
    font-size: 1rem;
  }
}

