<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
body {
	font-size:12pt;
	color:black;
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	max-height: 999999px;
	-webkit-text-size-adjust: 100%;
}
td {
	color:black;
	max-height: 999999px;
	-webkit-text-size-adjust: 100%;
}
a:link {
	color:#006633;
	text-decoration:none;
}
a:visited {
	color:#006633;
	text-decoration:none;
}
a:hover {
	color:#CC0033;
	text-decoration:underline;
	font-weight: bold;
}
hr.grdot {
	height: 2px;
	border: none;
	border-top: 2px #3CB371 dotted;
}
span.blink {
	color:red;
	font-weight: bold;
	font-size:14px;
}
.selectbox-002 {
    position: relative;
}

.selectbox-002::before,
.selectbox-002::after {
    position: absolute;
    content: '';
    pointer-events: none;
}

.selectbox-002::before {
    right: 0;
    display: inline-block;
    width: 2.8em;
    height: 2.8em;
    border-radius: 0 3px 3px 0;
    background-color: #3CB371;
    content: '';
}

.selectbox-002::after {
    position: absolute;
    top: 50%;
    right: 1.4em;
    transform: translate(50%, -50%) rotate(45deg);
    width: 6px;
    height: 6px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
}

.selectbox-002 select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    min-width: 230px;
    height: 2.8em;
    padding: .4em 3.6em .4em .8em;
    border: 2px solid #3CB371;
    border-radius: 3px;
    color: #333333;
    font-size: 1em;
    cursor: pointer;
}

.selectbox-002 select:focus {
    outline: 1px solid #3CB371;
}
.button-g {
	display       : inline-block;
	border-radius : 5%;          /* 角丸       */
	font-size     : 12pt;        /* 文字サイズ */
	text-align    : center;      /* 文字位置   */
	cursor        : pointer;     /* カーソル   */
	padding       : 10px 30px;   /* 余白       */
	background    : #3CB371;     /* 背景色     */
	color         : #ffffff;     /* 文字色     */
	line-height   : 1em;         /* 1行の高さ  */
	transition    : .3s;         /* なめらか変化 */
	border        : 2px solid #008080;    /* 枠の指定 */
}
.button-g:hover {
	color         : #3CB371;     /* 背景色     */
	background    : #ffffff;     /* 文字色     */
}
input[type="text"], textarea {
    padding: 6px 8px;
    border: 2px solid #3CB371;
    border-radius: 3px;
    font-size: 12pt;
    line-height: 1.4;
}
</pre></body></html>