@media only screen and (max-width: 480px){
 div#main {
   padding-bottom:120px;
  }
 
div.product_images {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    float: none;
  }
  div.zoom-small-image {
    width: 100%;
  }
  div.zoom-tiny-image {
    width: 300%;
  }
  div.product_ex {
    width: 100%;
    float: none;
    clear: both;
    margin: 0 auto;
  }
  h2.product_name {
    font-size: 400%;
    line-height: 1;
    padding: 60px 0 40px 0;
  }
  div.product_ex .item_price{
    font-size: 300%;
    line-height: 1;
    padding-bottom:80px;
  }
  strong.price {
    font-size: 34px!important;
  }
  div.comment,
  div.add_cart,
  table.add_cart_table {
    width:100%;
  }
  table.add_cart_table th,
  table.add_cart_table td {
    font-size:250%;
    line-height: 2.5;
  }
  table.add_cart_table td input {
    width: 80px;
    font-size: 34px;
    height: 50px;
    margin: 10px 0;
  }
  select#option1,
  select#option2 {
    width: 300px;
    height: 50px;
    font-size: 32px;
    margin: 10px 0;
  }
  div.button_area input {
    width:100%!important;
    height:100%!important;
    margin:70px 0;
  }
  table.add_cart_table a img {
    width:45px;
    padding-top:2px;
  }
  ul.about_items li {
    font-size: 250%;
    line-height: 2;
    padding-top:30px;
  }
  #footer #footerNav-01 li#footerNav-01-00 {
    font-size:200%;
  }
  
}