@charset "utf-8";
@font-face {
 font-family:'Open Sans';
 font-weight: normal;
 font-style: normal;
 src:url('/shared/unchangeable/font/OpenSans-Medium.woff') format('woff'), /* Modern Browsers */
    url('/shared/unchangeable/font/OpenSans-Medium.ttf')  format('truetype'); /* Safari, Android, iOS */
}
/* ------------------------- TOC
body
header
footer


------------------------- */
/* ============================== font-family, font-size */
/*header,
footer {
	font-family:"\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF", "\30e1\30a4\30ea\30aa", "\30D2\30E9\30AE\30CE\89D2\30B4\20\50\72\6F\20\57\33", sans-serif;
    font-size: 83%;
	line-height: 1.1;
}
*/
header,
footer {
	font-family: 'Open Sans', 'Arial', 'メイリオ', 'Meiryo', sans-serif;
    font-size: 83%;
	line-height: 1.1;
}

.mainImageArea,
.businessSolutionBlock,
#otherBusinessBlock,
.informationBlock,
.imageBlock,
.shortcutLinkBlock,
nav.globalNav{
	font-family:"\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF", "\30e1\30a4\30ea\30aa", "\30D2\30E9\30AE\30CE\89D2\30B4\20\50\72\6F\20\57\33", sans-serif;
}
/* subwindow */
article.contentsArea section h1.withCaption,
article.contentsArea section p.category,
.subContentsBox {
	font-family:"\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF", "\30e1\30a4\30ea\30aa", "\30D2\30E9\30AE\30CE\89D2\30B4\20\50\72\6F\20\57\33", sans-serif;
}

html>/**/ header,
html>/**/ footer {
	font-size: 12px;
}

/* ============================== header */
/* leftBox */
header .leftBox {
	width: 556px;
}
/* rightBox */
header .rightBox {
	width: 412px;	
}


/* ============================== footer */
/* leftNav */
footer article .leftNav {
	width: 37.5em;
}
/* rightNav */
footer article .rightNav {
	width: 32.1em;
}









/*#contentsArea nav dl{ font-family: Arial, Helvetica, sans-serif}*/