@charset "utf-8";

/**
 * ヘッダー
 *
 * CSS versions	3
 *
 * @category   Web Application
 * @package    Argus
 * @copyright  Polaris, Inc.
 *
 */
.BLK1
{
	position: fixed;
	width: 100%;
	z-index: 99;
}
.BLK1 h1,
.BLK1 p,
.BLK1 a
{
	display: block;
	color:#222222;
	font-weight:normal;
	box-sizing: border-box;
}

/* ヘッダボディ */
.BLK1 div.frame.h-body
{
	width:100%;
	height:4rem;
	background-color:#fff;
	border-bottom:solid 1px #ccc;
}
.BLK1 div.frame.h-body div.section
{
	margin:0 auto;
	width: calc(100% - 1rem);
}
.BLK1 div.frame.h-body div.section div
{
	float: left;
	margin-top:0.6rem;
	width:100%;
}
.BLK1 div.frame.h-body div.section div a
{
	display:block;
	margin:0 auto;
	width:110px;
}
.BLK1 div.frame.h-body div.section div img
{
	width:100%;
}
