@charset "utf-8";

/* テキスト */
h1{
	margin-bottom: 10px;
}
.title{
	margin-bottom: 20px;
}
.sub_t1{
	font-size: 20px;
	margin-bottom: 15px;
	padding-left: 5px;
	border-color: #88B43E;
	border-style: solid;
	border-width: 0 0 0 10px;
}
.sub_t2{
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 10px 20px;
}
.text1{
	margin-bottom: 15px;
	line-height: 22px;
	text-align: justify;
}
.text2{
	margin: 0px 0px 20px 20px;
	line-height: 22px;
	text-align: justify;
}
.notes{
	color: #E55050;
}

/* 画像 */
.imglink{
	position: absolute;
	width: 0px;
	height: 0px;
	overflow: hidden;
}
.photo{
	margin: 0px 0px 10px 160px;
}

/* その他 */
.mb_20{
	margin-bottom: 20px;
}
