/*
 * Copyright (C) 2020 Suzuki Motor Corporation. All rights reserved.
 */
@charset "UTF-8";
.middleContent{
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.initCon{
    height: 100%;
}
.headerMsg{
    margin-left: 800px;
    position: absolute;
    top: 2%;
}

.menuErrorMsg{
    display: block;
    color: red;
    width: 100%;
    height: 30px;
}
.errorMsgFont{
    font-weight: bold;
    display: block;
    padding-top: 5px;
    padding-left: 10px;
}

 html,body{
    height: 100%;
}


.mainArea{
    width:1920px;
    height:100%;
    margin:0 auto;
    overflow: hidden;
}
.categoryMenuArea{
	font-size: 14px;
	float:left;
    width:299px;
    height:100%;
    padding-top:60px;
    background:RGB(250,250,250);
}
.screenMenuArea{
    width:100%;
    height:100%;
}

.categoryMenuDiv {
    padding-bottom: 50px;
    padding-left: 30px;
}

.screenMenuDiv {
  width:100%;
  height:90%;
  //background-color:#efc;
  display:flex;
}

.screenMenuDiv .screenMenuItem {
    width:100%;
    flex:0 1 auto;
    width:500px;
    margin:auto;
    //background-color:rgba(255, 255, 255, 0.6);
}


.categoryMenuArea a {
    text-decoration:underline;
    color:RGB(66,66,66);
    font-weight:bold;
}

.categoryMenuArea a span {
    font-size: 14px !important;
}

.screenMenuArea a {
    margin-left: 100px;
    text-decoration:underline;
    color:RGB(66,66,66);
    font-weight:bold;
    font-size: 16px;
}

.cateTitleArea{
	margin-top:30px;
    margin-bottom:40px;
}

#screenMenuTitle {
    margin-left: 60px;
}

.languageDiv {
	position: absolute;
	right: 0;
	z-index: 1;
}

#selectLanguage {
	width: 113px;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	float: right;
	font-weight: bold;
	background: linear-gradient(to bottom, #0070c0, #0070c0);
	border: 1px solid #0070c0;
	margin-top: -53px;
	margin-right: 10px;
	color: #ffffff;
}

.languageChange {
	width: 90px;
	height: 20px;
	display: block;
	text-align: center;
	margin-left: 0px !important;
	font-size: 16px;
}

.languageDiv ul {
	top: -23.59px !important;
	position: relative;
	width: 113px;
}

.settingsDiv {
    position: absolute;
    right: 0;
    z-index: 2;
}

#selectSettings{
    width: 30px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    float: right;
    font-weight: bold;
    background: linear-gradient(to bottom, #0070c0, #0070c0);
    border: 1px solid #0070c0;
    margin-top: -40px;
    margin-right: 10px;
    color: #ffffff;
    padding: .2em;
}

.settingsMenu {
    position: absolute;
    z-index: 3;
    top: 50px !important;
}

.settingsItem {
    width: 90px;
    height: 20px;
    display: block;
    text-align: center;
    margin-left: 0px !important;
    font-size: 16px;
    padding: 3px 1em !important;
}

.tableSettingsDialog {
    margin: 5px auto;
}

.tableSettingsDialog .td1 {
    width: 100px;
    padding: 15px 0px;
}

.tableSettingsDialog .td2 {
    width: 300px;
}

.tableSettingsDialog .td2 select {
    width: 300px;
}