<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

body {
    margin: 0px;
    padding: 0px;
    color: #666;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 15px;
    line-height: 2;
}
dl, dt, dd {
    margin: 0px;
    padding: 0px;
    font-size: 100%;
    font-weight: normal;
}
dl {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
}
/*日付設定*/
dt {
  float: left;
  width: 9em; /*幅*/
  color: #524831; /*文字色*/
  letter-spacing: 0.1em;
}
/*記事設定*/
dd {
  padding-left: 9em;
  border-bottom: 1px solid #ccc; /*下線の幅、線種、色*/
  word-wrap: break-word;
}

h2, p {
  word-wrap: break-word;
}

a:hover {
  color: #524831;
  text-decoration: none;
}
a {
  color: #666;
  transition: 0.5s;
}

.newicon {
    background: #F00;
    color: #FFF;
    font-size: 70%;
    line-height: 1.5;
    padding: 2px 5px;
    border-radius: 2px;
    margin: 0px 5px;
/*    vertical-align: text-top;*/
}
@media screen and (max-width:480px) {
    dl {
        padding-left: 10px;
        padding-right: 10px;
    }
}

#floating-line {
  max-width: 1400px;
  width: 100%;
  height: 60px;
	top: 60px;
	position: fixed;
	z-index: 8;
	background-color: rgba(0,255,0,0.5);
}
#floating-font {
  top: 10px;
  z-index: 9;
  padding: 0;
  font-size: 30px;
  font-weight: 800;
  text-align: center;
}

#ct-back {
  font-size: 18px;
  cursor: pointer;
  text-decoration: underline
}


/*ページャー全体部分*/
.pageNav ul{
    display:flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
}
.pageNav ul:first-of-type{
    margin-bottom: 1em;
}
.pageNav ul:last-of-type{
    margin-top: 1em;
}
.pageNav a{
    color:#2375c9;
}
.pageNav a:hover{
    color:#2375c9;
    text-decoration: none;
}

/*ページャー数字部分*/
li.num{
    padding:0.2em 1em;
}

/*ページ送りボタン部分*/
.pageNav li.btm{
    color:#333;
    box-shadow:#d6d6d6 1px 3px 2px;
    o-box-shadow:#d6d6d6 1px 3px 2px;
    -moz-box-shadow:#d6d6d6 1px 3px 2px;
    -webkit-box-shadow:#d6d6d6 1px 3px 2px;
    background:#fff;
    background:-o-linear-gradient(90deg, #fff, #bfbfbf);
    background:-moz-linear-gradient( center top, #fff 5%, #bfbfbf 100% );
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fff), color-stop(1, #bfbfbf) );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#bfbfbf');
    background:-webkit-linear-gradient(#fff, #bfbfbf);
    background:-ms-linear-gradient(#fff, #bfbfbf);
    background:linear-gradient(#fff, #bfbfbf);
    line-height:30px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:3px;
    text-align:center;
    vertical-align:middle;
    display:inline-block;        
    border-color:#666;
    border-width:1px;
    border-style:solid;
    box-sizing:border-box;
}

.pageNav li.btm:active {
    box-shadow:#d6d6d6 1px 0 2px;
    o-box-shadow:#d6d6d6 1px 0 2px;
    -moz-box-shadow:#d6d6d6 1px 0 2px;
    -webkit-box-shadow:#d6d6d6 1px 0 2px;
    position:relative;
    top:3px
}

.pageNav li.btm:hover {
    background:#bfbfbf;
    background:-o-linear-gradient(90deg, #bfbfbf, #ffffff);
    background:-moz-linear-gradient( center top, #bfbfbf 5%, #ffffff 100% );
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bfbfbf), color-stop(1, #ffffff) );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bfbfbf', endColorstr='#ffffff');
    background:-webkit-linear-gradient(#bfbfbf, #ffffff);
    background:-ms-linear-gradient(#bfbfbf, #ffffff);
    background:linear-gradient(#bfbfbf, #ffffff);
}
.pageNav li.btm a{
    display:block;
    text-decoration: none;
    color:#333;
    padding: 0.2em 1em;
}


@media screen and (max-width:480px){
    .pageNav li.btm a{
        padding: 0.2em 0.2em;
    }
    .pageNav li.num{
        padding: 0.2em 0.2em;
    }
}</pre></body></html>