@charset "utf-8";
/* CSS Document */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
}

body{
}
.sortbtn{
    width:32px;
    height:32px;
}
div.scroll_div { 
    overflow: auto; 
}
.dummyFullPanel{
    position:absolute;
    top:0px;left:0px;
    width:100%;
    height:100%;
}
.buildListRow{
    position:relative;
    line-height: 1em;
    font-size: 100%;
}
.buildListRowTextArea{
    width: 280px;
    word-break: break-all;
}
.buildListRowFileArea{
    position: absolute;
    right: 0px;
    top: 0.5em;
    height: 100%;
    /* width:200px; */
}
.buildListRowFileArea p{
    float:left;
}
.buildListRowFileArea img{
    height: 3em;
    margin-top: -0.5em;
}

.buildListRowFileAreaViewer{
    position: absolute;
    right: 60px;
    top: 0.5em;
    height: 100%;
    /* width:250px; */
}

#buildListTable{
    width:500px;
    margin-right:auto;
    margin-left:auto;
    display:inline-table;
}
#buildInfo{
    width:20%; 
    display: inline-block;
}
/* iPhone用に調整 */
@media screen and (max-width: 480px) {
    #buildListTable{
        width:100%;
        margin-right:auto;
        margin-left:auto;
        display:inline-table;
    }
    #buildInfo{
        width:50%; 
        display: inline-block;
    }
}

.buildListRowFileAreaViewer img{
    height: 3em;
    margin-top: -0.5em;
}

/* マップ情報エリア */
#mapPanel{
    width: 70%;
    height:70%;
    max-width:70%;
    overflow: visible;
    position: absolute;
    bottom: 0px;
    top:30%;
    left: 0px;
    padding: 0px;
    background-color: white;
}
@media screen and (max-width:480px) {
    #mapPanel{
        width: 70%;
        height:70%;
        max-width:100%;
        overflow: visible;
        position: absolute;
        bottom: 0px;
        top:30%;
        left: 0px;
        padding: 0px;
        background-color: white;
    }
}
/* 建物エリア */
#buildingArea{
    overflow:auto;
    /*
    background: -moz-linear-gradient(top, #27BCF9, #00108F); 
    background: -webkit-gradient(linear, left top, left bottom, from(#27BCF9), to(#00108F));
    background: linear-gradient(to bottom, #27BCF9, #00108F);
    */
    background-color: #f3f2f1;
    margin:0px;
    position:absolute;
    top:0%;left:0%;
    width:30%;height:100%;
    border-right: 1px solid #000;
    box-sizing: border-box;
}
.floorlistaccordion{
    box-sizing: border-box;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}
.folderitem p{
    border-bottom: 1px solid #000;
    box-sizing: border-box;
}
#buildingArea .folderitem img{
    height: 36px;
    float: left;
}
.flooritem{
    border-bottom: 1px solid #000;
    box-sizing: border-box;    
}
/* マップ用サイズ変更ハンドラ */
#nehandle{
    width: 50px;height: 50px;
    top:0px;right:0px;
    overflow: hidden;
    position: absolute;
    cursor: ne-resize;
}
/* マップ用タブハンドラ */
#mapPanelHandle{
    width:35px;
    right:-35px;
    height:110px;
    top:0px;
    position: absolute;
    text-align: center;
    cursor: pointer;
 }
 
 
 
 /* 情報タブ用タブハンドラ */
#infoPanelHandle{
    width:35px;
    left:-35px;
    height:110px;
    top:0px;
    position: absolute;
    text-align: center;
    cursor: pointer;
      
 }
 /* 情報タブ用タブハンドラ */
#createPanelHandle{
    left:-35px;
 }
 #groupPanelHandle{
    left:-35px;
 }
 #searchPanelHandle{
    left:-35px;
 }
 .unselect_handle{
    width:35px;
    height:110px;
    position: absolute;
    background-color: #c6c6c6;
    text-align: center;
    cursor: pointer;
 }
 .select_handle{
    width:35px;
    height:110px;
    position: absolute;
    background-color: #F3F2F1;
    text-align: center;
    cursor: pointer;
 }
 
 .button {
        text-align: center;
	position: relative;
	background-color: #e88a2a;
	border-radius: 4px;
	color: #000;
	line-height: 52px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 1px 3px 0 #c86118;
	/*text-shadow: 0 1px 1px rgba(0, 0, 0, .3);*/
        cursor: pointer;
}
.button:hover {
	background-color: #fdd0a2;
	box-shadow: 1px 3px 0 #e88a2a;
}
.button:active {
	/* top: 3px; */
	box-shadow: none;
}
.bluebutton{
    text-align: center;
	position: relative;
	background-color: #3B3965;
	border-radius: 4px;
	color: #ffffff;
	line-height: 52px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 1px 3px 0 #1B1931;
    cursor: pointer;
}
.bluebutton:active {
	top: 3px;
	box-shadow: none;
}
.bluebutton .invertimg{
    filter: invert(100%) contrast(1000%);
}
.scrollBtn{
    position: absolute;
    cursor: pointer;
}
.selectedElement{
    border-style:solid;
    border-width:2px;
    border-color:#000000;
    background-color:#8888FF;
}
.selectedFloatIcon{
    border-style:solid;
    border-width:2px;
    border-color:#000000;
    background-color:#8888FF;
}
.dropMenu{
    z-index:33;
}
.dropMenuItem{
    position:absolute;
    right:0px;
    height:3em;
    width:200px;
    background-color: white;
    border: solid 1px;
    padding-top:1em;
    cursor: pointer;
    box-sizing: border-box;
}
.dropMenuItem:hover{
    background-color: #E88A2A;
}
.createpanels{
    height:100%;
}
.hotspot{
}
.arcItem{
    pointer-events: none;
}
.arcItem img{
    pointer-events: none;
}
.hotspotimg{
}
.hiddenitem{
    display:none !important;
}
.vguide{
    position:absolute;
    top:0%;
    bottom:0%;
    left:50%;
    width:2px;
    background-color: red;
    display: none;
}
.hguide{
    position:absolute;
    top:50%;
    height:2px;
    width:100%;
    background-color: red;
    display: none;
}

.grouplistfolder{
    width:100%;
    overflow: hidden;
    height:24px;
}
.grouplistheader{
    position: relative;
    width:100%;
    height:24px;
    background-color: #e1cea3;
    border:solid 1px #000;
    cursor:pointer;
    box-sizing: border-box;
}
.grouplistheader p{
    padding:4px;
}
.grouplistheaderbutton{
    display: none;
    position:absolute;
    top:0px;
    right:4px;
    width:20px;
    height:20px;
}
.grouplistitem{
    position: relative;
    width:100%;
    min-height:24px;
    background-color: #fff;
    border:solid 1px #000;
    cursor:pointer;
    box-sizing: border-box;
}
.grouplistitembutton{
    display: none;
    position:absolute;
    top:0px;
    right:4px;
    width:20px;
    height:20px;
}
.selectedgrouplistitem{
    background-color: #FDD0A2;
}
.grouplistitem p{
    padding:4px;
}
.upInfoPanel{
    position: absolute;
    top:0px;
    bottom:0px;
    width:100%;
    background-color: #C8AEA0;
}
.infoItem{
    user-select: text;
    border-style :solid;
    border-width :1px;
    margin-left:10%;
    margin-right:10%;
    padding : 2px;
    overflow-wrap: break-word;
}
.intoItemTitle{
    margin-left:24px;
}
.infoIcon{
    width:24px;
    height:24px;
}
.infoText{
    /*width:80%;*/
}
.ichandle{
    width:36px;
}
.infoMultiText{
    min-height: 1em;
}
.infoDate{
    min-height: 1em;    
}
.infoSelect{
    min-height: 1em;
}
.infoSelectObj{
    
}
.infoImage{
    height:150px;
    text-align: center;
}
.infoImgPrevBtnArea{
    float:left;
    width:15%;
    height:150px;
    position:relative;
}
.infoImgPrevBtn{
    max-width: 90%;
    max-height: 100%;
    cursor: pointer;
    margin: auto;
    position: absolute;
    right: 0px;
    left: 0px;
    top: 0px;
    bottom: 0px;
}
.infoImgMainArea{
    border-style :solid;border-width:0px 1px 0px 1px;
    height:150px;width:69%;
    overflow: hidden;
    float:left;
    /* cursor: pointer; */
    position: relative;
    box-sizing: border-box;
}
.infoImgMain{
    width: 100%; 
    height: 120px;
    cursor: pointer;
    margin:auto;
}
.infoImgNextBtnArea{
    float:left;
    width:15%;
    height:150px;
    right:0px;
    position:relative;
}
.infoImgNextBtn{
    max-width: 90%;
    max-height: 100%;
    cursor: pointer;
    position: absolute;
    margin: auto;
    right: 0px;
    left: 0px;
    top: 0px;
    bottom: 0px;
}
.infoFile{
    min-height: 1em;
    max-height:150px;
    overflow-y:scroll;
}
.infoFile ul li{
    /*border-style: solid; */
    /*border-width: 1px; */
    /*border-color: rgb(241, 90, 36); */
    white-space: nowrap;
    height: 1.5em;
}
.infoLink{
    min-height: 1em;
    max-height:150px;
    overflow-y:scroll;
}
.infoLink ul li{
    mib-height: 1.5em;
}
.tagTypeListItem{
    border:solid 1px #000;
    cursor: pointer;
    padding-left:10px;
    padding-right:10px;
    padding-top:0.25em;
    padding-bottom:0.25em;
    background-color: #fff;    
    box-sizing:border-box;
    width:100%;
    display: flex;
    justify-content: space-between;
}
.tagTypeListHeader{
    margin-left:10%;
    margin-top:10px;
    text-align: center;
    user-select: none;
    border:solid 1px #000;
    cursor: pointer;
    padding-top:0.75em;
    padding-bottom:0.75em;
    background-color: #e88a2a;  
    width:70%;
    box-sizing: border-box;
}
.stampTagListHeader{
    width:60%;
    margin-left:10%;
    margin-top:10px;
    text-align: center;
    user-select: none;
    border:solid 1px #000;
    cursor: pointer;
    padding-top:0.75em;
    padding-bottom:0.75em;
    background-color: #e88a2a;  
    box-sizing: border-box;
}
.stampTagListModButton{
    position: absolute;
    right: 2px;
    top: 4px;
    height: 2em;
}
.stampTagListModButton img{
    height: 100%;
}
.selectedTagTypeListItem{
    background-color: #FDD0A2;
    
}
.bigFont15{
    font-size: 1.5em;
}
.inputIcon{
    width:24px;
    height:24px;
    cursor: pointer;
}
.iconlistdiv{
    width:80%;
    margin-left: 10%;
    
}
.createItemDiv{
    width:calc(90% - 24px);
    margin-left: 24px;
}
.createItemTitle{
    margin-left:24px;
}
.createItemMultiStr{
    width:100%;
}
.createItemSingleStr{
    width:100%;
}
.createItemDate{
    width:100%;
}
.createItemSelect{
    width:100%;
}
.createItemImgButton{
    float: right;
    text-align: center;
    width:100px;
    height: 24px;
    line-height: 24px;
    margin-top: -28px;
}
.createItemImgDiv{
    width:100%;
    height:150px;
    text-align:center;
    border:solid 1px #000;
    margin-top:28px;
}
.upddel{
    width: 36px; 
    height: 36px; 
    cursor: pointer; 
    right: 0px; 
    top: 18px; 
    position: absolute;
}
.updmod{
    width: 36px; 
    height: 36px; 
    cursor: pointer; 
    right: 0px; 
    top: 54px; 
    position: absolute;
}
.createItemFileButton{
    float: right;
    text-align: center;
    width:100px;
    height: 24px;
    line-height: 24px;
    margin-top: -28px;
}
.createItemFileDiv{
    width:100%;
    height:150px;
    text-align:left;
    border:solid 1px #000;
    overflow-x: auto;
    overflow-y: auto;
    margin-top:28px;
}
.createItemFileUl{
    display: inline-block;
}
.createItemFileList{
/*
    border-style: solid;
    border-width: 1px;
    border-color: #000;
*/
    height: 2em;
    width: 100%;
    position:relative;
}
.createItemFileListDiv{
    border-style: solid;
    border-width: 1px;
    border-color: #000;
    height: 100%;
    box-sizing: border-box;
}
.createItemFileListDiv a{
    white-space: nowrap;
    padding-right: 30px;
}
.createItemFileListDeleteBtn{
        width: 100%;
        height: 24px;
        right: 0px;
        top: 0px;
        position: absolute;
}
.createItemLink{
    width:100%;
}
.createItemLinkButton{
    float: right;
    text-align: center;
    width:100px;
    height: 24px;
    line-height: 24px;
    margin-top: -28px;
}
.createItemLinkDiv{
    width:100%;
    height:150px;
    text-align:left;
    border:solid 1px #000;
    overflow-x: hidden;
    overflow-y: auto;
    margin-top: 28px;
}
.createItemLinkUl{
    
}
.createItemLinkList{
    min-height: 2em;
    width: 100%;
    position:relative;
}
.createItemLinkListDiv{
    border-style: solid;
    border-width: 1px;
    border-color: #000;
    width: 100%;
    line-height: 1.5em;
}
.createItemLinkListDiv a{
}
.createItemLinkListDeleteBtn{
        width: 100%;
        height: 24px;
        right: 0px;
        top: 0px;
        position: absolute;
}

#grouphotspotlistinner{
    width:100%;
    height:100%;
    overflow: auto;
    font-size:80%;
}
.grouphotspottbl{
    width: 392px;
}
.grouphotspottblthrow{
    background-color: #e1cea3;    
}
.grouphotspottbltrheader{
    background-color: #e1cea3;
}
.grouphotspottbltr{
    background-color: #fff;
    cursor:pointer;
}
.grouphotspottbltrselected{
    background-color: #66b7ec;
}
.grouphotspottblth{
    border: 1px solid #000;
    vertical-align: middle;    
}
.grouphotspottblheaderdiv{
    width:392px;
}
.grouphotspottblheadercol{
    float: left;
    border: 1px solid #000;
    box-sizing: border-box;
    height: 26px;
    padding-top: 0.5em;
    text-align: center;
}
.grouphotspottbltd{
    border: 1px solid #000;
    vertical-align: middle;    
}
.grouphotspottblcol1{
    width: 26px;
    height: 26px;    
}
.grouphotspottblcol1 img{
    width: 26px;
    height: 26px;    
}
.grouphotspottblcol2{
    width: 26px;
    height: 26px;    
}
.grouphotspottblcol2 img{
    width: 26px;
    height: 26px;    
}
.grouphotspottblcol3{
    width: 100px;
}
.grouphotspottblcol4{
    width: 80px;
}
.grouphotspottblcol5{
    width: 80px;
}
.grouphotspottblcol6{
    width: 80px;
}
.MaskDiv{
    position:absolute;
    width:100%;
    height:100%;
    left:0px;
    top:0px;
    background-color: rgba(64, 64,64, 0.9);
    display: none;
    z-index: 35;
}
.MaskInnerWhiteArea{
    position:absolute;
    width:70%;
    left:15%;
    height:70%;
    top:15%;
    background-color: #ffffff;
    /*overflow-y: no-content;*/
    overflow-y: auto;
    overflow-x: auto;   
}
.MaskInnerWhiteArea h2{
    text-align: center;
}
.modifyHotSpotGroupArea{
    position: relative;
    width: 100%;
    height: 100%;
    overflow:hidden;
}
.modifyHotSpotGroupTitleRow{
    position: absolute;
    margin-top: 10%;
    margin-left: 0%;
    width: 100%;
}
.hotspotgrouplist{
    width: 100%;
    height: 40%;
    border: solid 1px #000;
    position: relative;
}
.hotspotgrouplistmask{
    width: 100%;
    height: 100%;
    background-color: rgba(64, 64, 64, 0.9);
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
}
.modifyHotSpotGroupListRow{
    position: absolute;
    margin-top: 10%;
    margin-left: 0%;
    width: 100%;
    height:100%;
}
.modifyHotSpotGroupLeftTitle{
    position: absolute;
    top: -2em;
    width: 35%;
    margin-left: 10%;
    text-align: center;
    font-weight: bold;
}
.modifyHotSpotGroupRightTitle{
    position: absolute;
    margin-left: 55%;
    width: 35%;
    top: -2em;
    text-align: center;
    font-weight: bold;
}
.modifyHotSpotGroupListLeftArea{
    position: absolute;
    width: 35%;
    border: 1px solid #000;
    margin-left: 10%;
    height:50%;
    box-sizing: border-box;
    overflow-y: auto;
}
.modifyHotSpotGroupListFolder{
    position: relative;
    overflow:hidden;
}
.modifyHotSpotGroupListFolderItem{
    min-height: 32px;
    padding-left: 40px;    
    border: 1px solid #000;
    box-sizing: border-box;
    background-color: #e1cea3;
    cursor:pointer;
}
.modifyHotSpotGroupListItem{
    min-height: 32px;
    padding-left: 40px;    
    border: 1px solid #000;
    box-sizing: border-box;
    cursor:pointer;
}
.modifyHotSpotGroupListItem p{
    margin-top: 0.5em;
}
.modifyHotSpotGroupListUsed{
    background-color: #c6c6c6;
    cursor: default;
}
.modifyHotSpotGroupListSelected{
    background-color: #66b7ec;
}
.modifyHotSpotGroupListFolderItem img{
    height: 32px;
    width: 32px;
    position: absolute;
    left: 0px;
    top: 0px;
}
.modifyHotSpotGroupListFolderItem p{
    position: absolute;
    top: 0.5em;
}
.modifyHotSpotGroupListCenterArea{
    position: absolute;
    width: 10%;
    margin-left: 45%;
    height:50%;
}
.modifyHotSpotGroupAddButton{
    position: absolute;
    width: 60%;
    margin-left: 20%;
    height: 50%;
    margin-top: 25%;
}
.modifyHotSpotGroupAddButton img{
    width: 100%;
    cursor: pointer;
}
.modifyHotSpotGroupListRightArea{
    position: absolute;
    width: 35%;
    border: 1px solid #000;
    margin-left: 55%;
    height:50%;
    overflow-y:auto;
}
.modifyHotSpotGroupDragComment{
    position: absolute;
    color: red;
    font-weight: bold;
    top: 50%;
    right: 10%;
    margin-top: 10px;
}
.modifyHotSpotGroupListAddedItem{
    position: relative;
    min-height: 32px;
    cursor: move;
}
.modifyHotSpotGroupListAddedItemCol1{
    /*position: absolute;*/
    width: 30%;
    min-height: 32px;
    text-align: center;
    vertical-align: middle;
    /*border-right: 1px solid #000;*/
    height:100%;
    float:left;
}
.modifyHotSpotGroupListAddedItemCol1 p{
    margin-top: 0.5em;
}
.modifyHotSpotGroupListAddedItemCol2{
    /*position: absolute;*/
    width: 60%;
    margin-left: 30%;
    min-height: 32px;
    height:100%;
    border-left:1px solid #000;
}
.modifyHotSpotGroupListAddedItemCol2 p{
    margin-top: 0.5em;
    margin-left: 1em;
}
.modifyHotSpotGroupListAddedItemDelBtn{
    position: absolute;
    width: 10%;
    right: 2px;
    top: 2px;
}
.modifyHotSpotGroupListAddedItemDelBtn img{
    width: 28px;
    cursor: pointer;
}
.OKButton{
    position: absolute;
    height: 100%;
    width: 40%;
    left: 5%;
}
.CancelButton{
    position: absolute;
    height: 100%;
    width: 40%;
    left: 55%;
}
.titleRow{
    width: 100%;
    height: 30%;
    position: absolute;
}
.titleRow p{
    font-size: 160%;
    font-weight: bold;
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
}
.itemsArea{
    position: absolute;
    padding-top: 75px;
    width: 100%;
    /* position: absolute;
    top: 75px;
    width: 80%;
    left: 8%; */
    /* height: 70%;
    padding-left: 20%;
    padding-top: 24px; */
}
#modStampArea{
    position: absolute;
    top: 30%;
    width: 80%;
    height: 70%;
    padding-left: 20%;
    padding-top: 24px;
    }
.itemsArea input{
    width: 80%;
    /* padding-top: 24px; */
    /* font-size: 160%; */
}
.itemsArea select{
    width: 80%;
    /* font-size: 160%; */
}
.itemName{
    /* float: left; */
    /* font-size: 160%; */
    /* padding-top: 5px; */
    /* margin-right: 24px;
    display: inline-block;
    width:30%; */
}
.modifyGroupTitleRow{
    width: 100%;
    height: 30%;
    position: absolute;
}
.modifyGroupTitle{
    font-size: 160%;
    font-weight: bold;
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
}
.modifyGroupItemsArea{
    position: absolute;
    top: 30%;
    width: 100%;
    height: 70%;
    padding-left: 20%;
    padding-top: 24px;
}
.modifyGroupItemName{
    float: left;
    font-size: 160%;
    padding-top: 0.5em;
    margin-right: 24px;
}
.modifyGroupItemsArea input{
    width: 50%;
    font-size: 160%;
}

.groupModMenu{
    position:absolute;
    width:200px;
    height:0px;
    text-align:left;
    vertical-align:middle;
    overflow:hidden;
    z-index:33;
}
.groupModMenuItem{
    vertical-align: middle;
    position:absolute;
    width:200px;
    height:48px;
    overflow:hidden;
    background-color:#fff;
    border:1px solid #000;
    box-sizing: border-box;
    padding-top: 1em;
    padding-left: 1em;
    cursor: pointer;
}
.groupModMenuItem:hover{
    background-color:#e5ab47;
}
.groupTagModMenu{
    position:absolute;
    width:200px;
    height:0px;
    text-align:left;
    vertical-align:middle;
    overflow:hidden;
    z-index:33;
}
.groupTagModMenuItem{
    vertical-align: middle;
    position:absolute;
    width:200px;
    height:48px;
    overflow:hidden;
    background-color:#fff;
    border:1px solid #000;
    box-sizing: border-box;
    padding-top: 1em;
    padding-left: 1em;
    cursor: pointer;
}
.groupTagModMenuItem:hover{
    background-color:#e5ab47;
}

.sortArea{
    text-align: center;
    height:100%;
}
.sortArea p{
    font-size:160%;
    font-weight: bold;
    padding: 8px;
}
.sortArea li{
    list-style: none;    
}
#stampFolderSortArea{
    height:100%;
}
.sortArea ul{
    margin: 1px;
    padding: 0px 0px 0px 0px;
    cursor: move;
    width:400px;
    display: inline-block;
    height:100%;
    overflow: auto;
}
.sortItem{
    display:table-cell;
    height:3em;
    vertical-align: middle;
}
.sortGroupArea{
    text-align: center;
    height:100%;
}
#groupSortArea{
    height:60%;
}
.sortGroupArea p{
    font-size:160%;
    font-weight: bold;
    padding: 8px;
}
.sortGroupArea li{
    list-style: none;    
}
.sortGroupArea ul{
    margin: 1px;
    padding: 0px 0px 0px 0px;
    cursor: move;
    width:400px;
    display: inline-block;
    height:100%;
    overflow: auto;
}
.sortGroupItem{
    display:table-cell;
    height:3em;
    vertical-align: middle;
}
.sortGroupTagArea li{
    list-style: none;    
}
.sortGroupTagArea ul{
    margin: 1px;
    padding: 0px 0px 0px 0px;
    cursor: move;
    width:400px;
    display: inline-block;
    height:400px;
    overflow: auto;
}
.sortGroupTagItem{
    display:table-cell;
    height:3em;
    vertical-align: middle;
}
.panelTitleRow{
    width: 100%;
    height: 30%;
    position: absolute;
}
.panelTitle{
    font-size: 160%;
    font-weight: bold;
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
}
.panelItemsArea{
    position: absolute;
    top: 30%;
    width: 100%;
    height: 70%;
    padding-left: 20%;
    padding-top: 24px;
}
.panelItemName{
    float: left;
    font-size: 160%;
    padding-top: 0.5em;
    margin-right: 24px;
}
.panelItemsArea input{
    width: 50%;
    font-size: 160%;
}
.stampTagListMain{
    position: relative;
    width: 70%;
    margin-left: 10%;
    margin-top: 10px;
    box-sizing: border-box;
    /*height: 80%;*/
    height:0px;
    overflow-y: auto;
}
.stampTagListFolder{
    overflow:hidden;
    position: relative;
}
.stampTagListFolderItem{
    min-height: 36px;
    border: 1px solid;
    box-sizing: border-box;
    cursor:pointer;
    background-color:#e1cea3;
}
.stampTagListFolderItem p{
    margin-top: 0.75em;
    margin-left:1em;
    width:10em;
}
.stampTagListFolderItem div{
    height: 32px;
    position: absolute;
    top: 2px;
    right: 6px;    
}
.stampTagListFolderItem img{
    width:32px;
    float:left;
}
.stampTagListItem{
    min-height: 36px;
    border: 1px solid;
    box-sizing: border-box;
    cursor:pointer;
    position: relative;
    background-color: #fff;
    word-wrap: break-word;
}
.stampTagListItemSelected{
    background-color: #FDD0A2;
}
.stampTagListItemDisabled{
    cursor:default;
    background-color: #c6c6c6;
}
.stampTagListItem p{
    margin-top: 0.75em;
    margin-left:1em;
    margin-right:36px;
}
.stampTagListItem div{
    height: 32px;
    position: absolute;
    top: 2px;
    right: 6px;    
}
.stampTagListItem img{
    width:32px;
}
.infoDetailArea{
    top: 288px;
    background-color: #fff;
    max-height: 200px;
    width:200px;
    overflow-y: auto;
    position: absolute;
    padding: 10px;
    text-align: left;
    border: 1px solid #000;
    box-sizing: border-box;
    font-size:90%;
}
.searchPanel{
}
.searchPanel input{
}
.searchPanel select{
    height: 2em;
    vertical-align: top;
}
.searchConditionItemFull{
    width:80%;
}
.searchConditionItem{
    margin-bottom:1em;
    margin-left:10%;
}

.simpleSearchPanel{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}
.searchArea{
    position:absolute;
    width:100%;
    height:40%;
    top:0px;
    left:0px;
}
.searchConditionArea{
    position:absolute;
    width:100%;
    height:60%;
    top:40%;
    left:0px;
    border-top: 1px solid #000;
}
.searchConditionAreaInner{
    position:relative;
    height:100%;
    width:100%;
    padding:1em;
}
.searchConditionList{
    position:relative;
    width:80%;
    margin-left:10%;
    margin-top:16px;
    height:70%;
    border:1px solid #000;
    overflow-y:auto;
    background-color:#fff;
}
.searchConditionListMask{
    position:absolute;
    width:100%;
    height:100%;
    left:0px;
    top:0px;
    background-color: rgba(64, 64,64, 0.9);
    display: none;
}
.searchConditionRow{
    width:100%;
    height:1.5em;
    cursor:pointer;
    position: relative;
    padding-top: 0.5em;
}
.searchConditionRowSelected{
    background-color:#FDD0A2;
}
.searchConditionRow img{
    width:24px;
    height:24px;
    cursor:pointer;
    position: absolute;
    top: 4px;
    right: 4px;
}
.detailSearchPanel{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color:#F3F2F1;
}
.smalltext{
    font-size:80%;
}
.dateConditionNonePanel{
    
}
.dateConditionDatePanel{
    
}
.dateConditionNumPanel{
    width: 90%;
    padding-left: 10%;
}
.dateConditionPanel{
    height:2em;
    margin-bottom: 1em;
}
.scDate{
    width:10em;
}
.scDateTitle{
    height:2em;
}
.searchResultPanel{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color:#F3F2F1;
}
.appendResultPanel{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color:#F3F2F1;
}
#resulthotspotlistinner{
    width:100%;
    height:100%;
    overflow: auto;
    font-size:80%;
}

.resulthotspottbl{
    width: 392px;
}
.resulthotspottblthrow{
    background-color: #e1cea3;    
}
.resulthotspottbltrheader{
    background-color: #e1cea3;
}
.resulthotspottbltr{
    background-color: #fff;
    cursor:pointer;
}
.resulthotspottbltrselected{
    background-color: #FDD0A2;
}
.resulthotspottblth{
    border: 1px solid #000;
    vertical-align: middle;    
}
.resulthotspottblheaderdiv{
    width:392px;
}
.resulthotspottblheadercol{
    float: left;
    border: 1px solid #000;
    box-sizing: border-box;
    height: 26px;
    padding-top: 0.5em;
    text-align: center;
}
.resulthotspottbltd{
    border: 1px solid #000;
    vertical-align: middle;    
}
.resulthotspottblcol1{
    width: 26px;
    height: 26px;    
}
.resulthotspottblcol1 img{
    width: 26px;
    height: 26px;    
}
.resulthotspottblcol2{
    width: 26px;
    height: 26px;    
}
.resulthotspottblcol2 img{
    width: 26px;
    height: 26px;    
}
.resulthotspottblcol3{
    width: 100px;
}
.resulthotspottblcol4{
    width: 80px;
}
.resulthotspottblcol5{
    width: 80px;
}
.resulthotspottblcol6{
    width: 80px;
}
#arRemoveHotspotListInner{
    width:100%;
    height:100%;
}
#arAppendHotspotListInner{
    width:100%;
    height:100%;
}
.arRemoveHotspotTable{
    width: 392px;
}
.arAppendHotspotTable{
    width: 392px;
}
#qrcodepanel{
    margin-top:1em;
}
#licenseNameArea{
    background-color:#FDD0A2;
    height:2em;
    text-align:center;
}
#normalInfoArea{
    padding-top:40px;
    position: absolute;
    top:0px;
    width:100%;
    background-color:#FDD0A2;
    min-height: 100%;
    box-sizing: border-box;
}
.infoPanelHandleNoSelectColor{
    /* background-color:#c3cfa9 !important; */
    background-color:#C8AEA0;
}
.infoPanelHandleInfoColor{
    /* background-color:#b1d7e4 !important; */
    background-color:#FDD0A2;
}
.infoPanelHandleAddColor{
    /* background-color:#e1cea3 !important; */
    background-color:#C8AEA0;
}
.infoArea{
    position: absolute;
    height:100%;
    width:100%;
    text-align: left;
    overflow:auto;
	/* background-color:#c3cfa9;*/ 
    background-color:#C8AEA0;
}
.createArea{
    position: absolute;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    height:100%;
    width:100%;
    text-align:left;overflow:visible;
    background-color:#F3F2F1;
}
.createInfoArea{
    position: absolute;
    padding-top: 140px;
    width: 100%;
    background-color: #C8AEA0;
}

.stampInfoArea{
    position: absolute;
    padding-top: 180px;
    width: 100%;
    background-color: #C8AEA0;
}
.upInfoPanelInner{
    position:absolute;
    top:80px;
    bottom:24px;
    right:24px;
    left:24px;
    background-color: #C8AEA0;
}
.imgModInfoPanel{
    position: absolute;
    top:0px;
    bottom:0px;
    width:100%;
    background-color: #F3F2F1;
}
.imgModInfoPanelInner{
    position:absolute;
    top:80px;
    bottom:24px;
    right:24px;
    left:24px;
    background-color: #F3F2F1;
}

.floorMapSlider{
    position:absolute;
    top:80%;
    left:15%;
    width:45%;
    height:10%;
    background-color: #C6C6C6;
}
.panoSlider{
    position:absolute;
    top:80%;
    left:60%;
    width:40%;
    height:10%;
    background-color: #C6C6C6;
}
.mapPanelHandleOpenColor{
    background-color: #FDAE6B;
}
.mapPanelHandleCloseColor{
    background-color: #FDAE6B;
}
.floorMap{
    overflow: hidden; 
    position:absolute;
    top:0%;
    left:0%;
    width:100%;
    height:100%;
    background-color: #FDAE6B;
}
.settingsFloorMap{
    overflow: hidden; 
    position:absolute;
    top:5%;
    left:15%;
    width:45%;
    height:75%;
    background-color: #282828;
}
.settingsFloorMapBack{
    position: absolute;
    top:0%;
    left:0%;
    width:60%;
    height:100%;
    background-color:#FFFFFF;/* #282828は明らかに違うようだったので変えました */
    /* background: -moz-linear-gradient(top, #C6F0FE, #27BCF9); 
    background: -webkit-gradient(linear, left top, left bottom, from(#C6F0FE), to(#27BCF9));
    background: linear-gradient(to bottom, #C6F0FE, #27BCF9); */
}
.settingsPanoramaBack{
    position: absolute;
    top:0%;
    left:60%;
    width:40%;
    height:100%;
    background-color:#FFFFFF;/* #282828は明らかに違うようだったので変えました */
    /* background: -moz-linear-gradient(top, #C6FEF0, #27F9BC); 
    background: -webkit-gradient(linear, left top, left bottom, from(#C6FEF0), to(#27F9BC));
    background: linear-gradient(to bottom, #C6FEF0, #27F9BC); */
}
.tabHandleImage{
    margin-top: 0px;
    width: 35px;
    height: 35px;
}
.settingsCloseButton{
    position: absolute;
    top:5px;
    left:82%;
    width:16%;
    height:20px;
	text-align: center;
    border-radius: 4px;
	line-height: 20px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    cursor: pointer;
    background-color: #E88A2A;
    box-shadow: 0 3px 0 #C86118;
}
#remodalImage{
    width:90%;
    border: 2px solid #0000ff;
}

.iPhoneMapHandle{
    width: 20%;
    height: 2em;
    top: 100%;
    right: 0px;
    position: absolute;
}
.iPhoneTabHandleImage{
    width:30px;
    height:30px;
}
.iPhoneMapHandleText{
    position:absolute;
    top:0.5em;
}
.iPhoneMenuPanelHandle{
    width: 19%;
    height: 1.5em;
    position: absolute;
    top: -2em;
    right: 0%;
    padding-top: 0.5em;
}
.iPhoneInfoPanelHandle{
    width: 19%;
    height: 1.5em;
    position: absolute;
    top: -2em;
    right: 20%;
    padding-top: 0.5em;
}
.iPhoneCreatePanelHandle{
    width: 19%;
    height: 1.5em;
    position: absolute;
    top: -2em;
    right: 40%;
    padding-top: 0.5em;
}
.iPhoneGroupPanelHandle{
    width: 19%;
    height: 1.5em;
    position: absolute;
    top: -2em;
    right: 60%;
    padding-top: 0.5em;
}
.iPhoneSearchPanelHandle{
    width: 20%;
    height: 1.5em;
    position: absolute;
    top: -2em;
    right: 80%;
    padding-top: 0.5em;
}
.iPhoneTabHandleText{
}

#iPhoneFloorMapDragHandle{
position: absolute;
    bottom: 0px;
    width: 20%;
    height: 10px;
    left: 40%;
    cursor:pointer;
}
#iPhoneFloorMapDragHandle img{
    position: absolute;
    bottom: 0px;
    width: 30%;
    height: 20px;
    left: 35%;
}
#iPhoneInfoPanelDragHandle{
    position:absolute;
    top: 0px;
    width: 20%;
    height: 10px;
    left: 40%;
    cursor:pointer;
}
#iPhoneInfoPanelDragHandle img{
    position: absolute;
    top: 0px;
    width: 30%;
    height: 20px;
    left: 35%;
}
#iPhoneCreateAreaDragHandle{
    position:absolute;
    top: 0px;
    width: 20%;
    height: 10px;
    left: 40%;
    cursor:pointer;
}
#iPhoneCreateAreaDragHandle img{
    position: absolute;
    top: 0px;
    width: 30%;
    height: 20px;
    left: 35%;
}

.iPhoneMapSelectButton{
    position: absolute;
    width: 80%;
    bottom: 24px;
    height: 2em;
    background-color: #FB8A1A;
    box-shadow: 2px 2px 4px;
    left: 10%;
    text-align: center;
    line-height: 2em;
    font-size: small;
    cursor: pointer;
}
.iPhoneBuildNameArea{
    margin-left: 10%;
    margin-top: 32px;
}
.iPhonePanoramaNameArea{
    margin-left: 10%;
    margin-top: 6px;
}
.iPhoneMenuItem{
    background-color: #FB8A1A;
    box-shadow: 2px 2px 4px;
    text-align: center;
    line-height: 3em;
    cursor: pointer;
    width: 35%;
    display: inline-block;
    margin-top: 6px;
}
.iPhoeMenuItemLeft{
    margin-left: 10%; 
}
.iPhoeMenuItemRight{
    margin-left: 5%; 
}
.iPhoneUnderBar01{
    position: absolute;
    display: flex;
    bottom: 0px;
    width: 100%;
    pointer-events: none;
}
.iPhoneUnderBar02{
    position: absolute;
    display: flex;
    bottom: 0px;
    width: 100%;
    display:none;
}
.iPhoneUnderBar03{
    position: absolute;
    display: flex;
    bottom: 0px;
    width: 100%;
    display:none;
}

.iPhoneBuildingAreaPanel{
    display:none;
}
.iPhoneFloorListTitle{
    width: 100%;
    text-align: center;
    margin: 24px auto;
}
.iPhoneBuildingAreaCancelButton{
    width: 80%;
    margin-left: 10%;
    height: 2em;
    background-color: #FB8A1A;
    box-shadow: 2px 2px 4px;
    text-align: center;
    line-height: 2em;
    font-size: small;
    cursor: pointer;
}
.floorMapLockonCursor{
    width: 24px;
    height: 24px;
    border: 3px solid red;
    margin-top: -14px;
    margin-left: -14px;
}

