@charset "utf-8";

.pankuzu {
	font-size: 10px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
}
a {
	font-style: normal;
	color: #352f5f;
	text-decoration: underline;
}
.remark01 {
	font-weight: bold;
	color: #2D386C;
}
.subject {
	font-size: 16px;
	line-height: 22px;
}
.txt_main {
	font-size: 14px;
}
.txt_sml {
	font-size: 12px;
}
.blank {
	display:block;
	height:25px;
	_font-size:1%;
}
.blank_sml {
	display:block;
	height:10px;
	_font-size:1%;
}
.blank_sml2 {
	display:block;
	height:5px;
	_font-size:1%;
}
.hr_dot {
	color: #969696; /* 線の色(NN用) */
	height: 1px; /* 線の太さ */
	border: 1px; /* 枠の太さ */
	border-style: dotted; /* 枠の種類 */
	margin: 3px;
}
