@charset "UTF-8";

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


/*  header
===================================*/
header {
	position: relative;
    width: 100%;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
    font-feature-settings: "palt" 1;
    background-color: #008acc;
    z-index: 8;
}
.pched {
    height: auto;
}
.pched .area {
    position: relative;
    max-width: 1130px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    padding: 0 20px;
    padding-bottom: 18px;
    padding-top: 15px;
}
.pched .area .comp {
    position: relative;
    padding-right: 20px;
    padding-top: 10px;
}
.pched .area .comp h1 {
    /*font-size: 3.8rem;*/
    line-height: 1.2;
    font-weight: bold;
    /*font-family: 'Kosugi Maru', sans-serif;*/
    font-family:sans-serif;
    color: #fff;
    font-size: min(3.6vw, 36px);
}
.pched .area .comp h1 span {
    color: #ffe33e;
    letter-spacing: -0.05em;
    margin-right: 8px;
}
.pched .area .comp h2 {
    /*font-size: 1.35rem;*/
    line-height: 1.3;
    margin-top: 3px;
    letter-spacing: 0.15em;
    color: #fff;
    font-size: min(1.5vw, 13.5px);
}

.pched .area .plan {
    margin-left: auto;
    align-self: flex-end;
}
.pched .area .plan h3 {
    /*font-size: 2.4rem;*/
    line-height: 1;
    font-weight: 600;
    margin-bottom: 6px;
    color: #fff;
    font-size: min(2.3vw, 23px);
}
.pched .area .plan h3 span {
    color: #026baf;
    margin-right: 3px;
}
.pched .area .plan dl {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 7px;
}
.pched .area .plan dl:first-of-type {
    margin-top: 0;
}

.pched .area .plan dt {
    /*font-size: 1.4rem;*/
    line-height: 1;
    padding: 6px 5px;
    text-align: center;
    flex-shrink: 0;
    /*width: 85px;*/
    margin-right: 6px;
    color: #087db5;
    background-color: #ffe33e;
    align-self: normal;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-weight: 600;
    font-size: min(1.6vw, 15px);
    width: clamp(75px, 9vw, 80px);
}
.pched .area .plan dd {
    /*font-size: 1.7rem;*/
    line-height: 1.3;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    white-space: nowrap;
    font-weight: 500;
    color: #ffffff;
    font-size: min(1.8vw, 17px);
}
.pched .area .plan dd b {
    /*font-size: 1.8rem;*/
    font-weight: 600;
    font-size: min(2vw, 20px);
}


/*  footer
===================================*/
footer {
    position: relative;
    background-color: #008acc;
}
footer .area {
    position: relative;
    max-width: 1130px;
    padding: 0 20px;
    padding-top: 20px;
    padding-bottom: 40px;
    margin: 0 auto;
}
.fot-comp {
}
.fot-comp .flx {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
.fot-comp dl {
    margin: 0 50px;
}
.fot-comp dt {
    line-height: 1;
    padding: 4px 5px;
    padding-left: 7px;
    display: inline-block;
    font-weight: 400;
    color: #fff232;
    border-left: 4px solid #ffe33e;
}
.fot-comp dd {
    font-size: 1.35rem;
    line-height: 1.4;
    color: #fff;
    margin-top: 5px;
}
.fot-comp dd p a {
    display: inline;
    color: #fff232;
    box-shadow: none;
    padding-bottom: 2px;
}
.fot-comp dd p a:hover {
    box-shadow: 0 0px 0 transparent inset, 0px -1px 0px #fff232 inset;
}

.fot-comp dd ul {
}
.fot-comp dd li {
    font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','Meiryo UI','Yu Gothic UI', sans-serif;
    font-weight: bold;
}
.fot-comp dd li a {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    color: #fff232;
    font-weight: 400;
    line-height: 1.4;
}
.fot-comp dd li a i {
    color: #fff232;
}
.fot-comp dd li a span {
    transition: 0.2s ease-out;
}
.fot-comp dd li a:hover span {
    box-shadow: 0 0px 0 transparent inset, 0px -1px 0px #fff232 inset;
}
.fot-copy {
    text-align: center;
    padding: 15px 0;
    border-top: 1px solid #67a8c8;
}
.fot-copy h6 {
    font-size: 1.1rem;
    line-height: 1.2;
    letter-spacing: 0.05em;
    text-align: center;
    color: #fff;
}


/*  janp
=====================================*/
.janp {
    right: 20px;
    z-index: 2;
}
.janp a {
    width: 50px;
    height: 50px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    border: 1px solid #5da1bc;
    color: #5da1bc;
    border-radius: 50%;
}
.janp a i {
    font-size: 1.85rem;
    transform: rotate(-90deg);
    position: relative;
    top: -1px;
}
.janp a:hover {
    background-color: #006b95;
    color: #fff;
}


/*  基本レイアウト
===================================*/
article {
    position: relative;
    height: 100%;
    min-height: calc(100vh - 330px);
    background: #fff;
}
article.login {
    margin: 0 auto;
    max-width: 1100px;
    min-height: calc(100vh - 330px);
    padding-bottom: 120px;
}
article.entry {
    margin: 0 auto;
    max-width: 1100px;
    min-height: calc(100vh - 330px);
    padding-bottom: 120px;
}
article.endai {
    margin: 0 auto;
    max-width: 1200px;
    min-height: calc(100vh - 330px);
    padding: 0 20px;
    padding-bottom: 120px;
}
article.simp {
    margin: 0 auto;
    max-width: 1100px;
    min-height: calc(100vh - 330px);
    padding-bottom: 120px;
}

.wrbody {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 40px;
}
.login > .wrbody {
}
.entry > .wrbody {
    max-width: 1060px;
    margin-top: 60px;
}
.endai > .wrbody {
}


/*  slideon レイアウト
===================================*/
.slideon {
    display: -webkit-flex;
    display: flex;
    min-height: 500px;
}

/*/// 可変版 ///*/
.sidebg {
    position: absolute;
    width: 190px;
    background-color: #f0f0f0;
    height: 100%;
}
.slmenu {
    flex-shrink: 0;
    width: 190px;
    height: auto;
    background-color: #f0f0f0;
}
.sidebar__inner {
    flex-shrink: 0;
    width: 190px;
    height: 100vh;
    height: calc(100vh - 215px);
}

/*/// 固定版 ///*/
.slmenu.page {
    width: 190px;
    padding-bottom: 100px;
}

.slbody {
    width: calc(100% - 190px);
    margin-left: auto;
    padding-left: 35px;
    position: relative;
}
.slbody.user {
    margin-bottom: 0;
}

/*/// slmenu ///*/
.slmenu ul {
}
.slmenu ul li {
    border-bottom: 1px solid #ccc;
}
.slmenu ul li:first-of-type a {
}
.slmenu ul li a {
    position: relative;
    font-size: 1.5rem;
    line-height: 1.2;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 15px;
    height: 64px;
}
.slmenu ul li a i {
    font-size: 1.9rem;
    margin-right: 5px;
}
.slmenu ul li a i.kaku {
    font-size: 1.1rem;
    line-height: 1;
    background-color: #4db2f3;
    color: #fff;
    width: 10px;
    height: 11px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    border-radius: 2px;
}
.slmenu ul li a:hover {
    background-color: #cee7f5;
}
.slmenu ul li.on a {
    background-color: #008acc;
    color: #fff;
    font-weight: 500;
}
.slmenu ul li a small {
    font-family: sans-serif;
    display: block;
    font-feature-settings: "palt";
    font-size: 1.05rem;
    color: #0a639c;
}

/*/// 協賛 ///*/
.slmenu ol {
    text-align: center;
    margin-top: 20px;
}
.slmenu ol li {
    padding: 2px 10px;
}
.slmenu ol li span {
    width: 100%;
    height: 65px;
    background-color: #d0d0d0;
}
.slmenu ol li:first-of-type {
    font-size: 1.4rem;
    color: #076fb3;
}

/*/// アカウント情報の抹消 ///*/
.sidebg .btn-are {
    margin: inherit;
    margin-top: 30px;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}
.sidebg .txt-btx {
    font-size: 1.25rem;
    font-feature-settings : "palt";
    color: #777;
    margin-left: 15px;
}
.sidebg .txt-btx i {
    font-size: 1.9rem;
    color: #888;
}
.sidebg .txt-btx:hover {
    color: #085cb5;
}
.sidebg .txt-btx:hover i {
    color: #085cb5;
}






/*  title
=====================================*/
/*/// title-entry ///*/
.title-entry {
    position: relative;
    min-height: 110px;
}
.title-entry:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: 1px solid #ccc;
    bottom: 0;
    width: 100%;
}
.title-entry.lnot:after {
    display: none;
}

.title-entry .area {
    position: relative;
    margin-top: 5px;
}
.title-entry .area .title {
    font-size: 3.0rem;
    line-height: 1;
    font-weight: 600;
    text-align: center;
}
.title-entry .area .stitle {
    font-size: 1.9rem;
    font-weight: 500;
    text-align: center;
    margin-top: 15px;
    margin-bottom: -10px;
}

.title-entry .area .chui-txt {
    text-align: center;
    line-height: 1.2;
    padding-top: 30px;
    padding-bottom: 10px;
    font-size: 1.45rem;
}
.title-entry .area .chui-txt a {
    display: inline;
    color: #026baf;
    box-shadow: 0 0px 0 transparent inset, 0px -1px 0px #4e9cf1 inset;
    padding-bottom: 1px;
    font-weight: 500;
}
.title-entry .area .chui-txt a:hover {
    box-shadow: none;
}

.title-entry .nav {
    flex-shrink: 0;
    max-width: 150px;
}
.title-entry .nav .home {
}
.title-entry .nav .home a {
    background: #3e63a2;
    color: #ffffff;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    line-height: 1;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 45px;
    border-top: 0;
    font-weight: 600;
}

.title-entry .nav .home a:hover {
    background: #ffe10a;
    color: #00425c;
}

.title-entry .area .nav {
    position: absolute;
    top: 10px;
    left: 0;
}
.title-entry .nav .return {
    text-align: center;
}
.title-entry .nav .return a {
}
.title-entry .nav .return a i {
    font-size: 1.9rem;
    margin-right: 3px;
}
.title-entry .nav .return a:hover span {
    box-shadow: 0 0px 0 transparent inset, 0px -2px 0px #026baf inset;
}
.title-entry .nav .title {
    font-size: 2.2rem;
    line-height: 1.3;
    text-align: center;
    padding: 30px 0;
    position: inherit;
    top: inherit;
    left: inherit;
    transform: inherit;
}

.sp-flow {
    position: relative;
    margin-top: 40px;
}
.sp-flow ul {
    display: flex;
    justify-content: space-around;
    z-index: 2;
    margin: 0 auto;
    max-width: 800px;
}
.sp-flow ul:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: 1px solid #ccc;
    bottom: -23px;
    width: 100%;
}
.sp-flow ul li {
    font-size: 1.45rem;
    line-height: 1;
    position: relative;
    margin: 0 10px;
    color: #9a9a9a;
}
.sp-flow ul li:before {
    content: "●";
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translate(-50%, 0);
    color: #d5d5d5;
    z-index: 2;
}
.sp-flow ul li.on {
    color: #085cb5;
}
.sp-flow ul li.on:before {
    color: #008acc;
}

.title-entry .userin {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    margin-top: 5px;
    padding-bottom: 8px;
}
.title-entry .userin .title {
    position: inherit;
    top: inherit;
    left: inherit;
    transform: inherit;
    margin-left: 40px;
}
.title-entry .userin .prof {
    display: -webkit-flex;
    display: flex;
    margin-left: auto;
}
.title-entry .userin .prof .txt {
    display: -webkit-flex;
    display: flex;
    align-self: center;
}
.title-entry .userin .prof .txt p {
    white-space: nowrap;
    margin-right: 20px;
    font-size: 1.45rem;
}
.title-entry .userin .prof button {
}


/*/// title-user ///*/
.title-user {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 25px;
}
.title-user:before {
    content: "";
    width: 8px;
    height: 60px;
    background-color: #008acc;
    margin-right: 15px;
}
.title-user h2 {
    font-size: 2.8rem;
    line-height: 1;
    color: #085cb5;
    font-weight: 600;
}


/*/// title-nav ///*/
.title-nav {
    position: relative;
    margin-top: 30px;
}
.title-nav:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: 3px solid #ddd;
    bottom: 0;
    left: 0;
    width: 100%;
}
.title-nav ul {
    display: -webkit-flex;
    display: flex;
}
.title-nav li {
    margin: 0 7px;
}
.title-nav li a {
    font-weight: 500;
    font-size: 1.6rem;
    position: relative;
    padding: 0 20px;
    padding-bottom: 22px;
    padding-top: 17px;
    line-height: 1;
    color: #666;
    border: 2px solid #d5d5d5;
    border-bottom: 0;
    min-width: 160px;
    text-align: center;
}
.title-nav li a:hover {
    background-color: #eee;
    color: #0155a0;
}

.title-nav li.on {
}
.title-nav li.on a {
    color: #222222;
    background-color: #d3eaf9;
    border: 2px solid #d3eaf9;
    border-bottom: 0;
}
.title-nav li.on a:hover {
    background-color: #d3eaf9;
}
.title-nav li.on a:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: 4px solid #008acc;
    bottom: 0px;
    width: calc(100% /1 + 4px);
    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: 600;
    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: 600;
    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 {
    border: 1px solid #bbb;
    box-shadow: inset 1px 1px 1px #fff;
    padding: 4px 5px;
    padding-left: 3px;
    width: auto;
    font-size: 1.2rem;
    border-radius: 4px;
    font-weight: normal;
    background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
    font-feature-settings: "palt";
}
.clear-btn i {
    font-size: 1.7rem;
}
.clear-btn:hover {
    background: #777;
    box-shadow:none;
    color: #ffffff;
}
*/

/*///// logout /////
.logout-btn {
    font-size: 1.2rem;
    border: 1px solid #888;
    background-color: #a5a5a5;
    border-radius: 4px;
    color: #fff;
    font-weight: normal;
    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: #2d9a3f;
    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.3rem;
    color: #085cb5;
    padding: 10px 8px;
    height: auto;
    border-radius: 5px;
    border: 1px solid #2074b7;
}
.lost-btn i {
    font-size: 1.5rem;
    margin-top: -2px;
}
.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;
    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;
}
.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;
}
.txt-btx i {
    color: #0b73e2;
    padding-bottom: 4px;
}
.txt-btx span {
    display: inline;
    transition: 0.2s ease-out;
    padding-bottom: 2px;
}
.txt-btx:hover span {
    box-shadow: 0 0px 0 transparent inset, 0px -2px 0px #3188e2 inset;
}
*/

/*///// down-btx /////
.down-btx {
    color: #085cb5;
    width: auto;
}
.down-btx i {
    color: #fff;
    padding-bottom: 4px;
    background-color: #0b73e2;
    height: 20px;
    width: 18px;
    border-radius: 3px;
    font-size: 2.0rem;
    margin-right: 3px;
    position: relative;
    top: -2px;
}
.down-btx span {
    display: inline;
    transition: 0.2s ease-out;
    padding-bottom: 3px;
}
.down-btx:hover span {
    box-shadow: 0 0px 0 transparent inset, 0px -2px 0px #3188e2 inset;
}
*/

/*///// flup-btn /////
.flup-btn {
    position: relative;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    border: 1px solid #bbb;
    background-color: #f0f0f0;
    padding: 0 15px;
    border-radius: 30px;
    height: 38px;
    font-size: 1.3rem;
    line-height: 1;
    letter-spacing: 0.05em;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font-weight: 600;
    min-width: 140px;
    background: linear-gradient(to bottom, #fdfbfb 0%, #e9e9e9 100%);
    box-shadow: inset 1px 1px 1px #fff;
    white-space: nowrap;
}
.flup-btn i {
    font-size: 2.2rem;
}
.flup-btn:hover {
    background: #107dc3;
    color: #fff;
    box-shadow: none;
}
*/

/*///// myp-btn /////
.myp-btn {
    font-size: 1.5rem;
    background-color: #1a9e18;
    color: #fff;
    height: 50px;
    border-radius: 30px;
    padding: 0 20px;
    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;
    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;
}
*/

/*///// stei-btn /////
.stei-btn {
    border-radius: 30px;
    border: 2px solid #2899d7;
    color: #138aca;
    width: 76px;
    height: 30px;
    display: flex;
    place-items: center;
    justify-content: center;
    font-size: 1.3rem;
    margin-top: 5px;
}
.stei-btn:hover {
    background-color: #2899d6;
    color: #fff;
}
*/

/*///// 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;
}
.user-pdf i {
    font-size: 1.6rem;
    margin-right: 1px;
    margin-top: -2px;
}
.user-pdf span {
    font-weight: 600;
    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: 110px;
}
thead th.daly {
    width: 180px;
}
thead th.day {
    width: 130px;
}
thead th.delt {
    width: 40px;
}
thead th.edt {
    width: 80px;
}
thead th.mru {
    width: 50px;
}
thead th.allck {
    width: 90px;
    white-space: nowrap;
}

.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 2px;
    padding-bottom: 2px;
    display: inline;
    background: linear-gradient(transparent 94%, #107dc2 0%);
}
tbody .nlink a:hover {
    background: #128aca;
    color: #fff;
}

tbody a.nlink {
    line-height: 1.5;
    padding: 3px 2px;
    padding-bottom: 2px;
    display: inline;
    background: linear-gradient(transparent 94%, #107dc2 0%);
}
tbody a.nlink:hover {
    background: #138aca;
    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;
    flex-wrap: wrap;
}
.flx {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
.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;}



       
        
        
        
        
        
