<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("css/default.css");
@import url("css/screen_base.css");


div#header {
	position: relative;
	border: 2px solid #000000;
}

h1 {
	margin: 0 0 0 198px ;
	width: 378px;
	border-left: 2px solid #000000;
	font-size: 180%;
	font-weight: bold;
	color: #000000;
}

h1 span {
	margin-right: 10px;
	display: block;
	text-align: right;
	color: #ffffff;
	line-height: 200%;
}

div#title {
	width: 200px;
	color: #ffffff;
	text-align: center;
	line-height: 120%;
	font-weight: bold;
	position: absolute;
	top: 8px;
	left: 0;
}

h2.title {
	text-indent: 10px;
	font-size: 120%;
	line-height: 120%;
	color: #000000;
	background-color: #376ddb;
}

h2.title a {
	text-indent: 10px;
	color: #000000;
	background-color: #376ddb;
	font-weight: bold;
	text-decoration: none;
}

h2.title a span {
	font-weight: bold;
	display:block;
	margin-left: 10px;
	font-size: 100%;
	line-height: 120%;
	color: #FFFFFF;
	background-color: #376ddb;
}


table.Frame
{
	table-layout: auto;
	border: 1px cornflowerblue solid;
	border-collapse: collapse;
}
table.NoFrame
{
	table-layout: auto;
	border: none;
	border-collapse: collapse;
}
	
	
th.TitleBar
{
	padding: 5px;
	color: darkblue;
	background-color: lavender;
	white-space: nowrap;
	font-weight: bolder;
}
th.Caption
{
	padding: 5px;
	color: darkblue;
	white-space: nowrap;
	font-weight: bolder;
}
th.No
{
	padding: 5px;
	white-space: nowrap;
	font-weight: normal;
	background-color: #cccccc;
	text-indent: 10px;
}


td.Default
{
}
td.NoWrap
{
	white-space: nowrap;
}
td.Text_Name
{
	width: 20%;
	padding: 5px;
	word-wrap:break-word;
	word-break:break-all;
	line-height: 1.5em;
	text-indent: 10px;
}
td.Text_Name1
{
	width: 80%;
	padding: 5px;
	word-wrap:break-word;
	word-break:break-all;
	line-height: 1.5em;
	text-indent: 10px;
}
td.Text
{
	padding: 5px;
	word-wrap:break-word;
	word-break:break-all;
	line-height: 1.5em;
	text-indent: 10px;
}
td.Phrase
{
	padding: 5px;
	white-space: nowrap;
}

td.Memo
{
	padding: 5px;
	color: black;
	background-color: lightyellow;
	word-wrap:break-word;
	word-break:break-all;
	line-height: 1.5em;
}
td.Message
{
	font-weight: bolder;
	padding: 5px;
	color: black;
	background-color: lightyellow;
	white-space: nowrap;
}

span.red {
	color: #ff0000;								/*必須の文字色*/
}

strong.red {
	color: #ff0000;
	font-weight: normal;
}

/*-------------------------------------------quesutionnaire.php用CSS-------------------------------------------*/

th.No_quesutionnaire
{
	padding: 5px;
	white-space: nowrap;
	font-weight: normal;
	text-indent: 10px;
}

td.quesutionnaire_line {
	background-color: cornflowerblue;
	border-bottom: 10px solid #ffffff;
	color: #ffffff;
	font-weight: bold;
}
td.Text_Name
{
	width: 20%;
	padding: 5px;
	word-wrap:break-word;
	word-break:break-all;
	line-height: 1.5em;
	text-indent: 10px;
}
td.Text_Name1
{
	width: 80%;
	padding: 5px;
	word-wrap:break-word;
	word-break:break-all;
	line-height: 1.5em;
	text-indent: 10px;
}
td.Text_quesutionnaire
{
	padding: 5px;
	word-wrap:break-word;
	word-break:break-all;
	line-height: 1.5em;
	text-indent: 10px;
	background-color: #99cccc;
}

span.Member_Address {
	display: block;
	margin-left: 10px;
	backgrtound-color: #ff0000;
}

/*-------------------------------------------questionnaireeditor.php用CSS-------------------------------------------*/

th.No_questionnaireeditor
{
	padding: 5px;
	white-space: nowrap;
	font-weight: normal;
	text-indent: 10px;
	background-color: #cccccc;
}

th.No_questionnaireeditor_Result
{
	padding: 5px;
	white-space: nowrap;
	font-weight: normal;
	text-indent: 10px;
	background-color: #ffffff;
}

th.questionnaireeditor_line {
	background-color: cornflowerblue;
	border-bottom: 10px solid #ffffff;
	color: #ffffff;
	font-weight: bold;
	text-indent: 10px;
}

td.Text_Name
{
	width: 20%;
	padding: 5px;
	word-wrap:break-word;
	word-break:break-all;
	line-height: 1.5em;
	text-indent: 10px;
}
td.Text_Name1
{
	width: 80%;
	padding: 5px;
	word-wrap:break-word;
	word-break:break-all;
	line-height: 1.5em;
	text-indent: 10px;
}
td.Text_questionnaireeditor
{
	padding: 5px;
	word-wrap:break-word;
	word-break:break-all;
	line-height: 1.5em;
	text-indent: 10px;
	background-color: #99cccc;
}

/*-------------------------------------------districteditor.php用CSS-------------------------------------------*/

table.Frame th.No_districteditor {
	background-color: #cccccc;
	vertical-align: middle;
}

table.Frame th.No_districteditor {
	vertical-align: middle;
	text-indent: 15px;
}

table.Frame td table.Charge_District td {
	vertical-align: middle;
	padding: 5px 0;
}

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