/* Style for PCs */
@media screen and (min-width: 1025px) {
  /*-----------------------------------------------------------------*/
  /* Stock */
  /*-----------------------------------------------------------------*/
  #stnlist {
    display: flex;
    flex-wrap: wrap;
  }
  #stnlist li {
    width: 18%;
    height: auto;
    display: block;
    float: left;
    margin: 1%;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0px 0px 15px #ccc;
    border-bottom: 5px solid #333;
  }
  #stnlist li a {
    width: auto;
    height: auto;
    display: block;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    overflow: hidden;
    text-decoration: none;
  }
  #stnlist li a img.stnimg {
    width: 100%;
    height: auto;
    display: block;
  }
  #stnlist li a .stnbox {
    width: auto;
    height: auto;
    display: block;
    padding: 6%;
  }
  #stnlist li a .stnbox h2 {
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
    color: #222;
    padding: 0;
    border-bottom: 1px solid #222;
    margin-bottom: 5px;
  }
  #stnlist li a .stnbox h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4em;
    margin-bottom: 5px;
    color: #333;
  }
  #stnlist li a .stnbox h3.partsname {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.4em;
    margin-bottom: 5px;
    color: #333;
  }
  #stnlist li a .stnbox h4 {
    font-size: 0.9em;
    font-weight: normal;
    line-height: 1.4em;
    margin-bottom: 3px;
    color: #666;
    min-height: 45px;
  }
  #stnlist li a .stnbox dl {
    margin-bottom: 10px;
  }
  #stnlist li a .stnbox dl dt {
    font-size: 0.8em;
    line-height: 20px;
    font-weight: normal;
    color: #666;
    width: 40%;
    height: 20px;
    display: block;
    float: left;
  }
  #stnlist li a .stnbox dl dd {
    font-size: 0.8em;
    line-height: 20px;
    font-weight: normal;
    color: #333;
    width: 100%;
    height: 20px;
    display: block;
    border-bottom: 1px dotted #666;
    padding-left: 45%;
    text-align: right;
  }
  #stnlist li a .stnbox p.stn_price {
    font-size: 12px;
    line-height: 40px;
    text-align: right;
    width: 60%;
    height: 40px;
    display: block;
    float: right;
    margin: 0 !important;
    color: #990000;
  }
  #stnlist li a .stnbox p.stn_price strong {
    font-size: 20px;
    line-height: 40px;
    text-align: right;
  }
  #stnlist li a .stnbox img.stnic {
    width: auto;
    display: block;
    float: left;
  }
  /*���i�\���ǉ��Ή�*/
  #stnlist li a .stnbox .stock-icon {
    float: left;
    height: 33px;
    width: 33px;
    margin-top: 10px;
  }
  #stnlist li a .stnbox .stock-icon img {
    width: 100%;
  }
  #stnlist li a .stnbox .add-price {
    width: calc(100% - 33px);
    height: auto;
    float: right;
    margin-top: 8px;
  }
  #stnlist li a .stnbox .add-price p.p_price {
    font-size: 10px !important;
    font-weight: 200 !important;
    line-height: 10px !important;
    color: #333;
    text-align: right;
    padding-bottom: 0 !important;
    margin: 0 !important;
  }
  #stnlist li a .stnbox .add-price p.p_price span.price-s {
    font-size: 12px !important;
    line-height: 14px !important;
    font-weight: 400 !important;
  }
  #stnlist li a .stnbox .add-price p.p_price:first-child {
    margin-bottom: 4px !important;
  }
  #stnlist li a .stnbox .add-price p.p_price strong.p_value {
    font-size: 16px !important;
    font-weight: bold !important;
    line-height: 16px !important;
    color: #222 !important;
  }
  #stnlist li a .stnbox p.p_price {
    font-size: 10px !important;
    font-weight: 200 !important;
    line-height: 1.4em !important;
    color: #333 !important;
    text-align: right !important;
    padding-bottom: 0 !important;
    margin-top: 18px !important;
    margin-bottom: 0 !important;
  }
  #stnlist li a .stnbox p.p_price strong.p_value {
    font-size: 16px !important;
    font-weight: bold !important;
    line-height: 16px !important;
    color: #222 !important;
  }
  #stnlist li a .stnbox p.p_price strong {
    font-weight: bold !important;
  }
  .img-wrap {
    padding-top: 66.6666666%;
    position: relative;
  }
  .img-inner {
    align-items: center;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
  }
}
/* Style for TabletPCs Large models */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /*-----------------------------------------------------------------*/
  /* Stock */
  /*-----------------------------------------------------------------*/
  #stnlist {
    display: flex;
    flex-wrap: wrap;
  }
  #stnlist li {
    width: 23%;
    height: auto;
    display: block;
    float: left;
    margin: 1%;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0px 0px 15px #ccc;
    border-bottom: 5px solid #333;
  }
  #stnlist li a {
    width: auto;
    height: auto;
    display: block;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    overflow: hidden;
    text-decoration: none;
  }
  #stnlist li a img.stnimg {
    width: 100%;
    height: auto;
    display: block;
  }
  #stnlist li a .stnbox {
    width: auto;
    height: auto;
    display: block;
    padding: 6%;
  }
  #stnlist li a .stnbox h2 {
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
    color: #222;
    padding: 0;
    border-bottom: 1px solid #999;
    margin-bottom: 5px;
  }
  #stnlist li a .stnbox h3 {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4em;
    margin-bottom: 5px;
    color: #333;
  }
  #stnlist li a .stnbox h3.partsname {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.4em;
    margin-bottom: 5px;
    color: #333;
  }
  #stnlist li a .stnbox h4 {
    font-size: 0.9em;
    font-weight: normal;
    line-height: 1.4em;
    margin-bottom: 3px;
    color: #666;
    min-height: 45px;
  }
  #stnlist li a .stnbox dl {
    margin-bottom: 10px;
  }
  #stnlist li a .stnbox dl dt {
    font-size: 0.8em;
    line-height: 20px;
    font-weight: normal;
    color: #666;
    width: 40%;
    height: 20px;
    display: block;
    float: left;
  }
  #stnlist li a .stnbox dl dd {
    font-size: 0.8em;
    line-height: 20px;
    font-weight: normal;
    color: #333;
    width: 100%;
    height: 20px;
    display: block;
    border-bottom: 1px dotted #666;
    padding-left: 45%;
    text-align: right;
  }
  #stnlist li a .stnbox p.stn_price {
    font-size: 12px;
    line-height: 40px;
    text-align: right;
    width: 60%;
    height: 40px;
    display: block;
    float: right;
    margin: 0 !important;
    color: #990000;
  }
  #stnlist li a .stnbox p.stn_price strong {
    font-size: 20px;
    line-height: 40px;
    text-align: right;
  }
  #stnlist li a .stnbox img.stnic {
    width: auto;
    display: block;
    float: left;
  }
  /*���i�\���ǉ��Ή�*/
  #stnlist li a .stnbox .stock-icon {
    float: left;
    height: 33px;
    width: 33px;
    margin-top: 10px;
  }
  #stnlist li a .stnbox .stock-icon img {
    width: 100%;
  }
  #stnlist li a .stnbox .add-price {
    width: calc(100% - 33px);
    height: auto;
    float: right;
    margin-top: 8px;
  }
  #stnlist li a .stnbox .add-price p.p_price {
    font-size: 10px !important;
    font-weight: 200 !important;
    line-height: 10px !important;
    color: #333 !important;
    text-align: right !important;
    padding-bottom: 0 !important;
    margin: 0;
  }
  #stnlist li a .stnbox .add-price p.p_price span.price-s {
    font-size: 12px !important;
    line-height: 14px !important;
    display: inline !important;
    font-weight: 400 !important;
  }
  #stnlist li a .stnbox .add-price p.p_price span {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    margin-bottom: 4px !important;
  }
  #stnlist li a .stnbox .add-price p.p_price:first-child {
    margin-bottom: 4px;
  }
  #stnlist li a .stnbox .add-price p.p_price strong.p_value {
    font-size: 16px !important;
    font-weight: bold !important;
    line-height: 16px !important;
    color: #222 !important;
  }
  #stnlist li a .stnbox p.p_price {
    font-size: 10px !important;
    font-weight: 200 !important;
    line-height: 1.4em !important;
    color: #333 !important;
    text-align: right !important;
    padding-bottom: 0 !important;
    margin-top: 18px;
    margin-bottom: 0 !important;
  }
  #stnlist li a .stnbox p.p_price strong.p_value {
    font-size: 14px !important;
    font-weight: bold !important;
    line-height: 1.4em !important;
    color: #222 !important;
  }
  #stnlist li a .stnbox p.p_price strong {
    font-weight: bold !important;
  }
  #stnlist li a .stnbox p.spmb4 {
    margin-bottom: 10px !important;
  }
  .img-wrap {
    padding-top: 66.6666666%;
    position: relative;
  }
  .img-inner {
    align-items: center;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
  }
}
/* Style for TabletPCs */
@media screen and (min-width: 600px) and (max-width: 768px) {
  /*-----------------------------------------------------------------*/
  /* Stock */
  /*-----------------------------------------------------------------*/
  #stnlist {
    display: flex;
    flex-wrap: wrap;
  }
  #stnlist li {
    width: 48%;
    height: auto;
    display: block;
    float: left;
    margin: 1%;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0px 0px 15px #ccc;
    border-bottom: 5px solid #333;
  }
  #stnlist li a {
    width: auto;
    height: auto;
    display: block;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    overflow: hidden;
    text-decoration: none;
  }
  #stnlist li a img.stnimg {
    width: 100%;
    height: auto;
    display: block;
  }
  #stnlist li a .stnbox {
    width: auto;
    height: auto;
    display: block;
    padding: 6%;
  }
  #stnlist li a .stnbox h2 {
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
    color: #222;
    padding: 0;
    border-bottom: 1px solid #222;
    margin-bottom: 5px;
  }
  #stnlist li a .stnbox h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4em;
    margin-bottom: 5px;
    color: #333;
  }
  #stnlist li a .stnbox h3.partsname {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.4em;
    margin-bottom: 5px;
    color: #333;
  }
  #stnlist li a .stnbox h4 {
    font-size: 0.9em;
    font-weight: normal;
    line-height: 1.4em;
    margin-bottom: 3px;
    min-height: 2.8em;
    color: #666;
  }
  #stnlist li a .stnbox dl {
    margin-bottom: 10px;
  }
  #stnlist li a .stnbox dl dt {
    font-size: 0.8em;
    line-height: 20px;
    font-weight: normal;
    color: #666;
    width: 40%;
    height: 20px;
    display: block;
    float: left;
  }
  #stnlist li a .stnbox dl dd {
    font-size: 0.8em;
    line-height: 20px;
    font-weight: normal;
    color: #333;
    width: 100%;
    height: 20px;
    display: block;
    border-bottom: 1px dotted #666;
    padding-left: 45%;
    text-align: right;
  }
  #stnlist li a .stnbox p.stn_price {
    font-size: 12px;
    line-height: 40px;
    text-align: right;
    width: 60%;
    height: 40px;
    display: block;
    float: right;
    margin: 0 !important;
    color: #990000;
  }
  #stnlist li a .stnbox p.stn_price strong {
    font-size: 20px;
    line-height: 40px;
    text-align: right;
  }
  #stnlist li a .stnbox img.stnic {
    width: auto;
    display: block;
    float: left;
  }
  /*���i�\���ǉ��Ή�*/
  #stnlist li a .stnbox .stock-icon {
    float: left;
    height: 33px;
    width: 33px;
    margin-top: 10px;
  }
  #stnlist li a .stnbox .stock-icon img {
    width: 100%;
  }
  #stnlist li a .stnbox .add-price {
    width: calc(100% - 33px);
    height: auto;
    float: right;
    margin-top: 8px;
  }
  #stnlist li a .stnbox .add-price p.p_price {
    font-size: 10px !important;
    font-weight: 200 !important;
    line-height: 10px !important;
    color: #333 !important;
    text-align: right !important;
    padding-bottom: 0 !important;
    margin: 0 !important;
  }
  #stnlist li a .stnbox .add-price p.p_price span.price-s {
    font-size: 12px !important;
    line-height: 14px !important;
    font-weight: 400 !important;
  }
  #stnlist li a .stnbox .add-price p.p_price:first-child {
    margin-bottom: 4px !important;
  }
  #stnlist li a .stnbox .add-price p.p_price strong.p_value {
    font-size: 16px !important;
    font-weight: bold !important;
    line-height: 16px !important;
    color: #222 !important;
  }
  #stnlist li a .stnbox p.p_price {
    font-size: 12px !important;
    font-weight: 200 !important;
    line-height: 1.4em !important;
    color: #333 !important;
    text-align: right !important;
    padding-bottom: 0 !important;
    margin-top: 18px !important;
    margin-bottom: 0 !important;
  }
  #stnlist li a .stnbox p.p_price strong.p_value {
    font-size: 16px !important;
    font-weight: bold !important;
    line-height: 1.4em !important;
    color: #222 !important;
  }
  #stnlist li a .stnbox p.p_price strong {
    font-weight: bold !important;
  }
  .img-wrap {
    padding-top: 66.6666666%;
    position: relative;
  }
  .img-inner {
    align-items: center;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
  }
}
/* Style for Smartphonea */
@media screen and (max-width: 599px) {
  /*-----------------------------------------------------------------*/
  /* Stock */
  /*-----------------------------------------------------------------*/
  #stnlist {
    display: flex;
    flex-wrap: wrap;
  }
  #stnlist li {
    width: 48%;
    height: auto;
    display: block;
    float: left;
    margin: 1%;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0px 0px 15px #ccc;
    border-bottom: 5px solid #333;
  }
  #stnlist li a {
    width: auto;
    height: auto;
    display: block;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    overflow: hidden;
    text-decoration: none;
  }
  #stnlist li a img.stnimg {
    width: 100%;
    height: auto;
    display: block;
  }
  #stnlist li a .stnbox {
    width: auto;
    height: auto;
    display: block;
    padding: 6%;
  }
  #stnlist li a .stnbox h2 {
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
    color: #222;
    padding: 0;
    border-bottom: 1px solid #222;
    margin-bottom: 5px;
  }
  #stnlist li a .stnbox h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4em;
    margin-bottom: 5px;
    color: #333;
  }
  #stnlist li a .stnbox h3.partsname {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.4em;
    margin-bottom: 5px;
    color: #333;
  }
  #stnlist li a .stnbox h4 {
    font-size: 0.8em;
    font-weight: normal;
    line-height: 1.4em;
    margin-bottom: 3px;
    min-height: 2.8em;
    color: #666;
  }
  #stnlist li a .stnbox dl {
    margin-bottom: 5px;
  }
  #stnlist li a .stnbox dl dt {
    font-size: 0.7em;
    line-height: 20px;
    font-weight: normal;
    color: #666;
    width: 40%;
    height: 20px;
    display: block;
    float: left;
  }
  #stnlist li a .stnbox dl dd {
    font-size: 0.7em;
    line-height: 20px;
    font-weight: normal;
    color: #333;
    width: 100%;
    height: 20px;
    display: block;
    border-bottom: 1px dotted #666;
    padding-left: 45%;
    text-align: right;
  }
  #stnlist li a .stnbox p.stn_price {
    font-size: 12px;
    line-height: 40px;
    text-align: right;
    width: 60%;
    height: 40px;
    display: block;
    float: right;
    margin: 0 !important;
    color: #990000;
  }
  #stnlist li a .stnbox p.stn_price strong {
    font-size: 20px;
    line-height: 40px;
    text-align: right;
  }
  #stnlist li a .stnbox img.stnic {
    width: auto;
    display: block;
    float: left;
  }
  /*���i�\���ǉ��Ή�*/
  #stnlist li a .stnbox .stock-icon {
    float: left;
    height: 33px;
    width: 33px;
    margin-top: 10px;
  }
  #stnlist li a .stnbox .stock-icon img {
    width: 100%;
  }
  #stnlist li a .stnbox .add-price {
    width: calc(100% - 33px);
    height: auto;
    float: right;
    margin-top: 8px;
  }
  #stnlist li a .stnbox .add-price p.p_price {
    font-size: 10px !important;
    font-weight: 200 !important;
    line-height: 10px !important;
    color: #333 !important;
    text-align: right !important;
    padding-bottom: 0 !important;
    margin: 0;
  }
  #stnlist li a .stnbox .add-price p.p_price span.price-s {
    font-size: 12px !important;
    line-height: 14px !important;
    display: inline !important;
    font-weight: 400 !important;
  }
  #stnlist li a .stnbox .add-price p.p_price span {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    margin-bottom: 4px !important;
  }
  #stnlist li a .stnbox .add-price p.p_price:first-child {
    margin-bottom: 4px;
  }
  #stnlist li a .stnbox .add-price p.p_price strong.p_value {
    font-size: 16px !important;
    font-weight: bold !important;
    line-height: 16px !important;
    color: #222 !important;
  }
  #stnlist li a .stnbox p.p_price {
    font-size: 12px !important;
    font-weight: 200 !important;
    line-height: 1.4em !important;
    color: #333 !important;
    text-align: right !important;
    padding-bottom: 0 !important;
    margin-top: 18px;
    margin-bottom: 0 !important;
  }
  #stnlist li a .stnbox p.p_price strong.p_value {
    font-size: 16px !important;
    font-weight: bold !important;
    line-height: 1.4em !important;
    color: #222 !important;
  }
  #stnlist li a .stnbox p.p_price strong {
    font-weight: bold !important;
  }
  #stnlist li a .stnbox p.spmb4 {
    margin-bottom: 10px !important;
  }
  .img-wrap {
    padding-top: 66.6666666%;
    position: relative;
  }
  .img-inner {
    align-items: center;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
  }
}