@charset "UTF-8";
/*----------------------------------------------------
input select タグの設定
-----------------------------------------------------*/
input[type=text],
input[type=email],
input[type="tel"],
input[type=password],
input[type=search],
select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  background: #f0f0f0;
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", sans-serif;
  font-size: 1.4rem;
  text-indent: 1em;
  height: 40px;
}
input[type=text].basicText,
input[type=email].basicText,
input[type="tel"].basicText,
input[type=password].basicText,
input[type=search].basicText,
select.basicText {
  background: #ffffff;
  border: 1px solid #d2d2d2;
}
input[type=text].basicSelect,
input[type=email].basicSelect,
input[type="tel"].basicSelect,
input[type=password].basicSelect,
input[type=search].basicSelect,
select.basicSelect {
  font-size: 1.4rem;
  border: 1px solid #d2d2d2;
  padding: 0 30px 0 10px;
  background-color: #ffffff;
  background: url(/Contents/ImagesPkg/icon_arrow_down.svg) no-repeat right 10px center;
  background-size: 10px 10px;
  text-indent: 0;
}

label input[type=radio] {
  margin: 5px;
  padding: 1px;
  vertical-align: -0.1em;
}
label.radio {
  cursor: pointer;
  font-size: 1.6rem;
  margin-right: 30px;
}

textarea {
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  width: 100%;
  border: 1px solid #d2d2d2;
}

.sex label:first-child {
  margin-right: 10px;
}

.sex input#ctl00_ContentPlaceHolder1_rblUserSex_1 {
  margin-left: 10px;
}
.sex input#ctl00_ContentPlaceHolder1_rCartList_ctl00_rblOwnerSex_1 {
  margin-left: 10px;
}
.sex input#ctl00_ContentPlaceHolder1_rCartList_ctl00_rblSaveToUserShipping_0 {
  margin-top: 4px;
}
.sex input#ctl00_ContentPlaceHolder1_rCartList_ctl00_rblSaveToUserShipping_1 {
  margin: 4px 0 0 10px;
}
.sex input#ctl00_ContentPlaceHolder1_rCartList_ctl01_rblSaveToUserShipping_0 {
  margin-top: 4px;
}
.sex input#ctl00_ContentPlaceHolder1_rCartList_ctl01_rblSaveToUserShipping_1 {
  margin: 4px 0 0 10px;
}

@media screen and (max-width: 767px) {
  input[type=text],
  input[type=email],
  input[type=password],
  select {
    font-size: 1.2rem;
    height: 40px;
    width: 100%;
    text-indent: 1em;
  }
  input[type=text].basicText,
  input[type=email].basicText,
  input[type=password].basicText,
  select.basicText {
    height: 40px;
  }
  input[type=text].basicSelect,
  input[type=email].basicSelect,
  input[type=password].basicSelect,
  select.basicSelect {
    font-size: 1.2rem;
    height: 40px;
    padding: 0 30px 0 10px;
    background: url(/Contents/ImagesPkg/icon_arrow_down.svg) no-repeat right 10px center;
    background-size: 10px 10px;
  }

  label.radio {
    font-size: 1.4rem;
    margin-right: 30px;
  }
}
/*----------------------------------------------------
inputの長さ
-----------------------------------------------------*/
input.w01[type="text"],
input.w01[type=email],
input.w01[type="password"] {
  width: 545px;
}

input.w02[type="text"],
input.w06 {
  width: 270px;
}

input.w03[type="text"],
input.w03[type="tel"],
select.w03 {
  width: 100px;
}

input.w04[type="text"] {
  width: 60px;
}

select.w05 {
  width: 550px;
}

textarea.w01 {
  line-height: 1.6;
  padding: 10px;
  width: 545px;
  height: 200px;
}

@media screen and (max-width: 767px) {
  input.w01[type="text"],
  input.w01[type=email],
  input.w01[type="password"] {
    width: 100%;
    border-radius: 0;
  }

  input.w02[type="text"] {
    width: 49%;
  }

  input.w03[type="text"],
  input.w03[type="tel"],
  select.w03,
  select.w05 {
    width: 21%;
  }

  select.w06 {
    width: 25.5% !important;
  }

  input.w04[type="text"] {
    width: 60px;
  }

  textarea.w01 {
    line-height: 1.6;
    padding: 10px;
    width: 100%;
    height: 150px;
  }
}
/*----------------------------------------------------
基本のボックス
-----------------------------------------------------*/
.basicBox {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  margin: 40px auto;
  padding: 20px 0;
  width: 860px;
}
.basicBox dl {
  padding: 20px 0;
  display: table;
  width: 100%;
  overflow: hidden;
}
.basicBox dt {
  text-align: left;
  display: table-cell;
  width: 35%;
  vertical-align: middle;
}
.basicBox dt.topPoshi {
  vertical-align: top;
  padding-top: 10px;
}
.basicBox dd {
  text-align: left;
  display: table-cell;
  width: 65%;
  vertical-align: middle;
}
.basicBox .two input:first-child {
  margin-right: 1%;
}
.basicBox.noB {
  border-bottom: none;
  padding-bottom: 0;
}

.basicBox.confirm {
  background: #ededed;
  width: 100%;
}
.basicBox.confirm dl {
  padding: 10px 0;
}
.basicBox.confirm dt {
  color: #999999;
  box-sizing: border-box;
  padding-left: 40px;
  width: 20%;
}
.basicBox.confirm dd {
  width: 80%;
  box-sizing: border-box;
  padding-right: 40px;
}

.basicBox.confirm02 {
  background: #ededed;
  width: 100%;
  max-width: 860px;
}
.basicBox.confirm02 dl {
  padding: 10px 0;
}
.basicBox.confirm02 dt {
  color: #999999;
  box-sizing: border-box;
  padding-left: 40px;
  width: 20%;
}
.basicBox.confirm02 dd {
  width: 80%;
  box-sizing: border-box;
  padding-right: 40px;
}

#saveInfo {
  vertical-align: middle;
}
#saveInfo span {
  margin-right: 20px;
}
#saveInfo label {
  margin-right: 20px;
}
#saveInfo label:last-child {
  margin-right: 0;
}

.retype {
  display: block;
  line-height: 1.6;
  margin-bottom: 5px;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .basicBox {
    box-sizing: border-box;
    background: #ffffff;
    margin: 20px 0;
    padding: 3%;
    width: 100%;
  }
  .basicBox dl {
    padding: 10px 0;
    display: block;
    width: 100%;
  }
  .basicBox dt {
    display: block;
    width: 100%;
  }
  .basicBox dt.topPoshi {
    display: block;
    width: 100%;
  }
  .basicBox dd {
    display: block;
    width: 100%;
  }
  .basicBox .two input:first-child {
    margin-right: 0;
  }

  #saveInfo {
    vertical-align: middle;
    text-align: center;
  }
  #saveInfo span {
    display: block;
    margin-right: 0;
  }
  #saveInfo label {
    margin-right: 20px;
  }

  .basicBox.confirm {
    background: #f0f0f0;
  }
  .basicBox.confirm dt {
    color: #999999;
    display: block;
    padding-left: 0;
    width: 100%;
  }
  .basicBox.confirm dd {
    width: 100%;
    padding-right: 0;
  }
  .basicBox.confirm input {
    background: #ffffff;
  }

  .basicBox.confirm02 {
    background: #f0f0f0;
  }
  .basicBox.confirm02 dt {
    color: #999999;
    display: block;
    padding-left: 0;
    width: 100%;
  }
  .basicBox.confirm02 dd {
    width: 100%;
    padding-right: 0;
  }
  .basicBox.confirm02 input {
    background: #ffffff;
  }
}
