/* [GRADATION BG] background-image: linear-gradient(to top left, [右下]→#f17221, [中央]→#F0DD01, [左上]→#8307b5); */

body {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  line-height: 1.4;
  font-feature-settings: "palt";
  background: #FFFFFF;
  -webkit-animation: colour 10s linear infinite;
  -moz-animation: colour 10s linear infinite;
}
@-webkit-keyframes colour {
  0% {
    background: #F8F8FF
  }
  30% {
    background: #FBEDFD
  }
  70% {
    background: #FFFFEF
  }
  100% {
    background: #F2FBFF
  }
}
@-moz-keyframes colour {
  0% {
    background: #F8F8FF
  }
  30% {
    background: #FBEDFD
  }
  70% {
    background: #FFFFEF
  }
  100% {
    background: #F2FBFF
  }

}


.container {
  background-color: #FFFFFF;
  border: 5px solid rgba(255, 255, 255, 0.50);
  border-radius: 10px;
  box-shadow: 0px 0px 4px 3px rgba(0, 0, 0, 0.2);
}
.search-box {
  padding: 15px 5px 15px;
  background-color: rgba(255, 255, 255, 1.00);
}
.search-box .row {
  margin: 0;
  padding: 0px 5px 20px;
}
h2 img {
	  border-radius: 10px;
  box-shadow: 0px 0px 4px 3px rgba(0, 0, 0, 0.2);

}
.search-box h2 {
  margin-bottom: 20px;
}
.search-box h3 {
  text-align: left;
}
.area ul li {
  float: left;
  list-style: none;
  margin: 1px;
}
.area {
  clear: both;
  margin: 10px 0px;
  padding: 4px;
  border-top: 1px dotted #007bff;
}
ul {
  margin: 0;
  padding: 0;
}
.form-control {
  margin-right: 2px;
}
/* FOOTER */
footer {
  border-top: 2px solid rgba(0, 0, 0, 0.10);
  padding-top: 5px;
  background-color: #FFFCF0;
}
footer p.bottom {
  text-align: center;
  font-size: 12px;
  margin: 0;
  padding: 5px 0 15px;
}
footer p.bottom a {
  text-decoration: none;
  color: #000000;
}
footer p.bottom a:hover {
  color: #3A539B;
}
footer p.bottom span {
  display: block;
}
footer p.bottom > span:first-child {
  font-size: 18px;
  font-weight: bold;
}
footer p img {
  width: 90%;
  margin: 0 5%;
  padding: 0;
}
/* to top */
#back-top {
  position: fixed;
  bottom: -16px;
  right: -1px;
}
#back-top a {
  width: 45px;
  height: 40px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.25);
  padding-top: 10px;
  font-size: 16px;
  line-height: 1em;
  border-top-left-radius: 15px;
}
#back-top a:hover {
  color: #22A7F0;
}