/* CSS Document */

/* ログイン */
.inputbox {
  margin: 15px auto 15px auto;
  padding: 15px 20px 10px 20px;
  background: #FFF4BD;
}
dl.formlist{
  font-size:13px;
}
dl.formlist dt {
  margin-bottom: 3px;
  padding:5px 5px 5px 15px;
  color: #333;
  width: 120px;
  float: left;
  font-size: 90%;
  display: block;
}
dl.formlist dd {
  margin-bottom: 5px;
  float: left;
  width: 430px;
  vertical-align: bottom;
  text-align: left;
}
#login .inputbox dl:nth-child(2){
  margin-top:10px;
}
.login_memory{
  margin-top:5px;
}
.btn_area{
  text-align: center;
  margin:10px 0;
}
.mb30{
  margin-bottom: 30px;
}
.hover_change_image:hover{
  opacity: 0.8;
}

/* マイページTOP */
p.history {
  margin-top:10px;
}
p.history span{
  font-weight: bold;
}
.history_list{
  border-top:1px #ccc solid;
  margin-top:10px;
  list-style: none;
}
.history_list p.date{
  font-weight: bold;
  font-size:18px;
}
.history_list li{
  padding:10px;
}
.history_list p.order_status span,
.history_list p.order_number span{
  display: inline-block;
  font-weight: bold;
  padding-right:10px;
}
.history_list li .order_data{
  float:left;
  width:200px;
  padding-right:20px;
}
.history_list li .order_image{
  float:left;
  width:170px;
}
.history_list li .sample_touch{
  border:1px #ccc solid;
}
.history_list li .order_detail{
  width:449px;
  float:left;
}
.history_list li .order_detail p span{
  font-weight: bold;
  display: inline-block;
  padding-right: 10px;
}
.history_list li .order_detail table td{
  vertical-align: top;
}
.history_list li .order_detail table td:nth-child(2){
  padding-left:20px;
}
p.order_category{
  font-weight: bold;
  font-size:18px;
  color:#fd6f04;
}
p.touch{
  font-weight: bold;
  margin-bottom:10px;
  color:#fd6f04;
}
p.touch.kukkiri{
  color:#0271FF;
}
a.detail_link{
  display: block;
  margin-top:10px;
}
.payment{
  padding:10px 20px;
  background: #FFF4BD;
}
.payment .left{
  float:left;
  width:45%;
}
.payment .right{
  float:left;
  width:50%;
  padding-left:30px;
  position: relative;
}
.payment table{
  width:100%;
}
.payment table th{
  width:45%;
  padding:2px 0;
  font-weight: normal;
}
.payment table td{
  text-align: right;
  padding:0;
  font-weight: bold;
  font-size:18px;
}
.payment .onemore{
  position: relative;
  width:100%;
  height:100%;
  text-align: center;
  padding:2em 0;
}
.payment .onemore a{
  display: inline-block;
  width:150px;
  height:30px;
}
.payment .sum{
  margin-top:10px;
  padding:5px 0;
  text-align: right;
  border-top:1px #000 solid;
}
.payment .sum span{
  color:#FF5555;
  font-weight: bold;
}
.payment .sum span.price{
  font-size:26px;
  display: inline-block;
  padding-left:10px;
}
.payment .sum span.tax{
  font-weight: bold;
  font-size:12px;
  display: inline-block;
  padding-left:10px;
}
.backLink a{
  display: block;
  text-align: center;
  margin-top:40px;
}

/* 会員情報編集 */
.form-group.input_name input{
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  width: 48%;
}
.form-group.input_zip input {
    display: inline-block;
    margin-left: 1%;
    margin-right: 1%;
    max-width: 5em;
    vertical-align: middle;
    width: 30%;
}
.input_tel input {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 1px;
    margin-right: 1px;
    max-width: 5em;
    vertical-align: middle;
    width: 30%;
}
.formlist select{
  padding:5px;
}
.addr_box{
  margin-top:5px;
}
#addr01,
#addr02,
#entry_email_first,
#entry_email_second{
  width: 100%;
}
input[type=radio]{
  width:auto !important;
  margin-top:-5px;
}
.form-group.input_name input[type=file]{
  width:auto;
}
#entry_birth select{
  margin:0 5px;
}
#entry_birth select:first-child{
  margin-left:0;
}
#change dl{
  padding:5px 0;
}
#change dl dt{
  font-weight: bold;
  font-size:14px;
  width:180px;
  padding: 0px 5px 5px 15px;
}
#change dl dt span.req{
  display: inline-block;
  color:#FF5555;
  font-weight: normal;
  font-size:12px;
  padding-left:10px;
}
#change dl dd{
  padding: 0px 5px 5px 15px;
}
#entry_sex .radio{
  display: inline-block;
}
#entry_sex .radio:first-child{
  margin-right: 10px;
}
.btn_back{
  margin-top: 30px;
}

#load_payment_module dl dt{
  width:280px;
  font-weight: bold;
  font-size:14px;
  padding: 0px 5px 5px 0px;
}
#load_payment_module dl dd{
  width:430px;
}
#load_payment_module dl dt span.req{
  display: inline-block;
  color:#FF5555;
  font-weight: normal;
  font-size:12px;
  padding-left:10px;
}
#load_payment_module dl dd input{
  width:40%;
}
p.intro{
  margin-top: 10px;
}
#btnBack{
  border:none;
  background-image: url(/user_data/packages/default/img/button/btn_back.jpg);
  background-size: 120px auto;
  width:120px;
  height:30px;
  cursor: pointer;
  margin-bottom: 30px;
}
#btnExec{
  border:none;
  background-image: url(/user_data/packages/default/img/button/credit_exe.jpg);
  background-size: 190px auto;
  width:190px;
  height:30px;
  cursor: pointer;
}
#under02column{
  width:760px;
  margin:auto;
}
p.mini{
  font-size:12px;
  margin-top: 2px;
}

/* お届け先編集 */
.new_delivery{
  margin-top: 15px;
  margin-bottom: 10px;
}
.delivery_list {
  border-top:1px #ccc solid;
  margin-top:10px;
}
.delivery_list li{
  position: relative;
  border-bottom:1px #ccc solid;
  padding-bottom: 20px;
}
.delivery_list .change_btn{
  position: absolute;
  top:40px;
  right:0;
}

/* 退会 */
#withdraw .attention .ttl{
  font-weight: bold;
  font-size:18px;
  margin:20px 0 5px 0;
}
#withdraw .attention input[type=image]{
  /*margin-top:20px;*/
  display: block;
}
#refusal{
  margin-top: 30px;
}
#btn_refuse_not{
  display: block;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 15px;
}

/* お問い合わせ管理 */
#mail dl dt span.req{
  display: inline-block;
  color:#FF5555;
  font-weight: normal;
  font-size:12px;
  padding-left:10px;
}
#mail dl.formlist dt{
  width: 200px;
}
#entry_title{
  max-width: auto;
  width:100%;
}
#entry_content{
  width: 100%;
  height:150px;
  resize: none;
}
#mail .attention .ttl{
  font-weight: bold;
  font-size:18px;
  margin:20px 0 5px 0;
}
#mail .attention input[type=image]{
  margin-top:20px;
  display: block;
}
#mail p.datetime{
  margin-top:10px;
}
#mail .ttl{
  font-weight: bold;
  font-size:15px;
  margin-bottom: 10px;
}

.bottomBorder{
  border-bottom: 1px #000 dotted;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#mail input[name=title]{
  width:100%;
}

@media screen and (min-width: 769px){
  .history_list .more_orange{
    display: block;
  }
}

@media screen and (max-width: 768px){
  h5 {
    background: none;
    background-image: url(/user_data/packages/default/common/img/bg_sp_midashi.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: left bottom;
    margin: 0 0 10px 0;
    font-size: 17px;
    text-align: left;
    padding: 1em 0 4px 32px;
    position: relative;
  }
  dl.formlist dt{
    padding:0;
    font-size:15px;
    width:100%;
    float:none;
    font-weight: bold;
  }
  input[type=text],
  input[type=password],
  input[type=number]{
    width:100%;
    font-size: 14px;
    border: 1px #ccc solid;
    -webkit-appearance: none;
    border-radius: 0;
  }
  .login_memory{
    display: none;
  }
  .mb30{
    margin-bottom:0;
  }
  .box{
    padding-bottom: 0;
  }
  .inputbox{
    background-color: #FFF9EC;
  }
  .history_list li{
    position: relative;
  }
  .history_list li .order_detail{
    width:100%;
  }
  .order_detail tr td:nth-child(1) img{
    width:80px;
    position: absolute;
    top:15px;
    left:0;
  }
  .order_detail tr td:nth-child(2){
    display: none;
  }
  .history_list li .order_data{
    position: relative;
    float: none;
    width: 100%;
    padding:0 0 0 85px;
  }
  .history_list li{
    border-bottom: 1px #ccc dotted;
  }
  .history_list li:last-child{
    border-bottom: 1px #ccc solid;
  }
  .more_orange{
    display: block;
    text-align: center;
    margin-top:0;
    width:100%;
  }
  .more_orange a{
    padding-top:5px;
    padding-bottom:5px;
    display: inline-block;
  }
  .delivery_data{
    margin-bottom:15px;
  }
  .payment{
    background-color: #FFF9EC;
  }
  .payment .left{
    float:none;
    width:100%;
  }
  .payment .right{
    float: none;
    width:100%;
    padding-left:0;
  }
  .payment .onemore{
    padding:10px 0;
  }
  .inputbox{
    padding:3%;
  }
  #change dl dd,
  #change dl dt{
    padding-left:0;
  }
  #history .history_list{
    margin-top:0;
  }
  #history .history_list li{
    min-height: 110px;
  }
  #history .order_detail{
    padding-left:65px;
    margin-top:10px;
  }
  #history .order_detail tr td:nth-child(2){
    display: block;
  }
  #withdraw .attention .ttl{
    margin-top:0;
  }
  .delivery_list .change_btn{
    position: static;
    padding:10px 0 0 0;
  }
  .history_list .more_orange{
    text-align: left;
    margin-bottom: 5px;
  }
  #mail dl.formlist dt,
  dl.formlist dd{
    width:100%;
  }
  #entry_content{
    width: 100%;
  }
  .change_btn{
    text-align: center;
  }
  input[type=radio]{
    -webkit-transform: scale( 1.5 , 1.5 );
    margin-right: 5px;
  }
  #under02column{
    width:100%;
  }
  input#expiryMon,
  input#expiryYear{
    width:80px !important;
  }
  input#firstName,
  input#lastName{
    width:130px !important;
  }
  #btnExec{
    width:100%;
    background-image:url(/user_data/packages/default/img/button/credit_exe_sp.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-color: transparent;
    min-height:53px;
  }
}