@charset "utf-8";
/*  style　[ 辻眼科クリニック Smart Phone ]
=================================================================== */
/* ～767px(xs) ____________________________________________________ */
@media screen and (max-width: 767px) {
p {
  font-size: 90%;
}
li {
  font-size: 90%;
}
  header {
 width: 100%;
    min-height: 80px;
   position: relative;
}
  
.header_bg {
  background: url(../images/header.jpg) no-repeat top center;
}

  .breadcrumb {
   background-color: rgba(255,255,255,0.7);
    border-radius: none;
  }
  
}
/*----------------------------------------------
   480px以下
  ---------------------------------------------*/
@media screen and (max-width: 480px) {
   header {
    min-height: 50px;
     height: 90px;

  }
  #areaHeader {
  height: 50px;

}
  
  .inner {
  position: fixed;
  top: 50px;
  width: 100%;
  height: 40px;
}

}


