@charset "utf-8";
/* CSS Document */

.lead_title > h2 {
	margin-bottom: 0;
	padding-bottom: 0;
}
.page_content .section {
	margin-bottom: 20px;
}
table.table_pattern1 th.col1 {
	width: 30%;
}
table.table_pattern1 th.col2 {
	width: 20%;
}
table.table_pattern1 th.col3 {
	width: 23%;
}
table.table_pattern1 th.col4 {
	width: 70%;
}
table.table_pattern1 th.col5,
table.table_pattern1 th.col6,
table.table_pattern1 th.col7,
table.table_pattern1 th.col8 {
	width: auto;
}
.main_txt_box_top { 
  background-color: #a1c5e9;
}
.main_txt_box {
	background: url(../img/bg-overview.jpg) no-repeat left bottom; 
	background-size: 100%; 
	width: 100%; 
	height: 100%;
	margin-bottom: 30px;
	color: #024f86;
}
.main_txt_box p { 
  width: 90%; 
  margin: 0 auto; 
  padding-top: 0;
  font-size: 13px; 
  line-height: 2; 
  padding: 5% 0 0 0;
}
.main_txt_box p span { 
  font-size: 15px; 
  font-weight: bold; 
  color: #fff; 
  line-height: 1.5;
}
.main_txt_box p.date { 
  padding-top: 10%;
}