/*
   Eirokuen
   Author: Ai Hubrel
   Date:   

   Filename:   index_styles_m.css (CSS for Mobile)
   Supporting Files: Eirokuen.Index.html

*/

/* Style for the Page Body */

body{
    font-family: Verdana, Geneva, sans-serif;
    margin: 0 auto;
    width: 100%;
    min-width:320px;
    height:auto;
}

/* Style for #background */

#background{
    background-color:#EDEEEE;
}

#background img{
    width:100%;
    height: auto;
    background-repeat: no-repeat;
    filter: opacity(90%);
}

/* Style for #container */

#container{    
     background-color: white;
}

/* Style for #header */

#header{
    height: 130px;
    border-bottom: 0.5px solid gray;
    text-align: center;
}

#header header{
    border-radius: 8%;
    text-align: center;
}

#header p{
    color: #545955;
    font-family: 'serif';
    margin-top: 0;
    font-size: 90%;
    padding-right: 0px;
}

/* Style for #tilte (image) */

#title {
    margin-top: 0px;
    margin-left: 10px;
    padding-top: 10px;
    padding-bottom: 0;
    width:150px;
    height:auto;
}


aside{
  float: right;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #2a2c96;
  margin: 5px;
  margin-top: -30px;
  border: 0.5px solid gray;
}

aside a{
  text-decoration: none;
  color:white;
}

aside img, aside h5{
  display: none;
}

/* Style for #logo (image) */

#logo {
    width: 25px;
    height:auto;
}

/* Style for .navPC (for PC, do not show) */

.navPC{
    display: none;
}

/* Style for .navMobile (for Moble)*/

.navMobile {
  width: 100%;
  height: 40px;
  background: #320573;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.navMobile ul {
  width: 710px;
  height: 40px;
  margin: 0 auto 2px auto;
  list-style: none;
  display: flex;
  margin-left: -40px;
}

.navMobile ul li {
  text-align: center;
  border-left: 1px solid #eee;
}

.navMobile ul li:last-child {
  border-right: 1px solid #eee;
}

.navMobile ul li a,
.navMobile ul li a:link,
.navMobile ul li a:visited {
  font-size: 80%;
  display: inline-block;
  width: 87px;
  height: 40px;
  vertical-align: middle;
  background: #320573;
  color: white;
  text-decoration: none;
  padding-top: 5px;
}

.navMobile ul li a:hover,
.navMobile ul li a:active {
  background: #8966bd;
  color:black;
}

/* Style for #slideNavi */

#slideNavi{
   padding-left: 10px;
   border-bottom: 0.5px solid gray;
}


/* Page footer styles */

footer{
    overflow: hidden;
    width: 100%;
    height: auto;
    background: #b09fbd;
    box-shadow: 0 0 2px #203a45;
    margin-top: 0;
}

#footerTitle  p{
    text-align: center;
    font-family: 'Times New Roman';
    color: #000066;
    font-size: 120%;
}
#footerTitle img{
    width:30px;
    padding-left: 8px;

}

#sns{
  text-align: center;
}

#sns img{
   width: 40px;
}

#sns p{
    color: white;
    font-family: 'arial';
    margin-top: 0;
    font-size: 80%;
}

#sns a{
        text-decoration: none;
}

footer  li{
    list-style: none;
    text-align: center;
    font-family: 'Times New Roman';
    width:35%;
    height: 50px;
    font-size: 80%;
    float: left;
    padding-top: 5px;
    margin-left: 20px;
}

footer li a{
    text-decoration: none;
    color: #000066;
}



/*
*{
 outline: 1px solid red;   
}

*/