html{
    width: 100vw;
    height: 100vh;
    font-size: 62.5%;
    position: fixed;
}
body{
    width: 100%;
    height: 100%;
    font-size: 1.4em;
    background-color: #ccc;
    /*overflow: hidden;*/
}
p{
    /*font-family: 'HGPGothicE';*/
}
/* フッターメニュー */
div.footermenu{
    position:relative;
    bottom:0;
    height: 80px;
    width: 100%;
    background-color: #173663;
    border-top:solid 4px white;
    z-index: 100;
}
img.imgbtn{
    margin: 5px;
    width: 65px;
    height: 65px;
}
img.imgbtn_disabled{
    opacity: 0.5;
}
/*img.imgbtn_logout{
    position: absolute;
    right: 0px;
}*/
div.zoomslider{
    position: absolute;
    top: 0;
    width: 200px !important;
}
div.slider{
    position: absolute;
    top: 15px;
    right: 15px;
}
#ex1Slider .slider-selection {
	background: #BABABA;
}
/* 方向変更ボタン */
img.left-arrow{
    position: absolute;
    bottom: 20px;
    left: 1%;
    width: 70px;
    height: 70px;
}
img.right-arrow{
    position: absolute;
    bottom: 20px;
    right: 1%;
    width: 70px;
    height: 70px;
}
img.left-arrow:hover{
    transform: scale(1.5);
}
img.right-arrow:hover{
    transform: scale(1.5);
}

/* 表示領域 */
div.mainview{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - 80px);
    max-width: 100%;
    max-height: 100%;
}
img.maker-logo{
    position: absolute;
    top: 20px;
    left: 20px;
    width: 100px;
    height: auto;
    object-fit: contain;
    font-family: 'object-fit: contain;';
}
div.svg-container{
    position: relative;
    top: 10px;
    left: 10px;
    bottom: 10px;
    width: 40%;
    height: calc(100% - 20px);
    border: 5px solid #8B8B8C;
    border-radius: 10px;
}
div.mainview svg{
    width: 100%;
    height: 100%;
}
/* メニュー領域 */
/*div.mainmenu{
    position: absolute;
    top: 0;
    right: 120px;
    width: calc(58% - 120px);
    min-width: calc(58% - 120px);
    height: calc(100% - 80px);
    background-color: rgba(0,0,0,0.1);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    z-index: 1000;
    overflow-x: auto;
    overflow-y: hidden;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
}*/

/* 可変領域 */
div.menu-body{
    position: relative;
    top: 0;
    right: 0;
    margin-left: auto;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    width: 100%;
    height: 100%;
}
/* パンくずリスト */
div.menu-breadcrumb{
    position: relative;
    width: 100%;
    height: 30px;
}
div.breadcrumb-part{
    height: 80px;
}
img.breadcrumb-arrow{
    float: left;
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 17.3px 10px 0;
    border-color: transparent #007bff transparent transparent;
}
img.bread-first{
    position: absolute;
    top: 0;
    right: 0px;
    width: 110px;
    height: 100%;
    object-fit: contain;
    font-family: 'object-fit: contain;';
}
.breadcrumb-msg{
    float: left;
    position: absolute;
    top: 0;
    bottom: 0;
    /*left: 0;*/
    right: 0;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 100%;
}
div.breadcrumb-part img{
    width: 100%;
}
img.breadcrumb-msg{
    position: absolute;
    width: 100%;
}
img.breadcrumb-msg-row2{
    width: 210px;
}
div.breadcrumb-msg label{
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: 100%;
    height: 12px;
    line-height: 12px;
    font-size: 1rem;
    text-align: center;
    color: white;
}


/* パンくずリスト */
div.breadcrumb-area{
    display: flex;
    width: 100%;
    height: 30px;
}
div.triangle-left{
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 15px solid #8B8B8C;
    border-bottom: 15px solid transparent;
    border-top: 15px solid transparent;
}
div.triangle-body{
    width: calc(100% - 30px);
    height: 100%;
    background-color: #8B8B8C;
}
img.bread-title{
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 95%;
    height: 95%;
}
div.triangle-right{
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #8B8B8C;
    border-top: 15px solid #8B8B8C;
}

.column-wrap{
    width: 220px;
    min-width: 220px;
    height: 100%;
}
.column-wrap-2{
    min-width: 250px !important;
}
.column-wrap-3{
    min-width: 300px !important;
}

/* カテゴリ */
div.category{
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    min-width: 120px;
    height: calc(100% - 80px);
    /*background-color: rgba(0,0,0,0.1);*/
    z-index: 100;
}
div.category-list{
    position: relative;
    width: 100%;
    height: calc(100% - 30px);
    overflow-x: hidden;
    overflow-y: auto;
}
div.category-box{
    position: relative;
    left: 2%;
    width: 100px;
    height: 100px;
    margin-top: 5px;
}
img.category-btn{
    width: 100%;
    height: 100%;
    border: 2px solid #717171;
    border-radius: 20px;
    background-color: #A1A1A1;
    transition: background-color 0.3s ease 0s;
}
img.category-btn:hover{
    /*transform: scale(1.05);*/
    /*border-color: red;*/
    box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
}
img.category-btn.active{
    background-color: #88B4E0;
}

/* メニューリスト */
/*div.menudetail{
    float: right;
    width: 100%;
    min-width: 200px;
    height: 100%;
}*/
/*div.menupartdetail{
    width: 105px;
    min-width: 105px;
    max-width: 100%;
    height: 100%;
}*/
/*div.menudetail-list{
    display:flex;
    flex-direction:row-reverse;
    flex-wrap:wrap;
    justify-content:flex-start;
    align-items:flex-start;
    align-content:flex-start;
    width: 100%;
    height: calc(100% - 30px);
    padding:5px;
    overflow-x: hidden;
    overflow-y: auto;
}*/
div.menupartdetail-list{
    width: 100%;
    height: calc(100% - 30px);
    /*overflow-x: hidden;
    overflow-y: auto;*/
}
div.menupartpanel-list{
    width: 100%;
    /*height: calc(100% - 80px);*/
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}
/*div.partlist{
    width: 110px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}*/
/*div.menudetail-box{
    position: relative;
    margin-top: 5px;
    margin-left: 5px;
    width: 100px;
    height: 100px;
}*/
/*img.menudetail-btn{
    width: 100%;
    height: 100%;
    border: 2px solid #717171;
    border-radius: 20px;
    background-color: #A1A1A1;
    transition: background-color 0.3s ease 0s;
}*/
img.originalmark-btn{
    object-fit: contain;
    font-family: 'object-fit: contain;';
}
div.menudetail-panel{
    position: relative;
    width: 100%;
    height: 100%;
    border: 2px solid silver;
    border-radius: 10px;
    transition: background-color 0.3s ease 0s;
}
div.menudetail-panel label{
    position: absolute;
    bottom: 0;
    right: 5px;
    font-family: 'HGPGothicE';
}
img.menudetail-btn:hover{
    /*transform: scale(1.05);*/
    /*border-color: red;*/
    box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
}
/*img.menudetail-btn.active{
    background-color: #88B4E0;
}
img.menudetail-btn.selected{
    background-color: #88B4E0;
}*/
div.menudetail-panel:hover{
    /*transform: scale(1.05);*/
    /*border-color: red;*/
    box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
}
div.menudetail-panel.active{
    border: 4px solid yellow;
    border-radius: 0px;
}
div.colorcontents{
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    width: auto;
    height: calc(100% - 50px);
}
div.menudetail-title{
    position: absolute;
    bottom: 5px;
    left: 10%;
    right: 10%;
    width: 80%;
    height: 20px;
    line-height: 20px;
    background-color: #173663;
    border-radius: 8px;
    text-align: center;
    color: #FEFEFE;
    font-size: 1.5rem;
    /*font-family: 'HGPGothicE';*/
    z-index: 10;
}

/* マーキングフォーム */
form.markingform{
    height: 60px;
}
div.ipttitle, div.iptoption, button.executebtn {
  position: relative;
  float: left;
  width: 60px;
  height: 50px;
  background-color: #094E87;
}
div.ipttitle p, button.executebtn p {
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  color: #FEFEFE;
}
div.iptinput {
  position: relative;
  float: left;
  width: calc(100% - 60px - 60px);
  height: 50px;
}
div.iptinput input {
  width: 100%;
  height: 100%;
  padding-left: 5px;
  font-size: 18px;
}

@media screen and (max-width:375px) {
/*スマホ用のcssを記述*/
    div.slider{
        display: none !important;
    }
    img.maker-logo{
        transform: scale(0.5);
        transform-origin: top left;
    }
}