@charset "utf-8";


#footer{
  width : 100%;
    height : 200px;
  
  padding-bottom : 15px;
  margin-top : 20px;
  border-top-width : 1px;
  border-top-style : solid;
  border-top-color : gray;
}

#footer h3{
  margin-bottom : 5px;
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : silver;
  font-size : 11pt;
  margin-top : 15px;
  font-weight : bold;
  color : gray;
}

#footer_menu{
  width : 100%;
  height : inherit;
  margin-bottom : 10px;
  margin-left : 0px;
}

#footer_menu ul{
  font-size : 9pt;
  margin-top : 10px;
  margin-bottom : 5px;
}

#footer_menu ul li{
  padding-right : 5px;
  margin-right : 5px;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : silver;
  float : left;
  position : relative;
  margin-bottom : 5px;
}

#copyright{
  font-size : 8pt;
  text-align : left;
  width : 100%;
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
  float : left;
  position : relative;
}


/* PC
------------------------------------------------------------*/
@media only screen and (max-width:1019px){
#footer{
  width : 100%;
  
  
    height : 500px;
  
  }

#copyright{
  margin-bottom:0px;
  
    margin-top : 0px;
  }

}