@charset "utf-8";
* {
  margin: 0;
  padding: 0;
}
p {
　　　　word-break: normal;
}
.header {
  height: 56px;
  width: 100%;
  box-shadow: 0 0 10px #dddddd;
  background-color: #F7F1BC;
  position: fixed;
  top: 0;
}
.header-left {
  float: left;
}
.header-right {
  float: right;
}
.clear{
  clear: both;
}
.header-logo {
  height: 40px;
  margin-top: 8px;
}
.header-right a {
  line-height: 56px;
  color: #5a5c5f;
  margin-left: 5px;
  font-size: 16px;
  padding: 0px 0px;
}
.header-right a:hover {
  background-color: #f7f1bc;
  transition: background-color 0.5s;
}
.container {
  max-width: 980px;
  padding: 5px 5px;
  margin-left: auto;
  margin-right: auto;
}
.footer {
  height: 120px;
  background-color: #2f3a44;
  color: #e8e8e8;
  padding-top: 20px;
}
.footer-left {
  float: left;
}
.footer-right {
  float: right;
  padding-top: 50px;
}
.footer-left p {
  margin-bottom: 8px;
}

.time {
  max-width: 700px;
  padding: 10px 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  margin-top: -50px;
  text-align: center
}

.artist {
  max-width: 980px;
  padding: 10px 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  margin-top: -50px;
  text-align: center;
}

.contact {
  padding: 5px 0 60px;
  color: #5a5c5f;
}
.contact-title {
  margin-bottom: 15px;
}
.contact-form h3 {
  margin-top: 20px;
  margin-bottom: 5px;
  color: #4c4e52;
}
input, textarea {
  font-size: 15px;
  width: 400px;
  padding: 2px 4px;
}
.submit-button {
  margin-top: 20px;
  font-size: 18px;
  width: 80px;
}


