@charset "UTF-8";

@media screen and (max-width:767px) {

  body {
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
    width: 100%;
    min-width: 100%;
    font-family: sans-serif;
  }

  a:hover {
    opacity: 1;
  }

  #global_container {
    min-width: 100%;
  }

  #topicPath {
    box-sizing: border-box;
    width: 100%;
    padding: 5px 2% 20px 2%;
  }

  #contents {
    box-sizing: border-box;
    min-width: 100%;
    padding: 0 2%;
  }

  .col1Contents {
    width: 100%;
    margin: 0;
  }

  #pagetopBlockSP {
    position: fixed;
    right: 5px;
    bottom: 5px;
    z-index: 999;
    display: block !important;
    width: 70px;
    overflow: hidden;
  }

  #pagetopBlockSP p {
    padding: 11px 15px;
  }
}

@media screen and (min-width: 768px) {

  .mobile,
  #footNav,
  .headLogo {
    display: none;
  }

  #topicPath li {
    display: inline-block;
    padding-right: 13px;
    margin-right: 7px;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  }
}

@media print {
  .mobile,
  #footNav,
  .pagetopBlockSP {
    display: none;
  }
}
