<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">ul#note {
	width : 780px !important;
	width /**/: 800px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 40px;
	padding-left : 20px;
}

ul#note li {
    margin-bottom : 10px;
}

ul#note li em {
    font-style : normal;
}

ul#note li a {
    color : #0066cc;
    text-decoration : underline;
}

ul#note li a:hover {
    color : #0066cc;
    text-decoration : none;
}

#formbox {
    width : 792px !important;
	width /**/: 900px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 20px;
	padding : 35px 50px 40px 50px;
	border : solid 4px #dcdcd7;
    border-radius : 12px;
}

#formbox h3,h3#etitle {
    margin-bottom : 25px;
    text-align : center;
    font-size : 130%;
    font-weight : 700;
}

#data {
	width : 100%;
	margin-bottom : 30px;
	border-top : solid 1px #b4b4b4;
}

#data th {
	width : 136px !important;
	width /**/: 160px;
	padding : 11px 12px 13px 12px;
	border-bottom : solid 1px #b4b4b4;
	text-align : left;
	font-weight : normal;
}

#data td {
	padding : 12px 0 12px 12px;
	border-bottom : solid 1px #b4b4b4;
	line-height : 1.75em;
}

#data2 {
    width : 800px;
    margin-left : auto;
    margin-right : auto;
	margin-bottom : 30px;
	border-top : solid 1px #b4b4b4;
}

#data2 th {
	width : 136px !important;
	width /**/: 160px;
	padding : 12px;
    background : #dce6e6;
	border-bottom : solid 1px #b4b4b4;
	text-align : left;
	font-weight : normal;
}

#data2 td {
	padding : 12px 0 12px 12px;
	border-bottom : solid 1px #b4b4b4;
	line-height : 1.75em;
}

.text1 {
	width : 16em;
	padding : 8px;
	font-size : 100%;
    background : #dce6e6;
    border-radius : 6px;
    border : none;
}

.text2 {
	width : 12em;
	padding : 8px;
	font-size : 100%;
    background : #dce6e6;
    border-radius : 6px;
    border : none;
}

#text3 {
	width : 25em;
	margin-right : 5px;
	padding : 8px;
	font-size : 100%;
    background : #dce6e6;
    border-radius : 6px;
    border : none;
}

#text4 {
	width : 97%;
	padding : 8px;
	font-size : 100%;
    font-family : sans-serif;
    background : #dce6e6;
    border-radius : 6px;
    border : none;
}

#submit {
	width : 100%;
	text-align : center;
}

#button1 {
    margin : 0 15px 0 15px;
	padding : 10px 40px 13px 40px;
	background : #0a3228;
	color : #ffffff;
	font-size : 100%;
	font-family : source-han-sans-japanese,sans-serif;
	font-weight : 700;
	font-style : normal;
	border-style : none;
	border-radius : 30px;
	-webkit-appearance : none;
	cursor : pointer;
}

#button2 {
    margin : 0 15px 0 15px;
	padding : 10px 15px 13px 15px;
	background : #999999;
	color : #ffffff;
	font-size : 100%;
	font-family : source-han-sans-japanese,sans-serif;
	font-weight : 700;
	font-style : normal;
	border-style : none;
	border-radius : 30px;
	-webkit-appearance : none;
	cursor : pointer;
}

p#hmsg {
    margin : 0 170px 25px 170px;
}

#error {
	width : 330px !important;
	width /**/: 400px;
	margin-bottom : 30px;
	padding : 19px 19px 19px 49px;
	border : solid 1px #a0a0a0;
	background : #ffffff url(error_icon.gif) left center no-repeat;
}</pre></body></html>