@charset "UTF-8";






/*|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---------------------------------------------------------------
ダッシュボード画面
---------------------------------------------------------------
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

#main.Dashboard .scrollOuter { background-color: #F5F6FA; padding: 10px; overflow: hidden; }
#main.Dashboard .scrollOuter .scrollArea { overflow: auto; height: 100%; }
#main.Dashboard .scrollOuter .box { padding-bottom: 10px; }
#main.Dashboard .scrollOuter .box:last-of-type { padding: 0; }
#main.Dashboard .scrollOuter .box .col { background-color: #FFF; padding: 20px 10px 10px; margin-left: 10px; box-sizing: border-box; }
#main.Dashboard .scrollOuter .box .col:first-of-type { margin-left: 0; }
#main.Dashboard .scrollOuter .box .col > .contentsBox > .upperBox { margin-bottom: 10px; }
#main.Dashboard iframe { height: 100% !important; border: 1px solid #DDD;  }
body.dashboardPage .contentsBox { position: relative; height: 100%; margin-bottom: 0; }
body.dashboardPage .scrollTableOuter { overflow: auto; border: none; position: absolute; top: 0; right: 0; bottom: 0; left: 0; height: 100%; width: 100%; box-sizing: border-box; }