@charset "UTF-8";

.cssskin-common  {
  letter-spacing: 0.1em;
  padding-left: 5%;
  padding-right: 5%;
}

.cssskin-common .c-large_headline {
  color: #434343;
  font-size: 1.2em;
  line-height: 1.6;
  border-bottom: 4px double rgba(34,34,34,0.5);
  display: inline;
  font-weight: normal;
  padding: 0 1em 0.25em 1em;
}

.cssskin-common .c-small_headline {
  color: #666666;
  font-size: 0.9em;
  font-weight: normal;
  line-height: 1.6;
  padding: 1em 0 1em 3em;
}

.cssskin-common .c-lead {
  color: #45818e;
  font-size: 1em;
  line-height: 1.6;
}

.cssskin-common .c-enclosure {
  color: #434343;
  font-size: 0.9em;
  line-height: 1.6;
  border: none;
  background-color: #eeeeee;
  border-radius: 5px;
  padding: 1em;
  margin: 1em 0 0 3em;
}

@media (max-width: 641px) {
.cssskin-common  {
}

.cssskin-common .c-large_headline {
  font-size: 1em;
  display: block;
}

.cssskin-common .c-small_headline {
  font-size: 0.85em;
  padding: 1em 1em 0 1em;
}

.cssskin-common .c-lead {
  padding-top: 0.5em;
}

.cssskin-common .c-enclosure {
  margin-left: 0;
}

}
