body {
  font-size:12px;
  font-family: メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.login-box, .register-box {
    margin: 3% auto !important;
}
.skin-blue .sidebar .dropdown-menu>li>a {
  color: #333;
}
.dropdown-menu>li>a {
  color: #333;
}
.main-header .navbar .nav>li>a>.label {
    position: absolute;
    top: 5px;
    right: 3px;
    text-align: center;
    font-size: 9px;
    padding: 4px 4px;
    line-height: .9;
}
/*メニューアイコンは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;
}
.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%;
}
.fontRed {
  color: #d73925;
  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*/
}

img.wh32 {
width:auto;
height:auto;
max-width:32px;
max-height:32px;
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;
}
.max-width-300 {
  max-width: 300px !important;
}
#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;
}
.adjust-input-group {
  width: 360px;
  margin-bottom: 5px;
}
.editForm {
  padding: 3px;
  margin: 0;
  width:50px;
  height:19px;
  display: none !important;
}
.editOK {
  color: #fff;
  cursor: pointer;
  background-color: #00a65a;
  border-color: #008d4c;
  border-radius: 3px;
  font-size:10px;
  padding: 1px;
  margin: 0;
  display: none ;
}
.editNG {
  color: #fff;
  cursor: pointer;
  background-color: #dd4b39;
  border-color: #d73925;
  border-radius: 3px;
  font-size:10px;
  padding: 1px;
  margin: 0;
  display: none ;
} 

.label-adjust {
  font-size: 100% !important;
  font-weight: normal !important;
}

.cnt-up {
  font-size: 40px !important;
  font-weight: bold !important;
}
.cnt-up-chr {
  font-size: 20px !important;
  font-weight: bold !important;
 }
.cnt-up-explain {
  font-size: 8px !important;
  font-weight: normal !important;
}
 
.form-text-width-max {
  display: block !important;
  width: 100% !important;
}
 