body {
  background: transparent;
  color: #000000;
}

/* トピックス */

.entry {
  padding: 10px 0 10px;
  margin: 0 10px 0;
  /*border-bottom: 1px solid #ff7e9c;*/
}

.entry .date {
  color: #ff7e9c;
  font-size: 12px;
  text-align: left;
}

.entry .title {
  text-align: left;
  color: #ff7e9c;
  border-bottom: 1px solid #ff7e9c;
  padding: 0px 0 0;
  margin: 0 0 10px 0;
  line-height: 12.em;
}

.entry .photo {
  padding: 0 0 10px;
}

.entry .photo img {
  width: 100%;
  height: auto;
}

.entry img {
  max-width: 100%;
  height: auto !important;
}

.topics_body {}

.topics_body .text {
  text-align: left;
  font-size: 12px;
  line-height: 1.5em;
}

.topics_body a {
  color: #3da9ff;
  text-decoration: underline;
}

#pagelink {
  padding: 10px 0;
}

#pagelink span {
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  padding: 2px 4px;
  line-height: 1.2em;
  border: 1px solid #c9a935;
  background: #c9a935;
  color: #ffffff;
  margin: 0 3px;
}

#pagelink a span {
  background: #ffffff;
  color: #c9a935;
}

#pagelink a:hover span {
  background: #c9a935;
  color: #ffffff;
}

/* CKEditor */

.entry * {
  line-height: 1.4em !important;
}

.entry sub {
  vertical-align: sub;
  font-size: smaller;
}

.entry pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  -webkit-tab-size: 4;
  tab-size: 4;
}

.entry pre, .entry xmp, .entry plaintext, .entry listing {
  display: block;
  font-family: monospace;
  white-space: pre;
  margin: 1em 0px;
}

.entry p {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  margin: 1em 0;
}

.entry blockquote {
  font-style: italic;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 2px 0;
  border-style: solid;
  border-color: #ccc;
  border-width: 0;
  padding-left: 20px;
  padding-right: 8px;
  border-left-width: 5px;
  display: block;
  margin-left: 40px;
}

.entry ol, .entry ul, .entry dl {
  /* IE7: reset rtl list margin. (#7334) */
  *margin-right: 0px;
  /* preserved spaces for list items with text direction other than the list. (#6249,#8049)*/
  margin: 10px 0;
}

.entry ol {
  list-style: decimal !important;
}

.entry ul {
  list-style: disc !important;
}

.entry li {
  margin: 0 40px !important;
}

.entry table {
  display: table;
  border-style: solid;
  border-collapse: separate;
  border-spacing: 1px;
  border-color: gray;
}

.entry td, .entry th {
  padding: 3px;
}

.entry sup {
  vertical-align: super;
  font-size: smaller;
}

.entry .textbody {
  margin-bottom: 10px;
}