/* CSS Document */


@media only screen and (max-width: 1400px) {
  #header .header_inner .header_nav_main .main_nav_item {
    white-space: nowrap;
    font-size: 12px;
  }
}

@media only screen and (max-width: 1400px) {
  #header .header_inner .header_nav_sub li a {
    font-size: 10px;
    white-space: nowrap;
  }	
}

#footer .footer_inner .footer_nav_main_item {
  font-weight: 700;
  white-space: nowrap;
	font-size: 14px;
	margin-left: 5px;
	
}

footer ul.footer_nav_sub {
	font-size: 70%;
	white-space: nowrap;
}


@media only screen and (max-width: 1170px) {
	.footer_nav {
		/* display: none; */
	}
}

.heading_border_bottom.large {
   font-size: 28px;
}

.heading_border_bottom span.d_block {
  display: block;
  padding-bottom: 15px;
}

.table_block_title {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
}
