html {
  font-size: 5vw;
}
@media (min-width: 680px) {
  html {
    font-size: 16px;
  }
}

body {
  color: #000;
  background: url('../img/topics/bg.png') no-repeat fixed;
  background-size: cover;
}
@media (min-width: 680px) {
  body {
    font-size: 1rem;
  }
}

a {
  color: #000;
}

@media (min-width: 769px) {
  .two-column {
    display: flex;
    justify-content: space-between;
  }

  .two-column .contents_wrap {
    width: 740px;
  }

  .two-column .archive {
    width: 200px;
    padding: 20px 0 20px;
    background: #ffeef4;
  }
}

.topics_body:after {
  display: block;
  clear: both;
  content: '';
}

div.title#title_news h3:before, div.title#title_news h3:after {
  width: 380px;
}

.archive_title {
  padding: 20px 0 0;
  color: #d6971b;
  font-size: 20px;
}

#topics {
  padding: 0 0 20px;
}
#topics .archive {
  float: right;
  width: 200px;
  padding: 20px 0 20px;
  background: #ffeef4;
}

#topics .archive h4 {
  padding: 0 0 10px;
  text-align: center;
}

#topics .archive a {
  display: block;
  width: auto;
  margin: 5px 0px 0;
  text-align: center;
  font-size: 90%;
}
.archive {
  margin: 10px 10px 20px;
  padding: 20px 10px 20px 12px;
  text-align: left;
  background: #ffeef4;
}
.archive h4 {
  padding: 0 0 10px;
  text-align: center;
}
.archive a {
  display: inline-block;
  width: 50%;
  margin: 5px 0px 0;
  text-align: center;
  font-size: 0.8rem;
}
@media (min-width: 680px) {
  .archive a {
    display: inline-block;
    width: 127px;
    margin: 5px 0px 0;
    font-size: 0.8rem;
  }
}

.entry {
  overflow: hidden;
  margin: 0 10px;
  padding: 10px 0;
}

.topics .entry {
  border-bottom: 1px solid #7c0036;
}

.entry .photo{
	width: 100%;
}
@media (min-width: 680px) {
	.entry .photo{
		width: 220px;
		float: left;
	}
}

.entry .photo img {
  width: 100%;
  height: auto;
  border: 1px solid #d9ae46;
}

.entry .text {
  float: left;
  width: 560px;
  margin-left: 0px;
  text-align: left;
  letter-spacing: 0;
}

.entry .photo_text .text{
	padding: 0.5rem 0.5rem;
	width: 100%;;
}
@media (min-width: 680px) {
	.entry .photo_text .text{
		margin-left: 20px;
		width: 310px;
	}
	}

.entry .title {
  margin-bottom: 10px;
  padding: 3px 7px;
  text-align: left;
  letter-spacing: 1px;
  color: #7c0036;
  border-left: 5px solid #7c0036;
  font-weight: bold;
  line-height: 18px;
}

.entry .date {
  padding-bottom: 3px;
  color: #666666;
  font-size: 11px;
  line-height: 14px;
}

#pagelink {
  padding: 10px 0;
  border-top: 1px dashed #7c0036;
}

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

#pagelink a span {
  color: #7c0036;
  background: #ffffff;
}

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




/* CKEditor */
.entry * {
  line-height: 1.4em;
}

.entry h1 {
  display: block;
  font-size: 2em;

  -webkit-margin-before: 0.67em;
  -webkit-margin-after: 0.67em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}

.entry h2 {
  display: block;
  font-size: 1.5em;

  -webkit-margin-before: 0.83em;
  -webkit-margin-after: 0.83em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}

.entry h3 {
  display: block;
  font-size: 1.17em;

  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}

.entry h4 {
  display: block;

  -webkit-margin-before: 1.33em;
  -webkit-margin-after: 1.33em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}

.entry h5 {
  display: block;
  font-size: 0.83em;

  -webkit-margin-before: 1.67em;
  -webkit-margin-after: 1.67em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}

.entry h6 {
  display: block;
  font-size: 0.67em;
  font-weight: bold;

  -webkit-margin-before: 2.33em;
  -webkit-margin-after: 2.33em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
  padding: 0;
  border: none;
  font-weight: normal;
  line-height: 1.2;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}
pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;

  -webkit-tab-size: 4;
}

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

.entry p {
  display: block;
  margin: 1em 0;

  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}

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

.entry ol, .entry ul, .entry dl {
  margin: 10px 0;
  padding: 0;
}

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

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

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


.entry table {
  display: table;
  border-spacing: 1px;
  border-collapse: separate;
  border-style: solid;
  border-color: gray;
}
.entry td, .entry th {
  padding: 3px;
}

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

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

.entry a {
  text-decoration: underline;
  color: #6ba7ff;
}


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

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

.nowrap {
  white-space: nowrap;
}
