@charset "UTF-8";
/* 既存CSSを上書き */
div.article .wwd-profile p {
  margin-bottom: inherit; }

/* 既存CSSを上書き */
.wwd-profile {
  border-top: solid;
  border-bottom: solid;
  border-color: #ccc;
  border-width: 1px; }
  @media screen and (-webkit-min-device-pixel-ratio: 2) {
    .wwd-profile {
      border-width: 0.5px; } }
  .wwd-profile .img {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px; }
    @media screen and (-webkit-min-device-pixel-ratio: 2) {
      .wwd-profile .img {
        border-radius: 1px;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        -o-border-radius: 1px;
        -ms-border-radius: 1px; } }
  .wwd-profile .text {
    font-size: 0.9em;
    padding: 16px 0; }
    @media screen and (min-width: 768px) {
      .wwd-profile .text {
        padding: 0 16px; } }
  .wwd-profile .title {
    font-family: "bebas_neueregular", sans-serif;
    font-size: 1.5em;
    letter-spacing: 1px; }
  .wwd-profile .name,
  .wwd-profile .job {
    text-align: center; }
    @media screen and (min-width: 768px) {
      .wwd-profile .name,
      .wwd-profile .job {
        text-align: inherit; } }
  .wwd-profile .name {
    font-size: 1.2em; }

/*# sourceMappingURL=shortcode.profile.css.map */
