@charset "utf-8";


/**
 * Digital Mirror Common Style
 * ================================================================================
 * Table of Contents:
 *
 * Common Settings
 * Parts Settings
 * Module Settings
 * ================================================================================
 */







/**
 * ================================================================================
 * Common Settings
 * ================================================================================
 */

/* -- Layout -- */
.c-mainContent {
  margin-top: 80px;
}

.otherLink {
  margin-top: 0;
}


/* -- Font -- */
.c-mainContent {
  font-size: 1.8rem;
  line-height: 1.8;
}


/* -- Link -- */
.c-mainContent a {
  color: #1873dc;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  /* -- Layout -- */
  .c-mainContent {
    margin-top: 40px;
  }

  /* -- Font -- */
  .c-mainContent {
    font-size: 1.3rem;
  }
}






/**
 * ================================================================================
 * Parts Settings
 * ================================================================================
 */

/**
 * Comments
 * -------------------------------
 */

.p-comments,
.p-caption {
  color: #555;
}






/**
 * ================================================================================
 * Module Settings
 * ================================================================================
 */

