@charset "UTF-8";
/* Scss Document */
html {
  -webkit-text-size-adjust: 100%;
  line-height: 160%;
  width: 100%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #666666; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img {
  border: 0; }

ol, ul {
  list-style: none; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
  outline: none; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.tooltip-inner {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

@font-face {
  font-family: "FontAwesome";
  src: url("../webfonts/fa-solid-900.woff") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"); }
/* -----------------------
汎用
----------------------- */
html, body {
  height: 100%; }

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0; }

.clearfix {
  min-height: 1px; }

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px; }

.inline {
  display: inline; }

.display_table {
  display: table; }

.display_table_full {
  display: table;
  width: 100%; }

.display_table-cell {
  display: table-cell;
  vertical-align: middle; }

*:focus {
  outline: none; }

a:focus, a:hover {
  outline: none;
  transition-property: "opacity,color,background-color";
  -webkit-transition-property: "opacity,color,background-color";
  -moz-transition-property: "opacity,color,background-color";
  -o-transition-property: "opacity,color,background-color";
  -ms-transition-property: "opacity,color,background-color";
  transition-duration: 0.15s;
  -moz-transition-duration: 0.15s;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  -ms-transition-duration: 0.15s; }
  a:focus.img_thumb, a:hover.img_thumb {
    opacity: 0.8;
    transition-property: opacity;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-duration: 0.15s;
    -moz-transition-duration: 0.15s;
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    -ms-transition-duration: 0.15s; }

.img_thumb,
.img_thumb_unfill {
  width: 100%;
  height: 100%;
  padding: 100% 0 0 0;
  display: none; }

/* ラジオボタン*/
[type="radio"]:checked, [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px; }
[type="radio"]:checked + span, [type="radio"]:not(:checked) + span {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-right: 10px;
  cursor: pointer;
  line-height: 28px;
  color: #555555; }
  [type="radio"]:checked + span:before, [type="radio"]:not(:checked) + span:before {
    content: '';
    position: absolute;
    left: 2px;
    top: 4px;
    width: 18px;
    height: 18px;
    background: #ffffff;
    border: 2px solid #b6b6b6;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%; }
  [type="radio"]:checked + span:after, [type="radio"]:not(:checked) + span:after {
    position: absolute;
    top: 8px;
    left: 6px;
    content: '';
    width: 10px;
    height: 10px;
    background: #000000;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    transition-property: all;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s; }
[type="radio"]:not(:checked) + span:after {
  opacity: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0); }
[type="radio"]:checked + span:after {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1); }

/* チェックボックス*/
[type="checkbox"]:checked, [type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px; }
[type="checkbox"]:checked + span, [type="checkbox"]:not(:checked) + span {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-right: 10px;
  color: #646464;
  line-height: 30px;
  cursor: pointer; }
  [type="checkbox"]:checked + span:before, [type="checkbox"]:not(:checked) + span:before {
    position: absolute;
    left: 2px;
    top: 6px;
    width: 18px;
    height: 18px;
    content: '';
    background: #ffffff;
    border: 2px solid #b6b6b6;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px; }
  [type="checkbox"]:checked + span:after, [type="checkbox"]:not(:checked) + span:after {
    position: absolute;
    left: 2px;
    top: 6px;
    width: 18px;
    color: #ffffff;
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 14px;
    text-align: center;
    background: #000000;
    height: 18px;
    line-height: 18px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    transition-property: all;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s; }
[type="checkbox"]:not(:checked) + span:after {
  opacity: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0); }
[type="checkbox"]:checked + span:after {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1); }

/*テーブル*/
table tr td {
  vertical-align: middle !important; }
  table tr td label {
    margin-bottom: 0;
    font-weight: normal; }

/*ページング*/
ul.paging {
  margin: 30px auto 0;
  text-align: center; }
  ul.paging li {
    float: left; }
    ul.paging li.disabled a {
      border: none;
      pointer-events: none; }
    ul.paging li a {
      display: block;
      width: 30px;
      margin: 5px;
      height: 30px;
      line-height: 30px; }
      ul.paging li a:hover {
        cursor: pointer;
        text-decoration: none; }
      ul.paging li a i {
        line-height: 28px;
        margin: 0; }
    ul.paging li.on a {
      color: #ffffff; }

.form-control.small, .form-select.small {
  width: 100px; }
.form-control.medium, .form-select.medium {
  width: 180px; }
.form-control.large, .form-select.large {
  width: 365px; }

textarea {
  width: 100%; }

:focus {
  outline: none !important; }

body {
  color: #333333;
  font-size: 12px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS Gothic", sans-serif; }

.date, .date1, .date2, .date3, .date4, .date5 {
  padding: 10px;
  background-color: #F0F0F0;
  color: #333333;
  font-size: 14px;
  font-weight: bold; }

a:link {
  border: none;
  color: #006699;
  text-decoration: none; }
a:visited {
  border: none;
  color: #006699;
  text-decoration: none; }
a:active {
  border: none;
  color: #32A2CA; }
a:hover {
  border: none;
  color: #32A2CA;
  text-decoration: underline; }
a:hover img {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75; }
a .titleLink:link {
  border: none;
  color: #333333;
  font-weight: bold;
  text-decoration: none; }
a .titleLink:visited {
  border: none;
  color: #333333;
  font-weight: bold;
  text-decoration: none; }
a .titleLink:active {
  border: none;
  color: #32A2CA;
  font-weight: bold; }
a .titleLink:hover {
  border: none;
  color: #32A2CA;
  font-weight: bold;
  text-decoration: underline; }

.dateBox {
  margin: 0px 0px 20px;
  padding: 0px;
  border: 1px solid #E0E0E0; }

.newsBox {
  margin: 5px 10px;
  padding: 5px 0px; }

.searchform {
  font-size: 13px; }

.title {
  margin-bottom: 10px;
  padding: 4px 0px 4px 6px;
  border-left: solid 5px #CCCCCC;
  color: #333333;
  font-size: 18px;
  font-weight: bold; }

h2.blogTitleBox {
  position: relative;
  margin: 0 0 3px 0;
  padding: 7px 5px 5px 5px;
  font-size: 110%;
  border: 1px solid #CCCCCC;
  background: #DFDFDF url(../img/topicsTitleBg.jpg) no-repeat; }

#wrapper {
  width: 800px;
  margin: 0px auto; }
  #wrapper #headerBox {
    position: relative;
    height: 68px;
    margin: 0 0 20px 0;
    background: url(../img/headerBg.jpg) repeat-x; }
    #wrapper #headerBox #siteLogo {
      position: absolute;
      top: 18px;
      left: 28px; }
    #wrapper #headerBox p#siteCopy {
      position: absolute;
      top: 19px;
      left: 144px;
      margin: 8px 0; }
    #wrapper #headerBox ul.related {
      position: absolute;
      width: 300px;
      right: 0;
      top: 0;
      margin: 0;
      padding-top: 8px;
      list-style: none; }
      #wrapper #headerBox ul.related li {
        float: left;
        margin-right: 3px;
        margin-bottom: 2px;
        list-style-type: none;
        line-height: 0; }

#contentBox {
  display: flex; }
  #contentBox #mainBox {
    flex: 1;
    margin: 10px 10px 0; }
    #contentBox #mainBox.page {
      padding-left: 10px; }
    #contentBox #mainBox ul {
      list-style: disc;
      padding: 0px 0px 10px 30px;
      line-height: 1.5; }
      #contentBox #mainBox ul li {
        padding: 7px 0px 0px 0px; }
    #contentBox #mainBox #topicsTitleBox {
      position: relative;
      padding: 10px;
      border: 1px solid #CCCCCC;
      background: #DFDFDF url(../img/topicsTitleBg.jpg) no-repeat;
      line-height: 1; }
      #contentBox #mainBox #topicsTitleBox #more {
        position: absolute;
        top: 12px;
        right: 58px; }
      #contentBox #mainBox #topicsTitleBox #rss {
        position: absolute;
        top: 12px;
        right: 10px; }
    #contentBox #mainBox dl#topicsList dt {
      clear: left;
      float: left;
      width: 9em;
      padding: 5px 0.5em; }
    #contentBox #mainBox dl#topicsList dd {
      margin-left: 0;
      padding: 5px 0.5em 5px 10em;
      border-bottom: 1px solid #F2F2F2;
      background: url(../img/marker.gif) no-repeat 9.5em center; }
    #contentBox #mainBox .clearHidden {
      clear: both;
      visibility: hidden; }

#sideBox {
  width: 214px;
  margin: 10px 0 20px 5px;
  line-height: 140%; }
  #sideBox ul {
    list-style-type: disc;
    margin: 12px 0;
    padding-left: 0px;
    color: #333333;
    font-size: 12px; }
    #sideBox ul li {
      margin-bottom: 7px; }
  #sideBox #kpfArea .kpf_backnumber {
    background: url(../img/bg_pulldwn.gif) no-repeat;
    width: 200px;
    height: 45px;
    position: relative;
    margin: 0 0 5px; }
    #sideBox #kpfArea .kpf_backnumber select {
      width: 150px;
      height: 22px;
      position: absolute;
      top: 17px;
      left: 8px;
      padding: 2px; }

div#footerBox {
  clear: both;
  position: relative;
  height: 78px;
  margin-bottom: 60px;
  background: url(../img/footerBg.jpg) repeat-x; }
  div#footerBox #copyright {
    position: absolute;
    top: 10px;
    left: 30px;
    margin: 8px 0; }
  div#footerBox #footerMenu {
    position: absolute;
    top: 18px;
    left: 200px;
    margin: 0;
    padding: 0; }
    div#footerBox #footerMenu li {
      display: inline;
      margin: 0;
      padding: 0 10px 0 8px;
      background: url(../img/marker.gif) no-repeat left center; }

/*# sourceMappingURL=style.css.map */
