<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

.fontGreen {
	color: #02a448;
	font-size: 24px;
	font-weight: bold;
	line-height:normal;
}
.fontBlue {
	color: #0066FF;
	font-size: 18px;
	font-weight: bold;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a:link{color:#00F;
}
a:visited{color:#320064;
}
a:active{color:#F00;
}

h1, h2, h3, h4, h5, h6 {
	border: 0;
}

.under h4{
	font-size: 22px;
	border: 0;
	border-left: solid 20px #48ad6d;
	padding: 0 15px;
	margin-bottom: 30px;
	background-color: #ededed;
	line-height: 300%;
}

.under {
	color: 333333;
	font-size: 20px;
	line-height: 1.5;
}

.product img{
	margin: 10px 0 30px 30px;
	float: right;
}</pre></body></html>