.form_output .ui-widget-header{
	border-bottom: none;
	padding-bottom:0 !important;
}
#form_output_tabs .ui-tabs-nav .ui-state-active a,
#form_output_tabs .ui-tabs-nav a:hover {
	cursor: pointer;
	background-color: #628108;
	border-radius: 4px 4px 0 0;
	color: #fff;
	padding: 5px 16px;
	margin: 2px 0 0 2px;
	font-size: smaller;
}
#form_output_tabs .ui-tabs-nav a {
	cursor: pointer;
	border-radius: 4px 4px 0 0;
	color: #fff;
	padding: 5px 16px;
	margin: 2px 0 0 2px;
	font-size: smaller;
}

#form_output_dialog .l10px {
	margin-left: 10px;
}

#form_output_dialog .tab_contents {
	padding: 0px 0px;
}
#form_output_dialog .b5px {
    margin-bottom: 5px;
}
#form_output_dialog .condition {
    border-bottom: 1px solid #ccc;
    background-color: #e5eed4;
    padding: 10px 0px 5px 20px;
    color: #000;
    position: relative;
}


#form_output_dialog .conditions_title {
    width: 100px;
    font-weight: 400;
}


#form_output_dialog .view {
	border-style: none;
	background: url(../img/btn_view02_02.png) 0 0 no-repeat transparent;
	cursor: pointer;
	height: 26px;
	width: 100px;
	margin-right:auto;
}
#form_output_dialog .view:hover {
	background: url(../img/btn_view02_01.png) 0 0 no-repeat transparent;
}

#form_output_dialog .sample.disabled {
	border-style: none;
	background: url(../img/btn_show_sample_long_03.png) 0 0 no-repeat transparent;
	cursor: default;
	height: 26px;
	width: 180px;
	padding-right: 15px;
}
#form_output_dialog .sample.disabled:hover {
	background: url(../img/btn_show_sample_long_03.png) 0 0 no-repeat transparent;
}

#form_output_dialog .sample {
	border-style: none;
	background: url(../img/btn_show_sample_long_02.png) 0 0 no-repeat transparent;
	cursor: pointer;
	height: 26px;
	width: 180px;
	padding-right: 15px;
}
#form_output_dialog .sample:hover {
	background: url(../img/btn_show_sample_long_01.png) 0 0 no-repeat transparent;
}

#form_output_dialog .output.disabled {
	border-style: none;
	background: url(../img/btn_print_long_03.png) 0 0 no-repeat transparent;
	cursor: default;
	height: 26px;
	width: 180px;
	padding-right: 30px;
}
#form_output_dialog .output.disabled:hover {
	background: url(../img/btn_print_long_03.png) 0 0 no-repeat transparent;
}

#form_output_dialog .output {
	border-style: none;
	background: url(../img/btn_print_long_02.png) 0 0 no-repeat transparent;
	cursor: pointer;
	height: 26px;
	width: 180px;
	padding-right: 30px;
}
#form_output_dialog .output:hover {
	background: url(../img/btn_print_long_01.png) 0 0 no-repeat transparent;
}

#form_output_dialog .select_all_on {
	background: url(../img/btn_allchk_02.png) 0 0 no-repeat transparent;
	height: 26px;
	width: 100px;
	cursor: pointer;
}
#form_output_dialog .select_all_on:hover {
	background: url(../img/btn_allchk_01.png) 0 0 no-repeat transparent;
}

#form_output_dialog .select_all_off {
	background: url(../img/btn_allclear_02.png) 0 0 no-repeat transparent;
	height: 26px;
	width: 100px;
	cursor: pointer;
}
#form_output_dialog .select_all_off:hover {
	background: url(../img/btn_allclear_01.png) 0 0 no-repeat transparent;
}
#form_output_dialog .weboutput.disabled {
	border-style: none;
	background: url(../img/btn_webregist_long_03.png) 0 0 no-repeat transparent;
	cursor: default;
	height: 26px;
	width: 180px;
	padding-right: 30px;
}
#form_output_dialog .weboutput.disabled:hover {
	background: url(../img/btn_webregist_long_03.png) 0 0 no-repeat transparent;
}

#form_output_dialog .weboutput {
	border-style: none;
	background: url(../img/btn_webregist_long_02.png) 0 0 no-repeat transparent;
	cursor: pointer;
	height: 26px;
	width: 180px;
	padding-right: 30px;
}
#form_output_dialog .weboutput:hover {
	background: url(../img/btn_webregist_long_01.png) 0 0 no-repeat transparent;
}
#form_output_dialog .set_copies {
	cursor: pointer;
	background-color: #628108;
	border-radius: 4px 4px 4px 4px;
	color: #ffffff;
	padding: 5px 10px;
}

#form_output_dialog .set_copies:hover {
	background-color: #7aa10b;
}

#form_output_dialog input.copies {
	width: 40px;
	text-align: center;
}

#form_output_dialog td.copies {
	width: 80px;
	text-align: center;
}

#form-output-list-result .print {
	border-style: none;
	background: url(../img/btn_print_short_02.png) 0 0 no-repeat transparent;
	cursor: pointer;
	height: 26px;
	width: 56px;
}
#form-output-list-result .print:hover {
	background: url(../img/btn_print_short_01.png) 0 0 no-repeat transparent;
}

#form_setting_ndc_dialog div.clear-min {
	background: #fff url("../img/icon_26_alloff_02.png") no-repeat 2px;
	cursor: pointer;
	width: 26px;
	height: 26px;
	border-radius: 4px;
	padding: 2px;
}

#form_setting_ndc_dialog div.clear-min:hover {
	background: #fff url("../img/icon_26_alloff_01.png") no-repeat 2px;
}

#form_output_dialog div.edit-min {
	background: #fff url("../img/icon_26_edit_02.png") no-repeat 2px;
	margin-right: 5px;
	cursor: pointer;
	width: 26px;
	height: 26px;
	border-radius: 4px;
	padding: 2px;
}

#form_setting_ndc_dialog div.edit-min {
	background: #fff url("../img/icon_26_edit_02.png") no-repeat 2px;
	cursor: pointer;
	width: 26px;
	height: 26px;
	border-radius: 4px;
	padding: 2px;
}

#form_output_dialog div.edit-min:hover,
#form_setting_ndc_dialog div.edit-min:hover {
	background: #fff url("../img/icon_26_edit_01.png") no-repeat 2px;
}

#form_output_dialog div.delete-min,
#form_setting_ndc_dialog div.delete-min {
	background: #fff url("../img/icon_26_delete_02.png") no-repeat 2px;
	cursor: pointer;
	width: 26px;
	height: 26px;
	border-radius: 4px;
	padding: 2px;
}

#form_output_dialog div.delete-min:hover,
#form_setting_ndc_dialog div.delete-min:hover {
	background:  url("../img/icon_26_delete_01.png") no-repeat 2px;
}

#form_output_dialog div.delete-min.disabled {
	cursor: default;
	width: 26px;
	height: 26px;
	background:  url("../img/icon_26_delete_03.png") no-repeat 2px;
}

/*  */
#form_output_setting_result {
	/*padding: 15px 15px 5px 15px;*/
}

#form_output_setting_result .category,
#form_setting_ndc_dialog .category,
#form_page_info .category {
	padding: 10px;
}

#form_output_setting_result .edit_all {
	border-style: none;
	background: url(../img/btn_kijunhensyu_02.png) 0 0 no-repeat;
	cursor: pointer;
	height: 26px;
	width: 180px;
}
#form_output_setting_result .edit_all:hover {
	background: url(../img/btn_kijunhensyu_01.png) 0 0 no-repeat;
}
#form_output_setting_result .edit_all.disabled {
	border-style: none;
	background: url(../img/btn_kijunhensyu_03.png) 0 0 no-repeat;
	cursor: default;
	height: 26px;
	width: 180px;
}

#form_setting_ndc_dialog .sortexp {
	border-style: none;
	background: url(../img/sortexp.png) 0 0 no-repeat transparent;
	height: 26px;
	width: 350px;
	margin-bottom: 10px;
}

#form_output_setting_result .w70px {
	width: 70px;
}

#form_output_setting_result table {
	padding: 8px 0 0 0;
}

#form_setting_noyaku_edit_dialog .noyakuDetails,
#form_setting_noyaku_ndc_table .noyakuDetails,
#form_setting_manual_noyaku_edit_dialog .noyakuDetails {
	border-style: none;
	background: url(../img/btn_noyaku_detail_02.png) 0 0 no-repeat transparent;
	cursor: pointer;
	height: 26px;
	width: 100px;
}
#form_setting_noyaku_edit_dialog .noyakuDetails:hover,
#form_setting_noyaku_ndc_table .noyakuDetails:hover,
#form_setting_manual_noyaku_edit_dialog .noyakuDetails:hover {
	background: url(../img/btn_noyaku_detail_01.png) 0 0 no-repeat transparent;
}
#form_setting_noyaku_ndc_table .w55px,
#form_setting_noyaku_edit_dialog .w55px {
	width: 55px;
}

#form_setting_noyaku_ndc_table .w85px,
#form_setting_noyaku_edit_dialog .w85px {
	width: 85px;
}

#form_output_setting_result .paging {
	cursor: pointer;
	background-color: #cccccc;
	border-radius: 4px 4px 0px 0px;
	color: #ffffff;
	padding: 5px 10px;
	margin: 2px 0 0 2px;
}

#form_output_setting_result .paging.page_active {
	background-color: #628108;
}

#form_output_setting_result .paging:hover {
	background-color: #7aa10b;
}

#form_output_setting_result .paging_funcs {
	cursor: pointer;
	background-color: #628108;
	border-radius: 4px 4px 0px 0px;
	color: #ffffff;
	padding: 5px 10px;
	margin: 2px 0 0 2px;
}
#form_output_setting_result .paging_funcs:hover {
	background-color: #7aa10b;
}
#form_output_dialog .chkboxtext {
    font-weight: 400;
}

.ui-multiselect-checkboxes li {
	background-color: #ffffff;
}

#form_setting_paging_contents.paging_group {
	padding: 10px;
	border: 2px solid #7aa10b;
	border-radius: 4px;
}
#form_output_dialog div.jtable-main-container div.jtable-title div.jtable-title-text {
	margin-top: 10px;
	background: 0 0;
	height: 24px;
	padding: 0;
	color: #222;
	text-shadow: none;
}
#form_output_dialog div.jtable-main-container div.jtable-title {
    border-bottom: none;
}
#form_setting_noyaku_ndc_table,
#form_setting_noyaku_edit_dialog,
#form_setting_manual_noyaku_edit_dialog{
	width :100%;
	box-sizing: border-box;
}
#form_setting_noyaku_ndc_table .noyakutd1,
#form_setting_noyaku_edit_dialog .noyakutd1,
#form_setting_manual_noyaku_edit_dialog .noyakutd1{
	width: 20px;
	max-width: 20px;
}
#form_setting_noyaku_ndc_table .noyakutd2,
#form_setting_noyaku_edit_dialog .noyakutd2{
	width: 105px;
	max-width: 105px;
}
#form_setting_noyaku_ndc_table .noyakutd3,
#form_setting_noyaku_edit_dialog .noyakutd3,
#form_setting_manual_noyaku_edit_dialog .noyakutd3{
	width: 105px;
	max-width: 105px;
}

#form_setting_noyaku_ndc_table .noyakutd4{
	width: 300px;
	max-width: 300px;
}
#form_setting_noyaku_edit_dialog .noyakutd5,
#form_setting_noyaku_ndc_table .noyakutd5,
#form_setting_manual_noyaku_edit_dialog .noyakutd5{
	width: 200px;
	max-width: 200px;
}
#form_setting_noyaku_ndc_table .noyakutd6,
#form_setting_noyaku_edit_dialog .noyakutd6{
	width: 210px;
	min-width: 210px;
}
#form_setting_noyaku_ndc_table .noyakutd7,
#form_setting_noyaku_edit_dialog .noyakutd7{
	width: 100px;
	max-width: 100px;
}
#form_setting_noyaku_edit_dialog .noyakutd8,
#form_setting_noyaku_edit_dialog .noyakutd9,
#form_setting_noyaku_ndc_table .noyakutd8,
#form_setting_noyaku_ndc_table .noyakutd9,
#form_setting_manual_noyaku_edit_dialog .noyakutd9{
	width: 80px;
	max-width: 80px;
}
#form_setting_noyaku_ndc_table .noyakutd10{
	max-width: 500px;
}

#form_setting_noyaku_ndc_table .bairitsu1,
#form_setting_noyaku_ndc_table .bairitsu2,
#form_setting_noyaku_edit_dialog .bairitsu1,
#form_setting_noyaku_edit_dialog .bairitsu2{
	width: 96%;
	min-width: 200px;
}
#form_setting_noyaku_ndc_table .nissu1,
#form_setting_noyaku_ndc_table .nissu2,
#form_setting_noyaku_edit_dialog .nissu1,
#form_setting_noyaku_edit_dialog .nissu2{
	/*width: 94%;*/
	max-width: 92px;
}
#form_setting_noyaku_ndc_table .w95,
#form_setting_noyaku_edit_dialog .w95{
	width: 95px;
}
#form_setting_noyaku_ndc_table .w90,
#form_setting_noyaku_edit_dialog .w90{
	width: 90px;
}
#form_setting_noyaku_edit_dialog .w45,
#form_setting_noyaku_ndc_table .w45,
#form_setting_manual_noyaku_edit_dialog .w45{
	width: 45px;
}
#form_setting_noyaku_edit_dialog .noyakuname,
#form_setting_noyaku_ndc_table .noyakuname,
#form_setting_manual_noyaku_edit_dialog .noyakuname{
	width: 96%;
	min-width: 250px;
}
#form_setting_noyaku_ndc_table .bairitsu{
	width: 80px;
	min-width: 200px;
}

#form_setting_noyaku_ndc_table .tbl_cell_last {
	border-right:solid 1px #CCC;
	-webkit-border-radius: 0 4px 0 0;
	-moz-border-radius: 0 4px 0 0;
	-o-border-radius: 0 4px 0 0;
	border-radius: 0 4px 0 0;
}
#form_edit_hiryo_ndc_table{
	width: 675px;
}
#form_edit_hiryo_ndc_table .hiryotd1{
	width: 35px;
12	max-width: 35px;
}
#form_edit_hiryo_ndc_table .hiryotd2{
	width: 120px;
	max-width: 120px;
}
#form_edit_hiryo_ndc_table .hiryoname{
	width: 96% !important;
	min-width: 200px !important;
}
#form_edit_hiryo_ndc_table .anaume{
	width: 120px;
	min-width: 120px;
}

#form-output-list .precopy{
	border-style: none;
	background: url(../img/btn_precopy_02.png) 0 0 no-repeat transparent;
	cursor: pointer;
	height: 26px;
	width: 180px;
	text-indent: -9999px;

}

#form-output-list .precopy:hover {
	background: url(../img/btn_precopy_01.png) 0 0 no-repeat transparent;
}

#form-output-list .preedit{
	border-style: none;
	background: url(../img/btn_preedit_02.png) 0 0 no-repeat transparent;
	cursor: pointer;
	height: 26px;
	width: 180px;
	text-indent: -9999px;

}

#form-output-list .preedit:hover {
	background: url(../img/btn_preedit_01.png) 0 0 no-repeat transparent;
}

#form-output-list .r10px {
	margin-right: 10px;
}
#form_output_edit_dialog .normal_radio ,
#form_output_copy_dialog .normal_radio {
	-webkit-appearance: radio;
}
#form_output_edit_dialog .presetinput{
	width:300px;
}

.radio input[type="radio"] {
    opacity: 0;
    position: absolute;
    border: 1px solid #F00;
    top: 0px;
    left: 0px;
    width: 22px;
    height: 22px;
}
.radio input[type=radio] + label:before {
	display: block;
	content: '';
	float: left;
	width: 23px;
	height: 22px;
	margin-right: 0.5em;
	background:url(../img/check_01.png) no-repeat 1px 0;
}

.radio input[type=radio]:checked + label:before {
	background:url(../img/check_02.png) no-repeat 1px 0;
}
.mgt2{
	margin-top: 2px;
}
.radio{
	position: relative;
}

#noyaku_update_result .print {
	border-style: none;
	background: url(../img/btn_print_short_02.png) 0 0 no-repeat transparent;
	cursor: pointer;
	height: 26px;
	width: 56px;
}
#noyaku_update_result .print:hover {
	background: url(../img/btn_print_short_01.png) 0 0 no-repeat transparent;
}
#form_edit_noyaku_ndc_table .div_td_inp{
	text-align: center;
}
#form_edit_noyaku_ndc_table .div_td_inp input {
	width: 95%;
}
#form_edit_noyaku_ndc_table .noyakutd8{
	text-align: center;
}
#form_edit_noyaku_ndc_table .v_noyaku_code {
	width: 50px;
	padding: 5px 5px 5px 5px;
	background-color: #f5f5f5;
	border: 1px solid #cccccc;
	-webkit-border-radius: 4px;
	height: 15px;
}
#form_edit_sagyou_ndc_table .tr_dragging td,
#form_edit_hiryo_ndc_table .tr_dragging td,
#form_edit_noyaku_ndc_table .tr_dragging td {
	background-color: pink !important;
}

#form-output-list .fmrenkei {
    border-style: none;
    background: url(../img/fm_renkeiflg_02.png) 0 0 no-repeat transparent;
    cursor: pointer;
    height: 26px;
    width: 180px;
    text-indent: -9999px;
}

#form-output-list .fmrenkei:hover {
	background: url(../img/fm_renkeiflg_01.png) 0 0 no-repeat transparent;
}

.syu_check,
.fm_check {
	display: flex;
	justify-content: center;
}

.syu_check .syu_checkbox,
.fm_check .fm_checkbox {
	border: none;
	user-select: none;
	display: block;
    content: '';
    float: left;
    margin-top: 3px;
    margin-bottom: 3px;
    width: 23px;
    height: 22px !important;
    margin-right: 0.5em;
    background: url(../img/check_01.png) no-repeat 1px 0;
}

.syu_check .syu_checkbox:checked,
.fm_check .fm_checkbox:checked {
    background: url(../img/check_02.png) no-repeat 1px 0;
}

.syu_check .syu_checkbox:focus,
.fm_check .fm_checkbox:focus {
	background-color: transparent !important;
	border: none !important;
}
#form-output-list-result .tbl_col_s {
	width: 80px;
}
#form_setting_base .float_right{
	position: fixed;
	top: 190px;
	right:20px;
}

#form_setting_base .btn_remove_shikko{
	border-style: none;
	background:url(../img/btn_remove_shikko_02.png) 0 0 no-repeat transparent;
	cursor: pointer;
	height:26px;
	width:180px;
	display:block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	float:left;
}
#form_setting_base .btn_remove_shikko:hover{
	background:url(../img/btn_remove_shikko_01.png) 0 0 no-repeat transparent;
}
#form_setting_base .btn_remove_shikko.disabled {
	cursor: default;
	background: url(../img/btn_remove_shikko_03.png) 0 0 no-repeat transparent;
}
#form_setting_paging_contents div.content_area {
	overflow: auto;
}
