U@charset "utf-8";
.navi_04 {
	border-bottom: 1px solid #FA8273;
}
.pdf {
	background-image: url(../img/common/icon_pdf.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	font-weight: bold;
	font-size: 100%;
	padding-top: 8px;
	padding-bottom: 5px;
	background-size: 25px auto;
	padding-left: 40px;
	display: block;
	margin-bottom: 20px;
	width: 98%;
	margin-left: auto;
	margin-right: auto;
}
.repot {
	background-image: url(../img/common/repot.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	font-weight: bold;
	font-size: 100%;
	padding-top: 8px;
	padding-bottom: 5px;
	background-size: 25px auto;
	padding-left: 40px;
	display: block;
	margin-bottom: 20px;
	width: 98%;
	margin-left: auto;
	margin-right: auto;
}
.pdf:hover,
.repot:hover {
	background-color: rgba(92,166,185,0.30);
	border-radius: 10px;
}
