@charset "shift_jis";

h3{
	font-size: 90%;
	text-align: left;
	color: #999999;
	background-color: transparent;
	margin-bottom: 2%;
}

h4{
	font-size: 120%;
	text-align: left;
	color: #000000;
	background-color: transparent;
}
h4:before{
	content: '\25a0'; /* Unicode ( Safari΍ ) */
	color: #ff4469;
}
h5{
	font-size: 120%;
	letter-spacing: 3px;
}
h5:before{
	content: '\3008'; /* Unicode ( Safari΍ ) */
	color: #ff4469;
}

h5:after{
	content: '\3009'; /* Unicode ( Safari΍ ) */
	color: #ff4469;
}
p.lead{
	font-family: 'qMmpS Std W8', 'Hiragino Kaku Gothic Std';
	margin-left: 3%;
	color: #222222;
	font-size: 90%;
}

div.tips{
	margin-left: 3%;
	font-size: 90%;
}
div.tips p{
	text-indent: 2%;
	color: #222222;
	font-family: 'qMmpS Pro W3', 'Hiragino Kaku Gothic Pro';
	line-height: 150%;
}

pre{
	font-size: 90%;
	border-style: dotted;
	border-width: 1px;
	border-color: #555555;
	color: #000000;
	padding: 3%;
}