@charset "UTF-8";
/* テキスト右寄せ用 */
.text_right {
	text-align: right;
}
/* パーソナルボックス大見出し */
#personal h2 {
	text-align: center;
	padding: 5px;
	color: #FFFFFF;
	background-color: #A5D3E2;
	font-size: 16px;
	line-height: 18px;
}
/* パーソナルボックス中見出し */
#personal h3 {
	color: #98CA98;
	font-size: 14px;
	line-height: 16px;
	padding: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	border: 1px solid #98CA98;
}
/* パーソナルボックス小見出し */
#personal h4 {
	font-size: 12px;
	line-height: 14px;
	padding: 2px;
	color: #6699FF;
	margin-top: 2px;
	margin-bottom: 2px;
	border: 1px solid #A5D3E2;
}
/* 数字リスト */
.number_list {
	margin-left: 35px;
}
/* 英字リスト */
.english_list {
	margin-left: 20px;
	list-style-type: lower-alpha;
}
/* 点リスト */
.point_list {
	list-style-type: disc;
	margin-left: 30px;
}
/* テキストマージン14 */
.text_margin14 {
	height: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
}

