@charset "utf-8";
/* CSS Document */

/* 里親探し用ＣＳＳ
----------------------------------------------- */
.banner {
	margin-bottom: 20px;
	padding: 0px;
	height: 150px;
	width: 600px;
}

.reason {
	margin-bottom: 50px;
	letter-spacing: 0.1em;
	text-align: left;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	line-height: 16px;
}

.system {
	margin-bottom: 50px;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

.how_reg {
	text-align: left;
	margin-bottom: 50px;
	letter-spacing: 0.1em;
}

.how_reg ol {
	width: 600px;
	text-align: left;
}

.how_reg ol li {
	line-height: 20px;
}

.condition {
	text-align: left;
	margin-bottom: 50px;
	letter-spacing: 0.1em;
}

.condition .add {
	list-style-type: none;
	color: #09F;
	padding: 0px;
	text-align: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.condition ul {
	width: 600px;
	text-align: left;
}

.condition ul li {
	list-style-position: inside;
	list-style-type: disc;
	margin-left: 20px;
	line-height: 20px;
}

.attention {
	text-align: left;
	margin-bottom: 50px;
	letter-spacing: 0.1em;
}

.attention h3 {
	color: #F60;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #F60;
}

.attention ul {
	width: 600px;
	text-align: left;
}

.attention ul li {
	list-style-position: inside;
	list-style-type: disc;
	margin-left: 20px;
	line-height: 16px;
	margin-bottom: 10px;
}

h3 {
	color: #09F;
	font-size: 14px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #09F;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	letter-spacing: 0.1em;
}

