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: 14px;
    font-weight: 200;
    line-height: 1.6;
    color: #212529;
    text-align: left;
}




/* Vue.js {{...}}構文を非表示 */
[v-cloak] {
	display: none;
}



/* 印刷時縮小 */
@media print {
	body {
		zoom: 75%;
	}
}



/* フレーム設定 */
html {
	height: 100%;
}
body {
	height: 100%;
}
#app {
	height: 100%;
}


#header_frame {
	display: table;
	width: 100%;
	background: linear-gradient(90deg, #16598e 0px, #16598e 1440px, #104572 1440px, #104572 100%);
}
#header_frame .main_area {
	display: block;
	vertical-align: top;
	width: 1440px;
}
#header_frame .nav_area {
	display: flex;
	vertical-align: top;
}

#main_frame {
	display: table;
	min-width: 1400px;
	width: 100%;
	min-height: 820px;
	height: calc(100vh - 115px);
}
#main_frame .nav_area {
	position: relative;
	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(100% - 200px);
	background: linear-gradient(90deg, #F3F3F3 0px, #F3F3F3 1240px, #E0E0E0 1240px, #E0E0E0 100%);
}

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



/* ヘッダー */
#header_frame .system_title_A {
	background: #13a538;
}

#Work #header_frame .system_title_A {
	background: #f39100;
}

/*
#Quote #header_frame .system_title_A {
	background: #009ee3;
}
*/

#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;
}

/*
#Quote #header_frame .nav_area {
	border-bottom: 5px solid #009ee3;
}
*/


#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: 25px;	
	border-radius: 5px 5px 0 0;
	text-decoration: none;
}
#header_frame .system_title {
	display: block;
	margin: 5px 0 0 5px;
	padding: 5px 10px 5px 10px;
	width: 175px;
	height: 25px;	
	background: rgba(255, 255, 255, 0.15);
	border-radius: 5px;
	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: 25px;
	height: 25px;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 12.5px;
}
#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: 3px 0 0 10px;
	color: #FFF;
	font-size: 16px;
	font-weight: 200;
	line-height: 22px;
}



/* ヘッダーメイン */
#header_frame .main {
	display: flex;
	justify-content: space-between;
	width: 1420px;
	padding: 3px 10px 2px 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 .site_nav {
	position: absolute;
	top: 0;
	left: 5px;
	width: 195px;
	background: #FFF;
}
#main_frame .site_nav li {
	position: relative;
}
#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;
	border-bottom: 1px solid #DDD;
}
#main_frame .site_nav > li:hover > a {
	background: #d2e4ef;
}


/* メインサブナビ */
#main_frame .site_nav li:hover .site_snav {
	display: block;
}
#main_frame .site_snav {
	display: none;
	position: absolute;
	top: 0;
	left: 195px;
	width: 195px;
	list-style: none;
	background: #FFF;
	z-index: 99;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, .3);
}
#main_frame .site_snav::before {
	content: "";
	position: absolute;
	top: 10px;
	left: -30px;
    width: 0;
    height: 0;
    border-top: solid 15px transparent;
    border-right: solid 15px #a2b6cc;
    border-bottom: solid 15px transparent;
    border-left: solid 15px transparent;
}
#main_frame .site_snav li {
	padding: 5px;
	background: #a2b6cc;
	border-bottom: 1px solid #c9d2de;
}
#main_frame .site_snav li a {
	display: block;
	padding: 5px;
	color: #FFF;
	text-decoration: none;
	line-height: 30px;
	border-bottom: none;
	border-left: 5px solid #a2b6cc;
}
#main_frame .site_snav li:hover a {
	color: yellow;
	background: #a2b6cc;
	border-left: 5px solid yellow;
}



/* マスタナビ */
#main_frame .master_nav {
	position: absolute;
	bottom: 0;
	left: 5px;
	width: 195px;
	background: #FFF;
}
#main_frame .master_nav li {
	position: relative;
}
#main_frame .master_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;
	border-top: 1px solid #DDD;
}
#main_frame .master_nav > li:hover > a {
	background: #d2e4ef;
}


/* マスタサブナビ */
#main_frame .master_nav li:hover .master_snav {
	display: block;
}
#main_frame .master_snav {
	display: none;
	position: absolute;
	bottom: 0;
	left: 195px;
	width: 195px;
	list-style: none;
	background: #FFF;
	z-index: 99;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, .3);
}
#main_frame .master_snav::before {
	content: "";
	position: absolute;
	bottom: 10px;
	left: -30px;
    width: 0;
    height: 0;
    border-top: solid 15px transparent;
    border-right: solid 15px #a2b6cc;
    border-bottom: solid 15px transparent;
    border-left: solid 15px transparent;
}
#main_frame .master_snav li {
	padding: 5px;
	background: #a2b6cc;
	border-bottom: 1px solid #c9d2de;
}
#main_frame .master_snav li a {
	display: block;
	padding: 5px;
	color: #FFF;
	text-decoration: none;
	line-height: 30px;
	border-bottom: none;
	border-left: 5px solid #a2b6cc;
}
#main_frame .master_snav li:hover a {
	color: yellow;
	background: #a2b6cc;
	border-left: 5px solid yellow;
}






/* メイン */
#main_frame .main {
	width: 1240px;
}
#main_frame .main .mainBox {
	margin: 20px 40px;
	width: 1160px;
}



/* メイン Axiosロード */
#app .loadBg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .2);
	z-index: 99;
}
#app .loadBg .vue-simple-spinner {
	margin-top: 484px!important;
}


/* フッター */
#footer_frame .footer {
	padding: 5px 5px 5px 5px;
	width: 1430px;
	height: 20px;	
}
#footer_frame .footer p {
	color: #FFF;
	font-size: 12px;
	font-weight: 200;
	line-height: 20px;
}



/* モーダル */
.vm--modal {
	top: 100px!important;
	overflow: visible!important;
	box-shadow: none!important;
}

.vm--modal .dataTable .actv{
	background: darkorange!important;
}



/* 受付 */
#Recep .mainBox button.actv {
	color: #FFF!important;
	background: darkorange!important;
	border: none!important;
}

/* 見積 */
#Quote .mainBox button.actv {
	color: #FFF!important;
	background: darkorange!important;
	border: none!important;
}
#Quote .mainBox button.gray {
	color: #FFF!important;
	background: #ccc!important;
	border: none!important;
}

/* 見積 */
#Order .mainBox button.actv {
	color: #FFF!important;
	background: darkorange!important;
	border: none!important;
}

/* 納品 */
#Deliver .mainBox button.actv {
	color: #FFF!important;
	background: darkorange!important;
	border: none!important;
}

/* 入金 */
#Receipt .mainBox button.actv {
	color: #FFF!important;
	background: darkorange!important;
	border: none!important;
}

/* 請求 */
#Bill .mainBox button.actv {
	color: #FFF!important;
	background: darkorange!important;
	border: none!important;
}


/* キャンセル */
.mainBox button.cnsl {
	color: #FFF!important;
	background: #F60B0A!important;
	border: none!important;
}

/* Excel */
.mainBox button.excl {
	width: 98px;
	line-height: 32px;
	color: #14682E!important;
	border: #14682E 1px solid!important;
}

/* PDF */
.mainBox button.pdf {
	width: 98px;
	line-height: 27px;
	color: #A20706!important;
	border: #A20706 1px solid!important;
}

/* Mail */
.mainBox button.mail {
	width: 98px;
	line-height: 32px;
	color: #0D6DE2!important;
	border: #0D6DE2 1px solid!important;
}

#Work .mainBox button.actv {
	color: #FFF!important;
	background: darkorange!important;
	border: none!important;
}





