| .reportElement .analyticsEmbeddedReportChart .asOfDateContainer {display: none} | 
| .reportElement .analyticsEmbeddedReportChart .refreshButtonContainer {display: none} | 
| #glayLayer { | 
|     display: none; | 
|     position: fixed; | 
|     left: 0; | 
|     top: 0; | 
|     height: 100%; | 
|     width: 100%; | 
|     background: #7BAEB5; | 
|     filter: alpha(opacity=75); | 
|     opacity: 0.75; | 
| } | 
| * html #glayLayer { | 
|     position: absolute; | 
| } | 
| #divRelationList { | 
|     width: 97.5%; | 
|     max-height: 380px; | 
|     background: white; | 
|     padding: 10px; | 
|     position: absolute; | 
|     top: 30%; | 
|     overflow: auto; | 
|     -webkit-overflow-scrolling: touch; | 
| } | 
| * html #divRelationList { | 
|     position: absolute; | 
| } | 
|   | 
| ccc { | 
|     width:50px; | 
| } | 
| .menu-, .menu-list { | 
|   list-style: none; | 
|   padding-left: 0; | 
|   margin: 0; | 
| } | 
|   | 
| .menu-list, .menu-one { | 
|   -webkit-transition: 0.25s ease-in; | 
|   -moz-transition: 0.25s ease-in; | 
|   -ms-transition: 0.25s ease-in; | 
|   -o-transition: 0.25s ease-in; | 
|   transition: 0.25s ease-in; | 
| } | 
|   | 
| .menu-name.hoverClass + .menu-list, .menu-list.hoverClass { | 
|   opacity: 1; | 
|   z-index: 1; | 
| } | 
| /* | 
| .menu-name:hover + .menu-list, .menu-list:hover { | 
|   opacity: 1; | 
|   z-index: 1; | 
| } | 
| */ | 
| .menu- { | 
|   color: black; | 
|   background: #ffffff; | 
|   width: 120px; | 
|   float: right; | 
| } | 
| .menu-:after { | 
|   content: ""; | 
|   clear: both; | 
|   display: block; | 
| } | 
| .menu-case { | 
|   width:100px; | 
|   float: left; | 
|   margin-left: 0; | 
| } | 
| .menu-case.hoverClass .menu-name { | 
|   color: #507ea4; | 
| } | 
| /* | 
| .menu-case:hover .menu-name { | 
|   color: #507ea4; | 
| } | 
| */ | 
| .menu-name { | 
|   width:100px; | 
|   padding: 0.5em 0.8em; | 
|   cursor: default; | 
| } | 
| .menu-list { | 
|   opacity: 0; | 
|   z-index: -1; | 
|   position: absolute; | 
|   /*border-top: 1px solid #666;*/ | 
|   width: 10em; | 
|   background: #B1E2FC; | 
|   -webkit-box-shadow: 0 1px 4px -2px #666; | 
|   -moz-box-shadow: 0 1px 4px -2px #666; | 
|   box-shadow: 0 1px 4px -2px #666; | 
| } | 
| .menu-one { | 
|   padding: 0.3em 0.5em; | 
|   cursor: pointer; | 
|   margin-left: 0; | 
|   border-bottom: 1px groove rgba(254, 254, 254, 0.48); | 
| } | 
| .menu-one.hoverClass { | 
|   background: #2182d3; | 
| } | 
| /* | 
| .menu-one:hover { | 
|   background: #2182d3; | 
| } | 
| */ | 
| table.relationList { | 
|   border-collapse:collapse; | 
| } | 
| .headerTr { | 
|   border-bottom: 1px groove #666; | 
|   background: #f2f3f3; | 
| } | 
| .dataTr { | 
|   border-bottom: 1px groove #666;  | 
| } |