@charset "utf-8";
/* CSS Document */

body{
  color:#000;
}
a, a:visit{
  color:#000;
}

a.btn-default{
  min-width:200px !important;
}

#spNavigationTrigger.-js-menuPosition-right_top_fixed {
    top: 15px;
    left: auto;
    right: 15px;
}
#pagetop a{
  position:fixed;
  z-index:100;
  bottom:20px;
  right:20px;
}

#side{
  position:fixed;
  width:103px;
  height:310px;
  top:200px;
  right:0;
  z-index:100;
}



@media screen and (min-width: 641px) {
.c-menu.-menu_b li a {
  color:#000;
    font-size:15px;
    padding: 10px 20px;
    line-height:1.0;
}
.c-menu {
    margin-bottom: 0;
}
.c-menu li{
    border-right:1px dotted #64a6c8;
}
.c-menu li:first-child {
    border-left: none;
}
.c-menu li:last-child {
    border-right:none;
}

.sp-none {
 display: block;
}
.pc-none {
 display: none;
}

#access table{
  border:none;
}
#access th,#access td{
  border-top:none;
  border-left:none;
  border-right:none;
  border-bottom:1px dotted #999999;
  padding:10px;
}


}
@media screen and (max-width: 640px) {
.sp-none {
 display: none;
}
.pc-none {
 display: block;
}

#greeting table{
  font-size:12px;
  margin-bottom:15px;
}
#greeting th{
  width:80px;
  vertical-align:top;
}
#greeting td{
  vertical-align:top;
}

#access table{
  border:none;
  font-size:12px;
  margin-bottom:15px;
}
#access th{
  width:80px;
  border-top:none;
  border-left:none;
  border-right:none;
  border-bottom:1px dotted #999999;
}
#access td{
  border-top:none;
  border-left:none;
  border-right:none;
  border-bottom:1px dotted #999999;
}

#contact-bottom{
  position:fixed;
  bottom:0;
  z-index:100;
  background-color:#ff7c00;
  height:auto !important;
}

#pagetop a{
  bottom:50px;
  right:15px;
}

}





