@charset "utf-8";

/* ============================================
      for the page has a footer of two columns.
============================================ */

.ios body { -webkit-text-size-adjust: none; }

/* ============================== font-family, font-size */
header,
footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 83%;
	line-height: 1.1;
}
.mainImageArea,
.businessSolutionBlock,
#otherBusinessBlock,
.informationBlock,
.imageBlock,
.shortcutLinkBlock,
nav.globalNav{
	font-family: Arial, Helvetica, sans-serif;
}

#contentsArea nav dl{ font-family: Arial, Helvetica, sans-serif}

/* subwindow */
article.contentsArea section h1.withCaption,
article.contentsArea section p.category,
.subContentsBox {
	font-family: Arial, Helvetica, sans-serif;
}

html>/**/ header,
html>/**/ footer {
	font-size: 12px;
}



/* footer */
footer article .leftNav {
	width: auto;
}

footer p.copyright {
    line-height: 1.2;
}