@charset "utf-8";

@media screen and (min-width: 400px) {

  input[type='text'],
  input[type='password'] {
    border: solid 1px #c1c1c1;
    padding: 2px;
  }


  /**
   * modifyForm.jsp
   * dailyItems.jsp
   * itemDetail.jsp
   * itemList.jsp
   *
   */
  .number_red {
    padding: 10px 0px 10px 10px;
    line-height: 1.5;
    /*font-weight: bold;*/
    font-size: 1em;
    color: #ff3333
  }
  
 
  /**
   * index.jsp
   *
   */ 
  .text_blue {
    line-height: 1.5;
    /*font-weight: bold;*/
    font-size: 1em;
    color: #0000a0;
  }


  /**
   * itemList.jsp
   * dailyItems.jsp
   *
   */
  .result {
    width: 100%;
    margin-left: 5px;
    margin-right: auto;
    align: center;
  }
  .item-result {
    /* for put right aside continuously */
    display: inline-block;
    max-width: 280px;
    vertical-align: top;
    line-height: 1.6;
  }

  .item-count-left-indent {
    margin-left: 10px;
  }

  /**
   * dailyItems.jsp
   * itemList.jsp
   * itemDetail.jsp
   *
   */
  span.ln_thr {
    text-decoration: line-through;
  }


  /**
   * datepicker.js
   *
   */
  .normal_txt {
    margin-left: 20px;
  }


  /**
   * location.jsp
   *
   */
  #wrapper {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  #wrapper h1 {
    text-align: center;
    padding: 20px;
  }
  
  /**
   * registerForm.jsp
   * modifyForm.jsp
   *
   */
  .item-description {
    width: 220px;
    height: 120px;
    border-radius: 5px;
    line-height: 1;
  }

  .item-size {
    width: 220px;
    height: 60px;
    border-radius: 5px;
    line-height: 1;
  }

  .item-original-price {
    width: 220px;
    height: 60px;
    border-radius: 5px;
    line-height: 1;
  }

  #load_img {
    width: 100%;
    padding: 5px 0;
    margin-top: 5px;
    /*display: none;*/
  }


  /**
   * top.jsp
   *
   */
  .tbl-td-bold {
    font-weight: bold;
    font-size: 15px;
  }


  /**
   * consignment.jsp
   *
   */
  .txt_indent {
    padding:0 20px 0;
  }


  /**
   * registerItem.jsp
   * modifyForm.jsp
   *
   */
  .button-horizontal {
    display: inline-block;
    margin: 0 auto;
    padding: 20px;
  }


  /**
   * order-notation.html
   * purchase-consignment.html
   *
   */
  .content-center {
    width: 90%;
    margin: 25px auto;
    text-align: center;
    font-size: 13px;
  }


  /**
   * purchase-consignment.html
   *
   */
  .content-left {
    width: 90%;
    margin: 25px auto;
    text-align: left;
    font-size: 13px;
  }


  /*********************************************
   * Table style
   *********************************************/
  
  /**
   * access.html
   * top.jsp
   *
   */
  table.tbl-bdr-center {
    margin: 0 auto; /* need to be aligned center in div tag */ 
    padding: 5px;
    width: 500px;
    text-align: center;
  }
  table.tbl-bdr-center tr {
    border: 1px solid #bbb;
    background-color: #DEFFDE;
  }
  table.tbl-bdr-center td {
    padding: 4px;
    border-right: 1px solid #bbb;
    color: #999999;
    line-height: 1.3;
  }

  table.tbl-nobdr-center {
    margin: 0 auto; /* need to be aligned center in div tag */ 
    padding: 5px;
    width: 1000px;
    text-align: center;
  }
  table.tbl-nobdr-center tr {
    margin: 10px;
  }
  table.tbl-nobdr-center td {
    margin: 10px;
  }


  /**
   * login.jsp
   *
   */
  table.tbl-login-center {
    margin: 10px auto; /* need to be aligned center in div tag */ 
    padding: 5px;
    width: 450px;
    text-align: center;
  }
  table.tbl-login-center tr {
    border: 1px solid #bbb;
    background-color: #DEFFDE;
  }
  table.tbl-login-center td {
    padding: 5px 15px;
    border-right: 1px solid #bbb;
    color: #999999;
    text-align: center;
  }


  /**
   * itemList.jsp
   * dailyItems.jsp
   *
   */
  table.searchCondition {
    width: 80%;
    margin: 10px;
    text-align: center;
    font-size: 13px;
  }
  table.searchCondition tr {
    background-color: #DEFFDE;
  }
  table.searchCondition td {
    border: 1.8px solid #CCCCCC;
    padding: 2px;
    color: #999999;
  }

  table.itemlist {
    /*width: 290px;*/
    margin: 5px;
    text-align: center;
    font-size: 13px;
  }
  table.itemlist tr {
    background-color: #DEFFDE;
  }
  table.itemlist td {
    border: 1.8px solid #CCCCCC;
    color: #999999;
  }
  table.itemlist a img {
    max-width: 150px;
    max-height: 190px;
    object-fit: contain;
  }

  table.itemlist_inner {
    border: 0;
    width: 270px;
  }
  table.itemlist_inner tr {
    border: 0;
  }
  table.itemlist_inner td {
    padding: 2px;
    line-height: 1.2;
    border: 0;
  }

  .under-inlineblock {
    clear: both;
  }


  /**
   * modifyForm.jsp
   *
   */
  table.modify {
    margin: 30px auto;
    width: 450px;
    text-align: left;
  }
  table.modify tr {
    margin: 5px auto;
    background-color: #DEFFDE;
    border: 1px solid #bbb;
  }
  table.modify td {
    padding: 5px 10px;
    border-right: 1px solid #bbb;
    color: #999999;
  }
  table.modify td a {
    color: #FF99FF;
  }


  /**
   * orderForm.jsp
   *
   */
  table.noborder_article {
    margin: 0 auto;
    padding: 10px;
    width: 100%;
  }
  table.noborder_article tr {
    border: 0px solid #bbb;
    padding: .35em; /* .35em */
  }
  table.noborder_article td {
    padding: 5px; /* 1em 10px 1em 1em */
    border-right: 0px solid #bbb;
  }
  
  
  /**
   * registerItem.jsp : item information register form
   * itemDetail.jsp   : detail information
   *
   */
  table.item {
    /*border-collapse: collapse;*/ /* collapse : default */
    margin: 0 auto; /* 10px 10px; */
    padding: 0;
    width: 100%;
    /*table-layout: fixed;*/ /* width : 50% 50% */
    text-align: left;
  }
  table.item tr {
    border: 1px solid #bbb;
    padding: .35em /* .35em */
  }
  table.item td {
    padding: .1em 2px 0em .1em; /* 1em 10px 1em 1em */
    border-right: 1px solid #bbb;
  }


  /**
   * order-notation.html
   * orderForm.jsp
   *
   */
  table.notation {
    width: 70%;
    margin: 25px auto;
    text-align: left;
  }
  table.notation tr {
    background-color: #DEFFDE;
  }
  table.notation td {
    padding: 2px 5px;
    border: 2px solid #CCCCCC;
  }
  table.notation td a {
    text-decoration: none;
    color: #551A8B;
  }
  table.notation td a:hover{
    color: #ff0000;
  }


  /**
   * purchase-consignment.html
   *
   */
  table.tbl-trade-brand-bdr-center {
    margin: 0 auto; /* need to be aligned center in div tag */ 
    padding: 5px;
    width: 100%;
    text-align: center;
  }
  table.tbl-trade-brand-bdr-center tr {
    background-color: #DEFFDE;
    border: 1px solid #bbb;
  }
  table.tbl-trade-brand-bdr-center td {
    padding: 2px;
    border-right: 1px solid #bbb;
    color: #999999;
    font-size: 13px;
    font-weight: bold;
  }

  /**
   * itemDetail.jsp
   *
   */
  .item-detail-photo {
    position: relative;
    display: inline-block;
    width: 330px;
    height: 330px;
    padding: 5px;
    margin: 20px 10px 0px;
    /*background: #fff0cd;*/
    background: #d6ebff;
    /*box-shadow: 0px 0px 0px 5px #fff0cd;*/
    box-shadow: 0px 0px 0px 5px #d6ebff;
    border: dashed 2px white;
    color: #454545;
  }
  .item-detail-photo:after {
    position: absolute;
    content: '';
    right: -7px;
    top: -7px;
    border-width: 0 15px 15px 0;
    border-style: solid;
    /*border-color: #ffdb88 #fff #ffdb88;*/
    border-color: #d6ebff #fff #d6ebff;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
  }
  .item-detail-photo img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }

}