/*!
 * Bootstrap-custom.css
 */


/*
 * Specific styles of signin component
 */
/*
 * General styles
 */
 
 
 
 /* ==== Google font ==== */
  /*@import url('https://fonts.googleapis.com/css?family=Gentium+Basic:400,700');*/
 /* latin-ext */
 @font-face {
   font-family: 'Gentium Basic';
   font-style: normal;
   font-weight: 400;
   src: local('Gentium Basic'), local('GentiumBasic'), url(../woff/Wnz9HAw9aB_JD2VGQVR80We3LAOJiBA8YIKxZQ.woff2) format('woff2');
   unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
 }
 /* latin */
 @font-face {
   font-family: 'Gentium Basic';
   font-style: normal;
   font-weight: 400;
   src: local('Gentium Basic'), local('GentiumBasic'), url(../woff/Wnz9HAw9aB_JD2VGQVR80We3LA2JiBA8YII.woff2) format('woff2');
   unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
 }
 /* latin-ext */
 @font-face {
   font-family: 'Gentium Basic';
   font-style: normal;
   font-weight: 700;
   src: local('Gentium Basic Bold'), local('GentiumBasic-Bold'), url(../woff/WnzgHAw9aB_JD2VGQVR80We3JLasnTMebaiLbBR2kw.woff2) format('woff2');
   unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
 }
 /* latin */
 @font-face {
   font-family: 'Gentium Basic';
   font-style: normal;
   font-weight: 700;
   src: local('Gentium Basic Bold'), local('GentiumBasic-Bold'), url(../woff/WnzgHAw9aB_JD2VGQVR80We3JLasnT0ebaiLbBQ.woff2) format('woff2');
   unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
 }
 
 
body, html {
    height: 100%;
    /*background-repeat: no-repeat;
    background-image: linear-gradient(rgb(255, 255, 255), rgba(255,255,255));*/
}

.card-container.card {
  max-width: 350px;
  padding-top: 40px;
  padding-right: 40px;
  padding-left: 40px;
  padding-bottom: 40px;
  
  box-shadow: none;

}

.btn {
    font-weight: 700;
    height: 36px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
}

.btn-danger {
  background-color : #ea547e;
}

.btn-warning {
  background-color : #e89137;
  border-color : #dc9127
}

/*
 * Card component
 */
.card {
    background-color: #efeeee;
    /* just in case there no content*/
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 80px;
    /* shadows and rounded borders */
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    -moz-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
}

.profile-img-card {
    width: 116px;
    height: 116px;
    margin: 0 auto 10px;
    display: block;
}

/*
 * Form styles
 */
.profile-name-card {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
}

.reauth-email {
    display: block;
    color: #404040;
    line-height: 2;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin #inputEmail,
.form-signin #inputPassword {
    direction: ltr;
    height: 44px;
    font-size: 16px;
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    border-color: rgb(104, 145, 162);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
}

.btn.btn-signin {
    /*background-color: #4d90fe; */
    background-color: rgb(104, 145, 162);
    /* background-color: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*/
    padding: 0px;
    font-weight: 700;
    font-size: 14px;
    height: 36px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
}

.btn.btn-signin:hover,
.btn.btn-signin:active,
.btn.btn-signin:focus {
    background-color: rgba(40,157,207,1.00);
}

.forgot-password {
    color: rgb(104, 145, 162);
}

.forgot-password:hover,
.forgot-password:active,
.forgot-password:focus{
    color: rgb(12, 97, 33);
}

a {
  background: 0 0
}

b, strong {
  font-weight: 700
}


th {
  text-align: center
}

.breadcrumb {
    text-align: left;
    background-color: inherit;
}





.btn-lg, .btn-group-lg>.btn {
  padding: 10px;
  font-size: 26px;
  height: 80px;
  line-height:28px;
  -moz-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
}






.nav-tabs>li>a {
  border: 1px solid #eee;
  background-color:#eee;
}
.nav-tabs>li>a:hover {
  border-color: #eee #eee #ddd
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
  color: #666;
}




.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: middle;
  border-top: 1px solid #ddd
}




.pagination {
  margin: 20px 0
}
.pagination ul {
  display: block;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
*zoom:1;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  box-shadow: 0 1px 2px rgba(0,0,0,0.05)
}
.pagination ul>li {
  display: inline;
}
.pagination ul>li>a, .pagination ul>li>span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-left-width: 0
}
.pagination ul>li>a:hover, .pagination ul>li>a:focus, .pagination ul>.active>a, .pagination ul>.active>span {
  background-color: #f5f5f5
}
.pagination ul>.active>a, .pagination ul>.active>span {
  color: #999;
  cursor: default
}
.pagination ul>.disabled>span, .pagination ul>.disabled>a, .pagination ul>.disabled>a:hover, .pagination ul>.disabled>a:focus {
  color: #999;
  cursor: default;
  background-color: transparent
}
.pagination ul>li:first-child>a, .pagination ul>li:first-child>span {
  border-left-width: 1px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px
}
.pagination ul>li:last-child>a, .pagination ul>li:last-child>span {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px
}
.pagination-centered {
  text-align: center
}
.pagination-right {
  text-align: right
}
.pagination-large ul>li>a, .pagination-large ul>li>span {
  padding: 11px 19px;
  font-size: 17.5px
}
.pagination-large ul>li:first-child>a, .pagination-large ul>li:first-child>span {
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px
}
.pagination-large ul>li:last-child>a, .pagination-large ul>li:last-child>span {
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px
}
.pagination-mini ul>li:first-child>a, .pagination-small ul>li:first-child>a, .pagination-mini ul>li:first-child>span, .pagination-small ul>li:first-child>span {
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px
}
.pagination-mini ul>li:last-child>a, .pagination-small ul>li:last-child>a, .pagination-mini ul>li:last-child>span, .pagination-small ul>li:last-child>span {
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px
}
.pagination-small ul>li>a, .pagination-small ul>li>span {
  padding: 2px 10px;
  font-size: 11.9px
}
.pagination-mini ul>li>a, .pagination-mini ul>li>span {
  padding: 0 6px;
  font-size: 10.5px
}


.purchase {
    padding-bottom:2em;
    margin-bottom:5em;
}

.purchase h4,
.purchase h2 {
    padding-top: 1em;
}

.purchase .receipt {
    border:1px solid #ddd;
    text-align: center;
    padding:2em 3em;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -o-border-radrius:5px;
    -ms-border-radius: 5px;
    border-radius:5px;
}

.purchase p {
    font-size:1.4rem;
    text-align: center;
    display:inline-block;
    margin:0 0 3em 0;
}

.information-contents {
  border: solid 1.5px #ddd;
  border-radius: 0.25em;
  margin-top: 0.8em;
  height: 500px;
}

.information-contents.information-notices {
  height: auto;
  overflow-y: hidden;
  padding: 1em 2em 1em 8%;
  text-indent: -1em;
}

.document-selected >td,
.document-selected >th{
  background-color: #d9edf7!important;
}

.review_header{position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  font-size: 20px;

}

.review_header p{
  display: table-cell;
  vertical-align: middle;
  margin: 0;

}

.ms-clear input[type=text]::-ms-clear {
    display: none;
}

.packege-icon {
    float:right;
    font-size:0.9em;
    padding-top:0.6em;
    padding-right:0.4em;
}

/* tooltip-wide -- tooltipからコピーして派生。
  tooltip-wide-innerのmax-widthだけカスタムしている。
  --> lessなどで継承したい */
.tooltip-wide {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip-wide.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip-wide.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip-wide.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip-wide.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip-wide.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-wide-inner {
  max-width: 400px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-wide-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip-wide.top .tooltip-wide-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip-wide.top-left .tooltip-wide-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip-wide.top-right .tooltip-wide-arrow {
  right: 5px;
  bottom: 0;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip-wide.right .tooltip-wide-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip-wide.left .tooltip-wide-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip-wide.bottom .tooltip-wide-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip-wide.bottom-left .tooltip-wide-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip-wide.bottom-right .tooltip-wide-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}



/* modal-frequency_convert --- modalからコピーして派生。
  --> lessなどで継承したい */


.modal-frequency_convert-open,
.simple-modal-open {
  overflow: hidden;
}
.modal-frequency_convert,
.simple-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: none; /*overflow: auto;*/
  /* overflow-y: scroll; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal-frequency_convert.fade .modal-frequency_convert-dialog {
  -webkit-transition: -webkit-transform .3s ease-in-out;
     -moz-transition:    -moz-transform .3s ease-in-out;
       -o-transition:      -o-transform .3s ease-in-out;
          transition:         transform .3s ease-in-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal-frequency_convert.in .modal-frequency_convert-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.simple-modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .1s ease-in-out;
     -moz-transition:    -moz-transform .1s ease-in-out;
       -o-transition:      -o-transform .1s ease-in-out;
          transition:         transform .1s ease-in-out;
}

.simple-modal.in .modal-dialog {
  -webkit-transition: -webkit-transform .1s ease-in-out;
     -moz-transition:    -moz-transform .1s ease-in-out;
       -o-transition:      -o-transform .1s ease-in-out;
          transition:         transform .1s ease-in-out;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal-frequency_convert-dialog,
.simple-modal-dialog,
.simple-modal .modal-dialog ,
.modal-frequency_convert .modal-dialog{
  /*position: relative;
  width: auto;
  margin: 10px;*/

  /* センター寄せ - ちょっとハック気味だが採用 */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.modal-frequency_convert-dialog,
.modal-frequency_convert .modal-dialog {
  bottom: 200px; /* ちょっと上に上げる */
  margin: auto;
  width: 400px; /* この値が最適か不明だが任意の値 - 最低値っぽい? */
  height: 500px; /* この値が最適か不明だが任意の値 */
}

.simple-modal-dialog,
.simple-modal .modal-dialog {
  bottom: 300px;
  margin: auto;
  width: 800px; /* この値が最適か不明だが任意の値 - 最低値っぽい? */
  max-width: 100%;
  height: 100px; /* この値が最適か不明だが任意の値 */
}

.simple-download-modal .modal-dialog {
  bottom: 300px;
  margin: auto;
  width: 300px; /* この値が最適か不明だが任意の値 - 最低値っぽい? */
  height: 100px; /* この値が最適か不明だが任意の値 */
}

.modal-frequency_convert-content,
.simple-modal-content,
.simple-modal .modal-dialog .modal-content,
.modal-frequency_convert .modal-dialog .modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 12px;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-frequency_convert-content {
  background-image : url(/assets/img/user/hyakusin_logo.png);
  background-position: center;
  background-size: 70%;
  background-repeat:no-repeat;
}

.logos_pulse .modal-frequency_convert-content {
  background-color : #ffffe8;
}

.modal-frequency_convert-backdrop,
.simple-modal.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-frequency_convert-backdrop.fade,
.simple-modal.modal-backdrop.fade{
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-frequency_convert-backdrop.in,
.simple-modal.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-frequency_convert-header,
.simple-modal-header{
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 0px solid #e5e5e5;
}

.modal-frequency_convert-header .close,
.simple-modal-header .close{
  margin-top: -2px;
}
.modal-frequency_convert-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-frequency_convert-body {
  position: relative;
  padding: 20px;
}
.simple-modal-body {
  border : none;
}
.modal-frequency_convert-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-frequency_convert-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-frequency_convert-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-frequency_convert-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 768px) {
  .modal-frequency_convert-dialog {
    width: 600px;
    /*margin: 30px auto; コメントアウト - 悪ささせない */
  }
  .modal-frequency_convert-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-frequency_convert-sm {
    width: 450px; /*width: 300px;*/
  }
}
@media (min-width: 992px) {
  .modal-frequency_convert-lg {
    width: 900px;
  }
}

.modal-frequency_convert .modal-frequency_convert-ul {
  display:table;
  text-align:center;
  width:100%;
  padding:0;
  margin:0;
}

.modal-frequency_convert .modal-frequency_convert-li {
  display:table-cell;
  width:40%;
}

.setting-modal {
  margin : auto;
}

.setting-modal tbody tr td button {
  width: 10em;
  margin: 0.1em;
  border-radius : 1em;
  text-transform: none;
}

.setting-modal tbody tr td {
}

.setting-modal tbody tr th {
  text-align: right;
  padding-right: 1em;
}

.btn-default .setting-modal .activeButton {
  color: #fff;
  background-color: #888;
}



.button-convert_frequency {
  width:20%;
  padding-left:0;
  padding-right:0;
  margin-left:3%;
  border: 1px solid #ffcc33;
  color : #ef7f4d;
  background-color : white;
  font-size:1.2em;
  font-weight:800;
}

.button-convert_frequency:focus {
  background-color : #ffcc33;
}



.convert_frequency-box-title-premium {
  color : #4044CE;
}

.convert_frequency-box-title {
  color : #555;
}


.button-convert_frequency-box {
  width : 60%;
  max-width: 8em;
  padding-top : 2.0em;
  padding-bottom : 3.5em;
  margin-top : 0.5em;
  margin-bottom : 0;
  border-radius: 3px;
  border: 2px solid #ddd;
  filter:alpha(opacity=90);
  -moz-opacity:0.9;
  -khtml-opacity: 0.9;
  opacity:0.9;
  color : #333;
  text-transform: none;
}

.explanation-convert_frequency-box {
  opacity:0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.button-convert_frequency-box-wrap:hover .explanation-convert_frequency-box{
  opacity:1;
  color : #755;
  font-weight:800;
  font-size:0.9em;
  text-shadow: 2px 2px 1px #fff,-2px 2px 1px #fff,2px -2px 1px #fff,-2px -2px 1px #fff;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.button-convert_frequency-box-default {
  background-color: #FFF;
}

.button-convert_frequency-box-default:hover {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  background-color: #444;
}

.button-convert_frequency-box-speed {
  background-color: #FFF4F6;
}

.button-convert_frequency-box-speed:hover {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  background-color: #660027;
}

.button-convert_frequency-box-center_frequency {
  background-color: #F4FFFA;
}

.button-convert_frequency-box-center_frequency:hover {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  background-color: #005666;
}

.document-search-area {
  margin-left : auto;
}

.paginate-container li a {
  cursor: pointer;
}

.paginate-container .pagination-break {
  pointer-events : none;
}

.paginate-container .pagination-items {
  cursor:'pointer';
}

.new-badge {
  font-size: 0.8em;
  color: rgb(214, 63, 63);
  vertical-align: top;
}

.personal-information-select-table {
  border: 1px solid #ccc;
  border-radius: 5px 5px 0 0;
  border-collapse: separate;
}


/***************************************
***************************************
******** シンプルUI用CSS TODO - 別ファイルで管理したい
***************************************
***************************************/


/******* color memo *******/
/*

PRIMARY:
background-color: #428bca;
    border-color: #357ebd;

SUCCESS :
background-color: #5cb85c;
    border-color: #4cae4c;
    
INFO :
background-color: #5bc0de;
    border-color: #46b8da;
*/


.simple-flat_panel {
  border : 3px solid #eee;
  border-radius : 4px;
}

.simple-flat_panel.no-border {
  margin : 0;
  padding : 0;
  border: none;
  /*border : 3px solid rgba(255,255,255,0);
  border-radius : 4px;*/
}

.simple-theme .btn {
  font-weight: 400;
}

.simple-theme .search-area-label {
  font-weight: 800;
}

.simple-theme .alert-area {
  font-size : 1.3em;
  text-align : center;
}

.simple-theme .alert-area .btn{
  margin-top: 0.3em;
  font-size : 1.2em;
  height : inherit;
  padding: 0.2em 0.8em;
}

.simple-theme .file-list-icon {
  font-size:1.2em;
}

.simple-theme .mandala_table .container-fluid .container-fluid {
  padding-left : 15px;
  padding-right : 15px;
}

.simple-theme .mandala_table .container-fluid,
.simple-theme .five-layer_table .container-fluid {
  padding-left : 0;
  padding-right : 0;
}

.simple-theme .table.table-striped thead tr th,
.simple-theme .table.table-striped tbody tr td {
  border : none;
  text-align : center;
}

.simple-theme .table.table-striped .document-list-title {
  text-align : left;
}

.simple-theme .table.table-striped,
.simple-theme .panel-group.subject-panel,
.simple-theme .simple-flat_table.current-package_table,
.simple-theme .simple-flat_table.current-package_table .badge,
.simple-theme .simple-flat_table.personal-setting_table,
.simple-theme .simple-flat_table.personal-setting_table input,
.simple-theme .edit-document_table .family-tree_table input,
.simple-theme .simple-flat_table.personal-setting_table input.theme-input,
.simple-theme .edit-document_table,
.simple-theme .edit-document_table input.theme-input.theme-label,
.simple-theme .edit-document_table input.theme-input,
.simple-theme .edit-document_table textarea.theme-input,
.simple-theme .edit-document_table select.theme-input,
.simple-theme .document-type-discription {
  font-size: 1.15em;
}

.simple-theme .simple-flat_table .badge.file-timer.circle-badge {
  padding: 0.75em 0.4em;
  border-radius: 2.5em;
  margin-top: -0.7em;
  margin-bottom: -0.5em;
  background-color : transparent;
}

.simple-theme .simple-flat_table .badge.file-timer.circle-badge.timer-key {
  width: 2.5em;
  margin-right: 0.1em;
  background-color: null;
  font-size: 0.9em;
  cursor: pointer
}

.simple-theme .simple-flat_table .badge.file-timer.circle-badge.timer-key-nolimit {
  border : 1px solid #583ca7;
  color : #583ca7;
}

.simple-theme .simple-flat_table .badge.file-timer.circle-badge.timer-key-custom {
  border : 1px solid #565656;
  color : #565656;
}

.simple-theme .simple-flat_table .badge.file-timer.circle-badge.timer-key-three_months {
  border : 1px solid #3c88a7;
  color : #3c88a7;
}

.simple-theme .simple-flat_table .badge.file-timer.circle-badge.timer-key-one_month {
  border : 1px solid #3ca78b;
  color : #3ca78b;
}

.simple-theme .simple-flat_table .badge.file-timer.circle-badge.timer-key-two_weeks {
  border : 1px solid #6da73c;
  color : #6da73c;
}

.simple-theme .simple-flat_table .badge.file-timer.circle-badge.timer-key-one_week {
  border : 1px solid #a7883c;
  color : #a7883c;
}

.simple-theme .simple-flat_table .badge.file-timer.circle-badge.timer-key-three_days {
  border : 1px solid #a7683c;
  color : #a7683c;
}

.simple-theme .simple-flat_table.current-package_table .current-package_name {
  font-size: 1.2em;
}

.simple-theme .document-search-area {
  font-size: 1.3em;
  margin : 0 auto;
}

.simple-theme .simple-flat_table.personal-setting_table input,
.simple-theme .edit-document_table .family-tree_table input,
.simple-theme .simple-flat_table.personal-setting_table input.theme-input,
.simple-theme .edit-document_table input.theme-input.theme-label,
.simple-theme .edit-document_table input.theme-input,
.simple-theme .edit-document_table textarea.theme-input,
.simple-theme .edit-document_table select.theme-input {
  padding : 0.2em 0.6em;
}

.simple-theme .simple-flat_table.current-package_table .badge {
  padding : 0.3em 0.5em 0.3em 0.5em;
  border-radius : 0.8em;
}

.simple-theme .table.table-striped .document-list-add-button {
  font-size: 1.2em;
  padding-left : 0.7em;
  padding-right : 0.7em;
}

.simple-theme .table.table-striped .badge {
  font-size: 1.0em;
}

.simple-flat_table {
  border : none;
  border-radius : 4px;
  /*-moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow:none;*/
  box-shadow: 3px 10px 45px 2px rgba(0,0,0,0.3);
}

.simple-flat_table.light-table {
  box-shadow: 3px 10px 30px 1px rgba(0,0,0,0.2);
}

select.theme-input,
select.theme-input.with-label {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #ffffff url(/assets/img/user/simple-ui/simple-down-arrow.png) right 0.5em top 47% no-repeat;
  background-size: 1em, 100%;
}

select.theme-input::-ms-expand,
select.theme-input.with-label::-ms-expand {
  display: none;
}

.div-wrap.theme-input,
input.theme-input,
textarea.theme-input,
select.theme-input {
  border : 1px solid #eee;
  padding : 0 0 0 0.5em;
  margin: 0;
  border-radius : 2px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow:none;
  box-shadow: none;
  width:100%;
}

.div-wrap.theme-input.with-label,
input.theme-input.with-label,
textarea.theme-input.with-label,
select.theme-input.with-label {
  border-style : solid;
  border-color : #ddd;
  border-width : 0 1px 1px 1px;
  padding : 0 0 0 0.5em;
  margin: 0;
  border-radius : 0 0 2px 2px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow:none;
  box-shadow: none;
  width:100%;
}

.div-wrap.theme-input.with-label {
  padding : 0;
}

.theme-input.with-label .panel {
  border:none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow:none;
  box-shadow: none;
  background: none;
}

.theme-input.theme-label {
  border-style : solid;
  border-color : #ddd;
  border-width : 1px 1px 0 1px;
  border-radius : 2px 2px 0 0;
  background-color: #f5f5f5;
  color : #666;
  padding : 0.2em 0 0.1em 0.6em;
  width:100%;
}

.theme-checkbox {
  font-size:2em;
}

.theme-checkbox.checkbox-label {
  font-size:1.2em;
  vertical-align: top;
}

.simple-block {
  border-radius: 0.1em;
  box-shadow: none;
  font-size: 1.4em;
  height: 3.5em;
  padding: 0.9em 0 1.0em 0;
  box-sizing: border-box;
  font-weight: 400;
  text-transform: none;
  text-indent: 0;
}

.simple-block.btn {
  opacity: 0.9;
}

.simple-block.btn.disabled {
  opacity: 0.5;
}

.simple-block.btn.simple-transparent {
  border : solid 2px inherit;
  opacity: 0.8;
}

.simple-block.btn-primary.simple-transparent {
  border : 2px solid rgba(53, 126, 189, 0.4);
  background : rgba(66, 139, 202, 0.15);
}

.simple-block.btn-success.simple-transparent {
  border : 2px solid rgba(76, 174, 76, 0.4);
  background : rgba(92, 184, 92, 0.15);
}

.simple-block.btn-info.simple-transparent {
  border : 2px solid rgba(70, 184, 218, 0.4);
  background : rgba(91, 192, 222, 0.15);
}

.simple-block.btn-primary.simple-transparent .inner-text {
  color : rgba(34, 80, 120, 1.0);
}

.simple-block.btn-success.simple-transparent .inner-text {
  color : rgba(45, 102, 45, 1.0);
}

.simple-block.size-3_2 {
  height: 5.25em;
  padding: 1.7em 0 1.6em 0;
}

.simple-message {
  font-size: 1.2em;
}

.inner-text {
  font-size: 1em;
}

.simple-block.simple-btn-circle .inner-text {
  font-size: 1em;
}


.simple-block .inner-text {
  font-size: 1.1em;
}

.simple-block.simple-square-button .inner-text {
  font-size: 1.0em;
}

.simple-block.size-3_2 .inner-text {
  font-size: 1.6em;
}

.simple-block.simple-label {
  padding: 1.0em 0 1.0em 0;
  color : #666;
}

.simple-block.simple-label-half {
  font-size: 1.1em;
  padding: 0.1em 0 0 0;
  height:1.75em;
  color : #666;
}

.simple-block.simple-label-3_4 {
  font-size: 1.3em;
  padding: 0.5em 0 0 0;
  height:2.625em;
  color : #666;
}

.simple-block.space{
  padding:0;
  background: none;
}

.simple-block.space-half{
  height:1.75em;
  padding:0;
  background: none;
}

.simple-block.space-quarter{
  height:0.875em;
  padding:0;
  background: none;
}

/* 歯車アイコンの色 */
a.simple-block.icon-only {
  color: #666;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

a.simple-block.icon-only:hover,
a.simple-block.icon-only:focus {
  text-decoration: none;
  color: #999;
  cursor :pointer;
}

.logos-chain-ui a.simple-block.icon-only {
  color: rgba(255,255,255, 0.8);
}

.logos-chain-ui a.simple-block.icon-only:hover,
.logos-chain-ui a.simple-block.icon-only:focus {
  color: rgba(255,255,255, 0.5);
}

.simple-square-button.btn,
.simple-square-button.btn-sm,
.simple-square-button.btn-lg,
.simple-square-button.btn-xl,
.simple-btn-circle.btn,
.simple-btn-circle.btn-sm,
.simple-btn-circle.btn-lg,
.simple-btn-circle.btn-xl {
  width: 2em;
  height: 2em;
  padding: 0.35em 0.5em;
  font-size: 2em;
  line-height: 1.2;
  box-shadow: 1px 4px 25px 1px rgba(0,0,0,0.2);
}

.simple-btn-circle.btn,
.simple-btn-circle.btn-sm,
.simple-btn-circle.btn-lg,
.simple-btn-circle.btn-xl {
  border-radius: 1em;
}

.simple-tab-passive .simple-square-button {
  background-color : #eaeaea;
}

.simple-tab-active .simple-square-button:hover {
  background-color : #fff;
  color : #333;
  transition: background-color 0.5s ease-out;
}

.simple-tab-passive .simple-square-button:hover .inner-text{
  color : #6f2707;
}

.simple-tab-passive .inner-text {
  color : #e84700;
}


.simple-square-button.btn,
.simple-square-button.btn-sm,
.simple-square-button.btn-lg,
.simple-square-button.btn-xl,
.simple-btn-circle.simple-badge.btn,
.simple-btn-circle.simple-badge.btn-xs,
.simple-btn-circle.simple-badge.btn-sm,
.simple-btn-circle.simple-badge.btn-lg,
.simple-btn-circle.simple-badge.btn-xl {
  width: auto;
  padding: 0.35em 0.7em;
}

.simple-btn-circle.simple-badge.btn .inner-text,
.simple-btn-circle.simple-badge.btn-xs .inner-text,
.simple-btn-circle.simple-badge.btn-sm .inner-text,
.simple-btn-circle.simple-badge.btn-lg .inner-text,
.simple-btn-circle.simple-badge.btn-xl .inner-text {
  font-size:0.8em;
}

.simple-btn-circle.simple-badge.btn .inner-text .simple-icon,
.simple-btn-circle.simple-badge.btn-xs .inner-text .simple-icon,
.simple-btn-circle.simple-badge.btn-sm .inner-text .simple-icon,
.simple-btn-circle.simple-badge.btn-lg .inner-text .simple-icon,
.simple-btn-circle.simple-badge.btn-xl .inner-text .simple-icon {
  font-size:1.2em;
}

.simple-btn-circle.btn-sm {
  font-size: 2.5em;
}

.simple-btn-circle.btn-lg {
  font-size: 3em;
}

.simple-btn-circle.btn-xl {
  font-size: 4.5em;
}

.width-90 { width: 90%; } .width-80 { width: 80%; } .width-70 { width: 70%; } .width-60 { width: 60%; } .width-50 { width: 50%; }
.width-40 { width: 40%; } .width-30 { width: 30%; } .width-20 { width: 20%; } .width-10 { width: 10%; }

.width-95 { width: 95%; } .width-85 { width: 85%; } .width-75 { width: 75%; } .width-65 { width: 65%; } .width-55 { width: 55%; }
.width-45 { width: 45%; } .width-35 { width: 35%; } .width-25 { width: 25%; } .width-15 { width: 15%; } .width-5 { width: 5%; }

.width-32 { width: 32%; } .width-2 { width: 2%;}

.width-7em { width: 7em; }

.clear-both {
  clear: both;
}

.margin-left-1em {
  margin-left: 1em;
}

.margin-top-08em {
  margin-top: 0.8em;
}

.sans-serif {
  font-family : sans-serif !important;
}

.width-inherit { width: inherit; }

.inline-block { display : inline-block; }

.cursor-pointer { cursor: pointer; }

.simple-tab-passive { opacity : 0.8; }

.simple-theme .simple-icon-disable-color {
  color: #738aa0;
}

.information-contents .btn {
  box-shadow: none;
}

.simple-theme .information-wrap {
  margin: 0px auto;
  padding: 1.5em 5% 0 5%;
  max-width: 1000px;
}

.simple-theme .navigation-button-inner-text{
  font-size:0.7em ;
}
  
/****** 作業用背景1、コメントを外して使用
.simple-theme {
  background-image : url(/assets/img/user/simple-ui/sample/samile_mobius_bg1.jpg);
  background-size:cover;
}
*/
/****** 作業用背景1、コメントを外して使用
.simple-theme {
  background-image : url(/assets/img/user/simple-ui/sample/samile_mobius_bg2.jpg);
  background-size:cover;
}*/


/* BETTENのみスクロールバー除去 */

body.platform-betten::-webkit-scrollbar {
  display: none;
}


body.logos-chain-ui {
  background-image : url(/assets/img/user/simple-ui/background/logos-chain-ui.jpg);
  background-repeat : repeat;
  background-attachment : scroll;
  min-height: 100%;
  height: auto;
  background-color: rgb(13, 47, 92);
}

.logos-chain-ui #contents {
  width : 96%;
  margin : 0 auto;
}

.logos-chain-ui *::-webkit-scrollbar {
  width : 1.5em;
}

.logos-chain-ui *::-webkit-scrollbar-track {
  box-shadow: none; 
  border-radius: 0;
}

.logos-chain-ui *::-webkit-scrollbar-thumb {
  background: rgba(49, 53, 83, 0.5);
  border-radius: 0.75em;
  border: 2px solid inherit;
}

.logos-chain-ui *::-webkit-resizer,
.logos-chain-ui *::-webkit-scrollbar-corner {
  display: none;
}

body.logos-chain-ui,
.logos-chain-ui .btn,
.logos-chain-ui .modal-title {
  font-family : Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

html.wa-flat-ui body:not(.logos-chain-ui),
html.wa-flat-ui body:not(.logos-chain-ui) .gn-menu-main,
html.wa-flat-ui body:not(.logos-chain-ui) h2,
html.wa-flat-ui body:not(.logos-chain-ui) .gn-menu-main ul,
html.wa-flat-ui body:not(.logos-chain-ui) .btn{
  font-family : 'Gentium Basic', serif;
}

.logos-chain-ui .current-package_title {
  font-size : 0.9em;
}

.simple-theme.logos-chain-ui .simple-badge.btn,
.simple-theme.logos-chain-ui .simple-square-button.btn {
  font-weight: 800;
}

.logos-chain-ui .current-package_document_list {
  font-family : 'Lato',sans-serif;
}

.logos-chain-ui .simple-top-menu .simple-block.btn-primary.simple-transparent {
  background: rgba(255, 255, 255, 0.35);
  color : #ffffff;
  border : 1px solid #ffffff; /*2px solid rgba(100, 183, 255, 0.67);*/
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;  
}

.logos-chain-ui .simple-top-menu .simple-block .inner-text {
  color : #ffffff;
}

.logos-chain-ui .simple-flat_table.select-document-type_table,
.logos-chain-ui .simple-flat_table.select-document-type_table .simple-block {
  color : rgba(13, 20, 64, 0.9);
  background: rgba(255, 255, 255, 0.35);
}

.logos-chain-ui .simple-flat_table.select-document-type_table .simple-label-3_4 {
  color : #000000;
  background: rgba(255, 255, 255, 0.35);
}

.logos-chain-ui .simple-flat_table.select-document-type_table .select-original-type-button .simple-block,
.logos-chain-ui .simple-flat_table.select-document-type_table .select-format-type-button .simple-block {
  background : #ffffff;
  border : 1px solid #1678b9;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  opacity: 0.9;
}

.logos-chain-ui .simple-flat_table.select-document-type_table .select-original-type-button .simple-block .inner-text{
  color : rgba(56, 106, 150);
}

.logos-chain-ui .simple-flat_table.select-document-type_table .select-format-type-button .simple-block .inner-text{
  color : rgb(59, 125, 71);;
}

.logos-chain-ui .simple-flat_table.select-document-type_table .simple-block.space,
.logos-chain-ui .simple-flat_table.select-document-type_table .simple-block.space-half,
.logos-chain-ui .simple-flat_table.select-document-type_table .simple-block.space-quarter {
  background : none;
}

.logos-chain-ui .theme-input {
  opacity: 0.9;
}

.logos-chain-ui .simple-flat_table {
  color : rgba(13, 20, 64, 0.9);
  background: rgba(255, 255, 255, 0.9);
}

.logos-chain-ui .panel {
  background: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.logos-chain-ui .subject-select-panel.panel{
  margin-bottom: 0;
  text-align: center;
}

.logos-chain-ui .panel .panel-body,
.logos-chain-ui .document-confirm {
  background: rgba(255, 255, 255, 0.9);
}

.logos-chain-ui .information-contents {
  color : rgba(13, 20, 64, 0.9);
  background: rgba(255, 255, 255, 0.8);
  overflow-y: scroll;
  padding: 2em 8%;
  clear: both;
}

.logos-chain-ui .information-contents.information-notices {
  padding: 1em 2em 1em 8%;
  overflow-y: hidden;
}

.information-pagination {
  font-size: 1.2em;
  text-indent: 0px;
}

.logos-chain-ui .document-confirm-label {
  color : #ffffff;
}

.logos-chain-ui a {
  color : #71aced;
}

.logos-chain-ui .btn-primary,
.logos-chain-ui .btn-warning,
.logos-chain-ui .btn-success {
  color : rgba(255, 255, 255, 1.0);
}

.logos-chain-ui .btn-info {
  background-color : #71aced;
  color : #fff;
}

.logos-chain-ui .btn-primary {
  border-color: rgba(32, 197, 247, 0.84);
}

.logos-chain-ui .btn-warning{
  background-color : rgba(255, 161, 81, 0.97);
}

.logos-chain-ui .btn-success {
  background-color: rgba(64, 234, 156, 0.82);
}

.logos-chain-ui .simple-badge.btn-default{
  color : #fff;
  border : solid 1px #71aced;
  background-color : rgba(13, 20, 64, 0.82);
}

.logos-chain-ui .simple-btn-circle.btn-default {
  border : solid 1px #ffffff;
  color : rgba(255,255,255,0.8);
  background-color : transparent;
}

.logos-chain-ui .simple-btn-circle.btn-default.btn-basic {
  border : solid 1px #ffffff;
  color : rgba(13, 20, 64, 0.9);
  background-color : #fff;
}

.logos-chain-ui .simple-tab-active .simple-block.btn,
.logos-chain-ui .simple-tab-passive .simple-block.btn {
  opacity: 1.0;
}

.logos-chain-ui .simple-tab-active .btn-default {
  background-color : rgba(255,255,255,0.3);
  border-color : #fff;
}

.logos-chain-ui .simple-tab-passive .btn-default {
  background-color : transparent;
  border-color : rgba(255,255,255,0.8);
}

.logos-chain-ui .simple-tab-active .inner-text {
  color : #fff;
}

.logos-chain-ui .simple-tab-passive .inner-text {
  color : rgba(255, 255, 255, 0.7);
}

.logos-chain-ui .simple-flat_table.document-list_table {
  background: rgba(255, 255, 255, 0.9);
}

.logos-chain-ui input.theme-input.form-control,
.logos-chain-ui textarea.theme-input.form-control{
  color : #404040;
}

.logos-chain-ui .table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
  background: rgba(255, 255, 255, 0.6);
}

.logos-chain-ui .pagination ul>.disabled>a {
  background : rgba(255, 255, 255, 0.8);
}

.logos-chain-ui .document-selected >td,
.logos-chain-ui .document-selected >th{
  background-color: rgba(0, 137, 255, 0.16)!important;
}

.logos-chain-ui .document-list_count {
  color : rgba(239, 239, 255, 0.8);
  font-weight : 800;
}

.logos-chain-ui .table.table-striped.family-tree_table tbody tr td,
.logos-chain-ui .mandala-table tbody tr td {
  background-color: rgba(255, 255, 255, 0.90);
}

.logos-chain-ui .table.table-striped.family-tree_table tbody tr:nth-of-type(odd) td,
.logos-chain-ui .mandala-table tbody tr:nth-of-type(odd) td {
  background-color: rgba(255, 255, 255, 0.77);
}

.logos-chain-ui.simple-theme .simple-flat_table.current-package_table a.current-package_name {
  color: #ec6800;
}

.logos-chain-ui.simple-theme .timer-popover.popover {
  box-shadow : 1.8em 4em 4em 1em rgba(0, 0, 0, .4);
  border : none;
  width: 27em;
  min-width: 27em;
  text-align: center;
}

.logos-chain-ui.simple-theme .timer-popover.popover .popover-title {
  font-size:1.2em;
  background-color : transparent;
  padding-top: 1.3em;
  padding-bottom : 0;
  border : none;
}

.logos-chain-ui.simple-theme .timer-popover.popover .popover-subtitle {
  padding: 0 0 0.2em 0
}

.logos-chain-ui.simple-theme .timer-popover.popover .popover-content {
  padding-top: 0.3em;
  padding-bottom: 1.7em;
}

.logos-chain-ui.simple-theme .timer-popover.popover.right {
  margin-left: 1.25em;
}

.logos-chain-ui.simple-theme .timer-popover.popover .timer-wrapper {
  text-align: left;
  margin-top: 0.5em;
  padding: 0 2em;
}

.logos-chain-ui.simple-theme .timer-popover.popover .timer-button {
  width: 32%;
  margin: 0.1em 0.5%;
  text-align: center;
  text-transform: none;
  border-radius: 0.9em;
  font-size: 0.8em;
}

/* datepickerの高さを調整 */
.timer-popover .DayPicker-Month {
  margin-top: 0.1em;
}

.timer-popover .DayPicker-Weekday {
  padding-top: 0.35em;
  padding-bottom: 0;
}

.timer-popover .DayPicker-Day {
  padding:0.35em 0.45em;
}

.timer-popover .DayPicker-wrapper {
  padding-bottom:0.6em;
  font-size: 2.0em;
}

.timer-popover .DayPicker-NavButton {
  top : 0.3em;
}

.timer-popover .DayPicker-Caption {
  margin-bottom: 0.2em;
}

.timer-popover .timer-footer {
  font-size: 1.2em;
  padding: 0.2em 0 0.1em 0;
}
.simple-theme .counter-badge,
.simple-theme .counter-badge .badge {
  font-size : 0.9em;
  font-family: 'Lato',sans-serif;
  font-weight: 200;
}

.personal-information-id {
  font-size : 0.8em;
  font-family: 'Lato',sans-serif;
  font-weight: 200;
  min-width: 3.5em;
}

.setting-modal .setting_modal-logout-button {
  float : left;
}

.min-display,
.min-display-inline,
.min-display-inline-block,
.min-display-table,
.min-display-table-row,
.min-display-table-cell {
  display : none;
}

/* *****************/
/* マンダラ用設定 */
/* *****************/

.mandala-panel .table-striped > tbody.mandara-1 > tr > td ,
.mandala-panel .table-striped > tbody.mandara-center > tr:nth-child(1) > td:nth-child(1) {
  background-color : #86CADD
}

.mandala-panel .table-striped > tbody.mandara-2 > tr > td,
.mandala-panel .table-striped > tbody.mandara-center > tr:nth-child(1) > td:nth-child(2) {
  background-color : #B5B9D8
}

.mandala-panel .table-striped > tbody.mandara-3 > tr > td,
.mandala-panel .table-striped > tbody.mandara-center > tr:nth-child(1) > td:nth-child(3) {
  background-color : #E294C0
}

.mandala-panel .table-striped > tbody.mandara-4 > tr > td,
.mandala-panel .table-striped > tbody.mandara-center > tr:nth-child(2) > td:nth-child(3) {
  background-color : #F8DD9A
}

.mandala-panel .table-striped > tbody.mandara-5 > tr > td,
.mandala-panel .table-striped > tbody.mandara-center > tr:nth-child(3) > td:nth-child(3) {
  background-color : #FFF599
}

.mandala-panel .table-striped > tbody.mandara-6 > tr > td,
.mandala-panel .table-striped > tbody.mandara-center > tr:nth-child(3) > td:nth-child(2) {
  background-color :#80D3AE
}

.mandala-panel .table-striped > tbody.mandara-7 > tr > td,
.mandala-panel .table-striped > tbody.mandara-center > tr:nth-child(3) > td:nth-child(1) {
  background-color : #FFAAB5
}

.mandala-panel .table-striped > tbody.mandara-8 > tr > td,
.mandala-panel .table-striped > tbody.mandara-center > tr:nth-child(2) > td:nth-child(1) {
  background-color : #D8E89B
}


/* 回文ボックス 取り急ぎimportantにしておく*/
.palindrome-textarea {
  text-align: center;
  font-size : 0.8em!important;
}

/* ********************************** */
/* サイバー神社用設定、終わったら消す */
/* ********************************** */

body.logos-chain-ui.cyber-shrine {
  background-image : url(/assets/img/user/cybergamen.jpg);
  background-repeat : repeat;
  background-attachment : scroll;
  background-color: rgb(13, 47, 92);
  background-size : contain;
  background-position: center;
  overflow-y: hidden;
  overflow-x: hidden;
}

body.logos-chain-ui.cyber-shrine,
body.logos-chain-ui.cyber-shrine .btn {
  font-family : 'Lato',sans-serif;
}

body.logos-chain-ui.cyber-shrine .btn {
  transition : all 0.5s ease-in;
}

.negaiinput-wrap,
.negaibutton-wrap {
  height : 98vh;
}

.negaiinput {
  position : absolute;
  top: calc(50% - 1em / 2);
  bottom : calc(50% + 1em / 2);
  left : 15%;
  right : 15%;
  height: 1em;
  width: 70%;
  
  color : #fff;
  background-color:transparent;
  border:none;
  outline: none;
  box-shadow: none;
  font-size: 2.8em;
  overflow-y: hidden;
  overflow-x: hidden;

  line-height:1;
  text-align: center;
  margin : 0 auto;
  
  resize: none;
}

.negaibutton {
  position : absolute;
  top: 73%;
  left : 45%;
  right : 45%;
  height : 10%;
  width: auto;
  font-size: 0.7em;
}

.logos-chain-ui.cyber-shrine textarea.theme-input.form-control:focus,
.negaiinput:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
/* ********************************** */
/* サイバー神社用設定ここまで         */
/* ********************************** */




@media screen and (min-width: 0px) and (max-device-width: 991px) {
    .gn-menu-main {
        height: 80px;
        line-height: 45px;
        font-size:0.8em;
        max-width : -webkit-calc(100% - 5em);
        max-width : calc(100% - 5em);
    }

    .gn-menu-main > li {
        height: 50%;
    }

    .gn-menu-main img {
        width: auto;
        height: 100%;
    }

    .gn-menu-main > li > a {
        margin : 0;
        padding : 0 20px;
        border:none;
    }

    .gn-menu-main > li:last-child {
        position: fixed;
        right:0;
        top:0;
    }

    .gn-menu-main li.gn-trigger .gn-menu-wrapper.gn-open-all,
    .gn-menu-main li.gn-trigger .gn-menu-wrapper .gn-scroller{
        width:20em;
    }

    .gn-menu-main li.gn-trigger .gn-menu-wrapper .gn-menu{
        font-size:1.2em;
        line-height: 3em;
    }

    .container h2 {
        font-size: 2.5em;
    }

    .container .section-heading {
        font-size:0.8em;
    }
}

@media screen and (min-width: 0px) and (max-device-width: 768px) {
  .gn-menu-main li.gn-trigger {
      text-align:center;
  }
}

@media (max-width: 767px) {
  body.simple-theme {
    font-size : inherit;
  }
  
  .logos-chain-ui #contents {
    width: 100%;
  }
  
  .logos-chain-ui .information-contents {
    padding: 2em;
  }
  
  .logos-chain-ui .information-contents.information-notices {
    padding: 1em 1em 1em 2em;
  }
  
  .logos-chain-ui .information-pagination {
    font-size:1.0em;
  }
  
  .simple-theme .min-display-none {
    display : none !important;
  }
  
  .min-display-none-basic-ui {
    display : none !important;
  }
  
  .simple-theme .min-display {
    display : inherit;
  }
  
  .simple-theme .min-display-inline {
    display : inline;
  }
  
  .simple-theme .min-display-inline-block {
    display : inline-block;
  }
  
  .simple-theme .min-display-table-row {
    display : table-row;
  }
  
  .simple-theme .min-display-table-cell {
    display : table-cell;
  }
  
  .simple-theme .min-display-table {
    display : table;
  }
  
  .simple-theme .simple-modal-body.modal-body {
    padding : 0.5em 0 1.2em 0;
  }
  
  .simple-theme .document-search-area {
    width: 95%;
    font-size: 1.5em;
  }
  
  .simple-theme .marginr-20 {
    margin-right : 4px !important;
  }
  
  .simple-theme .min-br::before {
    content: "\A" ;
    white-space: pre ;
  }
  
  .simple-theme .simple-navigation.navigation-header {
    position: fixed;
    top: 0px;
    padding-top : 20px;
    padding-bottom : 20px;
    z-index: 999;
    background: linear-gradient(180deg, rgba(13,47,92,1.0),rgba(13,47,92,1.0) 80%, rgba(13,47,92,0.0));
  }
  
  .simple-theme .simple-navigation.navigation-group .page-move-button {
    font-size: 1.2em;
  }
  
  .simple-theme .page-wrap {
    padding-top: 60px;
  }
  
  .simple-theme .badge {
    padding: 1px 5px;
  }
  
  .simple-theme .information-wrap {
    padding: 1.5em 0 0 0;
  }
  
  .simple-theme .badge.min-badge-width {
    width: 4.7em;
  }
  
  .simple-theme .table.table-striped tbody tr td.min-text-left {
    text-align: left;
  }
  
  .simple-theme .table>thead>tr>th,
  .simple-theme .table>tbody>tr>th,
  .simple-theme .table>tfoot>tr>th,
  .simple-theme .table>thead>tr>td,
  .simple-theme .table>tbody>tr>td,
  .simple-theme .table>tfoot>tr>td {
    padding: 0.5em 0.4em 0.5em 0;
    line-height: 1.2;
  }
  
  .simple-theme .simple-navigation {
    width: 100%;
    margin : 0;
  }
  
  .simple-theme .simple-square-button.btn {
    padding: 0.35em 0.35em;
    line-height: 1.1;
    font-family: 'Lato',sans-serif;
    font-size : 1.8em;
    height: 2.1em;
  }
  
  .simple-theme .document-page-wrap .document-page-inner-document-list {
    width : 100%;
  }
  
  .simple-theme .document-page-wrap .document-page-inner-current-package {
    width : 90%;
    margin: 0 5% 0 5%;
  }
  
  .simple-theme .simple-top-menu .simple-block .inner-text {
    font-size: 1.3em;
  }
  
  .simple-theme .select-document-type_table .select-original-type-button .simple-block .inner-text {
    font-size: 1.5em;
  }
  
  .simple-theme .select-document-type_table .select-format-type-button .simple-block .inner-text {
    font-size: 1.3em;
  }
  
  .simple-theme .select-document-type_table .simple-label-3_4 {
    height: 2.2em;
    padding : 0.35em 0 0 0;
  }
  
  .simple-theme .select-document-type_table .simple-block.space {
    height : 2.0em;
  }
  
  .simple-theme .select-document-type_table .simple-block.space-half {
    height : 1.0em;
  }
  
  .simple-theme .select-document-type_table .simple-block.space-quater {
    height : 0.5em;
  }
  
  .simple-theme .select-document-type_table .width-75,
  .simple-theme .select-format-type-button .width-75,
  .simple-theme .select-format-type-button .width-100 {
    width: 85%;
  }
  
  .simple-theme .select-document-type_table .simple-block.btn.size-3_2 {
    height : 4.0em;
    padding : 0.9em 0 0.9em 0;
  }
  
  .simple-theme .select-format-type-button .simple-block.btn {
    height : 4.0em;
    padding : 0.9em 0 0.9em 0;
  }
  
  .simple-theme .simple-block.btn.size-3_2 {
    height : 4.3em;
    padding : 1.0em 0 1.0em 0;
  }
  
  .simple-theme .simple-block.space {
    height : 3.5em;
  }
  
  .simple-theme .simple-block.space-half {
    height : 1.25em;
  }
  
  .simple-theme .simple-block.space-quarter {
    height : 0.325em;
  }

  .simple-theme .simple-top-menu .top-simple-page-button {
    width: 90%;
  }
  
  .simple-theme .simple-btn-circle.btn-sm,
  .simple-theme .simple-btn-circle.btn-xs {
    font-size: 1.8em;
    padding: 0.35em 0.5em;
  }
  
  .simple-theme .document-navigation .page-move-button .simple-btn-circle.btn-sm,
  .simple-theme .document-navigation .page-move-button .simple-btn-circle.btn-xs {
    font-size: 1.7em;
  }
  
  .simple-theme .page-move-button .simple-btn-circle {
    width: 1.8em;
    height: 1.8em;
    padding: 0.25em 0.3em;
  }
  
  .simple-theme .top-simple-button-with-information {
    width : 100%;
    margin-bottom: 1em;
  }
  
  .simple-theme .top-simple-button-with-information .simple-block {
    height: 3.8em;
  }
  
  .simple-theme .select-document-type_table,
  .simple-theme .personal-setting_table {
    margin-right: -10px;
    margin-left: -10px;
  }
  
  .simple-theme .personal-setting-page {
    margin-right: 15px;
    margin-left: 15px;
  }
  
  .simple-theme .personal-setting-forms,
  .simple-theme .personal-setting-forms .col-xs-12 {
    padding-right: 5px;
    padding-left: 5px;
  }
  
  .simple-theme .personal-information-select-table {
    margin-left : -3%;
    width:106%;
  }
  
  .setting-modal .table-label-for-min {
    font-size:1.5em;
    text-align: center;
    padding: 0.5em 0 0.2em 0;
    font-family: sans-serif;
  }
  
  .setting-modal .setting_modal-logout-button {
    float : none;
    width : 80%;
    margin-bottom: 0.5em;
  }
  
  .error-report-label {
    font-size : 1.3em;
  }
  
  .page-login_page .gn-menu-main {
    background-color : transparent;
  }

  .logos-chain-ui.simple-theme .timer-popover.popover {
    width: 25em;
    min-width: 25em;
  }

  #popover-trigger-click-root-close {
    left: 0px;
  }
  .timer-popover .DayPicker-wrapper {
    font-size: 1.5em;
  }
  
  .popover.left > .arrow {
    right: 0px;
    border: none;
  }

  .logos-chain-ui.simple-theme .timer-popover.modal {
    min-width: 32em;
    text-align: center;
  }

  .logos-chain-ui.simple-theme .timer-popover.modal .modal-header {
    padding: 15px 5px 0px 16px;
    border-bottom: 0px; 
  }
  
  .logos-chain-ui.simple-theme .timer-popover.modal .modal-title {
    font-size: 1.3em;
    font-family: 'Montserrat', 'sans-serif';
  }

  .logos-chain-ui.simple-theme .timer-popover.modal .timer-subtitle {
    margin: 0px 0px 5px 0px;
    font-size: 1.1em;
  }

  .logos-chain-ui.simple-theme .timer-popover.modal .modal-body {
    padding-top: 0px;
  }

  .logos-chain-ui.simple-theme .timer-popover.modal .modal-content {
    width: 270px;
    margin: auto;
  } 
  
  .logos-chain-ui.simple-theme .timer-popover.modal .timer-wrapper {
    width: 100%;
  }

  .logos-chain-ui.simple-theme .timer-popover.modal .timer-button {
    width: 32%;
    margin: 0.1em 0.5%;
    text-align: center;
    text-transform: none;
    border-radius: 0.9em;
    font-size: 0.8em;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 100%;
  }
  
  .simple-theme .mandala-panel {
    padding : 8px;
  }
  
  .simple-btn-circle.btn-xs {
    font-size: 1.5em;
  }
  
  .document-page .simple-btn-circle.btn-xs {
    font-size: 2.0em;
  }
  
  .simple-btn-circle.btn-sm {
    font-size: 2.0em;
  }
  
  .document-page .simple-btn-circle.btn-sm {
    font-size: 2.5em;
  }
  
  .simple-navigation {
    padding-right:0;
    padding-left: 0;
  }
  
  .simple-theme .document-page-wrap {
    margin-left : 2em;
    margin-right: 2em;
  }
  
  .simple-theme .simple-flat_table.current-package_table .current-package_name {
    font-size: 1.1em;
  }
  
  .simple-top-menu.short .simple-block .inner-text {
    font-size: 0.9em;
  }

  .simple-theme .simple-page-knowledge-button {
    padding-left: 0.1em ;
    padding-right: 0.1em;
  }

  .simple-theme .simple-page-user-button {
    padding-left: 0.3em ;
    padding-right: 0.3em;
  }
  
  .simple-theme .simple-page-original-button {
    padding-left: 0.2em ;
    padding-right: 0.2em;
  }

  .simple-theme .navigation-button-inner-text{
    font-size:0.6em ;
  }
}

@media (min-width: 992px) and (max-width: 1119px) {  
  .simple-btn-circle.btn-xs {
    font-size: 1.6em;
  }
  
  .document-page .simple-btn-circle.btn-xs {
    font-size: 2.0em;
  }
  
  .simple-btn-circle.btn-sm {
    font-size: 2.2em;
  }
  
  .document-page .simple-btn-circle.btn-sm {
    font-size: 2.5em;
  }
  
  .simple-navigation {
    padding-right:0;
    padding-left: 0;
  }

  .simple-theme .document-page-wrap {
    margin-left : 2em;
    margin-right: 2em;
  }
  
  .simple-top-menu.short .simple-block .inner-text {
    font-size: 1.0em;
  }
}

@media (min-width: 1120px) and (max-width: 1199px) {
  .container {
    width: 95%;
  }
  
  .simple-btn-circle.btn-xs {
    font-size: 1.6em;
  }
  
  .document-page .simple-btn-circle.btn-xs {
    font-size: 2.0em;
  }
  
  .simple-btn-circle.btn-sm {
    font-size: 2.2em;
  }
  
  .document-page .simple-btn-circle.btn-sm {
    font-size: 2.5em;
  }
  
  .simple-navigation {
    padding-right:0;
    padding-left: 0;
  }
  
  .simple-theme .document-page-wrap {
    margin-left : 2em;
    margin-right: 2em;
  }

  .simple-top-menu.short .simple-block .inner-text {
    font-size: 1.1em;
  }


}

@media (min-width: 1200px) {
  .simple-top-menu.short .simple-block .inner-text {
    font-size: 1.1em;
  }
}
