﻿.ModuleSet_Standard
{
}

.ModuleSet_Standard .ModuleReference
{
    background: none;
}

/* == MAIN(中央)ペイン == */
.ModuleSet_Standard .SetContentPane
{
    float: left;
}

/* == 右ペイン == */
.ModuleSet_Standard .SetRightPane
{
    float: left;
}

.ModuleSet_Standard .SetContentPane .ModuleReference,
.ModuleSet_Standard .SetRightPane .ModuleReference
{
    width: 100% !important;
    box-sizing: border-box;
}