@charset "utf-8";
/*
Theme Name: onelink
Version: 1.0
*/

/* WordPress Native Styles */
/* editor */

.contents p {
  display: block;
  margin: 1em 0;
}

.contents strong {
  font-weight: bold;
}

.contents em {
  font-style: italic;
}

.contents h1 {
  font-size: 2em;
  font-weight: bold;
}

.contents h2 {
  font-size: 1.5em;
  font-weight: bold;
}

.contents h3 {
  font-size: 1.25em;
  font-weight: bold;
}

.contents h4 {
  font-size: 1em;
  font-weight: bold;
}

.contents h5 {
  font-size: 0.8em;
  font-weight: bold;
}

.contents h6 {
  font-size: 0.6em;
  font-weight: bold;
}

.contents img {
  height: auto;
  max-width: 100%;
}

.contents h3 {
  border-top: none;
  border-bottom: none;
  padding: 0;
  margin-top: 0;
}

.contents ul {
  margin: 1em 0;
}

.contents pre {
  display: block;
  padding: 0.6em;
  margin: 0 0 0.8em;
  font-size: 0.8em;
  line-height: 1.4;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
  white-space: pre-wrap;
}

.contents pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.contents del {
  text-decoration: line-through;
}

.contents blockquote {
  display: inline-block;
  padding: 1em;
  position: relative;
}

.contents blockquote::before {
  content: '"';
  position: absolute;
  left: 0;
  top: 0;
}

.contents blockquote::after {
  content: '"';
  position: absolute;
  right: 0;
  bottom: 0;
}

.contents ul {
  list-style: disc;
  padding: 0 0 0 1.5em;
}

.contents ol {
  list-style: decimal;
  padding: 0 0 0 1.5em;
}

.contents .wp-caption {
  max-width: 100%;
  border: 1px solid #ddd;
  text-align: left;
  background-color: #f3f3f3;
  padding: 5px;
  border-radius: 3px;
}

.contents .wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

.contents .wp-caption p.wp-caption-text {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

.contents .aligncenter {
  display: block;
  margin: 0 auto;
}

.contents .alignright {
  float: right;
  margin: 0 0 10px 20px;
}

.contents .alignleft {
  float: left;
  margin: 0 20px 10px 0;
}

.contents img[class*=wp-image-],
.contents img[class*=attachment-] {
  height: auto;
  max-width: 100%;
}

@media screen and (max-width: 480px) {

  .contents img.alignleft,
  .contents .wp-caption.alignleft {
    float: none;
  }

  .contents img.alignright,
  .contents .wp-caption.alignright {
    float: none;
  }
}

.contents .clearfix {
  overflow: hidden;
  zoom: 1;
}

.contents .clearfix:after {
  content: "";
  display: block;
  clear: both;
}