﻿/* Remove max-width settings for {rmp.maxWidth_Y_nonIndexPage} elements, to enable full width background image to show */
.isNotIndexPage.noVerticalMenu .mcShell {
    max-width: none !important;
}

iframe#myframe
{
    padding:0;
}

.pagePath {
    border: solid 1px black;
    font-size: 12px;
    line-height: 14px;
    background-color: orange;
    color: black;
    padding: 0px 10px 0px 10px;
}

/* 頂部Banner */
.customPageBanner {
    width: 100%;
    max-width: 100%;
    height: auto;
    border: none 0;
}

.divPagePadding, #divPageFrameBelowBanner 
{
    box-sizing: border-box;
}

/* Page heading & top banner container*/
.pageHeadingAndBanner {
    position: relative;
}