@charset "utf-8";

html {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #000;
}
body #container {
    width: 780px;
    height: auto;
    background-color: #d4d0c8;
    border: 1px solid #848080;
    padding: 0 15px;
    margin: auto;
}
body #container .top, body .detail {
    position: relative;
}
body #container .top h2 {
    color: #4241ed;
}
body #container .top .close, .detail .add{
    position: absolute;
    right: 20px;
    bottom: 0;
}
body #container .top .close:active {
    border-bottom: solid 2px #A3A7B4;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

#container hr {
    height: 1px;
    background-color: #84827d;
    border: none;
    color: #84827d;
}
.detail ul, .bottom ul {
    margin-left: -30px;
}
.detail ul li, .bottom ul li {
    display: table;
    width: 100%;
    margin-bottom: 4px;
}
.detail ul li label, .bottom ul li label {
    width: 110px;
    background-color: #000080;
    display: table-cell;
    text-align: center;
    color: #fff;
    font-size: small;
    border: solid 1px #000;
    -moz-box-shadow: 1px 1px 1px #fff inset, -1px -1px 1px #808080 inset;
    -webkit-box-shadow: 1px 1px 1px #fff inset, -1px -1px 1px #808080 inset;
    box-shadow: 1px 1px 1px #fff inset, -1px -1px 1px #808080 inset
}
.detail ul li label.none-word {
    background-color: #d4d0c8;
    border: solid 1px #d4d0c8;
    box-shadow: none;
}
.none-word-width {
    width: 160px !important;
}
.detail ul li input, .bottom ul li input {
    display: table-cell;
    /*width: 30px;*/
    margin-left: 2px;
    letter-spacing: 0.1em;
    padding: 3px 0;
    text-align: right;
    /*border: solid 1px #d4d0c8;*/
    -moz-box-shadow: 1px 1px 0 #d4d0c8 inset, -1px -1px 0 #d4d0c8 inset;
    -webkit-box-shadow: 1px 0 1px #d4d0c8 inset, -1px -1px 0 #d4d0c8 inset;
    box-shadow: 1px 1px 0 #d4d0c8 inset, -1px -1px 0 #d4d0c8 inset;
}
.detail ul li input.str, .bottom ul li input.str {
    text-align: left;
}
.bottom ul li input.first{
    margin-left: 0;
}
ul li .wc1, .sub-detail2 .wc1 {
    width: 8px;
}
ul li .wc2, .sub-detail2 .wc2 {
    width: 16px;
}
ul li .wc3, .sub-detail2 .wc3 {
    width: 24px;
}
ul li .wc4, .sub-detail2 .wc4 {
    width: 32px;
}
ul li .wc5, .sub-detail2 .wc5 {
    width: 40px;
}
ul li .wc6, .sub-detail2 .wc6 {
    width: 48px;
}
ul li .wc7, .sub-detail2 .wc7 {
    width: 56px;
}
ul li .wc8, .sub-detail2 .wc8 {
    width: 64px;
}
ul li .wc9, .sub-detail2 .wc9 {
    width: 72px;
}
ul li .wc10, .sub-detail2 .wc10 {
    width: 80px;
}
ul li .wc11, .sub-detail2 .wc11 {
    width: 88px;
}
ul li .wc12, .sub-detail2 .wc12 {
    width: 96px;
}
ul li .wc13, .sub-detail2 .wc13 {
    width: 104px;
}
ul li .wc14, .sub-detail2 .wc14 {
    width: 112px;
}
ul li .wc15, .sub-detail2 .wc15 {
    width: 120px;
}
ul li .wc16, .sub-detail2 .wc16 {
    width: 128px;
}
ul li .wc17, .sub-detail2 .wc17 {
    width: 136px;
}
ul li .wc20, .sub-detail2 .wc20 {
    width: 160px;
}
ul li .wc42, .sub-detail2 .wc42 {
    width: 336px;
}
ul li .wc70, .sub-detail2 .wc70 {
    width: 560px;
}
ul li .wc78, .sub-detail2 .wc78 {
    width: 604px;
}
ul li .wc80, .sub-detail2 .wc80 {
    width: 640px;
}
ul li .wc88, .sub-detail2 .wc88 {
    width: 704px;
}

ul li .small-txt {
    font-size: small;
}
ul li label.short-label{
    display: inline-block;
    margin: 0 5px;
    float: right;
    width: 135px;
}
ul li input[type="date"].short-txt{
    display: inline-block;
    margin: 0 5px;
    float: right;
    /*width: 108px;*/
    /*font-size: 60%;*/
}

.bottom ul li label.first {
    width: 100px;
}
.bottom ul li label {
    width: 150px;
}
.bottom ul li {
    display: table;
}
.bottom ul li label.first, .bottom ul li table{
    display: table-cell;
    vertical-align: middle;
}

.bottom table td div{
    display: table;
}

.bottom table td .history-label, .bottom table td .history-txt {
    display: table-row;
}

.bottom table td .history-txt div{
    display: table;
}


.detail .sub-detail2 {
    height: 550px;
    border: solid 1px #000;
    border-top-style: none;
    -moz-box-shadow: 3px 0 0 -1px inset #fff, -2px -2px 0 #808080 inset;
    -webkit-box-shadow: 3px 0 0 -1px inset #fff, -2px -2px 0 #808080 inset;
    box-shadow: 3px 0 0 -1px inset #fff, -2px -2px 0 #808080 inset;
}
.detail .sub-detail-title {
    display: table;
}
.detail .sub-detail-title span {
    display: table-cell;
    min-width: 75px;
    max-width: 88px;
    border: solid 1px #707070;
    padding: 2px 10px;
    text-align: center;
    border-radius: 6px 6px 0 0;
    margin-left: -6px;
    font-size: small;
    box-shadow: 0 2px 0 #fff, 1px 1px 0 #fff inset, -1px 0 0 #707070 inset;
    cursor: pointer;
}
.detail .sub-detail-title span.first {
    margin-left: 0;
}
.detail .sub-detail-title span.default {
    border-bottom-style: none;
    box-shadow: 2px 2px 0 #fff inset, -2px 0 0 #707070 inset;
    font-weight: bold;
}
.sub-detail2 > div,
.sub-detail2 #common,
.sub-detail2 #pension-premium,
.sub-detail2 #retirement-premium,
.sub-detail2 #retirement-work-history{
    padding: 1px 2px;
}

.detail .btn-list {
    height: 50px;
    text-align: right;
}

/* 加入者マスタ(年金)*/
.sub-detail2 .sub-detail-top {
    display: table;
    padding: 15px 10px 0 10px;
    right: 0;
    left: 0;
    margin: auto;
}
.sub-detail2 .sub-detail-top .left-table,
.sub-detail2 .sub-detail-top .right-table {
    display: table-cell;
    padding: 0 20px;
}
.sub-detail2 .sub-detail-top .left-table table,
.sub-detail2 .sub-detail-top .right-table table {
    border-spacing: 2px 4px;
}
.sub-detail2 table th {
    width: 80px;
    background-color: #000080;
    text-align: center;
    color: #fff;
    font-size: 80%;
    font-weight: normal;
    border: solid 1px #000;
    -moz-box-shadow: 1px 1px 1px #fff inset, -1px -1px 1px #808080 inset;
    -webkit-box-shadow: 1px 1px 1px #fff inset, -1px -1px 1px #808080 inset;
    box-shadow: 1px 1px 1px #fff inset, -1px -1px 1px #808080 inset;
}
.sub-detail2 table td input[type="text"] {
    width: 80px;
    margin-left: 2px;
    letter-spacing: 0.1em;
    padding: 3px 0;
    text-align: right;
    -moz-box-shadow: 1px 1px 0 #d4d0c8 inset, -1px -1px 0 #d4d0c8 inset;
    -webkit-box-shadow: 1px 0 1px #d4d0c8 inset, -1px -1px 0 #d4d0c8 inset;
    box-shadow: 1px 1px 0 #d4d0c8 inset, -1px -1px 0 #d4d0c8 inset;
}
.sub-detail2 table td input[type="text"].str {
    text-align: left;
}

.sub-detail2 .sub-detail-middle table td input[type="text"] {
    width: 76px;
}
.sub-detail2 #pension .sub-detail-bottom .sub-table1 tr:nth-child(n+2) td:nth-child(2) input[type="text"] {
    width: 600px;
}
.sub-detail2 #pension .sub-detail-bottom table tr:nth-child(n+2) td:nth-child(1){
    text-align: center;
    background-color: #b9b8b6;
}
.sub-detail2 #pension .sub-detail-bottom table tr:nth-child(1) th:nth-child(1) {
    width: 50px;
}

/* 加入者マスタ(年金)*/

/* 加入者マスタ(年金.掛金)*/
.sub-detail2 #pension-premium .sub-detail-middle table td input[type="text"] {
    width: 66px;
}
.sub-detail2 #pension-premium .sub-detail-middle table tr:nth-child(2) td:nth-child(n+2){
    text-align: center;
    background-color: #b9b8b6;
}
.sub-detail2 #pension-premium .sub-detail-middle table tr:nth-child(n+3) td:nth-child(1){
    text-align: center;
    background-color: #b9b8b6;
}
.sub-detail2 #pension-premium .sub-detail-middle table tr:nth-child(1) th:nth-child(1){
    background-color: #d4d0c8;
    border: none;
    box-shadow:none;
    width: 40px;
}
/* 加入者マスタ(年金.掛金)*/

/* 加入者マスタ(退職金.掛金)*/
.sub-detail2 select {
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist;
}
.sub-detail2 #retirement-premium .sub-detail-middle .sub-table tr:nth-child(1) th:nth-child(1){
    background-color: #d4d0c8;
    border: none;
    box-shadow:none;
    width: 40px;
}
.sub-detail2 #retirement-premium .sub-detail-middle .sub-table tr:nth-child(n+2) td:nth-child(4) input[type="text"] {
    width: 70px;
}
.sub-detail2 #retirement-premium .sub-detail-middle table tr:nth-child(n+2) td:nth-child(1){
    text-align: center;
    background-color: #b9b8b6;
}
.sub-detail2 #retirement-premium.sub-detail-middle table td input[type="text"] {
    width: 70px;
}
.sub-detail2 #retirement-premium select {
    width: 57px;
}
/* 加入者マスタ(退職金.掛金)*/

/* 加入者マスタ(退職金.職歴)*/
.sub-detail2 #retirement-work-history .sub-detail-middle table {
    margin: 15px 15px 0 15px;
}
.sub-detail2 #retirement-work-history .sub-detail-middle .sub-table1 tr:nth-child(n+2) td:nth-child(2) input[type="text"] {
    width: 600px;
}
.sub-detail2 #retirement-work-history .sub-detail-middle table tr:nth-child(1) th:nth-child(1) {
    width: 50px;
}
.sub-detail2 #retirement-work-history .sub-detail-middle table tr:nth-child(n+2) td:nth-child(1){
    text-align: center;
    background-color: #b9b8b6;
}
.sub-detail2 #retirement-work-history .sub-detail-middle .sub-table2 tr:nth-child(1) th:nth-child(2)  {
    width: 230px;
}

.sub-detail2 #retirement-work-history .sub-detail-middle .sub-table2 tr:nth-child(n+2) td:nth-child(2) input[type="text"] {
    width: 160px;
}

.sub-detail2 #retirement-work-history .sub-detail-middle .sub-table2 tr:nth-child(n+2) td:nth-child(5) input[type="text"] {
    width: 344px;
}
/* 加入者マスタ(退職金.職歴)*/

/* 加入者マスタ(退職金.休退)*/
.sub-detail2 #retirement-retired .sub-detail-middle table {
    margin: 15px 15px 0 15px;
}
.sub-detail2 #retirement-retired .sub-detail-middle .sub-table1 tr:nth-child(n+2) td:nth-child(2) input[type="text"] {
    width: 600px;
}
.sub-detail2 #retirement-retired .sub-detail-middle table tr:nth-child(1) th:nth-child(1) {
    width: 50px;
}
.sub-detail2 #retirement-retired .sub-detail-middle table tr:nth-child(n+2) td:nth-child(1){
    text-align: center;
    background-color: #b9b8b6;
}
.sub-detail2 #retirement-retired .sub-table2 tr:nth-child(n+2) td:nth-child(4) input[type="text"],
.sub-detail2 #retirement-retired .sub-table2 tr:nth-child(n+2) td:nth-child(6) input[type="text"] {
    width: 100px;
}
/* 加入者マスタ(退職金.休退)*/

/* 加入者マスタ(互助会)*/
.sub-detail2 #help-club .sub-detail-middle table {
    margin: 15px 15px 0 15px;
}
.sub-detail2 #help-club .sub-detail-middle .sub-table1 tr:nth-child(n+2) td:nth-child(2) input[type="text"] {
    width: 600px;
}
.sub-detail2 #help-club .sub-detail-middle table tr:nth-child(1) th:nth-child(1) {
    width: 50px;
}
.sub-detail2 #help-club .sub-detail-middle table tr:nth-child(n+2) td:nth-child(1){
    text-align: center;
    background-color: #b9b8b6;
}
/* 加入者マスタ(互助会)*/

/*人事１*/
.sub-detail2 #human-resources1 .sub-detail-middle table {
    margin: 15px 15px 0 15px;
}
.sub-detail2 #human-resources1 .sub-detail-middle table tr:nth-child(n+2) td:nth-child(1) {
    width: 50px;
    text-align: center;
    background-color: #b9b8b6;
}
.sub-detail2 #human-resources1 .sub-detail-middle .sub-table1 tr td:nth-child(n+2) input[type="text"] {
    width: 160px;
}
.sub-detail2 #human-resources1 .sub-detail-middle table tr:nth-child(1) td input[type="text"] {
    width: 80px !important;
}
.sub-detail2 #human-resources1 .sub-detail-middle .sub-table2 tr:nth-child(n+2) td:nth-child(2) input[type="text"] {
    width: 160px;
}
.sub-detail2 #human-resources1 .sub-detail-middle .sub-table2 tr:nth-child(n+2) td:nth-child(5) input[type="text"],
.sub-detail2 #human-resources1 .sub-detail-middle .sub-table2 tr:nth-child(1) th:nth-child(5) {
    width: 40px;
}
.sub-detail2 #human-resources1 .sub-detail-middle .sub-table2 tr:nth-child(n+2) td:nth-child(6) input[type="text"] {
    width: 400px;
}
/*人事１*/

/*人事2*/
.sub-detail2 #human-resources2 .sub-detail-middle table {
    margin: 15px 15px 0 15px;
}
.sub-detail2 #human-resources2 .sub-detail-middle .sub-table1 tr:nth-child(n+2) td:nth-child(2) input[type="text"] {
    width: 600px;
}
.sub-detail2 #human-resources2 .sub-detail-middle table tr:nth-child(1) th:nth-child(1) {
    width: 50px;
}
.sub-detail2 #human-resources2 .sub-detail-middle .sub-table2 tr:nth-child(n+1) th:nth-child(n+2) {
    width: 50px;
    background-color: #b9b8b6;
    border: none;
}
/*人事2*/

/*人事3*/
.sub-detail2 #human-resources3 .sub-detail-middle table {
    margin: 15px 15px 0 15px;
}
.sub-detail2 #human-resources3 .sub-detail-middle .sub-table1 tr:nth-child(n+3) td:nth-child(3) input[type="text"],
.sub-detail2 #human-resources3 .sub-detail-middle .sub-table2 tr:nth-child(n+3) td:nth-child(3) input[type="text"] {
    width: 240px;
}
.sub-detail2 #human-resources3 .sub-detail-middle .sub-table1 tr:nth-child(n+3) td:nth-child(1),
.sub-detail2 #human-resources3 .sub-detail-middle .sub-table2 tr:nth-child(n+3) td:nth-child(1) {
    width: 50px;
    background-color: #b9b8b6;
    text-align: center;
}
/*人事3*/

.hidden {
    display: none;
}


    /* ############################################################################ */
/* Form用の共通のスタイル*/
input[type="button"],input[type="submit"]{
    width: 90px;
    height: 30px;
    color: #000;
    background: #d4d0c8;
    border-radius: 2px;
    border: solid 1px #000;
    -moz-box-shadow: 1px 1px 0 #fff inset, -1px -1px 0 #808080 inset;
    -webkit-box-shadow: 1px 0 1px #fff inset, -1px -1px 0 #808080 inset;
    box-shadow: 1px 1px 0 #fff inset, -1px -1px 0 #808080 inset;
    margin-top: 10px;
    outline:none;
    cursor: pointer;
}
input[type="text"]{
    outline:none;
}
select{
    height: 24px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-left: 2px;
    box-shadow: 1px 1px 0 #d4d0c8 inset, -1px -1px 0 #d4d0c8 inset;
    width: 50px;
    padding: 2px;
    outline:none;
}
select.first {
    margin-right: -5px;
}
.select-box {
    position: relative !important;
}
.select-box:after{
    content: "▼";
    display: block;
    position: absolute;
    top: 8px;
    right: 2px;
    margin-top: -8px;
    /* background: url(arrow02.png) 0 0 no-repeat; */
    background-size: 20px;
    pointer-events: none;
    /* box-shadow: 1px 1px 0 #d4d0c8 inset, -1px -1px 0 #d4d0c8 inset; */
    color: #707070;
}
input[name='pensionType'], input[name='retirementType'], input[name='benefitType'],
input[name='pensionType']+span, input[name='retirementType']+span, input[name='benefitType']+span{
    cursor: pointer;
}

/* ############################################################################ */
/* */
.second-container {
    width: 550px;
    height: auto;
    background-color: #d4d0c8;
    border: 1px solid #848080;
    padding: 0 15px;
    margin: auto;
}
.second-container .top, body .detail {
    position: relative;
}
.second-container .top h2 {
    color: #fff;
    background-color: #000080;
    width: 350px;
    text-align: center;
    padding: 3px 0 0;
}
.second-container .top .close{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 180px;
    height: 38px;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    background: #d4d0c8;
    border-bottom: solid 2px #808080;
    border-radius: 4px;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
    color: red;
}
.second-container .sub-top p {
    background-color: #c0c0c0;
    width: 350px;
    padding: 2px 0;
    margin-top: -10px;
    font-size: larger;
    color: #008080;
}

.second-container .menu-detail {
    position: relative;
    display: table;
}
.second-container .menu-detail .input-area,
.second-container .menu-detail .form-area {
    display: table-cell;
    min-width: 182px;
}
.second-container ul {
    list-style: none;
}
.second-container .menu-detail .input-area p,
.second-container .menu-detail .form-area p {
    background-color: #000080;
    color: #fff;
    width: 60px;
    text-align: center;
    border-radius: 4px;
}
.second-container .menu-detail .input-area li,
.second-container .menu-detail .form-area li {
    color: #000;
    background: #d4d0c8;
    border: solid 1px #808080;
    border-radius: 2px;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    margin-left: -35px;
    text-align: center;
    /*padding: 3px 0;*/
    min-width: 170px;
    margin-bottom: 10px;
}
.second-container .menu-detail .form-area li a,
.second-container .menu-detail .input-area li a{
    font-size: 80%;
    text-align: center;
    display: block;
    width: 100%;
    height: 100%;
    padding: 5px 0;
}
.second-container .menu-detail li a{
    text-decoration: none;
    color: #000000;
}
.second-container .menu-detail .run-batch{
    color: #008080;
}
.second-container .menu-detail .backup {
    color: #844429;
}
/* ######################################################################################## */

/* 年金改正メニュー */
.pension-revision-caution{
   position: absolute;
   color: red;
   top: 10px;
   left: 220px;
}

.pension-rate{
    position: relative;
}

.pension-equivalent{
    position: absolute;
    top:28px;
    left:260px;
}

/* ############################################################################ */
/* printer table*/
/* ############################################################################ */
#print-area {

}
#print-area .top-area {
    margin: 20px 20px 0;
}
#print-area .top-area.vertical {
    width: 210mm;
    margin: auto;
}
#print-area .top-area.horizontal {
    width: 297mm;
    margin: auto;
}
#print-area .top-area div{
    position: relative;
}
#print-area .top-area div .create-date{
    position:absolute;
    right: 0;
}

#print-area .top-area div .create-date2{
    position:absolute;
    right: 10px;
}

#print-area .top-area div .create-date3{
    position:absolute;
    right: 80px;
}

#print-area .top-area div .unit{
    position:absolute;
    font-size: 30%;
    top: 10px;
    right: 0;
}
#print-area .top-area div .control-date {
    margin-left: 140px;
}
#print-area .top-area .group-detail {
    margin: 5px 0 5px 30px;
    font-size: 80%;
}
#print-area .print_pages{
    /*A4縦*/
    width: 210mm;
    /*height: 297mm;*/
    padding: 8px;
    margin: auto auto 20px;
    page-break-after: always;
}
#print-area .print_pages.horizontal{
    width: 297mm;
}
/*印刷画面ヘッダ*/
#print-area .print_pages #header {
    display: table-header-group;
}
/*印刷画面メイン*/
#print-area .print_pages #main {
    display: table-row-group;
}
#print-area table {
    margin: auto;
    border: solid 1px #000000;
    border-collapse: collapse;
}
#print-area table td {
    border: solid 1px #000;
    font-size: 50%;
    padding: 0;
    text-align: center;
}
/*先頭の2列からは右寄せ*/
#print-area table tr:nth-child(n+1) td:nth-child(n+1) {
    text-align: right;
}
/*先頭の2行は真ん中寄せ*/
#print-area table thead tr:nth-child(-n+2) td{
    text-align: center !important;
}
#print-area table .wc5{
    width: 50px;
}
#print-area table .wc7{
    width: 65px;
}
#print-area table .wc8{
    width: 80px;
}
#print-area table .wc10{
    width: 100px
}
#print-area table .wc12{
    width: 120px
}
#print-area table .wc15{
    width: 140px;
}
#print-area table .wc16{
    width: 160px;
}
#print-area table .wc17{
    width: 170px;
}
#print-area table .wc20{
    width: 200px;
}
#print-area table .wc21{
    width: 220px;
}
#print-area table .wc23{
    width: 250px;
}
#print-area table .wc30{
    width: 300px;
}
#print-area table .wc31{
    width: 310px;
}
#print-area table .wc40{
    width: 400px;
}
#print-area table .wc63{
    width: 630px;
}
#print-area table span.redText{
    background-color: #ff8080;
}
#print-area table tr.bottom-tr {
    border-bottom: solid 1px #000;
    height: 30px;
}
#print-area .date-range {
    font-size: 70%;
    margin: 4px 0;
}

/* チェックリスト */
#check-list .print_pages{
    /*A4縦*/
    width: 210mm;
    padding: 8px;
    margin: auto auto 20px;
    /*page-break-after: always; */
    page-break-after: auto;
    widows:70;
}

#check-list .fund {
    float: left;
    font-size: 100%;
    text-align: left;
}

#check-list .create-date {
    float: right;
    font-size: 100%;
    text-align: right;
}

#check-list .float-clear {
    clear: both;
}

#check-list .list-title {
    float: left;
    font-size: 100%;
    text-align: left;
}

#check-list .date-range {
    float: right;
    font-size: 100%;
    text-align: right;
}

#check-list .print_pages #header {
    display: table-header-group;
}

#check-list .print_pages #header .col-head{
    border-bottom: solid 1px #000;
}

#check-list .print_pages #main {
    width: 780px;
    display: table-row-group;
}

#check-list table {
    margin-top: 10px;
    width: 780px;
    border: none;
    border-collapse: collapse;
}
#check-list table td {
    border: none;
    font-size: 50%;
    padding: 0 5px;
}

#check-list table tr.bottom-tr {
    border-bottom: solid 1px #000;
    height: 30px;
}

.w40{
    width: 40px;
}

.w50{
    width: 50px;
}

.w60{
    width: 60px;
}

.w70{
    width: 70px;
}

.w80{
    width: 80px;
}

.w100{
    width: 100px;
}

.w130{
    width: 130px;
}

.w140{
    width: 140px;
}

.w160{
    width: 160px;
}

.w400{
    width: 400px;
}

.w560{
    width: 560px !important;
}

/* 退職金 登録通知書 */
#retirement-notice {
}

#retirement-notice .print_pages{
    /*A4縦*/
    width: 210mm;
    /*height: 297mm;*/
    padding: 8px;
    margin: auto auto 20px;
    page-break-after: always;
}

#retirement-notice .pension-notice {
    padding: 50px;
    font-size: 110%;
}

#retirement-notice .top-area > h2 {
    font-weight: bold;
    font-size: 110%;
    padding-left: 220px;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

#retirement-notice table {
    margin: auto;
    border: solid 1px #000000;
    border-collapse: collapse;
}

#retirement-notice .detail-area .parent-table {
    width: 700px;
    margin-left: 40px;
    margin-top: 20px;
}

#retirement-notice .detail-area .parent-table > tbody > tr {
    height: 30px !important;
}

#retirement-notice .detail-area .parent-table > tbody > tr > td {
    border: none !important;
    text-align: left !important;
    font-size: 110%;
    border-right:solid 1px #000000 !important;
    border-left:solid 1px #000000 !important;
}

#retirement-notice .pension-notice .top-area .issue-date {
    padding-left: 600px;
}

#retirement-notice .pension-notice .top-area .affiliation {
    margin-left: 0;
    margin-bottom: 0;
}

#retirement-notice .pension-notice .top-area .fund {
    padding-left: 490px;
    margin-top: 40px;
    margin-bottom: 0;
}

#retirement-notice .pension-notice .top-area .name {
    margin-top: 0;
    margin-left: 0;
}

#retirement-notice .pension-notice .detail-area .main-line1 {
    padding-left: 60px;
    margin-top: 10px;
    margin-bottom: 0;
}

#retirement-notice .pension-notice .detail-area .main-line2 {
    margin-top: 0;
}

#retirement-notice .pension-notice .detail-area .notice {
    padding-left: 350px;
    margin-top: 30px;
    margin-bottom: 30px;
}

/* 年金 加入通知書 */
#pension-notice .print_pages{
    /*A4縦*/
    width: 210mm;
    /*height: 297mm;*/
    padding: 8px;
    margin: auto auto 20px;
    page-break-after: always;
}

#pension-notice .top-area > h2 {
    font-weight: bold;
    font-size: 110%;
    padding-left: 250px;
}

#pension-notice  .detail-area .parent-table {
    width: 540px;
    border: none !important;
    margin-left: 150px;
    margin-top: 20px;
}

#pension-notice  .detail-area .parent-table > tbody > tr > td {
    border: none !important;
    text-align: left !important;
    font-size: 110%;
    padding-top: 20px;
}

#pension-notice  .detail-area .parent-table > tbody > tr > td > p {
    text-align: right !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

#pension-notice  .bottom-area table {
    width: 540px;
    border: none !important;
    margin-left: 150px;
    margin-top: 60px;
    font-size: 80% !important;
}

#pension-notice  .bottom-area table > tbody > tr > td {
    border: none !important;
    text-align: left !important;
    font-size: 110%;
}

#pension-notice .bottom-area table > tbody > tr > td.caution {
    width: 30px !important;
}

#pension-notice table {
    margin: 10px;
}

#pension-notice .pension-notice .top-area .issue-date {
    padding-left: 540px;
}

#pension-notice .pension-notice .top-area .affiliation {
    margin-left: 130px;
    margin-bottom: 0;
}

#pension-notice .pension-notice .top-area .name {
    margin-top: 0;
    margin-left: 130px;
}

#pension-notice .pension-notice .top-area .fund {
    padding-left: 500px;
    margin-top: 40px;
    margin-bottom: 0;
}

#pension-notice .pension-notice .top-area .president {
    padding-left: 500px;
    margin-top: 0;
}

#pension-notice .pension-notice .detail-area .main-line1 {
    margin-top: 130px;
    margin-left: 130px;
    margin-bottom: 0;
}

#pension-notice .pension-notice .detail-area .main-line2 {
    margin-top: 0;
    margin-left: 130px;
}

#pension-notice .pension-notice .detail-area .notice {
    padding-left: 400px;
    margin-top: 40px;
    margin-bottom: 40px;
}

/* 年金 移動通知書 */
#pension-move-notice{
}

#pension-move-notice .print_pages{
    /*A4縦*/
    width: 210mm;
    padding: 8px;
    margin: auto auto 20px;
    page-break-after: always;
}

#pension-move-notice table {
    margin: auto;
    border: solid 1px #000000;
    border-collapse: collapse;
}

#pension-move-notice table td {
    border: solid 1px #000;
    font-size: 50%;
    padding: 0 5px;
    text-align: center;
}

#pension-move-notice .top-area {
    margin: 20px 20px 0;
}

#pension-move-notice .top-area div{
    position: relative;
}

#pension-move-notice .top-area div .create-date{
    position:absolute;
    right: 0;
    top: 10px;
    bottom: 10px;
}

#pension-move-notice .top-area div h2 {
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    font-weight: bold;
    font-size: 100%;
}

#pension-move-notice .top-area div .group-name{
    position:absolute;
    top: 10px;
    left: 0;
    bottom: 10px;
}

#pension-move-notice .top-area div .fund-name{
    position:absolute;
    top: 20px;
    right: 0;
    bottom: 10px;
}

#pension-move-notice .table-area{
    margin-top: 50px;
}

#pension-move-notice .table-area tr{
    height: 30px;
    font-size: 70%;
}

#pension-move-notice .table-area table > tbody > tr > td.center {
    text-align: center !important;
}

#pension-move-notice .table-area table > tbody > tr > td.right {
    text-align: right !important;
}

#pension-move-notice .table-area table > tbody > tr > td.left {
    text-align: left !important;
}

#pension-move-notice .bottom-area div .message{
    margin-top: 20px;
    margin-left: 10px;
}

/* 退職金 移動通知書 */
#retirement-move-notice {
}

#retirement-move-notice .print_pages{
    /*A4縦*/
    width: 210mm;
    padding: 8px;
    margin: auto auto 20px;
    page-break-after: always;
}

#retirement-move-notice table {
    margin: auto;
    border: solid 1px #000000;
    border-collapse: collapse;
}

#retirement-move-notice table td {
    border: solid 1px #000;
    font-size: 50%;
    padding: 0 5px;
    text-align: center;
}

#retirement-move-notice .top-area {
    margin: 20px 20px 0;
}

#retirement-move-notice .top-area div{
    position: relative;
}

#retirement-move-notice .top-area div .create-date{
        position:absolute;
        right: 0;
        bottom: 10px;
    }

#retirement-move-notice .top-area div h2 {
        margin-top: 0;
        margin-bottom: 0;
        text-align: center;
        font-weight: bold;
        font-size: 100%;
    }

#retirement-move-notice .top-area div .group-name{
        position:absolute;
        top: 10px;
        left: 0;
        bottom: 10px;
    }

#retirement-move-notice .top-area div .fund-name{
        position:absolute;
        top: 20px;
        right: 0;
        bottom: 10px;
    }

#retirement-move-notice .table-area{
        margin-top: 50px;
    }

#retirement-move-notice .table-area tr{
        height: 30px;
        font-size: 70%;
    }

#retirement-move-notice .table-area table > tbody > tr > td.center {
        text-align: center !important;
    }

#retirement-move-notice .table-area table > tbody > tr > td.right {
        text-align: right !important;
    }

#retirement-move-notice .table-area table > tbody > tr > td.left {
        text-align: left !important;
    }

#retirement-move-notice .table-area table > tbody > tr > td > table {
        border-style: none !important;
        margin: 0 !important;
        width: 130px !important;
    }

#retirement-move-notice .table-area table > tbody > tr > td > table > tbody > tr {
        height: 20px !important;
    }

#retirement-move-notice .table-area table > tbody > tr > td > table > tbody > tr > td.center {
        text-align: center !important;
        border-style: none !important;
    }

#retirement-move-notice .table-area table > tbody > tr > td > table > tbody > tr > td.right {
        text-align: right !important;
        border-style: none !important;
    }

#retirement-move-notice .table-area table > tbody > tr > td > table > tbody > tr > td.left {
        text-align: left !important;
        border-style: none !important;
    }

#retirement-move-notice .bottom-area div .message{
        margin-top: 20px;
        margin-left: 10px;
    }

/* 掛金払込通知書 */
#premium-notice {
}

#premium-notice .print_pages{
    /*A4縦*/
    width: 210mm;
    /*height: 297mm;*/
    padding: 8px;
    margin: auto auto 20px;
    page-break-after: always;
}

#premium-notice table {
    margin: auto;
    border: solid 1px #000000;
    border-collapse: collapse;
}

#premium-notice table td {
    border: solid 1px #000;
    font-size: 50%;
    padding: 0 5px;
    text-align: center;
}

#premium-notice .print_pages{
    position: relative;
    height: 297mm;
}

#premium-notice .crease-left{
    position: absolute;
    top: 450px;
    left: 20px;
}

#premium-notice .crease-right{
    position: absolute;
    top: 450px;
    left:770px;
}

#premium-notice .crease-left hr, .crease-right hr{
    width: 20px;
    border: 0 solid #000000;
    border-top-width: 1px;
}

#premium-notice .top-area{
    height: 260px;
    padding-left: 40px;
}

#premium-notice .destination{
    border: thin dotted gray;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    width: 280px;
    height: 170px;
    font-size: 80%;
}

#premium-notice .destination-address{
    height: 20px;
    margin-top: 0;
    margin-bottom: 0;
}

#premium-notice .destination-group{
    height: 20px;
    margin-top: 0;
    margin-bottom: 0;
}

#premium-notice .destination-name{
    height: 20px;
    margin-top: 0;
}

#premium-notice .destination-honorific{
    float: right;
    margin-right: 40px;
}

#premium-notice .report-title{
    display: inline-block;
    vertical-align: top;
    width: 150px;
    text-align: center;
}

#premium-notice .premium-payment-notice{
    margin-top: 0;
    margin-bottom: 0;
    font-weight: bold;
}

#premium-notice .sender{
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
    vertical-align: top;
    width: 200px;
}

#premium-notice .sender-ymca{
    margin-bottom: 0;
    text-align: center;
    font-weight: bold;
    font-size: 140% !important;
}

#premium-notice .sender-detail{
    margin-top: 0;
    margin-bottom: 0;
    font-size: 70% !important;
}

#premium-notice .sender-small{
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 30px;
    font-size: 60% !important;
}
#premium-notice .sender-detail-pad20{
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 20px;
    font-size: 70% !important;
}

#premium-notice .sender-detail-pad30{
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 30px;
    font-size: 70% !important;
}

#premium-notice .sender-tel{
    margin-top: 0;
    margin-bottom: 0;
}

#premium-notice .table-area{
    margin-top: 0;
    position: relative;
}

#premium-notice .retirement-type{
    position: absolute;
    top: 102px;
    left: 320px;
}

#premium-notice .retirement-type p{
    margin-top: 0;
    margin-bottom: 0;
    font-size: 70% !important;
}

#premium-notice .retirement-amount{
    height: 30px;
    width: 120px;
    text-align: right;
    position: absolute;
    top: 104px;
    left: 418px;
}

#premium-notice .retirement-amount p{
    margin-top: 0;
    margin-bottom: 0;
    font-size: 70% !important;
}

#premium-notice .table-area tr{
    height: 48px;
}

#premium-notice .table-area tr.half{
    height: 24px;
}

#premium-notice .table-area table > tbody > tr > td.header {
    font-size: 70% !important;
}

#premium-notice .table-area table > tbody > tr > td.fund-type {
    width: 130px;
    text-align: left !important;
    font-size: 100% !important;
}

#premium-notice .table-area table > tbody > tr > td.sum-title {
    width: 130px;
    text-align: center !important;
    font-size: 100% !important;
}

#premium-notice .table-area table > tbody > tr > td.people-count {
    width: 70px;
    text-align: right !important;
    font-size: 100% !important;
}

#premium-notice .table-area table > tbody > tr > td.type {
    width: 120px;
    text-align: center !important;
    font-size: 80% !important;
}

#premium-notice .table-area table > tbody > tr > td.type2 {
    width: 120px;
    text-align: left !important;
    font-size: 80% !important;
}

#premium-notice .table-area table > tbody > tr > td.amount {
    width: 120px;
    text-align: right !important;
    font-size: 100% !important;
}

#premium-notice .table-area table > tbody > tr > td.remarks {
    width: 180px;
    font-size: 100% !important;
}

#premium-notice .bottom-area {
    height: 200px;
}

#premium-notice .bottom-area .issue-date{
    padding-left: 600px;
    font-size: 80%;
    margin-top: 120px;
}

/* 領収書 */
#receipt {
}

#receipt .print_pages{
    /*A4縦*/
    width: 210mm;
    padding: 8px;
    margin: auto auto 20px;
    page-break-after: always;
}

#receipt table {
    margin: auto;
    border: solid 1px #000000;
    border-collapse: collapse;
}

#receipt table td {
    border: solid 1px #000;
    font-size: 50%;
    padding: 0 5px;
    text-align: center;
}

#receipt .top-area{
    height: 130px;
    font-size: 100% !important;
    position: relative;
}

#receipt .top-area div .issue-date{
    position:absolute;
    top: 20px;
    right: 0;
    bottom: 10px;
}

#receipt .top-area div h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 120% !important;
}

#receipt .top-area div .group-name{
    position:absolute;
    top: 40px;
    left: 40px;
    bottom: 10px;
}

#receipt .top-area div .receipt-amount{
    text-decoration: underline;
    margin-top : 10px;
    margin-bottom: 20px;
    position:absolute;
    top: 60px;
    left: 90px;
    bottom: 30px;
}

#receipt .table-area{
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
}

#receipt .deposit-type{
    position: absolute;
    top: 10px;
    left: 690px;
}

#receipt .deposit-type p{
    margin-top: 0;
    margin-bottom: 0;
}

#receipt .table-area tr{
    height: 33px;
}

#receipt .table-area tr.dotted{
    height: 33px;
    border-bottom-style: dotted !important;
    border-width: 2px;
    border-color: gray;
}

#receipt .table-area tr.double{
    height: 33px;
    border-bottom-style: double !important;
}

#receipt .table-area table > tbody > tr > td.type {
    width: 280px;
    font-size: 100% !important;
}

#receipt .table-area table > tbody > tr > td.amount {
    width: 270px;
    font-size: 100% !important;
}

#receipt .table-area table > tbody > tr > td.center {
    text-align: center !important;
    font-size: 100% !important;
}

#receipt .table-area table > tbody > tr > td.right {
    text-align: right !important;
    font-size: 100% !important;
}

#receipt .table-area table > tbody > tr > td.left {
    text-align: left !important;
    font-size: 100% !important;
}

#receipt .bottom-area {
    height: 120px;
}

#receipt .bottom-area .thanks-message{
    padding-left: 110px;
    margin-bottom: 15px;
}

#receipt .bottom-area div .fund{
    padding-left: 430px;
}

#receipt .bottom-area div .fund2{
    position: relative;
    padding-left: 430px;
}

#receipt .bottom-area div .seal{
    margin-top: 5px;
    position: relative;
    padding-left: 50px;
    font-size: 50% !important;
}

#receipt .bottom-area .caution{
    margin-top: 15px;
    padding-left: 120px;
}

/* 年金　脱退一時金給付のお知らせ */
#pension-withdrawal-notice{
}

#pension-withdrawal-notice .print_pages{
    /*A4縦*/
    width: 210mm;
    padding: 8px;
    margin: auto auto 20px;
    page-break-after: always;
}

#pension-withdrawal-notice table {
    margin: auto;
    border: solid 1px #000000;
    border-collapse: collapse;
}

#pension-withdrawal-notice table td {
    border: solid 1px #000;
    font-size: 50%;
    padding: 0 5px;
    text-align: center;
}

#pension-withdrawal-notice .print_pages{
    position: relative;
    height: 297mm;
}

#pension-withdrawal-notice .crease-left{
    position: absolute;
    top: 430px;
    left: 20px;
}

#pension-withdrawal-notice     .crease-left hr{
    width: 10px;
    border: 0 solid #000000;
    border-top-width: 1px;
}

#pension-withdrawal-notice .top-area{
    height: 265px;
    padding-left: 40px;
}

#pension-withdrawal-notice .top-area hr{
    margin-top: 0;
}

#pension-withdrawal-notice .destination{
    border: thin dotted gray;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    width: 280px;
    height: 170px;
    font-size: 80%;
}

#pension-withdrawal-notice .destination-address{
    height: 20px;
    margin-top: 0;
    margin-bottom: 0;
}

#pension-withdrawal-notice .destination-group{
    height: 20px;
    margin-top: 0;
    margin-bottom: 0;
}

#pension-withdrawal-notice .destination-name{
    height: 20px;
    margin-top: 0;
}

#pension-withdrawal-notice .destination-honorific{
    float: right;
    margin-right: 40px;
}

#pension-withdrawal-notice .group{
    padding-top: 70px;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
    vertical-align: top;
    width: 250px;
}

#pension-withdrawal-notice .group-item{
    margin-top: 0;
    margin-left: 30px;
    margin-bottom: 0;
    font-size: 80% !important;
}

#pension-withdrawal-notice .group-subscriber{
    margin-top: 20px;
    margin-left: 30px;
    margin-bottom: 0;
    font-size: 80% !important;
}

#pension-withdrawal-notice .report-title{
    margin-top: 30px;
    margin-bottom: 0;
    text-align: center;
    font-size: 110%;
}

#pension-withdrawal-notice .fund{
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 500px;
    font-size: 80% !important;
}

#pension-withdrawal-notice .notice{
    margin-left: 70px;
    font-size: 80%;
    position: relative;
}

#pension-withdrawal-notice .money-transfer-date{
    margin-top: 25px;
}

#pension-withdrawal-notice .amount1-title{
    width: 130px;
    height: 18px;
    text-align: center;
    position: absolute;
    top: 140px;
    border: thin solid;
}

#pension-withdrawal-notice .amount2-title{
    width: 130px;
    height: 18px;
    text-align: center;
    position: absolute;
    top: 140px;
    left: 200px;
    border: thin solid;
}

#pension-withdrawal-notice .amount3-title{
    width: 130px;
    height: 18px;
    text-align: center;
    position: absolute;
    top: 140px;
    left: 400px;
    border: thin solid;
}

#pension-withdrawal-notice .amount1{
    width: 130px;
    height: 40px;
    text-align: center;
    font-size: 130%;
    padding-top: 10px;
    position: absolute;
    top: 157px;
    border-left: thin solid;
    border-right: thin solid;
    border-bottom: thin solid;
}

#pension-withdrawal-notice .yen1{
    text-align: center;
    position: absolute;
    top: 172px;
    left: 110px;
}

#pension-withdrawal-notice .equal1{
    text-align: center;
    font-size: 120%;
    position: absolute;
    top: 168px;
    left: 155px;
}

#pension-withdrawal-notice .amount2{
    width: 110px;
    height: 40px;
    text-align: right;
    font-size: 130%;
    padding-top: 10px;
    padding-right: 20px;
    position: absolute;
    top: 157px;
    left: 200px;
    border-left: thin solid;
    border-right: thin solid;
    border-bottom: thin solid;
}

#pension-withdrawal-notice .plus1{
    text-align: center;
    font-size: 130%;
    position: absolute;
    top: 168px;
    left: 355px;
}

#pension-withdrawal-notice .amount3{
    width: 110px;
    height: 40px;
    text-align:  right;
    font-size: 130%;
    padding-top: 10px;
    padding-right: 20px;
    position: absolute;
    top: 157px;
    left: 400px;
    border-left: thin solid;
    border-right: thin solid;
    border-bottom: thin solid;
}

#pension-withdrawal-notice .amount4-title{
    width: 130px;
    height: 18px;
    text-align: center;
    position: absolute;
    top: 248px;
    border: thin solid;
}

#pension-withdrawal-notice     .amount5-title{
    width: 130px;
    height: 18px;
    text-align: center;
    position: absolute;
    top: 248px;
    left: 200px;
    border: thin solid;
}

#pension-withdrawal-notice .amount6-title{
    width: 100px;
    height: 18px;
    text-align: center;
    position: absolute;
    top: 248px;
    left: 400px;
    border: thin solid;
}

#pension-withdrawal-notice .amount4{
    width: 130px;
    height: 40px;
    text-align: center;
    font-size: 130%;
    padding-top: 10px;
    position: absolute;
    top: 265px;
    border-left: thin solid;
    border-right: thin solid;
    border-bottom: thin solid;
}

#pension-withdrawal-notice .yen2{
    text-align: center;
    position: absolute;
    top: 280px;
    left: 110px;
}

#pension-withdrawal-notice .equal2{
    text-align: center;
    font-size: 130%;
    position: absolute;
    top: 276px;
    left: 155px;
}

#pension-withdrawal-notice .amount5{
    width: 110px;
    height: 40px;
    text-align:  right;
    font-size: 130%;
    padding-top: 10px;
    padding-right: 20px;
    position: absolute;
    top: 265px;
    left: 200px;
    border-left: thin solid;
    border-right: thin solid;
    border-bottom: thin solid;
}

#pension-withdrawal-notice .minus1{
    text-align: center;
    font-size: 130%;
    position: absolute;
    top: 276px;
    left: 355px;
}

#pension-withdrawal-notice .amount6{
    width: 80px;
    height: 40px;
    text-align: right;
    font-size: 130%;
    padding-top: 10px;
    padding-right: 20px;
    position: absolute;
    top: 265px;
    left: 400px;
    border-left: thin solid;
    border-right: thin solid;
    border-bottom: thin solid;
}

#pension-withdrawal-notice .plus2{
    text-align: center;
    font-size: 130%;
    position: absolute;
    top: 276px;
    left: 535px;
}

#pension-withdrawal-notice .amount7-title{
    width: 100px;
    height: 18px;
    text-align: center;
    position: absolute;
    top: 248px;
    left: 580px;
    border: thin solid;
}

#pension-withdrawal-notice .amount7{
    width: 80px;
    height: 40px;
    text-align: right;
    font-size: 130%;
    padding-top: 10px;
    padding-right: 20px;
    position: absolute;
    top: 265px;
    left: 580px;
    border-left: thin solid;
    border-right: thin solid;
    border-bottom: thin solid;
}

#pension-withdrawal-notice .bottom-area {
    margin-top: 260px;
    height: 200px;
}

#pension-withdrawal-notice .description{
    margin-top: 50px;
    margin-left: 70px;
    font-size: 80% !important;
}

#pension-withdrawal-notice .description-item{
    margin-top: 0;
    margin-bottom: 0;
}

/* 年金 一時金給付通知書 */
#pension-sum-payment-notice{
}

#pension-sum-payment-notice .print_pages.horizontal{
    width: 297mm;
}

#pension-sum-payment-notice .top-area{
    margin-top: 110px !important;
    height: 250px;
    padding-left: 40px;
}

#pension-sum-payment-notice .report-title{
    margin-left: 280px;
    margin-bottom: 0;
    text-align: left;
    font-size: 110%;
}

#pension-sum-payment-notice .date{
    margin-top: 0;
    margin-left: 355px;
    margin-bottom: 0;
    text-align: left;
    font-size: 80%;
}

#pension-sum-payment-notice .destination{
    margin-top: 40px;
    margin-left: 100px;
    width: 240px;
    height: 170px;
    position: relative;
}

#pension-sum-payment-notice .destination-zip-code{
    width: 95px;
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 90%;
    border-bottom: dotted 1px gray;
}

#pension-sum-payment-notice .destination-address1{
    margin-top: 16px;
    font-size: 90%;
    border-bottom: dotted 1px gray;
}

#pension-sum-payment-notice .destination-address2{
    margin-top: 18px;
    font-size: 90%;
    border-bottom: dotted 1px gray;
}

#pension-sum-payment-notice .destination-name{
    margin-top: 20px;
    font-size: 120%;
    border-bottom: solid 1px;
}

#pension-sum-payment-notice .destination-name-mr{
    margin-top: 20px;
    font-size: 120%;
    position: absolute;
    top: 104px;
    left: 210px;
}

#pension-sum-payment-notice .table-area{
    height: 360px;
}

#pension-sum-payment-notice .notice{
    margin-left: 70px;
    font-size: 80%;
    position: relative;
}

#pension-sum-payment-notice .temporary-title{
    width: 320px;
    height: 18px;
    text-align: center;
    position: absolute;
    top: 41px;
    border: thin solid;
}

#pension-sum-payment-notice .temporary{
    width: 300px;
    height: 36px;
    text-align: left;
    font-size: 100%;
    padding-top: 20px;
    padding-left: 20px;
    position: absolute;
    top: 57px;
    border-left: thin solid;
    border-right: thin solid;
    border-bottom: thin solid;
}

#pension-sum-payment-notice .temporary-box1{
    width: 60px;
    height: 40px;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
    position: absolute;
    top: 82px;
    left: 40px;
}

#pension-sum-payment-notice .temporary-text{
    margin-top: 0;
    margin-bottom: 0;
}

#pension-sum-payment-notice .temporary-box2{
    width: 60px;
    height: 40px;
    text-align: left;
    position: absolute;
    top: 82px;
    left: 130px;
}

#pension-sum-payment-notice .temporary-box3{
    width: 80px;
    height: 40px;
    text-align: left;
    position: absolute;
    top: 82px;
    left: 220px;
}

#pension-sum-payment-notice .name-title{
    width: 210px;
    height: 18px;
    text-align: center;
    position: absolute;
    top: 41px;
    left: 333px;
    border: thin solid;
}

#pension-sum-payment-notice .name{
    width: 210px;
    height: 32px;
    text-align: left;
    font-size: 130%;
    padding-top: 20px;
    position: absolute;
    top: 57px;
    left: 333px;
    border-left: thin solid;
    border-right: thin solid;
    border-bottom: thin solid;
}

#pension-sum-payment-notice .name-mr{
    width: 30px;
    height: 32px;
    text-align: center;
    font-size: 130%;
    padding-top: 20px;
    position: absolute;
    top: 57px;
    left: 500px;
}

#pension-sum-payment-notice .amount1-title{
    width: 181px;
    height: 18px;
    text-align: center;
    position: absolute;
    top: 141px;
    border: thin solid;
}

#pension-sum-payment-notice .amount2-title{
    width: 181px;
    height: 18px;
    text-align: center;
    position: absolute;
    top: 141px;
    left: 181px;
    border-top: thin solid;
    border-right: thin solid;
    border-bottom: thin solid;
}

#pension-sum-payment-notice .amount3-title{
    width: 181px;
    height: 18px;
    text-align: center;
    position: absolute;
    top: 141px;
    left: 362px;
    border-top: thin solid;
    border-right: thin solid;
    border-bottom: thin solid;
}

#pension-sum-payment-notice .amount1{
    width: 181px;
    height: 42px;
    position: absolute;
    top: 157px;
    border-right: thin solid;
    border-left: thin solid;
    border-bottom: thin solid;
}

#pension-sum-payment-notice .amount2{
    width: 181px;
    height: 42px;
    position: absolute;
    top: 157px;
    left: 181px;
    border-right: thin solid;
    border-bottom: thin solid;
}

#pension-sum-payment-notice .amount3{
    width: 181px;
    height: 42px;
    position: absolute;
    top: 157px;
    left: 362px;
    border-right: thin solid;
    border-bottom: thin solid;
}

#pension-sum-payment-notice .amount1-value{
    width: 150px;
    height: 22px;
    text-align: right;
    font-size: 130%;
    position: absolute;
    top: 167px;
    left: 10px;
    border-bottom: thin solid;
}

#pension-sum-payment-notice .amount2-value{
    width: 150px;
    height: 22px;
    text-align: right;
    font-size: 130%;
    position: absolute;
    top: 167px;
    left: 191px;
    border-bottom: thin solid;
}

#pension-sum-payment-notice .amount3-value{
    width: 150px;
    height: 22px;
    text-align: right;
    font-size: 130%;
    position: absolute;
    top: 167px;
    left: 372px;
    border-bottom: thin solid;
}


#pension-sum-payment-notice .transfer-amount-title{
    width: 60px;
    height: 25px;
    padding-top: 5px;
    text-align: center;
    font-size: 90%;
    position: absolute;
    top: 230px;
    border: thin solid;
}

#pension-sum-payment-notice .transfer-amount-label{
    width: 483px;
    height: 25px;
    padding-top: 5px;
    text-align: left;
    font-size: 90%;
    position: absolute;
    top: 230px;
    left: 60px;
    border-top: thin solid;
    border-right: thin solid;
    border-bottom: thin solid;
}

#pension-sum-payment-notice .principal-amount{
    width: 80px;
    height: 15px;
    text-align: right;
    font-size: 90%;
    position: absolute;
    top: 238px;
    left: 150px;
    border-bottom: thin solid;
}

#pension-sum-payment-notice .remittance-charge{
    width: 40px;
    height: 15px;
    text-align: right;
    font-size: 90%;
    position: absolute;
    top: 238px;
    left: 350px;
    border-bottom: thin solid;
}

#pension-sum-payment-notice .transfer-amount{
    width: 80px;
    height: 15px;
    text-align: right;
    font-size: 90%;
    position: absolute;
    top: 238px;
    left: 430px;
    border-bottom: thin solid;
}

#pension-sum-payment-notice .transfer-type-title{
    width: 90px;
    height: 25px;
    padding-top: 5px;
    text-align: center;
    font-size: 90%;
    position: absolute;
    top: 290px;
    border: thin solid;
}

#pension-sum-payment-notice .transfer-type{
    width: 453px;
    height: 25px;
    padding-top: 5px;
    text-align: left;
    font-size: 90%;
    position: absolute;
    top: 290px;
    left: 90px;
    border-top: thin solid;
    border-right: thin solid;
    border-bottom: thin solid;
}

#pension-sum-payment-notice .bank-name{
    width: 80px;
    height: 15px;
    text-align: left;
    font-size: 90%;
    position: absolute;
    top: 296px;
    left: 190px;
}

#pension-sum-payment-notice .branch-name{
    width: 80px;
    height: 15px;
    text-align: left;
    font-size: 90%;
    position: absolute;
    top: 296px;
    left: 300px;
}

#pension-sum-payment-notice .description-box1{
    margin-top: 0;
    width: 340px;
    height: 100px;
    text-align: left;
    font-size: 100%;
    position: absolute;
    top: 10px;
    left: 568px;
}

#pension-sum-payment-notice .description1{
    margin-top: 0;
    margin-bottom: 0;
}

#pension-sum-payment-notice .description-box2{
    margin-top: 0;
    width: 340px;
    height: 100px;
    text-align: left;
    font-size: 100%;
    position: absolute;
    top: 130px;
    left: 568px;
}

#pension-sum-payment-notice .description-need{
    margin-top: 0;
    width: 80px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: thin solid;
}

#pension-sum-payment-notice .fund{
    margin-top: 0;
    width: 340px;
    height: 100px;
    text-align: left;
    font-size: 100%;
    position: absolute;
    top: 240px;
    left: 588px;
}
/* 退職金 支払請求書 */
#account-rendered{
}

#account-rendered .print_pages{
    /*A4縦*/
    width: 210mm;
    padding: 8px;
    margin: auto auto 20px;
    page-break-after: always;
}

#account-rendered table {
    margin: auto;
    border: solid 1px #000000;
    border-collapse: collapse;
}

#account-rendered table td {
    border: solid 1px #000000;
    padding: 0 5px;
}

#account-rendered .top-area{
        height: 130px;
        font-size: 100% !important;
}

    #account-rendered .top-area div h2 {
        margin-top: 10px;
        margin-bottom: 10px;
        text-align: center;
        font-weight: bold;
        font-size: 120% !important;
    }

    #account-rendered .top-area div h2 p{
        margin-top: 0;
        margin-bottom: 0;
    }

    #account-rendered .table-area{
        position: relative;
    }

    #account-rendered .table-area .suspension-term{
        position: absolute;
        top: 153px;
        left: 340px;
    }

    #account-rendered .table-area .paid-term{
        position: absolute;
        top: 206px;
        left: 340px;
    }

    #account-rendered .table-area .suspension-term p,.paid-term p{
        margin-top: 0;
        margin-bottom: 0;
    }

    #account-rendered .table-area tr{
        height: 38px;
    }

    #account-rendered .table-area tr.suspension{
        height: 50px;
    }

    #account-rendered .table-area tr.paid{
        height: 60px;
    }

    #account-rendered .table-area tr.etc{
        height: 55px;
    }

    #account-rendered .table-area table > tbody > tr > td.row-title {
        width: 210px;
        text-align: center !important;
        font-size: 100% !important;
    }

    #account-rendered .table-area table > tbody > tr > td.row-item {
        width: 370px;
        font-size: 100% !important;
    }

    #account-rendered .table-area table > tbody > tr > td.row-item-right {
        width: 240px;
        padding-right: 130px !important;
        font-size: 100% !important;
        text-align: right;
    }

    #account-rendered .table-area table > tbody > tr > td.row-item-left {
        width: 320px;
        padding-left: 50px !important;
        font-size: 100% !important;
    }

    #account-rendered .table-area table > tbody > tr > td.row-item-ymd {
        width: 310px;
        padding-right: 60px !important;
        font-size: 100% !important;
    }

    #account-rendered .table-area table > tbody > tr > td.row-item-rate {
        width: 230px;
        padding-right: 150px !important;
        font-size: 100% !important;
    }

    #account-rendered .table-area table > tbody > tr > td.row-item-term {
        width: 340px;
        padding-right: 30px !important;
        font-size: 100% !important;
    }

    #account-rendered .bottom-area {
        height: 240px;
        position: relative;
    }

    #account-rendered .bottom-area .seal{
        position: absolute;
        top: 153px;
        left: 650px;
    }

    #account-rendered .bottom-area .request-message{
        padding-left: 200px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    #account-rendered .bottom-area .group-name{
        margin-top: 100px;
        padding-left: 260px;
    }

    #account-rendered .bottom-area .group-name p{
        margin-top: 0;
        margin-bottom: 0;
    }

/* 互助会 脱退一時金支払書 */
#benefit-sum-payment{
}

#benefit-sum-payment .print_pages{
    /*A4縦*/
    width: 210mm;
    padding: 8px;
    margin: auto auto 20px;
    page-break-after: always;
 }

#benefit-sum-payment table{
    margin-left: 70px;
}

#benefit-sum-payment table td {
    font-size: 80%;
}

#benefit-sum-payment .print_pages{
    position: relative;
    height: 297mm;
}

#benefit-sum-payment .crease-left{
    position: absolute;
    top: 440px;
    left: 20px;
}

#benefit-sum-payment .crease-left hr{
    width: 10px;
    border: 0 solid #000000;
    border-top-width: 1px;
}

#benefit-sum-payment .top-area{
    height: 200px;
    padding-left: 40px;
}

#benefit-sum-payment .destination{
    border: thin dotted gray;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    width: 280px;
    height: 170px;
    font-size: 80%;
}

#benefit-sum-payment .destination-address{
    height: 20px;
    margin-top: 0;
    margin-bottom: 0;
}

#benefit-sum-payment .destination-group{
    height: 20px;
    margin-top: 0;
    margin-bottom: 0;
}

#benefit-sum-payment .destination-name{
    height: 20px;
    margin-top: 0;
}

#benefit-sum-payment .destination-honorific{
    float: right;
    margin-right: 40px;
}

#benefit-sum-payment .report-title{
    padding-top: 80px;
    text-align: center;
}

#benefit-sum-payment .report-title.benefit{
    margin: 0;
    font-size: 80%;
}

#benefit-sum-payment .report-title h2{
    margin-top: 0;
}

#benefit-sum-payment .table-area{
    margin-top: 180px;
}

#benefit-sum-payment .table-area tr{
    height: 30px;
}

#benefit-sum-payment .table-area tr.h20{
    height: 20px;
}

#benefit-sum-payment .table-area table{
    border: none !important;
}

#benefit-sum-payment .table-area tbody{
    border: none !important;
}

#benefit-sum-payment .table-area tr{
    border: none !important;
}

#benefit-sum-payment .table-area td{
    border: none !important;
}

#benefit-sum-payment .table-area table > tbody > tr > td.header {
    width: 120px;
    text-align: left !important;
}

#benefit-sum-payment .table-area table > tbody > tr > td.w-col {
    width: 170px;
    text-align: left !important;
}

#benefit-sum-payment .table-area table > tbody > tr > td.w-col-r {
    width: 160px;
    text-align: right !important;
}

#benefit-sum-payment .table-area table > tbody > tr > td.m-col {
    width: 130px;
    text-align: left !important;
}

#benefit-sum-payment .table-area table > tbody > tr > td.m-col-r {
    width: 130px;
    text-align: right !important;
}

#benefit-sum-payment .bottom-area {
    height: 200px;
    font-size: 90% !important;
}

#benefit-sum-payment .bottom-area .notice{
    text-align: center;
}

#benefit-sum-payment .bottom-area .fund{
    padding-left: 500px;
}

/* 団体別入金表  遅延督促表*/
#print-vertical{
    /*A4縦*/
    width: 210mm;
    height: 297mm;
    padding: 8px;
    margin: auto auto 20px;
    page-break-after: always;
}

.deposit-table-title{
    text-align: center;
    font-size: 110%;
}

.deposit-table-fund{
    float: left;
    margin-left: 60px;
    font-size: 80%;
}

.deposit-table-dt{
    float: right;
    text-align: right;
    margin-right: 30px;
    font-size: 80%;
}

.deposit-table{
    clear: both;
    margin-left: 60px;
    border-style: none;
    font-size: 80%;
}

.deposit-table th{
    font-weight: normal;
}

.deposit-table .col-group{
    width: 180px;
}

.deposit-table .th-r{
    text-align: right;
    border-bottom: solid 1px #000;
}

.deposit-table .th-l{
    text-align: left;
    border-bottom: solid 1px #000;
}

.deposit-table .col-money{
    text-align: right;
    width: 100px;
}

.delay-table-title{
    margin-left: 200px;
    font-size: 110%;
}
.delay-table-fund{
    float: left;
    font-size: 80%;
}

.delay-table-dt{
    float: right;
    text-align: right;
    margin-right: 10px;
    font-size: 80%;
}

.delay-group{
    clear: both;
    font-size: 80%;
}

.delay-table{
    margin-left: 60px;
    border-style: none;
    font-size: 80%;
}

.delay-table .th-c{
    text-align: center;
    width: 100px;
    border-bottom: solid 1px #000;
}

.delay-table .th-l{
    text-align: left;
    width: 220px;
    border-bottom: solid 1px #000;
}

.delay-table .td-r{
    text-align: right;
    width: 100px;
}

.delay-table .td-l{
    text-align: left;
    width: 200px;
}

.delay-table .td-r-all{
    text-align: right;
    width: 80px;
    padding-right: 18px;
}

.report-no-data{
    text-align: center !important;
}

/* ############################################################################ */
/* printer table*/
/* ############################################################################ */

/* Validation */
.fieldError {
    background-color: #ff8080;
}
.fielderMsg, .minus-text, .errorMsg {
    color: red;
}
.redBackground {
    background-color: red;
}
.globalerMsg {
    color: blue;
}
.error-msg {
    right: 0;
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 0;
    color: #e3201b;
}
.has-error-label, .has-error-td {
    position: relative;
}
.has-error-label::before {
    position: absolute;
    margin-top: -6px;
    content: '';
    border-width: 6px 9px;
    border-style: solid;
    bottom: 20px;
    right: -30px;
    border-top-color: transparent!important;
    border-bottom-color: transparent!important;
    border-right-color: transparent!important;
}
.has-error-label::after {
    position: absolute;
    top: -30px;
    right: -70px;
    padding: 3px 8px;
    border-radius: 3px;
    z-index: 9999;
    background: #ffff;
    color: #f50606;
    font-weight: bold;
    content: attr(data-item);
}
.has-error-td::before {
    position: absolute;
    margin-top: -6px;
    content: '';
    border-width: 6px 9px;
    border-style: solid;
    bottom: 24px;
    left: 5px;
    border-top-color: transparent!important;
    border-bottom-color: transparent!important;
    border-right-color: transparent!important;
    color: #fff;
}
.has-error-td::after {
    position: absolute;
    top: -30px;
    left: 0;
    padding: 3px 8px;
    border-radius: 3px;
    z-index: 9999;
    background: #ffff;
    color: #f50606;
    font-weight: bold;
    content: attr(data-item);
    font-size: 80%;
    min-width: 80px;
}
.has-error {
    background-color: #ff8080;
}
/* Validation */

/*color*/
.yellow {
    background-color: #ffffc0 !important;
    color: black !important;
}
.orange01 {
    background-color: #fc9020 !important;
}
.orange02 {
    background-color: #ffe0c0 !important;
}
.blue {
    background-color: #c0ffff !important;
}
.pink01{
    background-color: #ffc0ff !important;
}
.pink02{
    color: #ff00ff !important;
}
.green01{
    background-color: #008000 !important;
    color: #ffffff;
}
.green02{
    background-color: #c0ffc0 !important;
}
/*color*/

input[type="button"].print {
    cursor: pointer;
}

/*ボタン無効*/
input[type="button"].isDisabled {
    background: #b8b6b6;
    pointer-events: none;
    cursor: unset;
}
/*ボタン無効*/

/* コード入力用テキストボックス */
input.code-text {
    position: absolute;
    z-index: 2;
    padding: 4px 3px !important;
    border: none;
    height: 14px;
    top: -0.5px;
}
input.code-start-text {
    position: absolute;
    z-index: 2;
    padding: 4px 3px !important;
    border: none;
    height: 14px;
    top: 1px;
    left: 1px;
}
input.code-end-text {
    position: absolute;
    z-index: 2;
    padding: 4px 3px !important;
    border: none;
    height: 14px;
    top: 1px;
    left: 6px;
}

/**
checkBox radioBtn
 */
input[type='checkbox'], input[type='radio'],
span.checkBox-text, span.radio-text {
    cursor: pointer;
}
