@charset "UTF-8";
/*
 フォームなどのための汎用構造 こちらを基本的には用いること 色味は定義されていないのでskins.cssを参照すること
 */

/* 200px幅のヘッダーセル 高さは定義しない(trで行うべき) */
.formtable_headercell{
    width: 200px;
    box-sizing:border-box;
    padding: 0px 20px;
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    font-size:13px;
    text-align: left;
}

/* 195px幅の内容セル(白背景のもの) 高さは定義しない(trで行うべき) */
.formtable_contentcell{
    border-bottom-style:solid;
    border-bottom-width:1px;
    border-top-style:solid;
    border-top-width:1px;
    padding-left:25px;
    padding-right:15px;
}


/* 登録フォームの高さ ラベルのみの場合*/
.formtable_labelrow{
    height:35px;
}

/* 登録フォームの高さ 標準*/
.formtable_normalrow{
    height:45px;
}

/* 登録フォームの高さ 2行*/
.formtable_doublerow{
    height:65px;
}

/* 登録フォームの高さ 3行*/
.formtable_triplerow{
    height:85px;
}

/* 登録フォームの高さ 3行*/
.formtable_quadruplerow{
    height:105px;
}

/* 登録フォームの高さ 5行*/
.formtable_quintuplerow{
    height:125px;
}

/* 登録フォームの高さ 8行*/
.formtable_octuplerow{
    height:185px;
}

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

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



/* ----------------------------------------------------------------------------------------------------------------------------
            新規作成画面
----------------------------------------------------------------------------------------------------------------------------*/
div.contents_inner table.create{
  width:100%;
}
div.contents_inner table.create tr.item{
  height:35px;
}
div.contents_inner table.create tr.item_double{
  height:65px;
}
div.contents_inner table.create tr.item_triple{
  height:85px;
}
div.contents_inner table.create tr.item_force{
  height:115px;
}

div.contents_inner table.create tr td.item_top{
  border-top:2px #ebebeb solid;
}
div.contents_inner table.create tr td.item_name{
  background-color:#ebebeb;
}
div.contents_inner table.create tr td.item_name{
  width:195px;
  padding:0px 10px;
  border-top: 1px #fbfbfb solid;
  border-bottom: 1px #fbfbfb solid;
}
div.contents_inner table.create tr.button{
  height:50px;
}
div.contents_inner table.create tr input[type="button"],
div.contents_inner table.create tr input[type="reset"]{
  padding:1px 6px;
}
div.contents_inner table.create tr td.entry{
  padding-left:20px;
  border-top: 1px #ebebeb solid;
  border-bottom: 1px #ebebeb solid;
}
div.contents_inner table.create tr td.entry .entry_free{
  width:300px;
}
div.contents_inner table.create tr td.entry .entry_num{
  width:50px;
}
div.contents_inner table.create tr td.entry .entry_date{
  width:130px;
}
div.contents_inner table.create tr td.entry .entry_box{
  width:300px;
  height:80px;
}
div.contents_inner table.create tr td.entry .entry_word{
  width:300px;
}
div.contents_inner table.create tr td.entry span{
  padding-left:10px;
}
div.contents_inner table.create tr td.entry li{
  padding:2px 0;
}
div.contents_inner table.create tr td.entry label{
  padding:2px 0;
}

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

}

/* ----------------------------------------------------------------------------------------------------------------------------
            転送画面
----------------------------------------------------------------------------------------------------------------------------*/
div.contents_inner table.transfer{
  width:100%;
  margin-top:40px;
}
div.contents_inner table.transfer tr.item{
  height:35px;
}
div.contents_inner table.transfer tr.item_double{
  height:65px;
}
div.contents_inner table.transfer tr.item_triple{
  height:85px;
}
div.contents_inner table.transfer tr.item_force{
  height:115px;
}
div.contents_inner table.transfer tr.button{
  height:45px;
}
div.contents_inner table.transfer tr td.item_top{
  border-top:5px #ebebeb solid;
}
div.contents_inner table.transfer tr td.item_name,
div.contents_inner table.transfer tr td.entry_transfer,
div.contents_inner table.transfer tr td.item_name_detail{
  background-color:#ebebeb;
}
div.contents_inner table.transfer tr td.item_name{
  width:200px;
  vertical-align: top;
}
div.contents_inner table.transfer tr td.item_name_top{
    padding-top:20px;
}
div.contents_inner table.transfer tr td.entry{
  padding:0 40px 15px 20px;
}
div.contents_inner table.transfer tr td.entry_top{
  padding:20px 40px 15px 20px;
}
div.contents_inner table.transfer tr td input.entry_free{
  width:100%;
}
div.contents_inner table.transfer tr td input.entry_num{
  width:50px;
}
div.contents_inner table.transfer tr td input.entry_date{
  width:130px;
}
div.contents_inner table.transfer tr td input.entry_rod{
  width:100%;
}
div.contents_inner table.transfer tr td textarea.entry_box{
  width:100%;
  height:300px;
  resize:none;
  font-size:13px;
}
div.contents_inner table.transfer tr td.entry span{
  padding-left:10px;
}
div.contents_inner table.transfer tr td.category{
  padding:4px 0;
  font-size:18px;
  color:#4D4D4D;
  font-weight:bold;
}
div.contents_inner table.transfer tr td.item_name_detail{
  width:160px;
  height:45px;
  padding:0 20px;
  border-top: 1px #ffffff solid;
  border-bottom: 1px #ffffff solid;
}
div.contents_inner table.transfer tr td.entry_detail{
  padding-left:25px;
  padding-right:15px;
  border-top: 1px #dddddd solid;
  border-bottom: 1px #dddddd solid;
}
div.contents_inner table.transfer tr td.entry label{
  padding-right:35px;
}

/* 詳細設定ボタン */
div.contents_inner table.transfer div#detail {
    width: 340px;
    padding: 5px 0;
    border-style: solid;
    border-width: 1px;
}
div.contents_inner table.transfer div#detail .button_icon{
    margin-right:15px;
    margin-left:-15px;
}

div.contents_inner table.transfer ul li{
   margin-bottom:2px;
}
div.contents_inner table.transfer tr input[type="button"]{
  padding:1px 6px;
}

#category_detail{
   background: url('/image/ico_gear_blue.png') no-repeat left;
   padding-left: 45px;
}
.duplicatable{
    width:210px;
}

/* ----------------------------------------------------------------------------------------------------------------------------
           タブ
----------------------------------------------------------------------------------------------------------------------------*/
.tab_wrapper {
    position: relative;
    border-bottom: #D0D0D0 solid 1px;
    padding-left: 15px;
    margin-right:40px;
    font-size: 0;
}

.tab_item {
    display: inline-block;
    border: #D0D0D0 solid 1px;
    margin-bottom: -1px;
    margin-right: 10px;
    height: 30px;
    padding: 5px 23px 0;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: #595959
}

.tab_item_six_chars {
    width: 125px;
}
.tab_item_seven_chars {
    width: 135px;
}
.tab_item_nine_chars {
    width: 165px;
}
.tab_item_ten_chars {
    width: 175px;
}

.tab_item a {
    display: block;
}

.selected_tab {
    border-bottom-color: white;
    color: #0094E2;
}

/* ----------------------------------------------------------------------------------------------------------------------------
            プルダウンメニュー
----------------------------------------------------------------------------------------------------------------------------*/
.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('/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;
}
/* ADD - 2023/12/08 - SF6.28.0_redmine #316 - START */
.template_mng_button{
    border-left: 1px #C5C5C5 solid;
    margin-left: 10px;
}
/* ADD - 2023/12/08 - SF6.28.0_redmine #316 - END */
.menu_list {
    display: none;
    position: absolute;
    z-index: 100;
    /*MOD - 2018/03/23 - SF6.7.0_開発依頼内容_No.2 Q&A.No.369 - START*/
    /*width: 160px;*/
    min-width: 160px;
    width: auto!important;
    /*MOD - 2018/03/23 - SF6.7.0_開発依頼内容_No.2 Q&A.No.369 - END */
    border: none;
}
.menu_item {
    border: 1px solid #C5C5C5;
    margin-top: -1px;
    /*ADD - 2018/03/23 - SF6.7.0_開発依頼内容_No.2 Q&A.No.369 - START*/
    padding-right:10px;
    /*ADD - 2018/03/23 - SF6.7.0_開発依頼内容_No.2 Q&A.No.369 - END */
}
.pulldown_item{
    display: block;
    height: 35px;
    /* MOD - 2018/03/23 - SF6.7.0_開発依頼内容_No.2 Q&A.No.369 - START*/
    /*width: 111px;*/
    min-width:111px;
    width:auto!important;
    /*MOD - 2018/03/23 - SF6.7.0_開発依頼内容_No.2 Q&A.No.369 - END */
    line-height: 35px;
    text-align: left;
    margin-left: 5px;
    padding-left: 34px;
    font-size:13px;
}
.pulldown_item:hover{
    color: #0094E2;
}
/*承認*/
.approval_menu{
    background: url('/image/ico_approval.png') no-repeat center;
}
.nonapproval_menu{
    background: url('/image/nonapproval_off.png') no-repeat center;
}
.nonapproval_menu:hover{
    background: url('/image/nonapproval_on.png') no-repeat center;
}
.approve_icon{
    background: url('/image/approval_pulldown/approve_off.png') no-repeat center left;
}
.approve_icon:hover{
    background: url('/image/approval_pulldown/approve_on.png') no-repeat center left;
}
.reject_icon{
    background: url('/image/approval_pulldown/reject_off.png') no-repeat center left;
}
.reject_icon:hover{
    background: url('/image/approval_pulldown/reject_on.png') no-repeat center left;
}
/*企業*/
.company_menu {
    background: url('/image/ico_company_off.png') no-repeat center;
}
.company_menu:hover {
    background: url('/image/ico_company_on.png') no-repeat center;
}

.company_member_menu {
    background: url('/image/ico_company_members_list_off.png') no-repeat center;
}
.company_member_menu:hover {
    background: url('/image/ico_company_members_list_on.png') no-repeat center;
}

/*プロジェクト*/
.project_menu {
    background: url('/image/ico_project_off.png') no-repeat center;
}
.project_menu:hover {
    background: url('/image/ico_project_on.png') no-repeat center;
}
.member_menu {
    background: url('/image/ico_member_off.png') no-repeat center;
}
.member_menu:hover {
    background: url('/image/ico_member_on.png') no-repeat center;
}
/* ADD - 2018/06/07 - SF6.7.0_開発依頼内容_No.14 - START */
.project_import_menu{
    background: url('/image/ico_project_import_off.png') no-repeat center;
}
.project_import_menu:hover{
    background: url('/image/ico_project_import_on.png') no-repeat center;
}
.member_download_icon{
    background: url('/image/ico_member_download_off.png') no-repeat center;
}
.member_download_icon:hover{
    background: url('/image/ico_member_download_on.png') no-repeat center;
}
.project_replication_icon{
    background: url('/image/ico_project_replication_off.png') no-repeat center;
}
.project_replication_icon:hover{
    background: url('/image/ico_project_replication_on.png') no-repeat center;
}
/* ADD - 2018/06/07 - SF6.7.0_開発依頼内容_No.14 - END */

/* ADD - 2019/12/28 - SF6.12.0_開発依頼内容_No.1_SF06-01-01 - START */
.folder_import_menu{
    background: url('/image/ico_folder_import_off.png') no-repeat center;
}
.folder_import_menu:hover{
    background: url('/image/ico_folder_import_on.png') no-repeat center;
}
/* ADD - 2019/12/28 - SF6.12.0_開発依頼内容_No.1_SF06-01-01 - END */

.auth_reference_menu{
    background: url('/image/reference.png') no-repeat center;
}

.member_release_menu{
    background: url('/image/project_user/member_del_off.png') no-repeat center;
}

.member_release_menu:hover{
    background: url('/image/project_user/member_del_on.png') no-repeat center;
}

.default_auth_menu{
    background: url('/image/project_user/default_auth_off.png') no-repeat center;
}
.default_auth_menu:hover{
    background: url('/image/project_user/default_auth_on.png') no-repeat center;
}
.auth_set_menu{
    background: url('/image/project_user/auth_set_off.png') no-repeat center;
}
.auth_set_menu:hover{
    background: url('/image/project_user/auth_set_on.png') no-repeat center;
}
.auth_set_icon{
    background: url('/image/project_user/pulldown_auth_set_off.png') no-repeat center left;
}
.auth_set_icon:hover{
    background: url('/image/project_user/pulldown_auth_set_on.png') no-repeat center left;
}
.all_auth_set_icon{
    background: url('/image/project_user/pulldown_all_auth_set_off.png') no-repeat center left;
}
.all_auth_set_icon:hover{
    background: url('/image/project_user/pulldown_all_auth_set_on.png') no-repeat center left;
}

.auth_reference_icon{
    background: url('/image/reference.png') no-repeat center;
}

.auth_file_new_icon{
    background: url('/image/file_new.png') no-repeat center;
}

.auth_file_del_icon{
    background: url('/image/file_del.png') no-repeat center;
}

.auth_folder_new_icon{
    background: url('/image/folder_new.png') no-repeat center;
}

.auth_folder_del_icon{
    background: url('/image/folder_del.png') no-repeat center;
}

/*ユーザー*/
.user_menu {
    background: url('/image/ico_user_off.png') no-repeat center;
}
.user_menu:hover {
    background: url('/image/ico_user_on.png') no-repeat center;
}
.terminal_limit_menu {
    background: url('/image/ico_terminal_limit_off.png') no-repeat center;
}
.terminal_limit_menu:hover {
    background: url('/image/ico_terminal_limit_on.png') no-repeat center;
}
.login_limit_menu {
    background: url('/image/ico_login_limit.png') no-repeat center;
}
.login_limit_menu {
    background: url('/image/ico_login_limit_off.png') no-repeat center;
}
.login_limit_menu:hover {
    background: url('/image/ico_login_limit_on.png') no-repeat center;
}
.user_import_menu {
    background: url('/image/user_import_off.png') no-repeat center;
}
.user_import_menu:hover {
    background: url('/image/user_import_on.png') no-repeat center;
}
/*テンプレート*/
.template_menu{
    background: url('/image/ico_template_off.png') no-repeat center;
}
.template_menu:hover{
    background: url('/image/ico_template_on.png') no-repeat center;
}
/*アドレス帳*/
.address_menu{
    background: url('/image/ico_address_off.png') no-repeat center;
}
/*アドレス帳*/
.address_menu:hover{
    background: url('/image/ico_address_on.png') no-repeat center;
}
.address_import_menu{
    background: url('/image/ico_address_import_off.png') no-repeat center;
}
.address_import_menu:hover{
    background: url('/image/ico_address_import_on.png') no-repeat center;
}
.import_icon{
    background: url('/image/import_off.png') no-repeat center left;
}
.import_icon:hover{
    background: url('/image/import_on.png') no-repeat center left;
}
.format_icon{
    background: url('/image/format_off.png') no-repeat center left;
}
.format_icon:hover{
    background: url('/image/format_on.png') no-repeat center left;
}
/*グループ*/
.group_menu{
    background: url('/image/ico_group_off.png') no-repeat center;
}
.group_menu:hover{
    background: url('/image/ico_group_on.png') no-repeat center;
}
/*DKIM設定*/
.dkim_settings_menu{
    background: url('/image/ico_dkim_key_settings_off.png') no-repeat center;
}
.dkim_settings_menu:hover{
    background: url('/image/ico_dkim_key_settings_on.png') no-repeat center;
}
.dkim_signing_status{
    background: url('/image/ico_dkim_signing_status_off.png') no-repeat center;
}
.dkim_signing_status:hover{
    background: url('/image/ico_dkim_signing_status_on.png') no-repeat center;
}
.public_key_export{
    background: url('/image/ico_public_key_export_off.png') no-repeat center;
}
.public_key_export:hover{
    background: url('/image/ico_public_key_export_on.png') no-repeat center;
}

/*ldap*/
.ldap_menu{
    background: url('/image/ico_ldap_off.png') no-repeat center;
}
.ldap_menu:hover{
    background: url('/image/ico_ldap_on.png') no-repeat center;
}
/*ADD - 2017/11/14 - Q&ANo.172通りにアイコンを追加する - START*/
.ldap_synchronization{
    background: url('/image/ico_ldap_synchronization_off.png') no-repeat center;
}
.ldap_synchronization:hover{
    background: url('/image/ico_ldap_synchronization_on.png') no-repeat center;
}
/*ADD - 2017/11/14 - Q&ANo.172通りにアイコンを追加する - END*/

/*汎用*/
/* ADD - 2018/02/21 - SF6.6.1_SF10-02-01&SF11-02-01 - START */
.send_again_icon{
    background: url('/image/ico_send_again_off.png') no-repeat center;
}
.send_again_icon:hover{
    background: url('/image/ico_send_again_on.png') no-repeat center;
}
/* ADD - 2018/02/21 - SF6.6.1_SF10-02-01&SF11-02-01 - END */
/*検索*/
/* 画像の左側余白が、他のアイコンとずれているため表示位置を調整 */
.search_icon{
    background: url('/image/ico_search_pulldown_off.png') no-repeat -2px center;
}
.search_icon:hover{
    background: url('/image/ico_search_pulldown_on.png') no-repeat -2px center;
}
/*作成*/
.create_icon{
    background: url('/image/create_off.png') no-repeat center left;
}
.create_icon:hover{
    background: url('/image/create_on.png') no-repeat center left;
}
/*編集*/
.edit_icon{
    background: url('/image/edit_off.png') no-repeat center left;
}
.edit_icon:hover{
    background: url('/image/edit_on.png') no-repeat center left;
}
/*削除*/
.delete_icon{
    background: url('/image/delete_off.png') no-repeat center left;
}
.delete_icon:hover{
    background: url('/image/delete_on.png') no-repeat center left;
}
/*制限*/
.limit_icon{
    background: url('/image/limit_off.png') no-repeat center left;
}
.limit_icon:hover{
    background: url('/image/limit_on.png') no-repeat center left;
}
/*制限解除*/
.limitless_icon{
    background: url('/image/limitless_off.png') no-repeat center left;
}
.limitless_icon:hover{
    background: url('/image/limitless_on.png') no-repeat center left;
}

/*仮画像*/
.other_menu{
    background: url('/image/edit_off.png') no-repeat center;
}
/*ADD - 2017/11/14 - Q&ANo.172通りにアイコンを追加する - START*/
.other_menu:hover{
    background: url('/image/edit_on.png') no-repeat center;
}
/*ADD - 2017/11/14 - Q&ANo.172通りにアイコンを追加する - END*/
.search_menu{
    background: url('/image/ico_search_off.png') no-repeat center;
}
.search_menu:hover{
    background: url('/image/ico_search_on.png') no-repeat center;
}
.delete_menu{
    background: url('/image/delete_off.png') no-repeat center;
}
.delete_menu:hover{
    background: url('/image/delete_on.png') no-repeat center;
}
/* ADD - 2023/12/08 - SF6.28.0_redmine #316 - START*/
.template_mng_icon{
    background: url('/image/file_transfer_icon/manage_template_off.png') no-repeat center;
}
.template_mng_icon:hover{
    background: url('/image/file_transfer_icon/manage_template_on.png') no-repeat center;
}
/*ADD - 2023/12/08 - SF6.28.0_redmine #316 - END*/
/* ----------------------------------------------------------------------------------------------------------------------------
            メニューボタン
----------------------------------------------------------------------------------------------------------------------------*/
.blue_button{
    font-size: 12px;
    color: #FFFFFF;
    background-color: #0094E2;
}
.gray_button{
    font-size: 16px;
    color: #333333;
    background-color: #EBEBEB;
}
.dark_gray_button{
    font-size: 16px;
    color: white;
    background-color: #8c8c8c;
}
.menu_button{
    width: 125px;
    height: 30px;
    vertical-align: middle;
}
.radius_button {
    display: inline-block;
    border-radius: 5px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
}
.sharper_radius_button {
    display: inline-block;
    border-radius: 3px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
}

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

.button_wrapper{
    display:flex;
    justify-content: center;
    display:-ms-flexbox; /* IE10対応 */
    -ms-flex-pack: center; /* IE10対応 */
    margin-top:30px;
}

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

.button_icon{
    vertical-align: middle;
    padding-bottom: 3px;
}
.side_list{
    font-size:0;
}
.side_list li{
    display:inline-block;
}
.operation{
    display: inline-block;
    height: 30px;
    vertical-align: middle;
    cursor: pointer;
    margin-right:11px;

}
.side_list_right{
    float:right;
    margin-right:0;
}
.radius_side_list li{
    border:1px solid #C5C5C5;
}
.radius_side_list li:first-child{
     border-bottom-left-radius: 5px;
     border-top-left-radius: 5px;
}
.radius_side_list li:not(:first-child) {
     border-left: 0;
}
.radius_side_list li:last-child {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.operation_item{
    width:55px;
    height:30px;
}
.clip_icon {
    background: url('/image/ico_clip_off.png') no-repeat center;
}
.clip_icon:hover {
    background: url('/image/ico_clip_on.png') no-repeat center;
}
.address_icon {
    background: url('/image/ico_address_off.png') no-repeat center;
}
.address_icon:hover {
    background: url('/image/ico_address_on.png') no-repeat center;
}
/*ADD - 2017/11/14 - Q&ANo.172通りにアイコンを追加する - START*/
.personal_address_icon{
    background: url('/image/ico_personal_address_off.png') no-repeat center;
}
.personal_address_icon:hover{
    background: url('/image/ico_personal_address_on.png') no-repeat center;
}
.export_history_icon{
    background: url('/image/ico_export_history_off.png') no-repeat center;
}
.export_history_icon:hover{
    background: url('/image/ico_export_history_on.png') no-repeat center;
}
/*ADD - 2017/11/14 - Q&ANo.172通りにアイコンを追加する - END*/
.project_take_part_in_icon {
    background: url('/image/ico_project_take_part_in_off.png') no-repeat center;
}

.project_take_part_in_icon:hover {
    background: url('/image/ico_project_take_part_in_on.png') no-repeat center;
}

.reissue_invitation_mail_icon {
    background: url('/image/ico_reissue_invitation_mail_off.png') no-repeat center;
}
.reissue_invitation_mail_icon:hover {
    background: url('/image/ico_reissue_invitation_mail_on.png') no-repeat center;
}
/* ADD - 2023/08/07 - CYLLENGE VIETNAM - Two-Factor Authentication START */
.disable_2fa_icon {
    background: url('/image/limitless_off.png') no-repeat center;
}
.disable_2fa_icon:hover {
    background: url('/image/limitless_on.png') no-repeat center;
}
/* ADD - 2023/08/07 - CYLLENGE VIETNAM - Two-Factor Authentication END */

.icon_bar{
    font-size:0;
}

.bar_margin {
    margin-bottom: 15px;
}

/*戻るボタン*/
.return_icon {
    background: url('/image/ico_cancel_off.png') no-repeat center;
    cursor:pointer;
}
/*戻るボタン*/
.return_icon:hover {
    background: url('/image/ico_cancel_on.png') no-repeat center;
    cursor:pointer;
}

#option{
    margin-right:30px;
}

.main{
    margin-right:30px;
    width:100%;
}

/* オプション画面のテーブル 幅が広がりすぎるのを抑制 */
.option_table {
    width: calc(100% - 30px);
}

.approval_request_icon {
    background: url('/image/ico_approval_request_off.png') no-repeat center;
}
.approval_request_icon:hover {
    background: url('/image/ico_approval_request_on.png') no-repeat center;
}

.textarea_margin {
    margin:15px;
}

.register_button:hover, .highlight_hover:hover, .search_button:hover{
    opacity: 0.8;
}

.subwindow_button {
    width: 150px;
    height: 30px;
    font-size: 16px;
    margin-right: 20px;
}

.link_style {
    color: #006EDC;
    cursor: pointer;
}

.section_margin {
    margin-top: 50px;
}

/* ----------------------------------------------------------------------------------------------------------------------------
            マニュアル表示
----------------------------------------------------------------------------------------------------------------------------*/
.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;
}

/* ----------------------------------------------------------------------------------------------------------------------------
            静岡がんセンターカスタマイズ
----------------------------------------------------------------------------------------------------------------------------*/
/* 承認一覧 */
.trash_menu {
    background: url('/image/ico_trashbox_off.png') no-repeat center;
}
.trash_menu:hover {
    background: url('/image/ico_trashbox_on.png') no-repeat center;
}
.approval_dl_menu {
    background: url('/image/custom/approval_dl_off.png') no-repeat center;
}
.approval_dl_menu:hover {
    background: url('/image/custom/approval_dl_on.png') no-repeat center;
}
/* ADD - 2023/02/24 - SF6.26.0_SF05-02-01_issue #265 - START */
.approval_status_menu{
    background: url('/image/ico_approval_off.png') no-repeat center;
}
.approval_status_menu:hover{
    background: url('/image/ico_approval_on.png') no-repeat center;
}
/* ADD - 2023/02/24 - SF6.26.0_SF05-02-01_issue #265 - END */
/* ファイル共有 */
.purpose_select {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.check_box_part {
    float:left;
}
.check_box_part_small {
    width:75px;
}
.check_box_part_middle {
    width:100px;
}
.check_box_part_large {
    width:125px;
}
.check_box_part_tall {
    width:150px;
}
.check_box_part_grande {
    width:400px;
}
.check_box_part_double_grande {
    width:800px;
}
.check_box_part_english_small {
    width:175px;
}
.check_box_part_english_middle {
    width:225px;
}
.check_box_part_english_large {
    width:275px;
}
.second_row_field {
    margin-top:5px;
}
.full_width {
    width:100%;;
}
.check_boxes {
    display: block;
    vertical-align: middle;
    margin-right:11px;

}
.input_date {
    width:100px;
}
.modal_textarea {
    height:40px;
    width:900px;
}
.no_return {
    width:100px;
}
.english_only {
    ime-mode: disabled;
}
.alert_text {
    color:red;
}
.formtable_modal_contentcell {
    border-bottom-style:solid;
    border-bottom-width:1px;
    border-top-style:solid;
    border-top-width:1px;
    padding-left:25px;
    padding-right:15px;
}
.formtable_modal_headercell{
    width: 200px;
    box-sizing:border-box;
    padding: 0px 20px;
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    font-size:13px;
    text-align: left;
}
.width_adjust {
    display:inline-block;
}
.second_table {
    margin-top:20px;
}