html,
body,
h1, h2, h3, h4, h5, h6,
div, p,
ul, li {
	margin: 0;
	padding: 0;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Verdana, Arial, sans-serif;
    font-size: 13px;
    font-weight: 200;
/*     line-height: 30px; */
    color: #212529;
    text-align: left;
}



/* フレーム設定 */
#header_frame {
	display: table;
	width: 100%;
	background: linear-gradient(90deg, #16598e 0px, #16598e 1900px, #104572 1900px, #104572 100%);
}
#header_frame .main_area {
	display: block;
	vertical-align: top;
	width: 1900px;
}
#header_frame .nav_area {
	display: flex;
	vertical-align: top;
}

#main_frame {
	display: table;
	width: 100%;
	min-height: 959px;
}
#main_frame .nav_area {
	display: table-cell;
	vertical-align: top;
	width: 200px;
	background: url('../img/frame/nav_bg.png'), linear-gradient(90deg, #16598e 0px, #16598e 5px, #FFF 5px, #FFF 200px);
	background-position: left top;
	background-repeat: no-repeat;
}
#main_frame .main_area {
	display: table-cell;
	vertical-align: top;
	width: calc(100vw - 0);
	background: linear-gradient(90deg, #F3F3F3 0px, #F3F3F3 1900px, #E0E0E0 1900px, #E0E0E0 100%);
}

#footer_frame {
	display: table;
	width: 100%;
	background: linear-gradient(90deg, #16598e 0px, #16598e 1900px, #104572 1900px, #104572 100%);
}



/* ヘッダー */
#header_frame .system_title_A {
	background: #13a538;
}
#header_frame .nav_area {
	border-bottom: 5px solid #13a538;
}

#Work #header_frame .system_title_B {
	background: #f39100;
}
#Work #header_frame .nav_area {
	border-bottom: 5px solid #f39100;
}

#Time #header_frame .system_title_C {
	background: #e15f5f;
}
#Time #header_frame .nav_area {
	border-bottom: 5px solid #e15f5f;
}

#Conf #header_frame .system_title_D {
	background: #009ee3;
}
#Conf #header_frame .nav_area {
	border-bottom: 5px solid #009ee3;
}


#header_frame .system_title_A,
#header_frame .system_title_B,
#header_frame .system_title_C,
#header_frame .system_title_D {
	display: block;
	margin: 5px 0 0 5px;
	padding: 5px 10px 10px 10px;
	width: 175px;
	height: 20px;	
	border-radius: 3px 3px 0 0;
	text-decoration: none;
}
#header_frame .system_title {
	display: block;
	margin: 5px 0 0 5px;
	padding: 5px 10px;
	width: 175px;
	height: 20px;	
	background: rgba(255, 255, 255, 0.15);
	border-radius: 2px;
	cursor: pointer;
	text-decoration: none;
}
#header_frame .system_title_A .site_icon,
#header_frame .system_title_B .site_icon,
#header_frame .system_title_C .site_icon,
#header_frame .system_title_D .site_icon,
#header_frame .system_title .site_icon {
	display: table-cell;
	width: 20px;
	height: 20px;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 10px;
}
#header_frame .system_title_A h1,
#header_frame .system_title_B h1,
#header_frame .system_title_C h1,
#header_frame .system_title_D h1,
#header_frame .system_title h1 {
	display: table-cell;
	padding: 0 0 0 10px;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
}



/* ヘッダーメイン */
#header_frame .main {
	display: flex;
	justify-content: space-between;
	width: 1880px;
	padding: 0 10px;
	background: #104572;
}
#header_frame p.system_icon {
	display: table-cell;
	padding: 0px 0px 0px 0px;
	height: 30px;
	color: #FFF;
	font-size: 18px;
	font-weight: 200;
	vertical-align: middle;
}
#header_frame p.system_name {
	display: table-cell;
	padding: 0px 0px 0px 0px;
	color: #FFF;
	font-weight: 200;
	line-height: 30px;
}
#header_frame p.campany_name {
	display: table-cell;
	padding: 0px 10px 0px 10px;
/* 	width: 1220px; */
	height: 30px;
	color: #FFF;
/* 	font-size: 16px; */
	font-weight: 200;
/* 	line-height: 30px; */
	vertical-align: middle;
}
#header_frame div.acount_icon {
	display: table-cell;
	width: 30px;
}
#header_frame div.acount_icon p {
	margin: 4px 4px 4px 4px;
	width: 21px;
	line-height: 21px;
	text-align: center;
	background: #FFF;
	border-radius: 10.5px;
}
#header_frame p.acount_name {
	display: table-cell;
	padding: 0 10px 0 5px;
/* 	width: 165px; */
	height: 30px;
	color: #FFF;
	font-weight: 200;
	vertical-align: middle;
}
#header_frame .cog_link {
	position: relative;
	display: table-cell;
	padding: 2px 0px 0px 0px;
	height: 28px;
	line-height: 28px;
	font-size: 18px;
	font-weight: 200;
	vertical-align: middle;
}
#header_frame .cog_link > a {
	color: #FFF;
}
#header_frame .cog_link .popper {
	position: absolute;
	top: 30px;
	right: -21px;
	width: 160px;
	padding: 10px 10px 5px 10px;
	background: #FFFFFF;
	text-align: center;
	border: 1px solid #AAAAAA;
	color: #767676;
	border-radius: 5px;
	opacity: 0;
}
#header_frame .cog_link:hover .popper {
	opacity: 1;
}
#header_frame .cog_link .popper a {
	display: block;
	margin: 0 0 5px 0;
	padding: 5px 10px 5px 10px;
	color: #666;
	font-size: 14px;
	text-decoration: none;
	cursor: pointer;
	border: 1px solid #CCC;
	border-radius: 3px;
}
#header_frame .cog_link .popper:after,
#header_frame .cog_link .popper:before {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    bottom: 100%;
    left: 80%;
}
#header_frame .cog_link .popper:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 10px;
    border-right-width: 10px;
    margin-left: -10px;
    border-bottom-color: #FFFFFF;
}
#header_frame .cog_link .popper:before {
    border-color: rgba(170, 170, 170, 0);
    border-top-width: 11px;
    border-bottom-width: 11px;
    border-left-width: 11px;
    border-right-width: 11px;
    margin-left: -11px;
    margin-bottom: 1px;
    border-bottom-color: #AAAAAA;
}



/* サイド */
#main_frame .side {
	position: relative;
	margin: 0 0 0 5px;
	width: 195px;
}


/* メインナビ */
#main_frame .site_nav {
	position: absolute;
	top: 0;
	left: 0;
	width: 195px;
	background: #FFF;
}
#main_frame .site_nav li a {
	border-bottom: 1px solid #DDD;
}
#main_frame .site_nav li:hover {
	background: #EAF6FD;
}
#main_frame .site_nav li a {
	display: block;
	padding: 10px 15px 10px 15px;
	color: #333;
	text-decoration: none;
	line-height: 30px;
	background: url('../img/frame/arrow.png') right 20px center no-repeat;
}
#main_frame .site_nav li a.status02 {
	background: url('../img/frame/arrow.png') right 20px center no-repeat #dcf1e1;
}



/* メイン */
#main_frame .main {
	width: 1700px;
}



/* フッター */
#footer_frame .footer {
	padding: 0;
	width: 1900px;
	height: 31px;
}



