@charset "utf-8";
/* CSS Document */

.lead_title > h2 {
	margin-bottom: 0;
	padding-bottom: 0;
}
.page_content .section {
	margin-bottom: 45px;
}
.page_content .section .link_graph {
	margin-top: 15px;
	display: flex;
}
.page_content .section .link_graph a {
	color: #ffffff;
	display: block;
	font-size: 100%;
	font-weight: normal;
	padding: 6px 0 6px 37px;
	text-decoration: none;
	width: 100px;
	background: url(../img/summary/img-arrow.png) no-repeat left center #00a7d7;
	background-position: 15px center;
	margin-right: 20px;
}
.page_content .lead_title h2 span {
	font-size: 60%;
	font-weight: normal;
}
.page_content .table_pattern1 td {
	text-align: right;
}
.page_content .table_pattern1 td.txt_left {
	text-align: left;
}
