﻿:root {
    --r-font-color : #000000;
    --r-font-size : 16px; 
    --r-line-height : 1.5;
    --r-el-border-bottom: solid 1px #dddddd;
    --r-el-padding: 1rem;
    --r-smaller-font : 0.8em;
    --r-container-padding : 1em;
    --r-hori-gap : 2em;
    --r-heading-font-weight : 700;
    --r-heading-font-size : 1.2em;
}

.isNotIndexPage .variableContent
{
   padding : 1em 1em;
}

html, body {
    font-family: 'Roboto Condensed', '微軟正黑體', 'Microsoft JhengHei', 'Segoe UI Semibold', 'Segoe UI', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #000000;
    line-height: 1.5rem;
}

a {
    text-decoration : none;
    color: #000000;
}

.lmyHeader01
{
  position : relative;
  display : flex;
  flex-direction: row;
  align-items: center;
}

.icon35
{
   max-width : 100%;
   height : 90px;
   width : auto;
}

.lmySubMenu
{
    position : absolute;
    right : 0px;
    bottom : 0px;
}

.variableContent
{
   padding : 10px;
}

.lmyFooter
{
    margin-top : 2rem;
    padding : 1rem;
    border-top: 1px solid #aaa;
    font-size: 0.9rem;
}

@media (max-width: 480px) 
{
  .lmyHeader01
  {
     flex-direction: column;
     align-items: center;
  }

  .lmySubMenu
  {
     position:static;
  }
  .icon35
  {
     display : none; 
  }
}

@media (min-width: 481px) and (max-width: 767px) 
{
  .lmyHeader01
  {
     flex-direction: column;
     align-items: center;
  }
  .lmySubMenu
  {
     position:static;
  }
  .icon35
  {
     display : none; 
  }
}
@media (min-width: 768px) and (max-width: 979px) {}
@media (min-width: 980px) and (max-width:1199px) {}
@media (min-width: 1200px) and (max-width:1919px) {}
@media (min-width: 1920px) {}









