@charset "utf-8";
/*-- Last updated:  03-Mar-2018    Version: 1.0                   */
/*-- Copyright 2018  MusicBiz Enterprises, All rights reserved.   */


/*----------------------------------------*/
/*  colors                                */
/*  white          = "rgb(255,255,255)";  */
/*  black          = "rgb(255,255,255)";  */
/*  SGosp_yellow   = "rgb(245,221,14)";   */ 
/*----------------------------------------*/
body { 
   color: white; 
   background-color: black; 
} 

h1, h2, h3, h4, h5, h6, p {
   color: white;
}

a {
   color: rgb(245,221,14);    /* SGosp_yellow */
}

a:link {
   color: rgb(245,221,14);    /* SGosp_yellow */
}
a:visited {
   color: rgb(245,221,14);    /* SGosp_yellow */
}

.mContainer {
   color:            white;
   background-color: black;
}

header {
   background-color: black; 
}

#javascriptMsg {
   display: block;
   padding: 2em 0 2em 0;
   font-size: 2.0em;         /* relative to current element font-size -- nesting inheritance applies         */
   font-size: 2.0rem;        /* relative to root default font-size -- place after em, since rem is css3      */
   color: white;
   text-align: center;
}


/*------------------*/
/* mobile container */
/*------------------*/
.mContainer {
   min-height: 600px;
}

.genNavbar {
/*
   display: block;
   clear: both;
   float: left;
   position: fixed;
   z-index: 10;
   margin-top: 3em;
   /* top: 120px; */
   /* left: 0px; */
}
.genMenu {
   /*position: relative;*/
}
.genMenu_Button {
   width: 200px;
   visibility: hidden;
}
.genMenu_mainBox {
}
.genMenuItem {
   padding: 0;
   font-size: 20px;        
}
.genMenuItem_link {
}
a.genMenuItem_link {
   margin: 0;
   padding: 0;
   text-decoration: none;
}
.genMenuItem_Lv0 {
   height: 34px;
   margin: 0;
   padding: 5px 0 5px 10px;
   font-size: 20px;        
   font-weight: bold;
   font-family: Helvetica, sans-serif, Arial;
}
#mNav_BarMenu .genMenuItem_Lv0_PadLeft {
    padding-left: 0px;
}

.genMenuItem_Lv0_indent1 {
}
.genMenuItem_Lv0Active {
}
.genMenuItem_Lv0InActive {
}

.genMenuListBox {
}

.genMenuList {
}
ul.genMenuList {
}
.genMenuList li {
 }
.genMenuList li a {
}

.genMenuItem_Exit {
   font-size: 1.0em;         /* relative to current element font-size -- nesting inheritance applies         */
   font-size: 1.0rem;        /* relative to root default font-size -- place after em, since rem is css3      */
   font-weight: normal;
}

.genMenuItem_List {
}
.genMenuItem_List:visited {
}
.genMenuItem_List a:visited {
}


/*-------------------*/
/* mobile banner box */
/*-------------------*/
.mBanner {
   color:            black;
   background-color: rgb(245,221,14);    /* SGosp_yellow */
}
.mBannerText {
   color:            white;
   background-color: black;
}

/*-------------------*/
/* mobile expand box */
/*-------------------*/
.mExpandContainer {
   color:            white;
   background-color: black;
}
.mExpandBox {
   border: 0px solid rgb(245,221,14);
}
.mExpandTitle {
   color:            white;
   background-color: black;
}
.mExpandText {
   color:            white;
   background-color: black;
}

/*-------------------*/
/* mobile Text box   */
/*-------------------*/
.mTextContainer {
   color:            white;
   background-color: black;
}
.mTextBox {
   border: 1px solid rgb(245,221,14);
}

/*--------------*/
/* mobile Photo */
/*--------------*/
.mPhotoContainer {
   color:            white;
   background-color: black;
}

/*------------*/
/* ~~Footer~~ */
/*------------*/
.mFooterBox {
   color:            rgb(0,0,0);         /* black  */
   background-color: transparent;
   /* background-color: rgb(245,221,14);    /* SGosp_yellow */
}
#mFooter_linkMenu {
   color:            rgb(0,0,0);         /* black  */
   background-color: transparent;
   /* background-color: rgb(245,221,14);    /* SGosp_yellow */
}
.mFooter_menuItem li a:link {
   color:            rgb(0,0,0);         /* black  */
   background-color: transparent;
   /* background-color: rgb(245,221,14);    /* SGosp_yellow */
}
.mFooter_menuItem li a:visited {
   color:            rgb(0,0,0);         /* black  */
   background-color: transparent;
   /* background-color: rgb(245,221,14);    /* SGosp_yellow */
}


