@charset "UTF-8";
/* CSS Document */
#contents {
  /* .pickup .special共通 */
}
#contents #sidenav .category_menu {
  margin-top: 20px;
  padding-left: 10px;
  box-sizing: border-box;
}
#contents #sidenav .category_menu p {
  margin: 10px 0;
}
#contents #sidenav .category_menu ul li.current {
  background-color: #f1f9f8;
}
#contents #sidenav .category_menu ul li a {
  color: #00479d;
  display: inline-block;
  padding: 3px 0 3px 15px;
}
#contents #maincontents .head {
  background: #2C88B4;
  box-sizing: border-box;
  padding: 12px 15px;
  margin-bottom: 20px;
  overflow: hidden;
}
#contents #maincontents .head h3 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  float: left;
}
#contents #maincontents p {
  margin: 30px 0 15px;
}
#contents #maincontents table {
  width: 100%;
}
#contents #maincontents table tr th, #contents #maincontents table tr td {
  padding: 15px;
  border: 1px solid #ddd;
}
#contents #maincontents table tr th {
  width: 26%;
  background: #eee;
  text-align: left;
}
#contents #maincontents table tr th.mail_pass {
    vertical-align: middle;
}
#contents #maincontents table tr th span.required {
  background: #2C88B4;
  color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
  padding: 3px 5px;
  margin-right: 5px;
}
#contents #maincontents table tr td {
  width: 74%;
}
#contents #maincontents table tr td p {
  margin: 0 0 15px;
}
#contents #maincontents table tr td div {
  margin: 0 0 15px;
}
#contents #maincontents table tr td div.last {
  margin: 0 0 10px;
}
#contents #maincontents table tr td div span {
  width: 60px;
  margin-right: 15px;
  display: inline-block;
}
#contents #maincontents table tr td div span.last {
  margin-right: 41px;
}
#contents #maincontents table tr td div.post input.zip_code{
  max-width: 110px;
}
#contents #maincontents table tr td div.post span{
  width: auto;
  font-size: 11px;
  margin-left: 10px;
}
#contents #maincontents table tr td div.post a{
  background: #666;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  padding: 1px 10px;
  text-align: center;
  cursor: pointer;
}
#contents #maincontents table tr td div.address {
  color: #888;
}
#contents #maincontents table tr td label {
  margin: 0 10px 0 0;
}
#contents #maincontents table tr td label span {
  vertical-align: middle;
}
#contents #maincontents table tr td input {
  margin: 0 5px;
}
#contents #maincontents table tr td input.name {
  width: 150px;
}
#contents #maincontents table tr td input.name1, 
#contents #maincontents table tr td input.address, 
#contents #maincontents table tr td input.phone, 
#contents #maincontents table tr td input.mail {
  width: 350px;
}
#contents #maincontents table tr td input.address1 {
  width: 500px;
}
#contents #maincontents table tr td input.name, 
#contents #maincontents table tr td input.name1 {
  margin-right: 12px;
}
#contents #maincontents table tr td .custom {
  overflow: hidden;
  margin-bottom: 15px;
}
#contents #maincontents table tr td .custom.no-mb {
  margin-bottom: 0;
}
#contents #maincontents table tr td select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
  width: 150px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #eee;
  background: url(https://cache.natural-pharmacy.jp/npic/common/images/btn_select.png) right center no-repeat;
  padding: 0 0 0 5px;
  box-sizing: border-box;
}
#contents #maincontents table tr td select.free{
  width: auto;
}
#contents #maincontents table tr td select.date_select {
  width: 80px;
}
#contents #maincontents table tr td.magzine {
  vertical-align: middle;
}
#contents #maincontents table tr td.born .custom {
  display: inline;
  margin-right: 8px;
  vertical-align: bottom;
}
#contents #maincontents table tr td.born .custom select {
  width: 50px;
}
#contents #maincontents table tr td.born .custom:first-child select {
  width: 70px;
}
#contents #maincontents input[type="submit"],
#contents #maincontents input[type="button"] {
  width: 150px;
  display: inline-block;
  border: none;
  padding: 10px;
  color: #444444;
  border: 1px solid #444444;
  background: none;
  font-size: 15px;
}
#contents #maincontents input[type="submit"]:hover ,
#contents #maincontents input[type="button"]:hover {
  color: #fff;
  background: #444444;
  cursor: pointer;
  text-decoration: none;
}
#contents #maincontents input[type="radio"] {
  vertical-align: baseline;
}
#contents #maincontents input.auto[type="submit"], 
#contents #maincontents input.auto[type="button"]{
  width: auto;
}
#contents #maincontents textarea{
  width: 98%;
  height: 160px;
}
#contents #maincontents .confirmation {
  margin: 20px auto 0;
}
#contents #maincontents .confirmation p.note {
  margin-bottom: 5px;
}
#contents #maincontents .confirmation textarea {
  height: 330px;
  font-size: 14px;
  padding: 10px;
  border: 1px solid #ccc;
  color: #666;
  width: 96%;
}
#contents #maincontents .confirmation p.consent {
  font-size: 16px;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
}
#contents #maincontents .confirmation p.consent input {
  margin-bottom: 0;
  margin-right: 5px;
  margin-top: 0;
  vertical-align: baseline;
}
@media screen and (max-width: 767px) {
  #contents #maincontents .contentspace {
      margin-left: 10px;
      margin-right: 10px;
  }
  #contents #maincontents .head {
    background: #444444;
    box-sizing: border-box;
    padding: 12px 15px;
    margin-bottom: 20px;
    overflow: hidden;
  }
  #contents #maincontents .head h3 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    float: none;
  }
  #contents #maincontents p {
    margin: 30px 0 15px;
  }
  #contents #maincontents table {
    width: 100%;
  }
  #contents #maincontents table tr th, 
  #contents #maincontents table tr td {
    float: left;
    width: 100%;
    box-sizing: border-box;
  }
  #contents #maincontents table tr td input {
    margin: 0;
  }
  #contents #maincontents table tr td input.name, 
  #contents #maincontents table tr td input.name1, 
  #contents #maincontents table tr td input.address, 
  #contents #maincontents table tr td input.phone, 
  #contents #maincontents table tr td input.mail {
    width: 100%;
    box-sizing: border-box;
  }
  #contents #maincontents table tr td input.name{
    width: 35%;
    margin-left: 5px;
  }  
  #contents #maincontents table tr td input.zip_code{
    margin-left: 5px;
  }
  #contents #maincontents table tr td input.address1 {
    width: 100%;
  }
  #contents #maincontents table tr td select.free{
    width: 100%;
  }
  #contents #maincontents table tr td div span {
    display: block;
  }
  #contents #maincontents table tr td div.post a {
    margin: 8px 0 5px 14px;
  }
  #contents #maincontents table tr td label span {
    vertical-align: text-bottom;
  }
  #contents #maincontents table tr td dl {
    display: inline;
    overflow: hidden;
  }
  #contents #maincontents table tr td dl.two_col dt, 
  #contents #maincontents table tr td dl.two_col dd {
    padding: 0 0 5px 0;
    box-sizing: border-box;
  }
  #contents #maincontents table tr td dl.two_col dt {
    width: 100%;
    float: none;
  }
  #contents #maincontents table tr td dl.two_col dd {
    padding-bottom: 15px;
    width: 100%;
  }
  #contents #maincontents table tr td table.fixed td {
    padding: 5px 0;
  }
  #contents #maincontents table tr:last-child {
    border-bottom: 1px solid #ddd;
  }
  #contents #maincontents input[type="submit"]:hover ,
  #contents #maincontents input[type="button"]:hover {
    color: #444444;
    background: none;
  }
  #contents #maincontents textarea{
    height: 80px;
  }
  #contents #maincontents .confirmation {
    width: auto;
    margin-top: 10px;
  }
  #contents #maincontents .confirmation p.note{
    
  }
  #contents #maincontents .confirmation p.note, 
  #contents #maincontents .confirmation p.consent {
    margin-bottom: 15px;
    margin-top: 15px;    
  }
  #contents #maincontents .confirmation p.note{
    font-size: 15px;
  }
  #contents #maincontents .confirmation p.consent {
    font-size: 20px;
    line-height: 1.7;
  }
  #contents #maincontents .confirmation p.consent label{
    line-height: 1.9;
  }
  #contents #maincontents .confirmation textarea {
    width: 100%;
    font-size: 14px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #contents #maincontents .confirmation textarea.kiyaku_text{
    height: 300px;
  }
}

#contents #maincontents table.payment tr td.select{
  width: auto;
}
#contents #maincontents table.payment tr td.outline{
  width: auto;
}
#contents #maincontents table.payment tr td.outline dt,
#contents #maincontents table.payment tr td.outline dd{
  display: inline-block;
  vertical-align:top;
  padding-right: 5px;
}
#contents #maincontents table.payment tr td.outline dt p,
#contents #maincontents table.payment tr td.outline dd p{
  margin: 0;
}
@media screen and (max-width: 767px) {
#contents #maincontents table.payment tr td.select{
  background-color: #f1f9f8;
  border-bottom:none;
  width:100%;
}
#contents #maincontents table.payment tr td.outline{
  width:100%;
}
}

#contents a.list_buttons {
  width: 200px;
  text-align: center;
  display: block;
  border: none;
  margin: 10px 0;
  padding: 10px;
  color: #444444;
  border: 1px solid #444444;
  background: none;
  font-size: 15px;
}
#contents a.list_buttons:hover {
  color: #fff;
  background: #444444;
  cursor: pointer;
  text-decoration: none;
}
#contents a.list_buttons2 {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #444444;
  color: #444444;
  display: inline-block;
  font-size: 15px;
  line-height: 24px;
  margin-left: 20px;
  padding: 10px;
  width: 200px;
}
#contents a.list_buttons2:hover {
  color: #fff;
  background: #444444;
  cursor: pointer;
  text-decoration: none;
}
#contents a.list_buttons3 {
  width: 200px;
  text-align: center;
  display: inline-block;
  border: none;
  margin: 10px 0;
  padding: 10px;
  color: #444444;
  border: 1px solid #444444;
  background: none;
  font-size: 15px;
}
#contents a.list_buttons3:hover {
  color: #fff;
  background: #444444;
  cursor: pointer;
  text-decoration: none;
}