@charset "UTF-8";

.cssskin-common-billboard  {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 120px;
}

.cssskin-common-billboard .c-title {
  color: #333333;
  font-size: 24px;
  font-weight: normal;
  line-height: 3.0;
  letter-spacing: 0.2em;
  text-shadow: #fff 0 1px 1px;
  background-color: center;
  text-align: center;
  background-color: rgba(255,255,255,0.55);
}

@media (max-width: 641px) {
.cssskin-common-billboard  {
  background-size: cover;
  text-align: center;
  height: 367px;
}

.cssskin-common-billboard .c-title {
  font-size: 16px;
  letter-spacing: 0.6em;
  text-align: center;
}

}
