@charset "utf-8";

/*********************************************************************/
/* minimum.css に関するレスポンシブスタイル */
/*********************************************************************/

h1#site-title,
div#site-title,
#wrap,
#leftbar,
.two-colmn {
  transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
}


/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 769px) and (max-width: 980px) {
  #wrap {
    width: 768px;
  }

  #header {
    padding: 40px 0 20px 0;
  }

  #main {
    padding: 20px 0px;
  }

  .topbanner img {
    width: 768px;
    height: auto;
  }

  h1#site-title,
  div#site-title {
    font-size: 30px;
  }

  .two-column {
    width: 570px;
    overflow: hidden;
  }

  #leftbar {
    width: 160px;
    margin-bottom: 240px;
  }

  #content .rcmnd {
    width: 600px;
  }

  #content {
    margin-bottom: 0;
  }

  #content .rcmnd,
  #content .thumbindex {
    width: 594px;
    margin-right: -24px;
    /* megative margin for IE */
    letter-spacing: -.40em;
  }

  #content .thumbnail_box {
    width: 174px;
    height: auto;
    margin: 0 24px 15px 0;
  }

  .thumbnail_box .thumimg {
    height: auto;
  }

  .thumbnail_box .thumimg img {
    /*
    width: 174px;
    height: -webkit-fill-available;
    */
    widows: 100%;
    height: auto;
  }

  .pikachoose {
    width: 570px;
  }

  .pika-thumbs li {
    width: 185px;
  }

  .jcarousel-skin-pika .jcarousel-clip-horizontal {
    height: 120px;
    width: 570px;
  }

  .sidebar .widget_welcart_search input.searchtext {
    width: 65%;
  }

}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 768px) {

  #wrap {
    width: 95%;
  }

  .home #main {
    padding: 20px 0 0 0;
  }

  .topbanner {
    margin: 0 0 10px 0;
  }

  h1#site-title,
  div#site-title {
    font-size: 20px;
    padding: 10px 0 20px 0;
    /*border-bottom: 1px dotted #ccc;*/
  }

  .discprition {
    display: none;
  }

  #header {
    display: block;
    padding: 20px 0 0 0;
    text-align: center;
  }

  div.mainnavi,
  ul.mainnavi {
    padding: 0px;
    margin: 0px 0 0 0;
    border-right: none;
    text-align: center;
  }

  div.mainnavi li a,
  ul.mainnavi li a {
    border: none;
    background: #eee;
    padding: 7px 10px;
    margin: 2px 4px 2px 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 0.9em;
    line-height: 1;
  }

  .utilities {
    width: auto;
    position: relative;
    text-align: center;
  }

  .utilities ul.subnavi li.logout {
    /*display: none;*/
  }

  .two-column,
  .member-page,
  .search-page,
  .category-page,
  .cart-page,
  .item_data,
  #leftbar {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }

  .topbanner img {
    max-width: 100%;
    height: auto;
  }

  #content {
    margin-bottom: 30px;
  }

  #content .post img,
  #content .blogindex img {
    max-width: 100%;
    width: 50%;
    height: auto;
  }

  #content .rcmnd,
  #content .thumbindex {
    width: 100%;
  }

  .thumbnail_box .thumimg {
    margin: 0 0 10px 0;
  }

  #content h2.pagetitle,
  #content .pagetitle,
  #content .title {
    display: block;
    font-size: 18px;
    font-weight: bold;
  }

  #content h1.pagetitle {
    /*color: #333;*/
    /*font-weight: bold;*/
    margin: 0 0 30px 0;
    font-size: 14px;
    line-height: 1;
    border: none;
    /*background: #444;*/
    background: #3A271F;
    color: #fff;
    padding: 10px;
    /*-webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;*/

  }

  .pikachoose {
    max-width: 100%;
    height: auto;
  }

  .pika-thumbs li {
    width: 100px;
  }

  .jcarousel-skin-pika .jcarousel-clip-horizontal {
    height: 100px;
    width: 100%;
  }

  .send {
    margin-bottom: 32px;
  }

  .send button,
  .send input[type="button"],
  .send input[type="reset"],
  .send input[type="submit"] {
    display: block;
    width: 100%;
    font-weight: bold;
    margin: 10px auto;
  }

  #memberpages input.top,
  #memberpages input.editmember {
    margin-bottom: 16px;
  }

  #commentform input[type="text"] {
    width: 95%;
  }

  #commentform textarea {
    width: 95%;
  }

  input.searchsubmit {
    padding: 5px;
    width: 7%;
  }

  #leftbar {
    margin-bottom: 240px;
    margin-bottom: 10px;
  }

  #footer {
    width: auto;
    border-top: 2px solid #444;
    padding: 10px 0;
    text-align: center;
  }

  #footer p.credit {
    margin-top: 10px;
    text-align: center;
    color: #ccc;
  }

  #footer li {
    padding: 0px 10px;
    display: inline-block;
    white-space: normal;
  }


}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 768px) {

  #content .thumbnail_box {
    vertical-align: top;
    width: 31.2%;
    height: auto;
    margin: 0 3% 15px 0%;
  }

  #content .thumbnail_box:nth-child(3n) {
    margin-right: 0;
  }

  .thumbnail_box .thumimg {
    width: auto;
    height: auto;
  }

  .thumbnail_box .thumimg img {
    width: 100%;
    /*
    height: -webkit-fill-available;
    */
    height: auto;
  }

  .sidebar {
    width: 100%;
    height: auto;
    clear: both;
  }

  .sidebar li.widget {
    width: 47%;
    margin: 0 6% 20px 0;
    float: left;
  }

  .sidebar li.widget:nth-child(2n) {
    margin-right: 0;
  }


}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {

  #content .thumbnail_box {
    vertical-align: top;
    width: 48%;
    height: auto;
    margin: 0 3% 10px 0%;
  }

  #content .thumbnail_box:nth-child(2n) {
    margin-right: 0;
  }

  .thumbnail_box .thumimg {
    width: auto;
    height: auto;
  }

  .thumbnail_box .thumimg img {
    width: 100%;
    /*
    height: -webkit-fill-available;
    */
    height: auto;
  }


  .sidebar li.widget {
    width: 100%;
    margin: 0 0 20px 0;
    clear: both;
  }

}


/*********************************************************************/
/* usces_cart.css 関連画面に関するレスポンシブスタイル */
/*********************************************************************/


@media only screen and (min-width: 769px) and (max-width: 979px) {
  #itempage section.orderitem {
    padding: 30px;
  }

  #itempage section.orderitem .stockstatus {
    width: 230px;
  }

  #itempage section.orderitem .actionform {
    width: 240px;
  }

  .addtocart input[type=submit] {
    width: 110px;
    font-size: 0.9em;
  }

  #itempage .skuform .skuquantity {
    margin: 0 2px;
  }

  #memberinfo th.historyrow {
    white-space: normal;
  }

  input.searchsubmit {
    width: 8%;
  }

}

@media screen and (max-width:1080px) {
  #itempage .assistance_item {
    width: 100%;
  }

  #itempage .assistance_item ul {
    width: 100%;
  }


}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (max-width: 768px) {

  #itempage section.orderitem .stockstatus {
    float: none;
    width: auto;
  }

  #itempage section.orderitem .actionform {
    float: none;
    width: auto;
  }

  .actionform {
    margin: 20px 0 0 0;
  }

  #memberpages input.loginmail,
  #memberpages input.loginpass {
    width: 90%;
  }

  div.usccart_navi li.ucart,
  div.usccart_navi li:before {
    font-size: 10px;
  }

  #cart_table th,
  #cart_table td,
  #memberinfo th,
  #memberinfo td {
    padding: 6px 3px;
    white-space: normal;
  }

  #memberinfo table .date,
  #memberinfo th.historyrow {
    white-space: normal;
  }

  .top_search {
    width: 100%;
  }

  .top_search input.searchsubmit {
    width: 6%;
  }
}

@media only screen and (max-width: 479px) {
  .home #main {
    padding: 20px 0 0 0;
  }

  div.usccart_navi ol li.ucart,
  div.cart_navi li {
    border-bottom: 1px solid #fff;
    width: 49%;
  }

  #itempage section.orderitem {
    padding: 10px;
  }

  .addtocart input[type="submit"] {
    width: 140px;
  }

  /*#cart_table td img { display: none;}*/
  input[type="submit"].delButton {
    padding: 5px 5px;
  }

  #point_table {
    margin: 20px 0;
    width: auto;
  }

  #customer-info th,
  #delivery-info table.customer_form th,
  #newmember table.customer_form th {
    width: 25%;
    font-size: 0.9em;
    white-space: normal;
  }

  #customer-info .customer_form input,
  #newmember table.customer_form input,
  #customer-info .customer_form tr.inp2 input {
    margin: 0 0 4px 0 !important;
    display: block;
    width: 95%;
  }

  .top_search {
    width: 100%;
  }

}

/*********************************************************************/
/* アイコンのRetinaディスプレイ対応 */
/*********************************************************************/


@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  ul.subnavi li a {
    background: url(../images/icons@2x.png) no-repeat 2px -47px;
    -moz-background-size: 20px 200px;
    -webkit-background-size: 20px 200px;
    -o-background-size: 20px 200px;
    ;
    background-size: 20px 200px;
  }

  .sidebar .widget_search #searchsubmit,
  .sidebar .widget_welcart_search #searchsubmit,
  .sidebar .widget_ucart_search #searchsubmit {
    background: #eee url(../images/icons@2x.png) no-repeat 50% -157px;
    -moz-background-size: 20px 200px;
    -webkit-background-size: 20px 200px;
    -o-background-size: 20px 200px;
    ;
    background-size: 20px 200px;
  }
}
