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

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

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

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

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

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

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

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

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

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

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

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

.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{
	width: 560px;
	float: left;
	text-align: left;
	margin-left: 0px;
	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{
	color: #1a3478;
	text-align: left;
	line-height: 18px;
	margin-bottom: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	border-left: 5px solid #1a3478;
	padding: 3px 7px;
}

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

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

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

#pagelink a span{
	background: #ffffff;
	color: #1a3478;
}

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




/* 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;
-webkit-margin-before: 2.33em;
-webkit-margin-after: 2.33em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
font-weight: bold;
}
.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6{
	font-weight: normal;
	line-height: 1.2;
	padding: 0;
	border: none;
}

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

pre, xmp, plaintext, 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;
	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-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;
}

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


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

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

.nowrap{
	white-space: nowrap;
}
