* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

ul {
    list-style: none;
}

html {
    height: 100%;    
}

body {
    font-size: 16px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.5;
    height:-webkit-calc(100% - 50px - 110px);
	height:calc(100% - 110px - 50px);
    min-height: 640px;
    min-width: 1280px;
}

#footer {
    width: 100%;
    height: 50px;
    background-color: skyblue;
    border: 1px solid #444;
}

.message-footer {
    font-size: 16px;
    color: #333333;
    height: 100%;
    padding-top: 15px;
    padding-left: 20px;
}

#container {
    width: 100%;
    height: 100%;
/*    background-color: greenyellow;*/
}

.sidebar {
    width: 180px;
    height: 100%;
    background-color: #F8F7F4;
    border-right: solid 1px #000;
    float: left; 
}

.content {
    width: 100%;
    height:100%;
/*    background-color: brown;*/
    padding-top:20px;
    padding-left: 200px;
    padding-right: 30px;
}

a {
	text-decoration: none;
}

ul#nav{

}

ul#nav li {
	list-style: none;
}
ul#nav li a {
  color: #000;
  display: block;
  padding: 10px;
  font-size: 0.8em;
/*  border-bottom: 1px solid #444;*/
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
  text-decoration: underline;
    text-align: center;
}

ul#nav li a:hover {
 background: #31B0D5;
 color: #fff;
}

ul#nav li a.nav-header{
	background: #F8F7F4;
    font-size: 1.2em;
    text-decoration: none;
}

ul#nav li a.nav-header:hover{
    color: #000;
    cursor: default;
}


div#box {
	margin-top: 15px;
    border-bottom: 1px solid gray;
/*    padding-bottom: 15px;*/
    width: 100%
}

div#grid-box {
	margin-top: 15px;
    padding-bottom: 15px;
    width: 100%
}

.input-text {
    font-size: 12px;
    height: 34px;
    display: inline-block;
    border: none;
    background-color: #f8f7f4;
    border-bottom: solid 2px #B5B5B6;
    padding: 8px 12px 8px 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    border-radius: 0;
    text-decoration: none;
}

.input-text-kinyukikancd {
    width:100px;
}


.input-label {
    font-size: 12px;
    color: #333333;
    height: 100%;
    margin: 0 auto;
}

.button-common {
    width: 80px;
    margin-left: 50px;
    padding: 0;
	display: inline-block;
    height: 32px;
    background-color: #37847B;
    color: #FFF;
    margin-bottom: 2px;
    cursor: pointer;
    border-radius: 2px;
    -webkit-box-shadow: 0px 2px #B5B5B6;
    box-shadow: 0px 2px #B5B5B6;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    text-decoration: none;
    font-size: 12px;
}

.inner-box {
    padding-bottom: 16px;
    width: 100%
}

#message-label {
    margin-top: 2px;
    padding-top: 8px;
    padding-left: 8px;
    height: 34px;
    width: 700px;
    display: block;
    float: left;
    background-color: #E1E9F1;
    font-size: 12px;
}

.button-insert {
    float: left; 
}
.content-title {
    font-size: 21px;
    font-weight: bold;
    margin: 0 auto;
    padding: 13px 0 12px 16px;
    border-left: solid 8px #E60012;
	box-sizing: border-box;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    line-height: 1.5;
    color: #333333;
    background-color: #f8f7f4;
}

 
  .flex-container-space {
  display: -webkit-flex;
  /* Safari */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  /* Safari */
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-items: center;
  /* Safari */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.header {
  margin: 0 auto;
  max-width: 912px; }

.logo {
  margin: 25px 0;
  /* ロゴに余白を設けずに高さを調整する */ }
  @media screen and (max-width: 959px) {
    .logo {
      margin: 24px 0;
      width: 69px; }
      .logo a img {
        width: 100%;
        height: 100%; } }

.title {
  font-size: 28px; }
  .title span {
    display: inline-block; }
  .title .title-color {
    color: #527097; }
  @media screen and (max-width: 959px) {
    .title {
      font-size: 20px;
      line-height: 22px; }
      .title .title-color {
        display: block; } }

.input-text-wide {
    width: 320px;
}

.input-space {
    padding-left: 40px;
}

.button-delete {
    width: 80px;
    margin-left: 25px;
}

#login-info {
    position: absolute;
    top:750px;
    text-align: center;
    width: 180px;
    font-size: 12px;
}

#password-info {
    position: absolute;
    top:800px;
    text-align: center;
    width: 180px;
    font-size: 12px;
}

.placeholder-box {
    width: 150px;
}

#jsGrid {
    font-size:12px;
}

/*****************ユーザ管理画面*********************************************/

/*****管理権限ドロップダウンボックス:管理者or参照者*****/


.input-select-ad {
  width: 130px;
  height: 34px;
  margin: 0;
  display: inline-block;
  border: none;
  background-color: #f8f7f4;
  border-bottom: solid 2px #B5B5B6;
  padding: 8px 24px 8px 24px;
  padding-right: 2em;
  background-image: url(../img/arrow_down.svg);
  background-size: 1em;
  background-repeat: no-repeat;
  background-position: right .5em center; }
  @media screen and (max-width: 959px) {
    .input-select-ad {
      padding: 0 12px 0 12px; } }
  @media screen and (max-width: 959px) {
    .input-select-ad {
      width: 100px; } }
.input-select-ad::-ms-expand { display: none; }

button, input {
    overflow: visible;
}


/****ロック解除チェックbox****/
.checkbox-label {
  padding-left: 32px;
  display: inline-block;
  cursor: pointer; }
  .checkbox-label input {
    width: 0;
    height: 0;
    position: absolute; }
  .checkbox-label span {
    position: relative;
    padding-left: 32px;
    font: 12px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    display: block; }
    .checkbox-label span:before {
      display: inline-block;
      content: url(../img/ws_btn_check_off.svg);
      width: 15px;
      height: 15px;
      vertical-align: middle;
      margin-right: 8px;
      position: absolute;
      left: 0px; }
  .checkbox-label input[type="checkbox"]:checked ~ span:before {
    display: inline-block;
    content: url(../img/ws_btn_check_on.svg);
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin-right: 8px; }
  .checkbox-label input[type="checkbox"]:disabled ~ span:before {
    display: inline-block;
    content: url(ws_btn_check_off_disabled.svg);
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin-right: 8px; }
}
.byoki {
    width: 0;
    height: 0;
    position: absolute;
    box-sizing: border-box;
    padding: 0;
    font: 16px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    border-radius: 0;
    text-decoration: none;
    overflow: visible;
    margin: 0;
    border-collapse: separate;
}

/*****************ログイン画面*********************************************/

.passtable {
    border-spacing: 0px 10px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.login-input-row {
    padding-bottom: 20px;
}

.login {
    background-color: #f0efef;
    padding-bottom: 48px;
    height: 100%;
}

.title-login {
    padding-top: 48px;
}

.login .title-login h2 {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    background-color: #E1E9F1;
    border-bottom: solid 1px #B5B5B6;
    padding: 8px 0;
}

.login .contents-login {
    max-width: 600px;
    margin: 0 auto;
    background-color: #FFF;
}


.loginInfo {
    padding: 40px;
}

.loginInfo p {
    text-align: center;
    margin-top: 40px;
}

/**#submit {
    width: 140px;
    height: 45px;
    border: 0;
    background-color: cadetblue;
    border-radius: 4px;
    font-size: 16px;
    color: white;
    font-weight: 300;
    text-align: center;
}**/
/**エラーHidden by default***/
.MessageArea {
    visibility: hidden;
}

/***************************パスワード変更***************************/
.Password {
    background-color: #f0efef;
    padding-bottom: 48px;
    height: 100%;
}

.title-Password {
    padding-top: 48px;
}

.Password .title-Password h2 {
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
    background-color: #E1E9F1;
    border-bottom: solid 1px #B5B5B6;
    padding: 8px 0;
}

.Password .contents-Password {
    max-width: 860px;
    margin: 0 auto;
    background-color: #FFF;
}


.PasswordInfo {
    padding: 40px;
}

.PasswordInfo p {
    margin-top: 10px;
   text-align: center;
}

.PasswordInfo p span{
    font-size:12px;
}

.new-password {
    display: inline-block;
    vertical-align: middle;
}

/***********************案件検索照会画面***************************/
/******告知事項ドロップダウンボックス:有or無*****/
.input-select-KokuchiJiko{
  width: 140px;
  height: 34px;
  margin: 0;
  display: inline-block;
  border: none;
  background-color: #f8f7f4;
  border-bottom: solid 2px #B5B5B6;
  padding: 8px 24px 8px 24px;
  padding-right: 2em;
  background-image: url(../img/arrow_down.svg);
  background-size: 1em;
  background-repeat: no-repeat;
  background-position: right .5em center; }
  @media screen and (max-width: 959px) {
    .input-select-KokuchiJiko{
      padding: 0 12px 0 12px; } }
  @media screen and (max-width: 959px) {
    .input-select-KokuchiJiko{
      width: 100px; } }
.input-select-KokuchiJiko::-ms-expand { display: none; }

/******債務者区分ドロップダウンボックス*****/
.input-select-SaimushaKbn {
    width: 120px;
    height: 34px;
    margin: 0;
    display: inline-block;
    border: none;
    background-color: #f8f7f4;
    border-bottom: solid 2px #B5B5B6;
    padding: 8px 24px 8px 24px;
    padding-right: 2em;
    background-image: url(../img/arrow_down.svg);
    background-size: 1em;
    background-repeat: no-repeat;
    background-position: right .5em center;
}

@media screen and (max-width: 959px) {
    .input-select-SaimushaKbn {
        padding: 0 12px 0 12px;
    }
}

@media screen and (max-width: 959px) {
    .input-select-SaimushaKbn {
        width: 100px;
    }
}

.input-select-SaimushaKbn::-ms-expand {
    display: none;
}

/******加入形態ドロップダウンボックス*****/
.input-select-KanyuKeitai {
    width: 120px;
    height: 34px;
    margin: 0;
    display: inline-block;
    border: none;
    background-color: #f8f7f4;
    border-bottom: solid 2px #B5B5B6;
    padding: 8px 24px 8px 24px;
    padding-right: 2em;
    background-image: url(../img/arrow_down.svg);
    background-size: 1em;
    background-repeat: no-repeat;
    background-position: right .5em center;}
 @media screen and (max-width: 959px) {
    .input-select-KanyuKeitai {
        padding: 0 12px 0 12px;    }}
 @media screen and (max-width: 959px) {
    .input-select-KanyuKeitai {
        width: 100px;    }}
.input-select-KokuchiJiko::-ms-expand {
    display: none;
}

#gvKokuchiYMD {
    margin-top:5px;
    text-align:right;
    margin-right:200px;
    font-size: 12px;
}

.center-box {
    display: flex;
    justify-content:left;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20%;
}


.input-label-print {
    font-size: 12px;
    color: #333333;
    height: 100%;
}
.input-space-center {
    padding-left: 20px;
    padding-right: 20px;
}

.input-box {
    display: flex;
    justify-content:center;
    align-items: center;
}

#message-print {
    position: absolute; 
}

#message-label-print {
    margin-top: 2px;
    padding-top: 8px;
    padding-left: 8px;
    height: 34px;
    width: 85%;
    display: block;
    float: left; 
    background-color: #E1E9F1;
    font-size: 12px;
}

.text-right {
    text-align: right;
}

.center-box-password {
    display: flex;
    justify-content:left;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20%;
}


.dialog-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    position: relative;
    position: fixed;
    top: 0px;
    z-index: 1000;
}

.dialog-header {
    text-align: right;
    margin-bottom: 4px;
}

.dialog-body {
    margin-bottom: 16px;
}

.dialog-close {
    display: inline-block;
    margin: 0;
    padding: 0;
    background-color: #FFF;
}

    .dialog-close img {
        margin: 0;
        padding: 0;
        width: 16px;
        height: 16px;
    }

.dialog-content {
    position: fixed;
    top: 30%;
    border: 0;
    background: #fff;
    overflow: auto;
    width: 300px;
    height: auto;
    padding: 16px 16px 20px 16px;
    border-radius: 4px;
}

.dialog-footer {
    height: 32px;
}

    .dialog-footer .button-confirm {
        background-color: #527097;
        padding: 4px 16px;
        border-radius: 2px;
        margin-right: 16px;
        height: 100%;
        color: #FFF;
    }

    .dialog-footer .button-close {
        background-color: #585858;
        padding: 4px 16px;
        border-radius: 2px;
        height: 100%;
        color: #FFF;
    }

.hide {
    display: none;
}

#message-label > span::before {
    content: none;
}

.wrap-style {
    word-wrap: break-word;
}

.pdf-dl {
    position: relative;
    padding: 8px;
    padding-left: 32px;
}

    .pdf-dl a {
        text-decoration: underline;
    }

    .pdf-dl:before {
        display: inline-block;
        content: "";
        position: absolute;
        top: 4px;
        left: 0;
        background-image: url(../img/Adobe_PDF_file_icon_32x32.png);
        width: 32px;
        height: 32px;
        background-size: contain;
    }

.input-select-printkbn {
    width: 180px;
}

.reception-context-list-timestamp {
    float: right;
}

.list-explain {
    list-style: none;
}

    .list-explain li {
        position: relative;
        display: inline-block;
        vertical-align: center;
        width: 100%;
        padding: 0 0 8px 24px;
    }

        .list-explain li:before {
            display: inline-block;
            content: "";
            background-color: #527097;
            width: 8px;
            height: 8px;
            border-radius: 4px;
            position: absolute;
            left: 0;
            top: 0.4em;
        }

.button-reentry {
    width: 60px;
    height: 28px;
    padding: 5px;
    margin-bottom: 2px;
    display: inline-block;
    background-color: #37847B;
    color: #FFF;
    cursor: pointer;
    border-radius: 2px;
    -webkit-box-shadow: 0px 2px #B5B5B6;
    box-shadow: 0px 2px #B5B5B6;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    border: none;
    text-decoration: none;
    font-size: 12px;
    vertical-align: middle;
    text-align: center;
}

.button-reentry-cancel {
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    position: relative;
}

    .button-reentry-cancel:hover {
        text-decoration: underline;
    }

.button-changehoshouketsukeno {
    width: 60px;
    height: 28px;
    padding: 5px;
    margin-bottom: 2px;
    display: inline-block;
    background-color: #37847B;
    color: #FFF;
    cursor: pointer;
    border-radius: 2px;
    -webkit-box-shadow: 0px 2px #B5B5B6;
    box-shadow: 0px 2px #B5B5B6;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    border: none;
    text-decoration: none;
    font-size: 12px;
    vertical-align: middle;
    text-align: center;
}

.uketsukeno-input-dialog .dialog-header {
    display: flex;
    justify-content: space-between;
}

    .uketsukeno-input-dialog .dialog-header span {
        font-weight: bold;
    }

.uketsukeno-input-dialog .dialog-content {
    width: 330px;
}

.uketsukeno-input-dialog-body {
    margin: 16px;
}

.uketsukeno-input-dialog-footer {
    height: 32px;
}

    .uketsukeno-input-dialog-footer .button-confirm {
        background-color: #527097;
        padding: 4px 16px;
        border-radius: 2px;
        margin-right: 16px;
        height: 100%;
        color: #FFF;
    }

    .uketsukeno-input-dialog-footer .button-close {
        background-color: #585858;
        padding: 4px 16px;
        border-radius: 2px;
        height: 100%;
        color: #FFF;
    }

.confirm-dialog .dialog-header {
    display: flex;
    justify-content: space-between;
}

    .confirm-dialog .dialog-header #title-area {
        text-align: left;
    }

    .confirm-dialog .dialog-header #title-area span {
        font-weight: bold;
    }

.confirm-dialog .dialog-content {
    width: 400px;
}

.confirm-dialog-body {
    margin: 16px;
}

#oldhoshouketsukeno-title:before {
    content: "修正前保証受付番号：";
}

#newhoshouketsukeno-title:before {
    content: "修正後保証受付番号：";
}
