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

button {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Verdana, Arial, sans-serif;
}




/* 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, #174CA3 0px, #174CA3 1240px, #104572 1240px, #104572 100%);
}
#header_frame .main_area {
	display: block;
	vertical-align: top;
	width: 1240px;
}
#header_frame .nav_area {
	display: flex;
	vertical-align: top;
	align-items: center;
	gap: 0;
}
#header_frame .nav-left {
	display: flex;
	flex: 1;
}
#header_frame .nav-right {
	display: flex;
	align-items: center;
	margin-left: auto;
}

#main_frame {
	display: table;
	min-width: 1240px;
	width: 100%;
	min-height: 820px;
	height: calc(100vh - 135px);
}
#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 1040px, #E0E0E0 1040px, #E0E0E0 100%);
}
#main_frame .all_area {
	display: table-cell;
	vertical-align: top;
	width: calc(100%);
	background: linear-gradient(90deg, #F3F3F3 0px, #F3F3F3 1240px, #E0E0E0 1240px, #E0E0E0 100%);
}
#footer_frame {
	display: table;
	width: 100%;
	background: linear-gradient(90deg, #174CA3 0px, #174CA3 1240px, #104572 1240px, #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;
	width: 1240px;
}

#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: 0 0 0 5px;
	padding: 10px 10px 10px 10px;
	width: 170px;
	height: 30px;	
	border-radius: 5px 5px 0 0;
	text-decoration: none;
}
#header_frame .system_title {
	display: block;
	margin: 0 0 0 5px;
	padding: 10px 10px 10px 10px;
	width: 170px;
	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;
	font-size: 14px;
	line-height: 25px;
	text-align: center;
	color: white;
}
/* アイコン表示 */
#header_frame .site_icon.icon-upload::before {
	content: "";
}
#header_frame .site_icon.icon-files::before {
	content: "";
}
#header_frame .site_icon.icon-sales::before {
	content: "";
}
#header_frame .site_icon.icon-catalog::before {
	content: "";
}
#header_frame .site_icon.icon-contact::before {
	content: "";
}
/* #header_frame .site_icon.icon-settings::before {
	content: "⚙️";
} */
/* 設定アイコンの拡大 */
#header_frame .site_icon.icon-settings {
	width: 40px;
	height: 40px;
	border-radius: 0px;
	font-size: 20px;
	line-height: 40px;
	color: #FFFFFFbb;
}
/* 設定ボタンのスタイリング */
#header_frame .system_title_settings {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 10px 0 0;
	padding: 0;
	width: auto;
	height: auto;
	background: none;
	border-radius: 0;
	cursor: pointer;
	text-decoration: none;
}
#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: 1220px;
	padding: 10px 10px 10px 10px;
	background: 174CA3;
}
#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: -100px;
	right: -6px;
	width: 160px;
	padding: 10px 10px 5px 10px;
	background: #FFFFFF;
	text-align: center;
	border: 1px solid #AAAAAA;
	color: #767676;
	border-radius: 5px;
}
#header_frame .cog_link:hover .popper {
	top: 30px;
}
#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 {
    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: 6px;
    border-bottom-color: #FFFFFF;
}




/* メインナビ */
#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: table-cell;
	width: 200px;
	height: 40px;
	padding: 12px 30px 12px 10px;
	color: #333;
	font-size: 12.6px;
	text-decoration: none;
	vertical-align: middle;
	line-height: 20px;
	background: url('../img/frame/arrow.png') right 15px center no-repeat;
	border-bottom: 1px solid #DDD;
}
#main_frame .site_nav > li > a.active {
	background-color: #d2e4ef;
	background-image: url('../img/frame/arrow.png');
	background-position: right 15px center;
	background-repeat: no-repeat;
}
#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: 1040px;
}
#main_frame .main .mainBox {
	margin: 20px 40px;
	width: 960px;
}



/* メイン 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 10px 5px 10px;
	width: 1220px;
	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;
}

/* 請求 */
#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: 34px;
	color: #14682E!important;
	border: #14682E 1px solid!important;
}

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

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






