body {
  font-size:12px;
  font-family: メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.skin-blue .sidebar .dropdown-menu>li>a {
  color: #333;
}
.dropdown-menu>li>a {
  color: #333;
}
/*メニューアイコンはPC表示では表示しない*/
.main-sidebar {
  display: none;
}
.main-header .sidebar-toggle {
    padding: 16px 15px;
    display: none;
}
#searchform_open {
  display: none;
}
#searchform_close {
}
@media screen and (max-width: 768px) {
  #searchform {
    display: none;
  }
  #searchform_open {
    display: block;
  }
  #searchform_close {
    display: none;
  }
  .main-header .sidebar-toggle {
    display: block !important;
  }
  .main-sidebar {
    display: block !important;
  }
}
.margin3{
  margin-right: 3px;
  margin-bottom: 3px;
}
.circle{
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.editFormArea {
  cursor: pointer;
}
.editForm {
  padding: 3px;
  margin: 0;
  width:200px;
  height:24px;
  display:none;
}
.editOK {
  color: #fff;
  cursor: pointer;
  background-color: #dd4b39;
  border-color: #d73925;
  border-radius: 3px;
  font-size:10px;
  padding: 1px;
  margin: 0;
  display:none;
}
.editNG {
  color: #fff;
  cursor: pointer;
  background-color: #e08e0b;
  border-color: #d58512;
  border-radius: 3px;
  font-size:10px;
  padding: 1px;
  margin: 0;
  display:none;
}
.btn-xs, .btn-group-xs > .btn {
    line-height: 1.3;
}
.fs-big {
  font-size: 24px;
  font-weight: bold;
  color: #342e2d;
}
.bgYellow {
  background-color: rgb(249, 249, 78);
  font-weight: bold;
}
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  /*background: #000;*/
  background: rgba(0,0,0,0.4);
  z-index: 1;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 2;
}
.policy {
    display: block;
    width: 787px;
    height: 12em;
    margin: 5px 0 15px 0;
    padding: 5px;
    border-style: solid;
    border-width: 2px 1px 1px 2px;
    border-color: #C0C0C0;
    overflow: auto;
    background-color: #FFF7EE;
    text-align: left;
    line-height: 150%;
}
.star {
  cursor: pointer;
}
.fontRed {
  color: #dd4b39;
  font-weight: bold;
}
.main-header .logo {
  padding: 0;
}
.readmore {
  width: 100%;
  text-align: left;
  border: solid 1px #EEE;
  padding: 2px 4px;
}
.readclose {
  width: 100%;
  text-align: left;
  border: solid 1px #EEE;
  padding: 2px 4px;
}
img.w80 {
width:auto;
height:auto;
max-width:80px;
max-height:100px;
vertical-align: middle;/*IE7*/
}
.floatL {
  float:left;
}
/* for modern brouser */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* IE7,MacIE5 */
.clearfix {
  display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}

.marginB1 {
  margin-bottom: 1px;
}
.icon-table {
  font-size:11px;
  border: 1px solid #ddd;
  display: inline-block;
  padding: 1px 3px;
  margin-bottom: 1px;
  font-weight: normal;
  line-height: 1.42857;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 2px;
}

.btn-table {
  font-size:11px;
  display: inline-block;
  padding: 1px 3px;
  margin-bottom: 0;
  font-weight: normal;
  line-height: 1.42857;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 2px;
}

.span-table {
  padding: 1px 3px;
  margin-bottom: 0;
  line-height: 1.42857;
  vertical-align: middle;
}

.strong {
  font-weight:bold;
}

.min-width-200 {
  min-width:300px;
}
.span-folder {
  vertical-align: bottom;
  padding: 3px 3px;
/*  color: #d9534f;*/
}

.alert {
  margin:20px 0 10px 0;
}

.folder-primary {
  color: #fff;
  background-color: #2c3e50;
  border-color: #283949;
}

.folder-primary:hover {
  cursor: pointer;
}

.subfolder {
  display: none;
  cursor: pointer;
}
.group-primary {
  color: #fff;
  background-color: #2c3e50;
  border-color: #283949;
}
/* ページネーションの余白が大きいので小さくする */
.pagination {
  margin: 3px 0;
}
/* 左のサイドバーを消す設定 */
.content-wrapper, .right-side, .main-footer {
    margin-left: 0px;
}

/* 2個つながる検索フォーム用 */
.no-side-border {
  border-left: none;
  border-right: none;
}

/* =======================================================
　お知らせ一覧
========================================================== */
.informationTopics.topBorder dl:first-child { border-top: 1px solid #dddddd; }
.informationTopics dl {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 0px;
    position: relative;
    line-height: 0.8;
}
.informationTopics dl a {
    color: #666;
    text-decoration: none;
}
.informationTopics dl a:hover { text-decoration: underline; }

@media print, screen and (min-width: 768px) {
    .informationTopics dl { font-size: 11px; }
    .informationTopics.dateBlock dl dt { padding: 0.7em 0.7em 0; }
    .informationTopics.dateBlock dl dd { padding: 0.5em 0.7em 0.7em; }
    .informationTopics.dateInline dl dt {
        display: table-cell;
        white-space: nowrap;
        padding: 10px;
        line-height: 0.8;
    }
    .informationTopics.dateInline dl dd {
        display: table-cell;
        padding: 10px;
        line-height: 0.8;
    }
}

@media screen and (max-width: 767px) {
    .informationTopics dl {
        padding: 10px 0;
        font-size: 11px;
    }
    .informationTopics dl dt {
        margin-bottom: 0.5em;
        padding: 0 5px;
    }
    .informationTopics dl dd { padding: 0 5px; }
}
