@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  body {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    -webkit-text-size-adjust: 100%;
  }
  body img {
    max-width: 100%;
  }

  #header .upper {
    width: 100%;
  }
  #header .upper .logo {
    float: none;
    padding: 20px 0;
    text-align: center;
  }
  #header .upper .banner {
    display: none;
  }

  #navigationR2 .inner {
    width: 100%;
  }
  #navigationR2 .category {
    position: relative;
  }
  #navigationR2 .category .btn {
    display: table;
    position: relative;
    float: left;
    width: 50%;
  }
  #navigationR2 .category .btn a {
    display: table-cell;
    border-right: none;
    width: 100%;
  }
  #navigationR2 .category .btn2 {
    display: table;
    position: relative;
    float: left;
    width: 50%;
  }
  #navigationR2 .category .btn2 a {
    display: table-cell;
    border-right: none;
    width: 100%;
  }
  #navigationR2 .category .content {
    display: none;
    position: absolute;
    z-index: 9999;
    top: 100%;
    left: 3px;
    border: 3px solid #393939;
    padding: 10px;
    border-top: none;
    width: 98%;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.65);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.65);
    background-color: rgba(240, 240, 240, 0.95);
  }
  #navigationR2 .category .content ul {
    margin-right: -4px;
  }
  #navigationR2 .category .content ul li {
    margin-right: 4px;
    width: 140px;
  }

  #breadcrumb {
    display: none;
    padding: 10px;
  }
  #breadcrumb div {
    width: 100%;
  }

  #footer .navi {
    padding: 16px 0 20px;
  }
  #footer .navi ul {
    display: block;
    width: 100%;
    background-image: none;
  }
  #footer .navi ul li {
    display: block;
    float: none;
    width: auto;
    background-image: none;
  }
  #footer .navi ul .pcOnly {
    display: none;
  }
  #footer .rights .row {
    padding: 10px 55px 10px 10px;
    width: 100%;
  }
  #footer .rights .row .col {
    float: none;
    width: auto;
  }
  #footer .rights .row .col div {
    display: table-cell;
    vertical-align: top;
    padding-right: 11px;
    width: 58px;
  }
  #footer .rights .row .col p {
    display: table-cell;
    vertical-align: top;
  }
  #footer .rights .row .col:first-child p {
    padding-right: 0;
  }
  #footer .copyright {
    border-top: 1px solid #4F4F4F;
    padding: 10px 55px 10px 10px;
  }
  #footer .copyright p {
    width: 100%;
    margin: 0 auto;
  }

  #btnPagetop {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    left: auto;
    margin: 0;
    width: 52px;
    height: 52px;
    outline: none;
  }

  #main .contentTitle {
    width: 100%;
  }

  #navi {
    *zoom: 1;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: right;
  }
  #navi:after {
    content: "";
    display: block;
    clear: both;
  }
  #navi .menuBtn {
    display: inline-block;
    position: relative;
    z-index: 0;
    margin: 10px;
    border: 1px solid #333;
    border-radius: 2px;
    padding: 30px 5px 18px;
    width: 62px;
    height: 12px;
    cursor: pointer;
    -webkit-box-shadow: 0 0 3px #999;
    box-shadow: 0 0 3px #999;
    text-align: center;
    background-color: #FFF;
  }
  #navi .menuBtn:before {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    height: 5px;
    width: 50px;
    background-color: #333;
  }
  #navi .menuBtn:after {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    width: 50px;
    height: 5px;
    border-top: 5px solid #333;
    border-bottom: 5px solid #333;
  }
  #navi ul {
    display: block;
    width: 100%;
    display: none;
  }
  #navi ul li {
    float: none;
    border: none;
    border-top: 1px solid #9F9F9F;
    width: 100%;
  }
  #navi ul li:first-child {
    border: none;
    border-top: 1px solid #9F9F9F;
    width: 100%;
  }

  #content {
    width: 100%;
    padding: 10px;
  }

  #f_item ul {
    *zoom: 1;
    margin-right: 0;
  }
  #f_item ul:after {
    content: "";
    display: block;
    clear: both;
  }
  #f_item ul li {
    float: left;
    margin-right: 18px;
    margin-bottom: 23px;
    margin: 0;
    padding: 5px;
    width: 50%;
  }

  #lineup ul {
    *zoom: 1;
    margin-right: 0;
  }
  #lineup ul:after {
    content: "";
    display: block;
    clear: both;
  }
  #lineup ul li {
    float: left;
    margin-right: 14px;
    margin-bottom: 40px;
    margin: 0;
    padding: 5px;
    width: 50%;
  }
  #lineup ul li div {
    margin-bottom: 8px;
  }
  #lineup ul li div img {
    border: 1px solid #CCC;
  }
}
