@charset "utf-8";
/*
Theme Name: CBS
Author: SampleUser
Author URI: http://XXX.com
Description: サンプルのテーマ
Version: 1.0
*/

/* WordPress Native Styles */
/* editor */
/*
#news-post p {
  display: block;
  margin: 1em 0;
}

#news-post strong {
  font-weight: bold;
}

#news-post em {
  font-style: italic;
}

#news-post h1 {
  font-size: 2em;
  font-weight: bold;
}

#news-post h2 {
  font-size: 1.5em;
  font-weight: bold;
}

#news-post h3 {
  font-size: 1.25em;
  font-weight: bold;
}

#news-post h4 {
  font-size: 1em;
  font-weight: bold;
}

#news-post h5 {
  font-size: 0.8em;
  font-weight: bold;
}

#news-post h6 {
  font-size: 0.6em;
  font-weight: bold;
}

#news-post img {
  height: auto;
  max-width: 100%;
}

#news-post h3 {
  border-top: none;
  border-bottom: none;
  padding: 0;
  margin-top: 0;
}

#news-post ul {
  margin: 1em 0;
}

#news-post 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;
}

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

#news-post del {
  text-decoration: line-through;
}

#news-post blockquote {
  display: inline-block;
  padding: 1em;
  position: relative;
}

#news-post blockquote::before {
  content: '"';
  position: absolute;
  left: 0;
  top: 0;
}

#news-post blockquote::after {
  content: '"';
  position: absolute;
  right: 0;
  bottom: 0;
}

#news-post ul {
  list-style: disc;
  padding: 0 0 0 1.5em;
}

#news-post ol {
  list-style: decimal;
  padding: 0 0 0 1.5em;
}

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

#news-post .wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

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

#news-post .aligncenter {
  display: block;
  margin: 0 auto;
}

#news-post .alignright {
  float: right;
  margin: 0 0 10px 20px;
}

#news-post .alignleft {
  float: left;
  margin: 0 20px 10px 0;
}

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

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

  #news-post img.alignleft,
  #news-post .wp-caption.alignleft {
    float: none;
  }

  #news-post img.alignright,
  #news-post .wp-caption.alignright {
    float: none;
  }
}

#news-post .clearfix {
  overflow: hidden;
  zoom: 1;
}

#news-post .clearfix:after {
  content: "";
  display: block;
  clear: both;
}
*/


