@charset "UTF-8";

/*  display
===================================*/
.pc {
    display: block;
}
.smt {
    display: none;
}


/*  header
===================================*/
header {
	position: relative;
    width: 100%;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.pched {
    border-bottom: 3px solid #107dc3;
    height: auto;
}
.pched .area {
    position: relative;
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 30px;
    padding-top: 3px;
    padding-bottom: 10px;
}

.pched .area .comp {
    position: relative;
}
.pched .area .comp .flx {
    margin-top: 5px;
}

.pched .area .comp h1 {
    font-size: 2.6rem;
    line-height: 1.2;
    letter-spacing: -0.01em;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.pched .area .comp h1 span {
    color: #076fb3;
    font-family: serif;
    font-size: 2.3rem;
    -webkit-font-smoothing: initial;
    -moz-osx-font-smoothing: initial;
}
.pched .area .comp h2 {
    font-family: serif;
    font-size: 3.1rem;
    line-height: 1.1;
    font-weight: bold;
    letter-spacing: normal;
    white-space: nowrap;
    margin-left: 15px;
    margin-top: 20px;
    color: #076fb3;
}

.pched .area .plan {
    flex: auto;
}
.pched .area .plan .txt {
    display: -webkit-flex;
    display: flex;
    margin-top: 4px;
}
.pched .area .plan dl {
    display: -webkit-flex;
    display: flex;
}
.pched .area .plan dl:first-of-type {
    margin-right: 20px;
}

.pched .area .plan dt {
    font-size: 1.3rem;
    line-height: 1;
    padding: 4px 10px;
    text-align: center;
    flex-shrink: 0;
    margin-right: 6px;
    border: 1px solid #117dc3;
    background-color: #076fb3;
    color: #fff;
}
.pched .area .plan dd {
    font-size: 1.5rem;
    line-height: 1;
    align-self: center;
}

.pched .area .plan .trans {
    display: -webkit-flex;
    display: flex;
    position: absolute;
    top: 0;
    right: 30px;
}
.pched .area .plan .trans li {
}
.pched .area .plan .trans li a {
    background-color: #eee;
    font-size: 1.15rem;
    line-height: 1;
    padding: 6px 18px;
}
.pched .area .plan .trans li a:hover {
    background-color: #c9e5f3;
}
.pched .area .plan .trans li.on a {
    background-color: #107dc3;
    color: #fff;
}


/*  footer
===================================*/
footer {
    position: relative;
    background-color: #f0f0f0;
    border-top: 2px solid #107dc3;
}
footer .area {
    position: relative;
    max-width: 1060px;
    margin: 0 auto;
}
.fot-comp {
    margin-top: 25px;
    margin-bottom: 20px;
}
.fot-comp .flx {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
.fot-comp dl {
    margin: 0 30px;
}
.fot-comp dt {
    font-size: 1.5rem;
    line-height: 1;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #076fb3;
}
.fot-comp dd {
    font-size: 1.35rem;
    line-height: 1.35;
    color: #555;
    margin-top: 5px;
}
.fot-comp dd p a {
    display: inline;
    color: #076fb3;
    box-shadow: 0 0px 0 transparent inset, 0px -2px 0px #4e9cf1 inset;
    padding-bottom: 2px;
}
.fot-comp dd p a:hover {
    box-shadow: none;
}

.fot-comp dd ul {
}
.fot-comp dd li {
    font-size: 1.35rem;
}
.fot-comp dd li a {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    color: #555;
}
.fot-comp dd li a i {
    font-size: 1.8rem;
}
.fot-comp dd li a span {
    transition: 0.2s ease-out;
}
.fot-comp dd li a:hover span {
    color: #076fb3;
    box-shadow: 0 0px 0 transparent inset, 0px -2px 0px #4e9cf1 inset;
}
.fot-copy {
    padding: 10px 0;
}
.fot-copy h6 {
    font-size: 1.15rem;
    letter-spacing: 0.05em;
    text-align: center;
    color: #999;
}


/*  janp
=====================================*/
.janp {
    right: 20px;
    z-index: 2;
}
.janp a {
}
.janp a i {
    font-size: 4.2rem;
}
.janp a i:before {
    color: rgba(160, 160, 160, 0.5);
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
}
.janp a:hover i:before {
    color: #107dc3;
}


/*  title
=====================================*/
/*
.title-a {
    font-size: 2.0rem;
    line-height: 1.2;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-bottom: 3px solid #e2e2e2;
    color: #076fb3;
    padding-bottom: 8px;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.title-a:before {
    content: "";
    width: 4px;
    height: 34px;
    background-color: #3188e2;
    margin-right: 12px;
}


.title-cover {
}
.title-cover .area {
    position: relative;
    width: 100%;
    height: 165px;
    margin-top: 3px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/title_covr3.png);
    background-position: center;
}
.title-cover .area p {
    color: #fff;
    position: absolute;
    right: 15px;
    bottom: 8px;
    font-size: 1.2rem;
    line-height: 1;
}


.title-page {
}
.title-page .area {
    position: relative;
    display: -webkit-flex;
    display: flex;
    min-height: 100px;
}
.title-page .area h2 {
    font-family: 'Kosugi Maru', ui-sans-serif;
    font-size: 2.8rem;
    line-height: 1;
    margin-top: 33px;
    margin-left: 15px;
}
.title-page .area h2 span {
    font-family: sans-serif;
    font-size: 1.7rem;
    letter-spacing: 0.05em;
    font-weight: normal;
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
}
.title-page .area a {
    margin-left: auto;
    margin-top: 25px;
}

.title-page ul {
    position: relative;
    display: -webkit-flex;
    display: flex;
}
.title-page ul:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: 3px solid #e8e8e8;
    bottom: 0;
    width: 100%;
}
.title-page ul li {
    margin: 0 10px;
    align-self: flex-end;
    z-index: 2;
}
.title-page ul li:first-of-type {
}

.title-page ul li a {
    font-family: 'Kosugi Maru', ui-sans-serif;
    position: relative;
    padding: 15px 13px;
    padding-bottom: 18px;
    line-height: 1;
    color: #777;
}
.title-page ul li a:hover {
    background-color: #e8e8e8;
    color: #076fb3;
}
.title-page ul li.on a {
    color: #076fb3;
    pointer-events: none;
    border: 1px solid #ccc;
    border-bottom: 0;
}
.title-page ul li.on a:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: 4px solid #4db2f3;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: calc(100% / 1);
}
*/

/*/// title-user ///*/
.title-user {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 10px;
}
.title-user:before {
    content: "";
    width: 6px;
    height: 50px;
    background-color: #0155a0;
    margin-right: 15px;
}
.title-user h2 {
    font-size: 2.2rem;
    line-height: 1;
    color: #0155a0;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/*/// title-nav ///*/
.title-nav {
    position: relative;
}
.title-nav:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: 3px solid #e8e8e8;
    bottom: 0;
    left: 0;
    width: 100%;
}
.title-nav ul {
    display: -webkit-flex;
    display: flex;
    margin-top: 20px;
}
.title-nav li {
    margin: 0 8px;
}
.title-nav li:first-of-type {
    margin-left: 0;
}

.title-nav li a {
    position: relative;
    padding: 0 20px;
    padding-bottom: 15px;
    padding-top: 12px;
    line-height: 1;
    color: #888;
}
.title-nav li a:hover {
    background-color: #eee;
    color: #0155a0;
}

.title-nav li.on {
    /*pointer-events: none;*/
}
.title-nav li.on a {
    color: #222222;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #deeef9;
}

.title-nav li.on a:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: 4px solid #107dc3;
    bottom: 0px;
    width: calc(100% /1 - 0px);
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 2;
}

/*/// title-sub ///
.title-sub {
    border-bottom: 2px solid #4db2f3;
    padding: 25px 20px;
}
.title-sub h3 {
    font-family: 'Kosugi Maru', ui-sans-serif;
    font-size: 2.1rem;
    pointer-events: none;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
*/


/* button
=====================================*/
.btn-are {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
.btn-are.lef {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.btn-are.rig {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

button {
    font-size: 1.4rem;
    line-height: 1;
    position: relative;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    outline: none;
	cursor: pointer;
	cursor: hand;
	text-decoration: none;
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
    border: none;
    color: #2b2b2b;
    margin: 0;
    padding: 0;
    width: 100%;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: none;
    vertical-align: middle;
}
button:hover,
button:active,
button:focus {
	outline: none;
	text-decoration: none;
}
button span {
    white-space: nowrap;
}

.btn {
    font-size: 1.4rem;
    line-height: 1;
    position: relative;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    outline: none;
	cursor: pointer;
	cursor: hand;
	text-decoration: none;
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
    border: none;
    color: #2b2b2b;
    margin: 0;
    padding: 0;
    width: 100%;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: none;
    vertical-align: middle;
}
.btn:hover,
.btn:active,
.btn:focus {
	outline: none;
	text-decoration: none;
}
.btn span {
    white-space: nowrap;
}

/*///// delt-btn /////*/
.delt-btn {
    border: 1px solid #cccccc;
    background-color: #e4e4e4;
    border-radius: 4px;
    width: auto;
    height: auto;
    font-size: 1.2rem;
    padding: 4px 5px;
    color: #5a5a5a;
}
.delt-btn i {
    margin-right: 2px;
    font-size: 1.8rem;
}
.delt-btn i:before {
    position: relative;
    top:-2px;
}
.delt-btn span {
    letter-spacing: 0.1em;
    margin: 0!important;
}
.delt-btn:hover {
    background-color: #7b7b7b;
    color: #fff;
}
.delt-btn:hover i:before {
    color: #fff;
}


/*///// delt-btx /////*/
.delt-btx {
    width: 30px;
    height: 28px;
    color: #5a5a5a;
    border-radius: 4px;
    border: 1px solid #bbb;
}
.delt-btx i {
    font-size: 2.0rem;
}
.delt-btx:hover {
    background-color: #7b7b7b;
    color: #fff;
}


/*///// clear-btn /////*/
.clear-btn {
    width: auto;
    border: 1px solid #ccc;
    background-color: #eaeaea;
    border-radius: 4px;
    font-size: 1.1rem;
    padding: 4px 5px;
    padding-left: 3px;
    font-feature-settings: "palt";
}
.clear-btn i {
    font-size: 1.7rem;
}
.clear-btn:hover {
    background-color: #989898;
    color: #ffffff;
}


/*///// logout /////*/
.logout-btn {
    font-size: 1.2rem;
    border: 1px solid #888;
    background-color: #a5a5a5;
    border-radius: 4px;
    color: #fff;
    font-weight: normal;
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
    width: auto;
    padding: 0 10px;
    height: 30px;
}
.logout-btn:hover {
    background-color: #808080;
}


/*///// login-btn /////*/
.login-btn {
    color: #fff;
    background-color: #2074b7;
    height: 36px;
    border-radius: 5px;
}
.login-btn i {
    font-size: 2.2rem;
    margin-right: 4px;
}
.login-btn:hover {
    color: #fff;
    background-color: #298fe6;
}


/*///// newin-btn /////*/
.newin-btn {
    color: #fff;
    background-color: #37a249;
    height: 36px;
    border-radius: 5px;
}
.newin-btn i {
    font-size: 2.2rem;
    margin-right: 4px;
}
.newin-btn:hover {
    color: #fff;
    background-color: #ec596f;
}


/*///// lost-btn /////*/
.lost-btn {
    font-size: 1.4rem;
    color: #085cb5;
    padding: 10px 8px;
    height: auto;
    border-radius: 5px;
    border: 1px solid #2074b7;
}
.lost-btn i {
    font-size: 1.5rem;
    margin-top: -2px;
    margin-right: 3px;
}
.lost-btn:hover {
    color: #fff;
    background-color: #2074b7;
}


/*///// chek-btn /////*/
.chek-btn {
    border: 1px solid #b5b5b5;
    background: #f1e767;
    background: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#ebedee));
    background: -webkit-linear-gradient(top, #fdfbfb 0%, #ebedee 100%);
    background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
    -webkit-box-shadow: inset 1px 1px 1px #fff;
    box-shadow: inset 1px 1px 1px #fff;
    width: 140px;
    height: 46px;
    margin: 0 15px;
}
.chek-btn i {
    font-size: 1.9rem;
}
.chek-btn:hover {
    color: #0b73e2;
    background: -webkit-gradient(linear, left bottom, left top, from(#fdfbfb), to(#ebedee));
    background: -webkit-linear-gradient(bottom, #fdfbfb 0%, #ebedee 100%);
    background: linear-gradient(to top, #fdfbfb 0%, #ebedee 100%);
}

/*///// regt-btn /////*/
.regt-btn {
    border: 1px solid #b5b5b5;
    background: #f1e767;
    background: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#ebedee));
    background: -webkit-linear-gradient(top, #fdfbfb 0%, #ebedee 100%);
    background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
    -webkit-box-shadow: inset 1px 1px 1px #fff;
    box-shadow: inset 1px 1px 1px #fff;
    max-width: 200px;
    height: 50px;
    border-radius: 6px;
    font-size: 1.45rem;
    margin-left: 15px;
    margin-right: 15px;
}
.regt-btn i {
    font-size: 1.9rem;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translate(0, -50%);
    color: #999;
}
.regt-btn:hover {
    background: #107dc3;
    color: #fff;
    box-shadow: none;
}
.regt-btn:hover i {
    color: #fff;
}

/* btn-are form */
.btn-are form {
    flex: 1;
    max-width: 200px;
    margin-left: 15px;
    margin-right: 15px;
}
.btn-are form .regt-btn {
    margin: 0;
}

/* retrn */
.regt-btn.retrn {
    flex-shrink: 0;
    /*max-width: 120px;*/
}
.regt-btn.retrn i {
    right: auto;
    left: 5px;
}
.regt-btn.lef i {
    right: auto;
    left: 5px;
}

/* icon */
.regt-btn.icon i {
    position: relative;
    top: inherit;
    right: inherit;
    transform: inherit;
    margin-left: -10px;
    margin-right: 3px;
    font-size: 2.1rem;
}


/*///// nav-btn /////*/
.nav-btn {
    color: #a5aaba;
    background-color: #1e2b52;
    border: 1px solid #626d8c;
    height: 36px;
    border-radius: 20px;
    font-size: 1.3rem;
}
.nav-btn:hover {
    color: #fff;
    background-color: #4296ec;
}
li.on .nav-btn {
    color: #1e2b52;
    background-color: #fff;
}
.nav-btn i {
    font-size: 2.0rem;
    margin-right: 0;
}


/*///// order-btn /////*/
.order-btn {
    background-color: #ffd151;
    border: 1px solid #dcb751;
    height: 42px;
    border-radius: 6px;
}
.order-btn:hover {
    background-color: #ffb354;
    border: 1px solid #d08a34;
}


/*///// edit-btn /////*/
.edit-btn {
    border: 1px solid #bbb;
    box-shadow: inset 1px 1px 1px #fff;
    padding: 0 6px;
    padding-left: 3px;
    width: auto;
    height: 28px;
    font-size: 1.2rem;
    border-radius: 5px;
    font-weight: normal;
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
    background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
}
.edit-btn i {
    font-size: 1.8rem;
}
.edit-btn:hover {
    box-shadow: none;
    background: #3188e2;
    color: #fff;
}


/*///// edit-btx /////*/
.edit-btx {
    font-size: 1.3rem;
    color: #085cb5;
    width: auto;
    font-weight: normal;
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
}
.edit-btx i {
    font-size: 1.8rem;
    padding-bottom: 4px;
}
.edit-btx span {
    display: inline;
    padding-bottom: 3px;
    transition: 0.2s ease-out;
}
.edit-btx:hover span {
    box-shadow: 0 0px 0 transparent inset, 0px -2px 0px #4e9cf1 inset;
}


/*///// edibtn /////*/
.edibtn {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    line-height: 1;
    font-size: 1.3rem;
    color: #126ab1;
    cursor: pointer;
}
.edibtn i {
    font-size: 1.6rem;
    padding-bottom: 3px;
}
.edibtn span {
    display: inline;
    padding-bottom: 3px;
    transition: 0.2s ease-out;
}
.edibtn:hover span {
    box-shadow: 0 0px 0 transparent inset, 0px -2px 0px #4e9cf1 inset;
}


/*///// link-btx /////*/
.link-btx {
    color: #ef7b00;
    width: auto;
}
.link-btx i {
    color: #ff9b18;
    font-size: 2.6rem;
    padding-bottom: 3px;
}
.link-btx span {
    display: inline;
    transition: 0.2s ease-out;
    box-shadow: 0 0px 0 transparent inset, 0px -2px 0px #ff9b18 inset;
    padding-bottom: 4px;
}
.link-btx:hover span {
    box-shadow: none;
}


/*///// txt-btx /////*/
.txt-btx {
    color: #085cb5;
    width: auto;
    font-weight: normal;
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
}
.txt-btx i {
    color: #0b73e2;
    padding-bottom: 4px;
}
.txt-btx span {
    display: inline;
    transition: 0.2s ease-out;
    padding-bottom: 3px;
}
.txt-btx:hover span {
    box-shadow: 0 0px 0 transparent inset, 0px -2px 0px #3188e2 inset;
}


/*///// myp-btn /////*/
.myp-btn {
    font-size: 1.5rem;
    background-color: #1a9e18;
    color: #fff;
    height: 50px;
    border-radius: 30px;
    padding: 0 25px;
    width: auto;
}
.myp-btn i {
    font-size: 2.2rem;
    margin-right: 4px;
    position: relative;
    top: -1px;
}
.myp-btn:hover {
    background-color: #ef7b00;
}

.myp-btn.two {
    background-color: #e4f5ff;
    border: 1px solid #3188e2;
    color: #085cb5;
    height: 45px;
}
.myp-btn.two:hover {
    background-color: #3188e2;
    color: #fff;
}


/*///// file-btx /////*/
.file-btx {
    font-size: 1.4rem;
    color: #085cb5;
    width: auto;
    font-weight: normal;
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
}
.file-btx i {
    font-size: 2.0rem;
    margin-right: 3px;
}
.file-btx span {
    display: inline;
    transition: 0.2s ease-out;
}
.file-btx:hover span {
    box-shadow: 0 0px 0 transparent inset, 0px -2px 0px #4e9cf1 inset;
}

.file-btx.line span {
    box-shadow: 0 0px 0 transparent inset, 0px -2px 0px #4e9cf1 inset;
}
.file-btx.line:hover span {
    box-shadow: none;
}


/*///// program-btn /////*/
.program-btn {
    border-radius: 6px;
    color: #075cb5;
    border: 1px solid #3188e2;
    background-color: #fff9e4;
    height: 40px;
    letter-spacing: normal;
    width: auto;
    padding: 0 15px;
    line-height: 1.2;
}
.program-btn i {
    margin-right: 5px;
    font-size: 2.2rem;
}
.program-btn:hover {
    color: #fff;
    background-color: #298fe6;
}


/*///// dwnl-btn /////*/
.dwnl-btn {
    color: #138aca;
    padding: 3px 5px;
    padding-right: 8px;
    font-size: 1.35rem;
    font-feature-settings : "palt";
}
.dwnl-btn i {
    font-size: 2.0rem;
    margin-right: 2px;
}
.dwnl-btn:hover {
    background-color: #138aca;
    color: #fff
}


/*///// user-pdf /////*/
.user-pdf {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    color: #138aca;
    border: none;
    background: none;
    font-size: 1.2rem;
    margin-top: 5px;
}
.user-pdf i {
    font-size: 1.6rem;
    margin-right: 1px;
    margin-top: -2px;
}
.user-pdf span {
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    white-space: nowrap;
    transition: 0.2s ease-out;
    padding-bottom: 1px;
}
.user-pdf:hover {
    background: none;
}
.user-pdf:hover span {
    box-shadow: 0 0px 0 transparent inset, 0px -2px 0px #107dc2 inset;
}


/*///// dupl-btn /////*/
.dupl-btn {
    border-radius: 6px;
    color: #075cb5;
    border: 1px solid #107dc3;
    background-color: #fff9e4;
    height: 40px;
    letter-spacing: normal;
    width: auto;
    padding: 0 15px;
    line-height: 1.2;
    margin-left: 40px;
}
.dupl-btn:hover {
    color: #fff;
    background-color: #107dc3;
}
.dupx-btn {
    border-radius: 6px;
    border: 1px solid #bbb;
    background-color: #eee;
    height: 40px;
    letter-spacing: normal;
    width: auto;
    padding: 0 10px;
    padding-left: 8px;
    line-height: 1.2;
    margin-left: 20px;
}
.dupx-btn i {
    font-size: 2.0rem;
}
.dupx-btn:hover {
    color: #fff;
    background-color: #666;
}


/* tabl-are
==============================================*/
.tabl-are {
    display: block;
}

/*///// table /////*/
table {
    width: 100%;
    border-collapse: collapse;
    line-height: 1.3;
    letter-spacing: normal;
    table-layout: fixed;
    border: 1px solid #cccccc;
    height: 100%;
    min-height: 240px;
}
table th,
table td {
    /*border-bottom: 1px solid #cccccc;*/
}
table.auto {
    table-layout: auto;
}
.auto table {
    table-layout: auto;
}

/*///// thead /////*/
thead {
    background-color: #f0f0f0;
    font-size: 1.4rem;
}
thead th {
    line-height: 1.4;
    padding: 10px 15px;
    text-align: left;
}

thead th.name {
    width: 200px;
}
thead th.nber {
    width: 140px;
}
thead th.daly {
    width: 180px;
}
thead th.day {
    width: 130px;
}
thead th.delt {
    width: 60px;
}
thead th.edt {
    width: 80px;
}
thead th.mru {
    width: 50px;
}


.updwn {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.updwn .blk {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-left: 5px;
}
.updwn .arrow {
    width: 20px;
    height: 20px;
    border-radius: 3px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    cursor: pointer;
    color: #909090;
}
.updwn .arrow.on {
    color: #fff;
    background-color: #2899d6;
}
.updwn .arrow i {
    font-size: 1.8rem;
}

/*///// tbody /////*/
tbody th,
tbody td {
    padding: 15px 15px;
    vertical-align: top;
    font-size: 1.4rem;
    text-align: left;
}

tbody .nlink {
}
tbody .nlink a {
    line-height: 1.5;
    padding: 3px;
    display: inline;
    background: linear-gradient(transparent 90%, #107dc2 0%);
}
tbody .nlink a:hover {
    background: #128aca;
    color: #fff;
}


/* 404 not found
=====================================*/
.notfound {
    text-align: center;
    margin-top: 120px;
}
.notfound h3 {
    font-size: 5.0rem;
    letter-spacing: 0.1em;
    line-height: 1;
    font-family: serif;
}
.notfound p {
    font-size: 1.7rem;
    letter-spacing: 0.03em;
    text-align: center;
    margin-top: 20px;
}
.notfound h5 {
    font-size: 1.7rem;
    letter-spacing: 0.1em;
    line-height: 1;
    background-color: #eee;
    padding: 30px 30px;
    max-width: 400px;
    margin: 0 auto;
}


/* flx
=====================================*/
.flxare {
    display: -webkit-flex;
    display: flex;
}
.flx {
    display: -webkit-flex;
    display: flex;
}
.flx.ctr {
    -webkit-align-items: center;
    align-items: center;
}
.flx.str {
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.flx.end {
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.flx.jctr {
    -webkit-justify-content: center;
    justify-content: center;
}
.flx.jstr {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.flx.jend {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.flxno {
    display: block;
}
.flxin {
    display: -webkit-inline-flex;
    display: inline-flex;
}

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

.tx-rig {text-align: right;}
.tx-lef {text-align: left;}
.tx-ctr {text-align: center;}



       
        
        
        
        
        
