<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/**/
.section {
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #f0f0f0;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}
.section h1 {border-bottom:4px solid #e0e0e0;margin-bottom:5px;}
.section h2 {border-bottom:3px solid #e0e0e0;}
.section h3 {border-bottom:1px solid #e0e0e0;}
/*
.section h1 {border-bottom:4px solid #e0e0e0;margin-bottom:5px; color:#273444;}
.section h2 {border-bottom:3px solid #e0e0e0;margin-bottom:5px;}
.section h3 {border-bottom:1px solid #e0e0e0;margin-bottom:5px;}
.section h4 {margin-bottom:5px;}
*/

.form-check {}

.error {
	font-size:1em !important;	
}

/* FORM 基本 */
table.form_border			{}
table.form					{}
table.form label			{ }
table.form tr 				{border-bottom:1px solid #fff;}
table.form td.fields_h, table.fields td.fields_h, table.r_fieldset td.fields_h	{
	height:30px;
}
.form-row .fields_item {padding:3px;}
table.form tr.fields td {}
table.form tr.buttons,table.form td.buttons {
	border:none;
}

/* FORM(read only用) */
table.r_form          		{width:100%;font-size: inherit;  border-collapse: collapse;border:none;}
table.r_form label			{display: inline;}
table.r_form td				{height:30px; border:1px solid #e0e0e0; color: #000; }
table.r_form td.fields_h    {background-color: #f9f9f9; font-weight: normal; text-align: right; white-space: nowrap;}
table.r_form td.field_value	{background-color: #ffffff; width:100%; }
table.r_form td.fields, table.r_form tr.buttons,table.r_form td.buttons {
	border:none;
}
table.r_fieldset {width:100%;}
/* FORM fieldset */

fieldset { 
	border:1px solid #ddd !important;
	padding: 0 10px 10px 10px !important;
	margin: 0 5px 0 5px !important;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
}

legend {
  padding: 0 5px 0 5px !important;
  margin: 0 0 0 5px !important;
  border:none !important;
  width:auto !important;
}

/**/

/* FORM 色別 */
form.gray table.form_border		{border:1px solid #f0f0f0;}
form.gray table.form			{background:#f6f6f6;}


table.borderNone,table.borderNone th,table.borderNone td {border:none;}
/*PANEL*/
table._frame {width:100%;}


/* windowLay*/
a.icon {
	display     : inline-block;
}

/* click 補正 */
.checkListLabel { margin:0; }




</pre></body></html>