/* Font */

/* Material iconsを利用する */
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* 推奨サイズ */
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;

  /* WebKitブラウザサポート */
  -webkit-font-smoothing: antialiased;
  /* Chrome、Safariサポート */
  text-rendering: optimizeLegibility;

  /* Firefoxサポート */
  -moz-osx-font-smoothing: grayscale;

  /* IEサポート */
  font-feature-settings: 'liga';
}

/* BootStrapカスタム */

.col-form-label ~ div>.form-check{
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
}

.padding-0{
  padding-left: 0;
  padding-right: 0;
}
.padding-0-right{
  padding-right: 0;
}
.padding-0-left{
  padding-left: 0;
}

.col-rem-1{
 flex: 0 0 1rem;
}

.text-bottom-0{
  position: absolute;
  bottom: 0;
 }

 .font-small {
  font-size: 0.7rem;
}

/* レスポンシブ */
@media (max-width: 768px) {
    .responsiveHide {
      display: none;
    }
  }

@media (max-width: 768px) {
  .responsiveDisp {
    display: block;
  }
}
@media (min-width: 769px) {
  .responsiveDisp {
    display: none;
  }
}

@media (min-width: 769px) {
  main{
    margin-top: 56px;
    margin-bottom: 24px;

  }
}
/* 全体 */
html{
  scroll-behavior: smooth;
}

/* メニュー */
.gmo-header {
    background-color: #005bac !important;
}

.btn-gmo {
	color: #ffff !important;
	background-color: #005bac;
}

.btn-gmo:hover{
	color: #ffff !important;
    background-color: #1f70bb;
}

.btn-gmo i{
	margin-right: 0 !important;
}

.navbar-brand{
  width: 130px;
  margin-left: 16px;
}

header a {
	color: #e9ecef;
}

header a:hover {
	color: #ffff;
}

header div.navbar {
  height: 56px;
}

header div.navbar .show a.dropdown-toggle{
	color: #ffff;
}

header div.navbar .nav-item a:hover{
/* shige
  background-color:#005aac;
  color: white!important;
*/
  /* transition: all 0.4s ease-in-out; */
}
header div.navbar .nav-item.dropdown.show{
/* shige
  background-color:#005aac;
  */
}
header div.navbar .nav-item.dropdown.show a{
/* shige
  color: white;
  */
}
header div.navbar .nav-item.dropdown.show a.dropdown-item{
/* shige
  color: black;
  */
}

footer{
  height: 24px;
}

/* フォーム */
.form-item{
  margin-bottom: 1rem;
}

.form-group {
  margin-bottom: 0.5rem;
}

/* テーブル */
.detailTable th > div{
  min-width: 180px!important;
}
.detailTable td > div{
  min-width: 180px!important;
}
.detailTableHalf th > div{
  min-width: 120px!important;
  max-width: 180px!important;
}
.detailTableHalf td > div{
  min-width: 120px!important;
  max-width: 180px!important;
}

/* フィルター部品 */
input[name="filter"]{
  /* visibility: hidden; */
  display: none;
}

#filter label.btn.active:hover {
/*
  color: #fff;
  background-color: #004686;
  border-color: #003f79;
  */
}

#filter label.btn:not(.active) {
/* shige
  background-color: #fff;
  */
}
#filter label.btn:not(.active):hover {
/*
  background-color: #005aacdd;
  */
}

/* スピナー部品 */
.spinner {
  position: fixed;
  z-index : 1;
  top:55%;
  left:48%;
  width: 80px;
  height: 80px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anm 0.8s infinite linear;
}
@keyframes sp-anm {
  100% {
    transform: rotate(360deg);
  }
}

/* パンくずリストに戻るボタンを追加 */
.breadback-li {
	margin-left: auto;
}

/* 虫眼鏡表示位置調整 */
.fa-search-plus:before {
  padding-left: 6px;
}

/* 取引詳細リストのポインター */
.listEffect {
	cursor: pointer;
}
