﻿body,
#wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
footer {
    margin-top: auto;
    height: 60px;
    padding-top: 20px;
}

.footer_triangle{
    position: relative;
    padding: 0 0 0 16px;
}
.footer_triangle::before{
    content: "";
    position: absolute;
    top: 50%;   /* 縦軸をセンタリングする */ 
    left: 0;
    transform: translateY(-50%);   /* 縦軸をセンタリングする */  
    border: 5px solid transparent;
    border-left: 8px solid #555;   /* 好みで色を変えてください */  
}

.jfe-container-middle {
    max-midth: 1100px;
}

.jfe-navbar-toggle {
    min-height: 50px;
    color: #ffffff;
}
.jfe-navbar:not(.uk-navbar-transparent) {
/*    background: #f69bb7; */
    /* background: #9acc82; */
/*    background: #c695e1; */
   /* background: #c7dc68;*/
    background: #7ECC16;
    color: #ffffff;
}

.itmlist-card-body {
    padding: 0;
}

.hins-name {
    margin: 0 0 0 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: bold;
    color: #008080;
    text-transform: none;
}
.tanka-name {
    margin: 0 0 0 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: bold;
    color: #c00000;
    text-transform: none;
}
.itmlist-table {
    margin-top: 0;
    margin-bottom: 0;
}
.itmlist-table td{
    padding: 5px 0 5px 0;
}
.itmlist-grid {
    margin-top: 0;
}
.jfe-offcanvas-bar {
/*    background: #f69bb7; */
    /* background: #9acc82; */
/*    background: #c695e1; */
    background: #c7dc68;
}
.jfe-offcanvas-bar .uk-nav-default>li>a, .jfe-offcanvas-bar .uk-close {
    color: #ffffff;
}
.jfe-nav>li {
    padding:10px 0;;
    border-top: 1px solid #e5e5e5;
}
.jfe-nav>li>a {
    padding: 0;
}
.jfe-nav-sub>li {
    padding:10px 0;;
    border-top: 1px solid #e5e5e5;
}

.jfe-card.uk-card-body {
    padding: 10px;
    border: 1px solid #e5e5e5;
}
.jfe-modal-full {
    background: rgba(0, 0, 0, .6);
}
.jfe-overlay {
    padding: 10px;
}
.jfe-padding-right40 {
    text-align: right!important;
    padding-right: 40px;
}

.jfe-padding-10 {
    padding: 10px;
}

.jfe-padding-lr10 {
    padding: 0 10px;
}

.jfe-padding-lr15 {
    padding: 0 15px;
}

.jfe-padding-lr20 {
    padding: 0 20px;
}

.jfe-padding-tb10 {
    padding-top:10px;
    padding-bottom:10px;
}

.jfe-padding-tb15 {
    padding-top:15px;
    padding-bottom:15px;
}

.jfe-padding-tb20 {
    padding-top:20px;
    padding-bottom:20px;
}


.jfe-page-top {
    position: fixed;
    bottom: -50px;
    right: 20px;
}
.jfe-page-top-button,
.jfe-page-top-button:hover,
.jfe-page-top-button:focus,
.jfe-page-top-button:active,
.jfe-page-top-button.uk-active {
    color: #fff;
    background-color: rgba(246, 155, 183, .8);
}

.jfe-align-right {
    margin-left: 10px;
}

.jfe-padding-right40-market {
    text-align: right!important;
    padding-right: 40px;
    margin-left:0px;
}

@media screen and (max-width:769px) {
    .sphinm {
      margin-top: -20px;
      position: relative;
      top: 20px;
    }
}

.pdf {
    position: relative;
    top: 20px;
}

.date {
    white-space: nowrap;
}

.jfe-text-12 {
    font-size: 1.2rem;
    line-height: 1.2;
}

.jfe-text-13 {
    font-size: 1.3rem;
    line-height: 1.3;
}

.jfe-label-primary {
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    font-weight: bold;
    background-color: #fff;
    color: #1e87f0;
    line-height: 1.3;
}

.jfe-label-success {
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    font-weight: bold;
    background-color: #fff;
    color: #32d296;
    line-height: 1.3;
}

.jfe-label-danger {
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    font-weight: bold;
    background-color: #fff;
    color: #f0506e;
    line-height: 1.3;
}

.jfe-label-warning {
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    font-weight: bold;
    background-color: #fff;
    color: #faa05a;
    line-height: 1.3;
}

.jfe-mark {
    background: #fff;
    color: #f0506e;
    font-weight: bold;
    font-size: small;
}

.jfe-button-success {
    background-color: #32d296;
    color: #fff;
    border: 1px solid transparent;
}

.jfe-button-success:focus, .jfe-button-success:hover {
    background-color: #28c88c;
    color: #fff;
}

.jfe-button-success:disabled {
    background-color: transparent;
    color: #999;
    border-color:#e5e5e5;
}


.jfe-logo-header {
    width: auto;
    /*height: 70px;*/
}

.jfe-logo-main {
    width: auto;
    height: 35px;
}

.jfe-logo-header-main {
    width: auto;
    height: 45px;
}

.jfe-logo-footer {
    width: auto;
    height: 35px;
    margin-top: 10px;
    padding-left: 20px;
}

.jfe-table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0;
    margin-bottom:0;
}
.jfe-table td, .jfe-table th {
    padding: 5px 2px;
    vertical-align: middle;
}
.jfe-list-table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0;
    margin-bottom:0;
    width: auto;
}
.jfe-list-table td, .jfe-list-table th {
    padding: 5px 2px;
    vertical-align: middle;
    border:1px solid #32a1ce;
}
.jfe-list-hacchu-table td, .jfe-list-hacchu-table th {
    padding: 5px 2px;
    vertical-align: middle;
    border:1px solid #d3d3d3;
}
.jfe-list-hacchu-table th {
    text-align: center;
    /*background-color: #eefefe;*/
    background-color: #F2F2F2;
    /*color: #888888;*/
    /*color: #1E87F0;*/
    color: #043667;
    font-weight: bolder;
}

.jfe-list-table th {
    text-align: center;
    background-color: #eefefe;
    /*background-color: #F2F2F2;*/
    /*color: #888888;*/
    /*color: #1E87F0;*/
    color: #043667;
    font-weight: bolder;
}
.jfe-label {
    border-style: solid;
    border-width: 1px;
    background-color: transparent;
    color: #888888;
    text-align: center!important;
/*
    font-weight: bold;
    border-radius: 4px;
*/
}
.jfe-label div {
    display: flex;
    justify-content: center;
    align-items: center;
}
.jfe-label div {
    display: flex;
    justify-content: center;
    align-items: center;
}
.jfe-text-left {
    text-align: left!important;
    display: inline-block;
    vertical-align: middle;
}
.jfe-text-right {
    text-align: right!important;
    display: inline-block;
    vertical-align: middle;
}

.jfe-bk-color {
    background-color: #eefefe;
}
.jfe-line {
    border: 1px solid #32a1ce;
}
.jfe-uk-margin-top {
    margin-top: 10px!important;
}
.jfe-uk-navbar-item, .jfe-uk-navbar-nav>li>a, .jfe-uk-navbar-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    min-height: 50px;
    padding: 0 15px;
    font-size: .875rem;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    text-decoration: none;
}
/*
.jfe-button {
    box-shadow: 1px 2px 3px #808080;
}
*/
button {
    box-shadow: 1px 2px 3px #808080;
}

.uk-close {
    box-shadow: 0px 0px 0px #ffffff !important;
}

.jfe-text-sokuhou{
    color: #faa05a!important;
}
.jfe-text-kakutei{
    color: #1e87f0!important;
}
.jfe-text-primary{
    color: #043667 !important;
    font-weight: bolder;
}

.jfe-was-input {
    color:#0000ff !important;
    border-color:#1e87f0 !important;
    background-color:#eefefe !important;
}

.jfe-error-input {
    color:#ff0000 !important;
    border-color:#c20c33 !important;
    background-color:#ffd9e1 !important;
}

.jfe-error-text {
    color:#ff0000 !important;
    background-color:#ffd9e1 !important;
    display: inline-block;
    padding: 0 5px;
}

.jfe-button-csv {
    background-color: #FC9C0C;
    color: #fff;
    border: 1px solid transparent;
}

.jfe-button-csv:focus, .jfe-button-csv:hover {
    background-color: #FC9000;
    color: #fff;
}

.jfe-button-csv:disabled {
    background-color: transparent;
    color: #999;
    border-color:#e5e5e5;
}

.jfe-header-cart-count{
    text-align: center;
    color: #0000ff;
    font-size: initial;
    margin: 0 0 11px 0;
    font-weight: bolder;
}
.jfe-header-cart{
    position: fixed;
    z-index: 1;
    margin-top: 0px;
    margin-bottom: 15px;
}
.jfe-header-cart-limit {
    background-color: #f2ff29;
}
.jfe-header-cart-expire {
    background-color: #ffa0a0;
}



@media (min-width: 640px) {
    .jfe-header-left {
        text-align: left!important;
        float: left;
        max-width: 100%;
    }
    .jfe-header-right {
        text-align: right!important;
        float: right;
        max-width: 100%;
    }
}
@media (max-width: 640px) {
    .jfe-header-left {
        text-align: left!important;
        max-width: 100%;
    }
    .jfe-header-right {
        text-align: left!important;
        max-width: 100%;
    }
}
.jfe-float-left {
    text-align: left!important;
    float: left;
    max-width: 100%;
}
.jfe-float-right {
    text-align: right!important;
    float: right;
    max-width: 100%;
}



/* laravelページャーcss 2022/07/28 */
.pagination{
  padding:0;
  margin:5px;
}
.page-item{
  display:inline-block;
  text-align:center;
  vertical-align:bottom;
  height:30px;
  border: 1px solid #fff;
  background-color: #d8eafc;
  color:#000;
  margin:5px 3px;
  position:relative;
  border-radius: 8px 8px 8px 8px;
}
.page-item.active{
  background-color: #b6c5d4;
}
.page-link{
  display: block;
  position: relative;
  top: 3px;
}
.page-item:not(.disabled):hover{
  background-color: #b6c5d4;
}
.uk-jfe-icon-button {
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    border-radius: 500px;
    background: #f8f8f8;
    color: #999;
    vertical-align: middle;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .1s ease-in-out;
    transition-property: color,background-color;
}
/*画面サイズに合わせて幅を調整*/
@media (min-width: 768px) {
    .page-item{
        width:40px;
    }
    .page-item{
        width:60px;
    }
  }
@media (max-width: 768px) {
    .page-item{
        width:60px;
    }
    .page-item{
        width:40px;
    }
}

/* 星レビュー 2022/09/22 */
/* 文字と星が重なる場合はmarginで星レビューアイコンのスペースを確保するなり対応してください！！ */
.star-rating{
    position: relative;
  }
  .star-rating::before, .star-rating::after{
      content: "\2605\2605\2605\2605\2605";  /*←"★★★★★"をUnicodeに変換したもの日本語文字化け対策*/
      color: #e1e1e1;   
      position: absolute;
      top: 0;
      left: 0;
  }

  .star-rating::after{
      color: #ffb448; 
      overflow: hidden;
  }

  /*画面サイズに合わせて幅を調整*/
@media (min-width: 940px) {
  .star-rating{
    position: relative;
    font-size: 20px;
  }
  
  .star-margin{
    margin-left:105px;
  }
    /* フォントサイズごとに星を表示する */
  /* 0~1 */
  .star-rating[data-rate="0"]::after {
    width: 0px;
  }

  .star-rating[data-rate="1"]::after {
    width: 2px;
  }

  .star-rating[data-rate="2"]::after {
    width: 4px;
  }

  .star-rating[data-rate="3"]::after {
    width: 6px;
  }

  .star-rating[data-rate="4"]::after {
    width: 8px;
  }
  
  .star-rating[data-rate="5"]::after {
    width: 10px;
  }

  .star-rating[data-rate="6"]::after {
    width: 12px;
  }

  .star-rating[data-rate="7"]::after {
    width: 14px;
  }

  .star-rating[data-rate="8"]::after {
    width: 16px;
  }

  .star-rating[data-rate="9"]::after {
    width: 18px;
  }
  
  .star-rating[data-rate="10"]::after {
    width: 20px;
  }

    /*1.1~2 */
  .star-rating[data-rate="11"]::after {
    width: 22px;
  }

  .star-rating[data-rate="12"]::after {
    width: 24px;
  }

  .star-rating[data-rate="13"]::after {
    width: 26px;
  }

  .star-rating[data-rate="14"]::after {
    width: 28px;
  }
  
  .star-rating[data-rate="15"]::after {
    width: 30px;
  }

  .star-rating[data-rate="16"]::after {
    width: 32px;
  }

  .star-rating[data-rate="17"]::after {
    width: 34px;
  }

  .star-rating[data-rate="18"]::after {
    width: 36px;
  }

  .star-rating[data-rate="19"]::after {
    width: 38px;
  }
  
  .star-rating[data-rate="20"]::after {
    width: 40px;
  }
  
  /*2.1~3 */
  .star-rating[data-rate="21"]::after {
    width: 42px;
  }

  .star-rating[data-rate="22"]::after {
    width: 44px;
  }

  .star-rating[data-rate="23"]::after {
    width: 46px;
  }

  .star-rating[data-rate="24"]::after {
    width: 48px;
  }

  .star-rating[data-rate="25"]::after {
    width: 50px;
  }

  .star-rating[data-rate="26"]::after {
    width: 52px;
  }

  .star-rating[data-rate="27"]::after {
    width: 54px;
  }

  .star-rating[data-rate="28"]::after {
    width: 56px;
  }

  .star-rating[data-rate="29"]::after {
    width: 58px;
  }
  
  .star-rating[data-rate="30"]::after {
    width: 60px;
  }
  
  /*3.1~4 */
  .star-rating[data-rate="31"]::after {
    width: 62px;
  }

  .star-rating[data-rate="32"]::after {
    width: 64px;
  }

  .star-rating[data-rate="33"]::after {
    width: 66px;
  }

  .star-rating[data-rate="34"]::after {
    width: 68px;
  }
  
  .star-rating[data-rate="35"]::after {
    width: 70px;
  }

  .star-rating[data-rate="36"]::after {
    width: 72px;
  }

  .star-rating[data-rate="37"]::after {
    width: 74px;
  }

  .star-rating[data-rate="38"]::after {
    width: 76px;
  }

  .star-rating[data-rate="39"]::after {
    width: 78px;
  }
  
  .star-rating[data-rate="40"]::after {
    width: 80px;
  }
  
  /*4.1~5 */
  .star-rating[data-rate="41"]::after {
    width: 82px;
  }

  .star-rating[data-rate="42"]::after {
    width: 84px;
  }

  .star-rating[data-rate="43"]::after {
    width: 86px;
  }

  .star-rating[data-rate="44"]::after {
    width: 88px;
  }
  
  .star-rating[data-rate="45"]::after {
    width: 90px;
  }

  .star-rating[data-rate="46"]::after {
    width: 92px;
  }

  .star-rating[data-rate="47"]::after {
    width: 94px;
  }

  .star-rating[data-rate="48"]::after {
    width: 96px;
  }

  .star-rating[data-rate="49"]::after {
    width: 98px;
  }
  
  .star-rating[data-rate="50"]::after {
    width: 100px;
  }
}
@media (max-width: 939px) {
  .star-rating{
    position: relative;
    font-size: 15px;
  }

  .star-margin{
    margin-left:80px;
  }

  /* フォントサイズごとに星を表示する */
  /* 0~1 */
  .star-rating[data-rate="0"]::after {
    width: 0px;
  }

  .star-rating[data-rate="1"]::after {
    width: 1.5px;
  }

  .star-rating[data-rate="2"]::after {
    width: 3px;
  }

  .star-rating[data-rate="3"]::after {
    width: 4.5px;
  }

  .star-rating[data-rate="4"]::after {
    width: 6px;
  }
  
  .star-rating[data-rate="5"]::after {
    width: 7.5px;
  }

  .star-rating[data-rate="6"]::after {
    width: 9px;
  }

  .star-rating[data-rate="7"]::after {
    width: 10.5px;
  }

  .star-rating[data-rate="8"]::after {
    width: 12px;
  }

  .star-rating[data-rate="9"]::after {
    width: 13.5px;
  }
  
  .star-rating[data-rate="10"]::after {
    width: 15px;
  }

    /*1.1~2 */
  .star-rating[data-rate="11"]::after {
    width: 16.5px;
  }

  .star-rating[data-rate="12"]::after {
    width: 18px;
  }

  .star-rating[data-rate="13"]::after {
    width: 19.5px;
  }

  .star-rating[data-rate="14"]::after {
    width: 21px;
  }
  
  .star-rating[data-rate="15"]::after {
    width: 22.5px;
  }

  .star-rating[data-rate="16"]::after {
    width: 24px;
  }

  .star-rating[data-rate="17"]::after {
    width: 25.5px;
  }

  .star-rating[data-rate="18"]::after {
    width: 27px;
  }

  .star-rating[data-rate="19"]::after {
    width: 28.5px;
  }
  
  .star-rating[data-rate="20"]::after {
    width: 30px;
  }
  
  /*2.1~3 */
  .star-rating[data-rate="21"]::after {
    width: 31.5px;
  }

  .star-rating[data-rate="22"]::after {
    width: 33px;
  }

  .star-rating[data-rate="23"]::after {
    width: 34.5px;
  }

  .star-rating[data-rate="24"]::after {
    width: 36px;
  }

  .star-rating[data-rate="25"]::after {
    width: 37.5px;
  }

  .star-rating[data-rate="26"]::after {
    width: 39px;
  }

  .star-rating[data-rate="27"]::after {
    width: 40.5px;
  }

  .star-rating[data-rate="28"]::after {
    width: 42px;
  }

  .star-rating[data-rate="29"]::after {
    width: 43.5px;
  }
  
  .star-rating[data-rate="30"]::after {
    width: 45px;
  }
  
  /*3.1~4 */
  .star-rating[data-rate="31"]::after {
    width: 46.5px;
  }

  .star-rating[data-rate="32"]::after {
    width: 48px;
  }

  .star-rating[data-rate="33"]::after {
    width: 49.5px;
  }

  .star-rating[data-rate="34"]::after {
    width: 51px;
  }
  
  .star-rating[data-rate="35"]::after {
    width: 52.5px;
  }

  .star-rating[data-rate="36"]::after {
    width: 54px;
  }

  .star-rating[data-rate="37"]::after {
    width: 55.5px;
  }

  .star-rating[data-rate="38"]::after {
    width: 57px;
  }

  .star-rating[data-rate="39"]::after {
    width: 58.5px;
  }
  
  .star-rating[data-rate="40"]::after {
    width: 60px;
  }
  
  /*4.1~5 */
  .star-rating[data-rate="41"]::after {
    width: 61.5px;
  }

  .star-rating[data-rate="42"]::after {
    width: 63px;
  }

  .star-rating[data-rate="43"]::after {
    width: 64.5px;
  }

  .star-rating[data-rate="44"]::after {
    width: 66px;
  }
  
  .star-rating[data-rate="45"]::after {
    width: 67.5px;
  }

  .star-rating[data-rate="46"]::after {
    width: 69px;
  }

  .star-rating[data-rate="47"]::after {
    width: 70.5px;
  }

  .star-rating[data-rate="48"]::after {
    width: 72px;
  }

  .star-rating[data-rate="49"]::after {
    width: 73.5px;
  }
  
  .star-rating[data-rate="50"]::after {
    width: 75px;
  }
  
}


.text-line {
	display: flex;
	align-items: center;
}

.text-line:before,
.text-line:after {

  content: "";
  flex-grow: 1;
  height: 2px; /* 線の太さ */
  background: #666; /* 線の色 */
  margin:0 2em; /* 文字と線の余白 */
}

/* メニューバーの左側の線 */
.menu_left_border{
    border-left: solid 1px;
}
.menu-top-list{
    table-layout: fixed;
}

/*ヘッダー PC用レイアウト*/
@media (min-width: 831px) {
    .menu_text{
        font-size: 20px;
        padding: 0 5px;
        text-transform: none;
    }
   /* .navbar-left{
        display:block;
    }
*/
    .navbar-left2{
        display:none;
    }

/*    .uk-navbar-center{
        padding-bottom:200px;
    }

    .uk-navbar-right{
        margin-top:50px;
    }
*/

    .nav-sp{
        display:none;
    }

    .saerch-stikey-sp{
      display:none;
  }
        
}

/*ヘッダー スマホ用レイアウト*/
@media (max-width: 830px) {
    .menu_text{
        font-size: 13px;
        padding: 0;
        text-transform: none;
    }
    .navbar-left{
        display:none;
    }

    .navbar-left2{
        display:block;
        margin-top:70px;
    }

    .navbar-right{
        margin-top:50px;
        margin-right:50px;
    }
    
    .nav-pc{
        display:none;
    }

    .navbar-right-sp{
        margin:0 0 0 auto;
    }

    .saerch-stikey-pc{
      display:none;
  }
   
}

/* 指定サイズを超えたら…リーダー表示 */
/* 20221108 TAKAHASHI */
.three-Points-Leader {
  white-space:nowrap;
  width:100%;
  overflow:hidden;
  text-overflow:ellipsis;
  }


/* topメニュー下部  amazon風*/
/* 20221108 TAKAHASHI */
#menu-list{
  display: flex;              /*要素を横並び*/
  justify-content: space-evenly;     /*要素の始まりの位置*/
  flex-wrap:wrap;             /*指定サイズを超えたら段落を下げる*/
  width: 100%; 
  min-height: 30px;
  padding:5px 0 5px 0;
}

#menu-list input{
  display: none;
}

#menu-list label{
 /* background-color:#232f3e;
  border: 1px solid  #232f3e;*/
  background-color:#002171;
  border: 1px solid  #002171;
  border-radius: 3px;
  padding:0 5px 0 5px;
  cursor:pointer;             /*カーソル*/
  outline: none;
  color:#eee;
}

#menu-list label:hover {
  border: 1px solid #eee;
}

/* 分荷チェック table */
.jfe-bunka-table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0;
    margin-bottom:0;
    width: auto;
}
.jfe-bunka-table td, .jfe-bunka-table th {
    padding: 0px 2px;
    vertical-align: middle;
    border:1px solid #32a1ce;
}

.jfe-bunka-table th {
    text-align: center;
    background-color: #eefefe;
    color: #888888;
    font-weight: bolder;
}

.jfe-kessai-mi {
    background-color:#ff0000!important;
    color:#ffffff!important;
    padding:0 10px;
    font-weight: bolder;
    border-color:#888888;
}
.jfe-kessai-chu {
    background-color:#ffff00!important;
    color:#000000!important;
    padding:0 10px;
    font-weight: bolder;
    border-color:#888888;
}
.jfe-kessai-zumi {
    background-color:#0000ff!important;
    color:#ffffff!important;
    padding:0 10px;
    font-weight: bolder;
    border-color:#888888;
}

.jfe-kessai-cancel {
    background-color:#aaaaaa!important;
    color:#ffffff!important;
    padding:0 10px;
    font-weight: bolder;
    border-color:#888888;
}


.jfe-kessai-btn {
    background-color: #ff0000;
    color: #fff;
    border: 1px solid transparent;
}

.jfe-kessai-btn:focus, .jfe-kessai-btn:hover {
    background-color: #ff6666;
    color: #fff;
}

.jfe-kessai-btn:disabled {
    background-color: transparent;
    color: #999;
    border-color:#e5e5e5;
}

.jfe-header-user-atn-mark {
    text-align: center;
    color: #ff0000;
    font-size: 30px;
    margin: 0 0 0 0;
    font-weight: bolder;
    -webkit-animation:blink-kessai 0.5s ease-in-out infinite alternate;
    -moz-animation:blink-kessaia 0.5s ease-in-out infinite alternate;
    animation:blink-kessai 0.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink-kessai {
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink-kessai {
    0% {opacity:0;}
    100% {opacity:1;}
}
.jfe-header-user-atn {
    position: fixed;
    z-index: 1;
    margin-top: 0px;
    margin-bottom: 5px;
}

.jfe-blink-mark {
    text-align: center;
    color: #ff0000;
    font-size: 20px;
    margin: 0 0 0 0;
    font-weight: bolder;
    -webkit-animation:blink-jfe 0.5s ease-in-out infinite alternate;
    -moz-animation:blink-jfe 0.5s ease-in-out infinite alternate;
    animation:blink-jfe 0.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink-jfe {
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink-jfe {
    0% {opacity:0;}
    100% {opacity:1;}
}
.jfe-blink {
    position: absolute;
    z-index: 1;
    margin-top: 0px;
    margin-bottom: 5px;
}
.jfe-maru {
    background-color: #ff0000;
    height:30px;
    width:30px;
    border-radius:50%;
    line-height:30px;
    text-align:center;
}
