html,body{
    font-family:"メイリオ",sans-serif;
    font-size:9pt;
    padding:0px;
}

html, body, table {
    font-size:12px;
}

a img {
    border:none;
}
form {
    margin:0px;
}

/* ----------------------------------------------------------------------------------------------------------------------------
            grid
----------------------------------------------------------------------------------------------------------------------------*/

.pagination{
    text-align:center;
    background-color:white;
}

/* ----------------------------------------------------------------------------------------------------------------------------
            footer
----------------------------------------------------------------------------------------------------------------------------*/

.footer{
    position:absolute;
    top:0px;
    left:10px;
    right:0px;
    bottom:0px;
    background-color:white;
    border-top-style:solid;
    border-top-width:1px;
    padding-top:10px;
    padding-right:50px;
    text-align:right;
    width:auto;
    height:auto;
}

.footer_noleft{
    position:absolute;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    background-color:white;
    border-top-style:solid;
    border-top-width:1px;
    padding-top:10px;
    padding-right:50px;
    text-align:right;
    width:auto;
    height:auto;
}

/* ----------------------------------------------------------------------------------------------------------------------------
            loading
----------------------------------------------------------------------------------------------------------------------------*/
#exec_layer{
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:none;
    position:absolute;
    opacity:0.5;
    background:rgba(0, 0, 0, 0.4);
    background-color:#000\9;
    filter:alpha(opacity=40);
    z-index:50;
}
.exec_layer{
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:none;
    position:absolute;
    background:rgba(0, 0, 0, 0.4);
    background-color:#000\9;
    filter:alpha(opacity=40);
    z-index:50;
}
.throbber {
    font-size:10px;
    width:1em;
    height:1em;
    border-radius:50%;
    text-indent:-9999em;
    -webkit-animation:load5 1.1s infinite ease;
    animation:load5 1.1s infinite ease;
    -webkit-transform:translateZ(0);
    -ms-transform:translateZ(0);
    transform:translateZ(0);
    position:absolute;
    top:40%;
    left:50%;
}

/* ----------------------------------------------------------------------------------------------------------------------------
            pulldown
----------------------------------------------------------------------------------------------------------------------------*/
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after{
    clear:both;
}
.clearfix{
    zoom:1;
}
.pulldown_menu{
    float:left;
    margin-bottom:15px;
}
.pulldown_icon{
    background:url('/fs/common/image/ico_pulldown_gray.png') no-repeat 90% 50%;
}
.normal_button {
    width:55px;
    height:30px;
    vertical-align:middle;
    border:1px #C5C5C5 solid;
    border-left:0px;
}
.first_button{
    border:1px #C5C5C5 solid;
    border-bottom-left-radius:5px;
    border-top-left-radius:5px;
}
.last_button {
    border-bottom-right-radius:5px;
    border-top-right-radius:5px;
}
.one_button {
    border:1px #C5C5C5 solid;
    border-bottom-left-radius:5px;
    border-top-left-radius:5px;
    border-bottom-right-radius:5px;
    border-top-right-radius:5px;
}
/*戻るボタン*/
.return_icon {
    background:url('/fs/common/image/iconbar/return.png') no-repeat center;
    cursor:pointer;
}
/*戻るボタン*/
.return_icon:hover {
    background:url('/fs/common/image/iconbar/return_on.png') no-repeat center;
    cursor:pointer;
}
/*検索ボタン*/
.search_icon {
    background:url('/fs/common/image/iconbar/search.png') no-repeat center;
    cursor:pointer;
}
/*検索ボタン*/
.search_icon:hover {
    background:url('/fs/common/image/iconbar/search_on.png') no-repeat center;
    cursor:pointer;
}
/*csvダウンロードボタン*/
.download_icon {
    background:url('/fs/common/image/iconbar/download.png') no-repeat center;
    cursor:pointer;
}
/*csvダウンロードボタン*/
.download_icon:hover {
    background:url('/fs/common/image/iconbar/download_on.png') no-repeat center;
    cursor:pointer;
}
/*登録ボタン*/
.register_icon {
    background:url('/fs/common/image/iconbar/create_off.png') no-repeat center;
    cursor:pointer;
}
/*登録ボタン*/
.register_icon:hover {
    background:url('/fs/common/image/iconbar/create_on.png') no-repeat center;
    cursor:pointer;
}
/*編集ボタン*/
.edit_icon {
    background:url('/fs/common/image/iconbar/edit.png') no-repeat center;
    cursor:pointer;
}
/*編集ボタン*/
.edit_icon:hover {
    background:url('/fs/common/image/iconbar/edit_on.png') no-repeat center;
    cursor:pointer;
}
/*削除ボタン*/
.delete_icon {
    background:url('/fs/common/image/iconbar/delete.png') no-repeat center;
    cursor:pointer;
}
/*削除ボタン*/
.delete_icon:hover {
    background:url('/fs/common/image/iconbar/delete_on.png') no-repeat center;
    cursor:pointer;
}
/*MIME TYPE確認ボタン*/
.checkmimetype_icon {
    background:url('/fs/common/image/iconbar/ico_file_search_off.png') no-repeat center;
    cursor:pointer;
}
/*MIME TYPE確認ボタン*/
.checkmimetype_icon:hover {
    background:url('/fs/common/image/iconbar/ico_file_search_on.png') no-repeat center;
    cursor:pointer;
}
/* 画面上部ボタン */
.header_button{
    margin:0px 8px 10px 0px;
    display:inline-block;
}



/* ----------------------------------------------------------------------------------------------------------------------------
            menu
----------------------------------------------------------------------------------------------------------------------------*/

.menu_list {
    display:none;
    position:absolute;
    z-index:100;
    width:160px;
    border:none;
}
.menu_item {
    border:1px solid #C5C5C5;
    margin-top:-1px;
}
.pulldown_item{
    display:block;
    height:35px;
    width:111px;
    line-height:35px;
    text-align:left;
    margin-left:5px;
    padding-left:34px;
    font-size:13px;
}

/* ----------------------------------------------------------------------------------------------------------------------------
            input form
----------------------------------------------------------------------------------------------------------------------------*/

table.create {
    width:100%;
}

.formtable_contentcell {
    border-bottom-style:solid;
    border-bottom-width:1px;
    border-top-style:solid;
    border-top-width:1px;
    padding:11px 15px 11px 25px;
}

.formtable_headercell{
    width:200px;
    box-sizing:border-box;
    padding:11px 20px;
    border-top-width:1px;
    border-top-style:solid;
    border-bottom-width:1px;
    border-bottom-style:solid;
    font-size:13px;
    text-align:left;
    overflow-wrap:break-word
}

.formtable_contentcell{
    border-bottom-style:solid;
    border-bottom-width:1px;
    border-top-style:solid;
    border-top-width:1px;
    padding-left:25px;
    padding-right:15px;
}

/* ----------------------------------------------------------------------------------------------------------------------------
            form
----------------------------------------------------------------------------------------------------------------------------*/

/* 登録ボタンの行 */
.buttons_container{
    height:50px;
}

/* 数値入力 */
.input_number{
    width:50px;
}
/* テキストボックス */
.input_longtext{
    width:300px;
}
/* 日付入力 */
.input_date{
    width:130px;
}


.button_wrapper {
    display:flex;
    justify-content:center;
    margin-top:30px;
}

.button_multiscan_wrapper {
    display:flex;
    justify-content:left;
    margin-top:30px;
}

.button_wrapper .register_button,
.button_multiscan_wrapper .register_button{
    margin-right:15px;
}

.sharper_radius_button {
    -moz-user-select:none;
    border-radius:3px;
    cursor:pointer;
    display:inline-block;
    line-height:30px;
    text-align:center;
}

.sharper_radius_button_multiscan {
    -moz-user-select:none;
    border-radius:3px;
    display:inline-block;
    line-height:30px;
    text-align:center;
}

.register_button {
    font-size:15px;
    height:40px;
    line-height:40px;
    position:relative;
    width:200px;
}

.button_text_icon {
    display:inline-block;
    font-size:11px;
    left:10px;
    position:absolute;
}

.button_wrapper .register_button {
    margin-right:15px;
}

/* ----------------------------------------------------------------------------------------------------------------------------
            その他配置
----------------------------------------------------------------------------------------------------------------------------*/

img.logo_image {
    margin-left:15px;
    margin-top:3px;
}

/* ----------------------------------------------------------------------------------------------------------------------------
            追加
----------------------------------------------------------------------------------------------------------------------------*/

.option_categorybox {
    background-color:white;
    border:1px solid #d0d0d0;
    margin-top:20px;
    margin-left:20px;
    margin-right:50px;
    padding:0 16px 10px;
}

.option_categoryheader {
    border-bottom-style:solid;
    border-bottom-width:1px;
    color:#333333;
    font-size:16px;
    font-weight:bold;
    padding-bottom:2px;
    padding-top:12px;
}
.option_skin {
    background-color:#fff;
    border-color:#d0d0d0;
}

.option_category_description {
    color:#262626;
    display:table-cell;
    font-size:13px;
    height:43px;
    vertical-align:middle;
}

.option_menuitem {
    border-style:solid;
    border-width:1px;
    float:left;
    height:45px;
    margin-bottom:6px;
    margin-right:12px;
    width:143px;
}

.option_english_menuitem {
    border-style:solid;
    border-width:1px;
    float:left;
    height:55px;
    margin-bottom:6px;
    margin-right:12px;
    width:143px;
}

.option_skin {
    background-color:#fff;
    border-color:#d0d0d0;
}


.option_menuitem_inner {
    background:rgba(0, 0, 0, 0) url("/fs/common/image/ico_setting.png") no-repeat scroll 10px center;
    cursor:pointer;
    display:table-cell;
    height:47px;
    padding-left:20px;
    vertical-align:middle;
    width:145px;
}

.titlebox {
    background-color:#fff;
}

.dark_container{
    background-color:#ececec;
}

.small_header {
    color:#333;
    font-size:16px;
    font-weight:bold;
}


/* ----------------------------------------------------------------------------------------------------------------------------
            button
----------------------------------------------------------------------------------------------------------------------------*/
#custom_mode table tr td input[type="button"]{
    margin:5px 5px 5px 0;
}
#custom_mode table tr td label input[type="checkbox"] {
    margin-right:1em;
    margin-bottom:8px;
}
#custom_mode input[type="button"]{
    margin:5px 5px 5px 0;
}
#custom_mode input[type="checkbox"] {
    margin-right:1em;
}
#remove_office_property table tr td input[type="button"]{
    margin:5px 5px 5px 0;
}
#remove_office_property table tr td label input[type="checkbox"] {
    margin-right:1em;
}
#certificate_button table tr td input[type="button"]{
    margin:5px 5px 5px 0;
}
input[type="button"] {
    padding:2px 5px;
}

label:has(input[name='form[list_custom_jhd][]'][value='0']) {
    background: #ebebeb;
}

.help_link,
.help_link_block{
    cursor:pointer;
    display:inline-block;
    text-indent:0;
    font-size:12px;
    margin:3px 0;
    max-width:100%
}

.help_link_block {
    display:block;
    width:fit-content;
}

.help_icon {
    font-size:100%;
    display:inline-block;
    width:1.5em;
    height:1.5em;
    text-align:center;
    line-height:1.5;
    border-radius:50%;
    background:#4287f5;
    color:#FFF;
    font-weight:bold;
    border:1px solid;
}

.help_text {
    font-size:90%;
    color:#0014ff;
    margin-left:2px;
}

.mg_t_10 {
    margin-top:10px;
}

.mg_b_10 {
    margin-bottom:10px;
}

.mg_l_10 {
    margin-left:10px;
}

.mg_l_20 {
    margin-left:20px;
}

.color_emerald {
    color:#00ffff;
}

.help_link_wrap {
    display:flex;
}

.help_link_wrap .left,
.help_link_wrap .right {
    width:50%;
}

#iframe-bg {
    display:none;
    width:100%;
    height:2000px;
    position:fixed;
    top:0;
    left:0;
    z-index:199;
    background:#333;
}

#iframe-wrap {
    display:none;
    width:47%;
    margin:0 0 0 -500px;
    position:fixed;
    top:73px;
    right:35px;
    z-index:199;
    box-shadow:0 0 10px 10px rgba(0,0,0,0.25);
    background:#fff;
}

#iframe-btn {
    width:16px;
    height:16px;
    position:absolute;
    top:11px;
    right:18px;
    z-index:199;
    cursor:pointer;
}

#iframe-open-btn {
    width:16px;
    height:16px;
    position:absolute;
    top:12px;
    right:56px;
    z-index:199;
    cursor:pointer;
}

#iframe-btn-area {
    height:40px;
    position:relative;
    background:#fff;
}

.exec_layer_download {
    top:0;
    left:0;
    width:100%;
    height:100%;
    position:absolute;
    background:rgba(0, 0, 0, 0.4);
    background-color:#000\9;
    filter:alpha(opacity=40);
    z-index:200;
}

.throbber_download {
    font-size:10px;
    width:1em;
    height:1em;
    border-radius:50%;
    /*text-indent:-9999em;*/
    -webkit-animation:load5 1.1s infinite ease;
    animation:load5 1.1s infinite ease;
    -webkit-transform:translateZ(0);
    -ms-transform:translateZ(0);
    transform:translateZ(0);
    position:absolute;
    top:40%;
    left:50%;
}

.throbber_downloadMsg {
    text-align:center;
    position:absolute;
    top:45%;
    width:100%;
    font-size:20px;
    color:#000000;
}

.category {
    padding: 25px 0 0;
    height:25px;

}