@charset "utf-8";
/*
Theme Name: 鶴澤税理士法人事務所
Theme URI:
Template: tpl_087_rwd
Description:
Author: リライオン・アコー株式会社
Tags:
Version: 1.0
 */

.content , .postWrap {
  min-height:60vh;
}

#copyright {
  padding:0px;
}

/* PC用
   ------------------------------------------------------------*/

@media only screen and (min-width:960px){
  nav div.panel {
    float:none;
    width:100%;
  }

  nav div.panel ul {
    display : flex;
  }

  #mainNav li {
    display:flex;
    width: 100%;
    flex-grow:1;
    float :none;
  }

  #mainNav li a {
    width:100%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    height: 60px;
  }

}

/* スマホ用
   ------------------------------------------------------------*/
@media only screen and (max-width:959px){
  #wrapper {
    width:100%;
  }
}
