@charset "utf-8";
/*  style　[ 辻眼科クリニック：年代別疾患・主な眼の疾患  ]
=================================================================== */



.header_bg {
  background: url(./images/header.jpg) no-repeat top center;
    /*background-size: contain;*/
    background-size: cover;
    width: 100%;
    position: absolute;
    left: 0px;
    height: 100%;
   z-index: -1;
   background-attachment: fixed;
}
@media screen and (min-width:768px) and ( max-width:1012px) {
    /*　画面サイズが768pxから1012pxまではここを読み込む　*/
  .header_bg {
  background: url(./images/header.jpg) no-repeat top center;
    /*background-size: contain;*/
    background-size: cover;
    width: 100%;
    position: absolute;
    left: 0px;
    height: 120px;
   z-index: -1;
   background-attachment: fixed;
}
}

.anker-list {
  margin: 0;
  padding: 10px 20px;
}
.anker-list li {
  display: inline-block;
  padding: 0 15px;
  margin-bottom: 10px;
}
.anker-list li a:link { border-bottom: 1px dashed #333; }
.anker-list li a:hover { text-decoration: none;border-bottom: 1px dashed #c30;}





