@charset "utf-8";
/* CSS Document */
.yougo_box {
	margin-top: 20px;
	border: 1px solid #460000;
	margin-left: 1px;
	margin-bottom: 20px;
}
.yougo_box h3 {
	font-size: 90%;
	padding-left: 20px;
	line-height: 30px;
	height: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.yougo_box ul {
	list-style-type: circle;
	list-style-position: inside;
	padding-left: 20px;
	font-size: 80%;
}
.yougo_box li {
	padding-left: 20px;
	display: list-item;
	list-style-type: decimal;
	padding-bottom: 10px;
}
.yougo_box h4 {
	font-size: 80%;
	font-weight: normal;
	padding-left: 20px;
	padding-bottom: 10px;
}
.yougo_box p {
	font-size: 80%;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-right: 30px;
	line-height: 1.4;
}
.yougo_table h3 {
	font-size: 80%;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
.yougo_table td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FDE8B3;
}
.yougo_table p {
	font-size: 80%;
	padding: 10px;
	line-height: 1.4;
}
.yougo_table {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
