aboutsummaryrefslogtreecommitdiffstats
path: root/toj/jcs/common.css
blob: f693f3d375335d5ce6983b8a8dcb57f55be4d9b4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
div.common_page{
    height:100%;
    position:relative;
    overflow:auto;
    display:none;
}
div.common_tab{
    height:100%;
    position:relative;
    overflow:auto;
    display:none;
}
div.common_mask_box{
    margin:32px auto;
    padding:0px 32px 0px 32px;
    background-color:#373C38;
    position:relative;
    display:none;
}