﻿/*-------------------------------------
■ 00:container
+ ページ全体
-------------------------------------*/
html {
    background-color: #FAFAFA;
}

body {
    /*background:#FFFFFF url(../images/bg_body.jpg) repeat-x center top;*/
}

#container {
    width: 900px;
    min-height: 100%;
    margin: 0px auto;
    /*	text-align:center;*/
    color: #666666;
}

.TitleFont {
    font-size: 13px;
    font-weight: bold;
}

.errBox {
    padding: 5px;
    border: solid 1px #F00;
    color: #F00;
    margin-bottom: 5px;
}

.errTitle {
    font-size: 13px;
    font-weight: bold;
}

.errBox li {
    margin: 3px 0 3px 10px;
    display: block;
}

.main_contents_area {
    width: 1200px;
    margin: 20px auto;
}

    .main_contents_area h1 {
        width: 100%;
        margin: 0 auto 20px;
        font-size: 24px;
        font-weight: bold;
        background: #2461BF;
        color: #fff;
        text-shadow: 1px 1px 1px rgb(0 0 0 / .8);
        padding: 10px;
        box-sizing: border-box;
        text-align: center;
    }

.helpClientCompany_contents_area {
    width: 1200px;
    margin: 20px auto;
}

    .helpClientCompany_contents_area h1 {
        width: 100%;
        margin: 0 auto 20px;
        font-size: 24px;
        font-weight: bold;
        background: #2461BF;
        color: #fff;
        text-shadow: 1px 1px 1px rgb(0 0 0 / .8);
        padding: 10px;
        box-sizing: border-box;
        text-align: center;
    }
/*
.main_contents_area h1
{
    padding: 6px;
    background-color: #FFFFCC;
    border: solid 1px #000;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}
*/
/*-------------------------------------
■ 01:header
+ ヘッダー
-------------------------------------*/
.header {
    width: 1280px;
    height: 128px;
    margin: 0px auto;
    background: url(../images/bg_header.jpg) no-repeat;
}

.header_left {
    float: left;
    margin: 0px 20px;
    _margin: 0px 10px;
}

.header_right {
    float: right;
}

    .header_right .news_area {
        width: 535px;
        height: 60px;
        font-size: 11px;
        /*	overflow:auto;*/
        margin: 50px 80px 0px 0px;
        padding: 0px;
    }

        .header_right .news_area dl {
            height: 60px;
            overflow: auto;
        }

    .header_right dd {
        clear: both;
        line-height: 150%;
    }

        .header_right dd li {
            float: left;
            text-align: left;
        }

        .header_right dd .news_text_area {
            width: 400px;
        }

        .header_right dd .news_date_area {
            width: 80px;
        }

/*-------------------------------------
■ 02:footer
+ フッター
-------------------------------------*/
.footer {
    background-color: #A9A8A8;
    width: 100%;
    margin-top: 30px;
}

.footer_area {
    width: 1800px;
    margin: 0px auto;
    padding: 5px;
}

.copylight {
    color: #ffffff;
    font-size: 11px;
    margin-right: 10px;
    padding-top: 10px;
    text-align: right;
    float: right;
}

/*-------------------------------------
■ 03:menu_area
+ メインメニュー
-------------------------------------*/
.menu_area {
    margin: 0px auto;
    padding-top: -10px;
}

    .menu_area dd {
        float: left;
        background: #C4132B;
        margin: 0 1px 0 0;
        color: #FFF;
        text-decoration: none;
        text-align: center;
    }

        .menu_area dd img {
            position: relative;
            margin-top: -43px;
        }

        .menu_area dd .menu {
            font-size: 13px;
            text-decoration: none;
            color: #FFF;
            padding: 6px 0;
            width: 150px;
            display: block;
        }

        .menu_area dd img {
            vertical-align: top;
        }

    .menu_area .last_menu {
        margin-right: 0px;
    }

.submenu {
    background: #5C5C5C;
    border: 1px solid #5C5C5C;
    position: absolute;
    visibility: hidden;
    width: 148px;
    z-index: 3;
}

    .submenu a {
        display: block;
        font-size: 14px;
        text-align: left;
        text-decoration: none;
        padding: 5px 4px;
        color: #ffffff;
        width: 146px;
    }

        .submenu a:hover {
            background: #C16768;
            color: #ffffff;
            width: 140px;
        }

/*-------------------------------------
■ 04:user_area
+ ページトップへ
-------------------------------------*/
.user_area {
    /*margin:6px 0 -1px;*/
    float: left;
    display: inline;
    width: 1875px;
}

    .user_area ul {
        /*float:left;*/
        text-align: right;
    }

    .user_area li.user_title_black {
        width: 60px;
        color: #FFFFFF;
        text-align: center;
        padding: 5px 10px;
        background-color: #000000;
        border: solid 1px #000000;
        float: left;
    }

    .user_area li.user_text {
        border: solid 1px #CECECE;
        text-align: right;
        padding: 5px 10px;
        float: right;
        width: 280px;
        overflow: hidden;
        white-space: nowrap;
    }

    .user_area li.user_pwlimit {
        border: solid 1px #CECECE;
        text-align: center;
        padding: 5px 10px;
        float: right;
        margin-right: -1px;
        width: 150px;
    }

    .user_area li.bgred {
        color: #990000;
        font-weight: bold;
    }

    .user_area li.help {
        text-align: center;
        padding: 5px 10px;
        float: left;
        font-size: 16px;
        margin-left: 246px;
        width: 110px;
    }




/*-------------------------------------
■ 05:pagetop
+ ページトップへ
-------------------------------------*/
.pagetop {
    margin: 10px auto;
    text-align: right;
    width: 920px;
}


/*-------------------------------------
■ 06:keyword
+ 入力コントロール
-------------------------------------*/
.keyword_input {
    padding: 3px;
}

.keyword_input2 {
    height: 14.2px;
    padding: 4px;
}

.keyword_list {
    padding: 3px;
}

.alphabet_upper {
    text-transform: uppercase
}

.readonly {
    background: #DDD !important;
}

.hissu {
    display: inline-block;
    background-color: #c00;
    color: #FFF;
    font-weight: bold;
    padding: 2px;
    margin-left: .2em;
    line-height: 1.0;
}

.hissumsg {
    display: inline-block;
    background-color: #c00;
    color: #FFF;
    font-weight: bold;
    padding: 2px;
    margin-right: .2em;
    line-height: 1.0;
}

.inputhissu {
    background-color: #AFEEEE;
}
/*-------------------------------------
■ 07:button
+ ボタン配色
-------------------------------------*/
ul li a.li_new {
    border: double 6px #FFFFFF;
    display: block;
    background-color: #F9B500;
    padding: 8px;
    margin-bottom: 10px;
    color: #FFFFFF;
    text-align: center;
    font-size: 15px;
    text-decoration: none;
    font-weight: bold;
}

ul li a.li_search {
    border: double 6px #FFFFFF;
    display: block;
    background-color: #66CDAA;
    padding: 8px;
    margin-bottom: 10px;
    color: #FFFFFF;
    text-align: center;
    font-size: 15px;
    text-decoration: none;
    font-weight: bold;
}

ul li a.li_output {
    border: double 6px #FFFFFF;
    display: block;
    background-color: #33CCFF;
    padding: 8px;
    margin-bottom: 10px;
    color: #FFFFFF;
    text-align: center;
    font-size: 15px;
    text-decoration: none;
    font-weight: bold;
}

ul li a.li_copy {
    border: double 6px #FFFFFF;
    display: block;
    background-color: #FF99FF;
    padding: 8px;
    margin-bottom: 10px;
    color: #FFFFFF;
    text-align: center;
    font-size: 15px;
    text-decoration: none;
    font-weight: bold;
}

ul li a.li_mail {
    border: double 6px #FFFFFF;
    display: block;
    background-color: #4682B4;
    padding: 8px;
    margin-bottom: 10px;
    color: #FFFFFF;
    text-align: center;
    font-size: 15px;
    text-decoration: none;
    font-weight: bold;
}

ul li a.li_back {
    border: double 6px #FFFFFF;
    display: block;
    background-color: #B500F9;
    padding: 8px;
    margin-bottom: 10px;
    color: #FFFFFF;
    text-align: center;
    font-size: 15px;
    text-decoration: none;
    font-weight: bold;
}

ul li a.li_reset {
    border: double 6px #FFFFFF;
    display: block;
    background-color: #778899;
    padding: 8px;
    margin-bottom: 10px;
    color: #FFFFFF;
    text-align: center;
    font-size: 15px;
    text-decoration: none;
    font-weight: bold;
}

ul li a.li_cancel {
    border: double 6px #FFFFFF;
    display: block;
    background-color: #FF3366;
    padding: 8px;
    margin-bottom: 10px;
    color: #FFFFFF;
    text-align: center;
    font-size: 15px;
    text-decoration: none;
    font-weight: bold;
}


/*-------------------------------------
■ 08:button
+ ボタン配色(メニュー用)
-------------------------------------*/
ul li a.li_mypage {
    border: double 6px #FFFFFF;
    display: block;
    background-color: #87CEFA;
    padding: 8px;
    margin-bottom: 10px;
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    font-weight: bold;
}

ul li a.li_newdata {
    border: double 6px #FFFFFF;
    display: block;
    background-color: #F9B500;
    padding: 8px;
    margin-bottom: 10px;
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    font-weight: bold;
}

ul li a.li_datasearch {
    border: double 6px #FFFFFF;
    display: block;
    background-color: #66CDAA;
    padding: 8px;
    margin-bottom: 10px;
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    font-weight: bold;
}

ul li a.li_sendmail {
    border: double 6px #FFFFFF;
    display: block;
    background-color: #4169E1;
    padding: 8px;
    margin-bottom: 10px;
    color: #FFFFFF;
    text-align: center;
    font-size: 15px;
    text-decoration: none;
    font-weight: bold;
}

ul li a.li_advance {
    border: double 6px #FFFFFF;
    display: block;
    background-color: #0000FF;
    padding: 8px;
    margin-bottom: 10px;
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    font-weight: bold;
}

ul li a.li_master {
    border: double 6px #FFFFFF;
    display: block;
    background-color: #FF69B4;
    padding: 8px;
    margin-bottom: 10px;
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    font-weight: bold;
}

ul li a.li_logout {
    border: double 6px #FFFFFF;
    display: block;
    background-color: #A9A9A9;
    padding: 8px;
    margin-bottom: 10px;
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    font-weight: bold;
}

ul li a.li_outputExcel {
    border: double 6px #FFFFFF;
    display: block;
    background-color: #33CCFF;
    padding: 8px;
    margin-bottom: 10px;
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    font-weight: bold;
}

/*-------------------------------------
■ 99:common
+ 共通スタイル
-------------------------------------*/
.clear {
    clear: both;
}

.clear_r {
    clear: right;
}

.clear_l {
    clear: left;
}

.imgover {
    display: inline;
    opacity: 1;
    filter: alpha(opacity=100); /* IE6/7 */
    -ms-filter: "alpha(opacity=100)"; /* IE8 */
    -khtml-filter: 1;
    -moz-filter: 1;
}

    .imgover:hover {
        display: inline;
        opacity: .45;
        filter: alpha(opacity=45); /* IE6/7 */
        -ms-filter: "alpha(opacity=45)"; /* IE8 */
        -khtml-filter: .45;
        -moz-filter: .45;
    }

.bld {
    font-weight: 700;
}

.fsize_120 {
    font-size: 120%;
}

.line_height300 {
    line-height: 300%;
}

.margin_left0 {
    margin-left: 0px;
}

.margin_left5 {
    margin-left: 5px;
}

.margin_left10 {
    margin-left: 10px;
}

.margin_left15 {
    margin-left: 15px;
}

.margin_left20 {
    margin-left: 20px;
}

.margin_left25 {
    margin-left: 25px;
}

.margin_left30 {
    margin-left: 30px;
}

.margin_left35 {
    margin-left: 35px;
}

.margin_left40 {
    margin-left: 40px;
}

.margin_left45 {
    margin-left: 45px;
}

.margin_left50 {
    margin-left: 50px;
}

.margin_left55 {
    margin-left: 55px;
}

.margin_left60 {
    margin-left: 60px;
}

.margin_left65 {
    margin-left: 65px;
}

.margin_left70 {
    margin-left: 70px;
}

.margin_left75 {
    margin-left: 75px;
}

.margin_left80 {
    margin-left: 80px;
}

.margin_left85 {
    margin-left: 85px;
}

.margin_left115 {
    margin-left: 115px;
}

.margin_right5 {
    margin-right: 5px;
}

.margin_right10 {
    margin-right: 10px;
}

.margin_right15 {
    margin-right: 15px;
}

.margin_top3 {
    margin-top: 3px;
}

.margin_top5 {
    margin-top: 5px;
}

.margin_top20 {
    margin-top: 20px;
}

.margin_top30 {
    margin-top: 30px;
}

.margin_top40 {
    margin-top: 40px;
}

.margin_bottom3 {
    margin-bottom: 3px;
}

.margin_bottom5 {
    margin-bottom: 5px;
}

.margin_bottom20 {
    margin-bottom: 20px;
}

.margin_bottom30 {
    margin-bottom: 30px;
}

.margin_bottom40 {
    margin-bottom: 40px;
}

.mtop_r_10 {
    margin-top: 10px;
    margin-right: 10px;
}

.padding_all4 {
    padding: 4px;
}

.padding_all10 {
    padding: 10px;
}

.padding_left30 {
    padding-left: 30px;
}

.fcolor_red {
    color: #C84F39;
    display: inline;
}

.fcolor_blue {
    color: #0000FF;
    display: inline;
}

.fcolor_blue2 {
    color: #000099;
    background-color: #C4ECFF;
}

.fcolor_orange {
    color: #FF8040;
    display: inline;
}

.bcolor_gray {
    background-color: #CFCFCF;
    display: inline;
}

.fsize_6pt {
    font-size: 10px;
}

.fsize_7pt {
    font-size: 11px;
}

.fsize_11px {
    font-size: 15px;
}

.fsize_15pt {
    font-size: 20px;
}

.fweight_bold {
    font-weight: bold;
}

.ime_mode {
    ime-mode: disabled;
}

.ime_mode_active {
    ime-mode: active;
}

.width100per {
    width: 100%;
    box-sizing: border-box;
}

.width1em {
    width: 1em;
}

.width2em {
    width: 2em;
}

.width3em {
    width: 3em;
}

.width4em {
    width: 4em;
}

.width5em {
    width: 5em;
}

.width6em {
    width: 6em;
}

.width7em {
    width: 7em;
}

.width8em {
    width: 8em;
}

.width9em {
    width: 9em;
}

.width10em {
    width: 10em;
}

.width11em {
    width: 11em;
}

.width12em {
    width: 12em;
}

.width13em {
    width: 13em;
}

.width14em {
    width: 14em;
}

.width15em {
    width: 15em;
}

.width16em {
    width: 16em;
}

.width17em {
    width: 17em;
}

.width18em {
    width: 18em;
}

.width19em {
    width: 19em;
}

.width20em {
    width: 20em;
}

.width22em {
    width: 22em;
}

.width23em {
    width: 23em;
}

.width24em {
    width: 24em;
}

.width26em {
    width: 26em;
}

.width28em {
    width: 28em;
}

.width30em {
    width: 30em;
}

.width32em {
    width: 32em;
}

.width34em {
    width: 34em;
}

.width37em {
    width: 37em;
}

.width38em {
    width: 38em;
}

.width20 {
    width: 20px;
}

.width25 {
    width: 25px;
}

.width30 {
    width: 30px;
}

.width35 {
    width: 35px;
}

.width40 {
    width: 40px;
}

.width45 {
    width: 45px;
}

.width50 {
    width: 50px;
}

.width55 {
    width: 55px;
}

.width60 {
    width: 60px;
}

.width66 {
    width: 66px;
}

.width69 {
    width: 69px;
}

.width70 {
    width: 70px;
}

.width75 {
    width: 75px;
}

.width80 {
    width: 80px;
}

.width90 {
    width: 90px;
}

.width97 {
    width: 97px;
}

.width100 {
    width: 100px;
}

.width105 {
    width: 105px;
}

.width110 {
    width: 110px;
}

.width114 {
    width: 114px;
}

.width120 {
    width: 120px;
}

.width130 {
    width: 130px;
}

.width140 {
    width: 140px;
}

.width138 {
    width: 138px;
}

.width150 {
    width: 150px;
}

.width160 {
    width: 160px;
}

.width170 {
    width: 170px;
}

.width180 {
    width: 180px;
}

.width185 {
    width: 185px;
}

.width190 {
    width: 190px;
}

.width200 {
    width: 200px;
}

.width210 {
    width: 210px;
}

.width220 {
    width: 220px;
}

.width230 {
    width: 230px;
}

.width240 {
    width: 240px;
}

.width250 {
    width: 250px;
}

.width260 {
    width: 260px;
}

.width270 {
    width: 270px;
}

.width280 {
    width: 280px;
}

.width290 {
    width: 290px;
}

.width300 {
    width: 300px;
}

.width301 {
    width: 301px;
}

.width310 {
    width: 310px;
}

.width320 {
    width: 320px;
}

.width330 {
    width: 330px;
}

.width350 {
    width: 350px;
}

.width370 {
    width: 370px;
}

.width390 {
    width: 390px;
}

.width400 {
    width: 400px;
}

.width410 {
    width: 410px;
}

.width420 {
    width: 420px;
}

.width430 {
    width: 430px;
}

.width440 {
    width: 440px;
}

.width450 {
    width: 450px;
}

.width460 {
    width: 460px;
}

.width470 {
    width: 470px;
}

.width480 {
    width: 480px;
}

.width490 {
    width: 490px;
}

.width500 {
    width: 500px;
}

.width510 {
    width: 510px;
}

.width520 {
    width: 520px;
}

.width530 {
    width: 530px;
}

.width540 {
    width: 540px;
}

.width550 {
    width: 550px;
}

.width560 {
    width: 560px;
}

.width570 {
    width: 570px;
}

.width580 {
    width: 580px;
}

.width590 {
    width: 590px;
}

.width600 {
    width: 600px;
}

.width650 {
    width: 650px;
}

.width700 {
    width: 700px;
}

.width720 {
    width: 720px;
}

.width730 {
    width: 730px;
}

.width740 {
    width: 740px;
}

.width750 {
    width: 750px;
}

.width800 {
    width: 800px;
}

.width850 {
    width: 850px;
}

.width900 {
    width: 900px;
}

.width1000 {
    width: 1000px;
}

.width1100 {
    width: 1100px;
}

.width1200 {
    width: 1200px;
}

.width1250 {
    width: 1250px;
}

.width1300 {
    width: 1300px;
}

.width1700 {
    width: 1700px;
}

.height25 {
    height: 25px;
}

.height30 {
    height: 30px;
}

.height35 {
    height: 35px;
}

.height40 {
    height: 40px;
}

.height45 {
    height: 45px;
}

.height50 {
    height: 50px;
}

.height60 {
    height: 60px;
}

.height70 {
    height: 70px;
}

.height100 {
    height: 100px;
}

.height140 {
    height: 140px;
}

.height150 {
    height: 150px;
}

.height200 {
    height: 200px;
}

.height240 {
    height: 240px;
}

.height300 {
    height: 300px;
}

.height350 {
    height: 350px;
}

.height420 {
    height: 420px;
}

.vertical_top {
    vertical-align: top;
}

.vertical_middle {
    vertical-align: middle;
}

.vertical_bottom {
    vertical-align: bottom;
}

.disp_none {
    display: none;
}

.talign_left {
    text-align: left;
}

.talign_center {
    text-align: center;
}

.talign_right {
    text-align: right;
}

.bkcolor_error {
    background-color: #FDDACF;
}

.err_text {
    color: #cc0000;
}

.under_line {
    text-decoration: underline;
}

.btn_help {
    width: 57px;
    height: 25px;
}

.btn_grid {
    width: 45px;
    height: 25px;
}

.btn_line {
    width: 245px;
    height: 45px;
    border: 1px solid #6E6E6E;
    padding: 2px;
    background-color: #ffffff;
    text-align: center;
    margin: 0px auto;
    -moz-box-shadow: 0 1px 3px 1px #cccccc;
    -webkit-box-shadow: 0 1px 3px 1px #cccccc;
}

    .btn_line a {
        width: 245px;
        height: 45px;
        display: block;
        background: url(../images/bg_btn.jpg) repeat-x;
        line-height: 340%;
        color: #ffffff;
        text-decoration: none;
        font-weight: 700;
        font-size: 120%;
        overflow: hidden;
    }

        .btn_line a:hover {
            background: url(../images/bg_btn_ov.jpg) repeat-x;
            color: #ffffff;
            overflow: hidden;
        }

.btn_line_admin {
    width: 245px;
    height: 45px;
    border: 1px solid #6E6E6E;
    padding: 2px;
    background-color: #ffffff;
    text-align: center;
    margin: 0px auto;
    -moz-box-shadow: 0 1px 3px 1px #cccccc;
    -webkit-box-shadow: 0 1px 3px 1px #cccccc;
}

    .btn_line_admin a {
        width: 245px;
        height: 45px;
        display: block;
        background: url(../images/bg_btn_ov.jpg) repeat-x;
        line-height: 340%;
        color: #ffffff;
        text-decoration: none;
        font-weight: 700;
        font-size: 120%;
        overflow: hidden;
    }

        .btn_line_admin a:hover {
            background: url(../images/bg_btn_red.jpg) repeat-x;
            color: #ffffff;
            overflow: hidden;
        }

.btn_line_upload {
    width: 245px;
    height: 45px;
    border: 1px solid #6E6E6E;
    padding: 2px;
    background-color: #ffffff;
    text-align: center;
    -moz-box-shadow: 0 1px 3px 1px #cccccc;
    -webkit-box-shadow: 0 1px 3px 1px #cccccc;
    margin: 10px 0px;
}

    .btn_line_upload a {
        width: 245px;
        height: 45px;
        display: block;
        background: url(../images/bg_btn_red.jpg) repeat-x;
        line-height: 340%;
        color: #ffffff;
        text-decoration: none;
        font-weight: 700;
        font-size: 120%;
        overflow: hidden;
    }

        .btn_line_upload a:hover {
            background: url(../images/bg_btn_red_ov.jpg) repeat-x;
            color: #ffffff;
            overflow: hidden;
        }



.common_title {
    height: 30px;
    background: url(../images/bg_title.jpg) no-repeat right;
    margin-left: 20px;
}

.common_title_text {
    line-height: 180%;
    font-size: 120%;
    font-weight: 700;
    padding: 5px 5px 5px 25px;
    /*	background-color:#F8F8F7;*/
    background: #F8F8F7 url(../images/common_title_img.jpg) no-repeat left;
}

.hidden_btn {
    visibility: hidden;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    clear: both;
    overflow: hidden;
    display: none;
}

.chk_valign_m input, .chk_valign_m label {
    vertical-align: middle;
    margin: 2px;
}

.rdo_valign_m input, .rdo_valign_m label {
    vertical-align: middle;
    margin: 2px;
}

div#title-tip {
    margin: 0 1em 0 0;
    border: solid #ccc 1px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: .3em .5em;
    background: #fff;
    opacity: .9;
    filter: alpha(opacity=90);
    font-size: 88%;
}

span.progressCancel {
    font-size: 0;
    display: inline-block;
    height: 14px;
    width: 14px;
    background-image: url(../images/cancelbutton.gif);
    background-repeat: no-repeat;
    background-position: -14px 0px;
    margin-left: 4px;
    vertical-align: middle;
}

    span.progressCancel:hover {
        background-position: 0px 0px;
    }


.jotai_cancel {
    color: #FF0066;
    font-weight: bold;
}

.clearfix {
}

    .clearfix:after {
        content: '';
        display: table;
        clear: both;
    }

.tablefixed {
    table-layout: fixed;
}

.border-top {
    border-top: solid 1px #000000;
}

.border-right {
    border-right: solid 1px #000000;
}

.border-left {
    border-left: solid 1px #000000;
}

.border-bottom {
    border-bottom: solid 1px #000000;
}

.border-all {
    border-top: solid 1px #000000;
    border-right: solid 1px #000000;
    border-left: solid 1px #000000;
    border-bottom: solid 1px #000000;
}

.word-newline {
    word-break: break-all;
}

.page-top {
    position: fixed;
    right: 0;
    bottom: 80px;
    width: 80px;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    cursor: pointer;
}