body {
  background: transparent;
  display: block;
  font-size: 5vw;
  line-height: 1.6em;
}
@media screen and (min-width: 650px){
  body {
    font-size: 16px;
    line-height: 1.6em;
  }
}

header, footer, .head {
  display: none;
}

.wrapper {
  display: block;
  background: none;
  box-shadow: none;
  width: 100%;
}

.topics {
  padding: 0.5rem 0.5rem 0.5rem;
  overflow: hidden;
  text-align: left;
}
@media screen and (min-width: 650px){
  .topics {
    padding: 1rem 1rem 1rem;
  }
}

.topics .title {
  /* box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); */
  margin-bottom: 10px;
  font-weight: bold;
  color: #ff409f;
  padding: 0.5rem 1rem 0.5rem 0.5rem;
  position: relative;
  background: #ebfffd;
  border: 1px solid #daf2f0;
}

.topics .title:after {
	position: absolute;
	top: -1px;
	right: -1px;
	content: '';
	width: 0;
	border-width: 0 1rem 1rem 0;
	border-style: solid;
	border-color: #fff #fff #B2DFDB #B2DFDB;
	box-shadow: -1px 1px 2px rgba(0, 0, 0, .1);
}

.topics .photo {
  width: 100%;
  margin: 0 auto 10px;
  text-align: center;
}

.topics .photo img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 250px;
}

.topics .date {
  font-size: 0.7rem;
  text-align: right;
}

.topics .topics_body {
  padding: 0 0.5rem;
}

#page_link {
  text-align: center;
  color: #ffffff;
  font-size: 90%;
  line-height: 1;
  font-weight: bold;
  padding: 0 0 0.5rem;
}
@media screen and (min-width: 650px){
  #page_link {
    padding: 0 0 1rem;
  }
}

#page_link span {
  display: inline-block;
  padding: 10px;
  background: #ff409f;
  color: #ffffff;
  margin: 0 2px;
  border: 1px solid #ff409f;
}

#page_link a span {
  background: #ffffff;
  color: #5a2300;
  border: 1px solid #5a2300;
}

/* CKEditor */

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

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

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

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

.comment 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;
}

.comment ol, .comment ul, .comment 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;
}

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

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

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

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

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

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

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

.comment a {
  text-decoration: underline;
}

.comment a:hover {
  text-decoration: none;
}

.comment table.dotted {
  border: 1px dotted #666666;
  border-collapse: collapse;
}

.comment table.dotted th, .comment table.dotted td {
  border: 1px dotted #666666;
  padding: 5px;
}

.comment .nowrap {
  white-space: nowrap;
}
