<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ãƒ•ã‚©ãƒ³ãƒˆã‚µã‚¤ã‚ºãªã©ã®å®šç¾© */
a:hover {
	cursor: pointer;
}
a:visited {
    text-decoration: none;
    color: #FF3300;
}
a:link {
    text-decoration: none;
    color: #FF3300;
}

/* å·¦ãƒ¡ãƒ‹ãƒ¥ãƒ¼ã®ãƒªãƒ³ã‚¯ç”¨ */
.left_menu_inner &gt; a:visited {
	font-weight: bold;
    text-decoration: none;
    color: #718598;
}
.left_menu_inner &gt; a:link {
	font-weight: bold;
    text-decoration: none;
    color: #718598;
}
.left_menu_inner &gt; a:hover {
	cursor: pointer;
	color: #FF3300;
	padding-left: 4px;
}

.txt_small {
	font-size: 12px;
}
.txt_middle {
	font-size: 14.5px;
}
.txt_large {
	font-size:18px;
}
.txt_bold {
	font-weight :bold;
}
.h2_txt {
	font-size: 16px;
	font-weight: bold;
	color: #6c8194;
}
/* iphone6 plusã®æ¨ªå¹…ï¼ˆ414pxï¼‰ä»¥ä¸‹ã®å&nbsp;´åˆ */
@media screen and (max-width: 415px) {
	.txt_small {
		font-size: 14px;
	}
	.txt_middle {
		font-size: 16px;
	}
}

.txt_link {
    color: #718598;
}

.line_height_wide {
	line-height: 2.5em;
}

/* è‰²ã®å®šç¾© */
.txt_555 {
	color:#555;
}
.txt_bluegray {
	color:#6c8194;
}
.txt_red {
	color:#FF0000;
}
</pre></body></html>