﻿/*タイトル*/
.t_delivery {
  font-size: 1.3rem;
  line-height: 1.4em;
  border: solid 1px #ccc;
  margin-top: 2rem;
  padding: 0.7rem;
}
.t_delivery:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 1.4em;
  background-color: #a10e22;
  margin-right: 0.7rem;
  vertical-align: text-top;
}

/*検索ボックス*/
.search_delivery {
  margin-bottom: 3rem;
  padding: 1.5rem;
  background-color: #faf7dc;
  border: solid 1px #e0d362;
}

.search_delivery input[type="text"] {
  width: 100%;
  max-width: 600px;
  box-shadow: none;
  border: solid 1px #ccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
  font-size: 1.1rem;
  padding: 0.8rem;
}
::-webkit-input-placeholder {
  color: #ddd;
}
:-ms-input-placeholder {
  color: #ddd;
}
::placeholder {
  color: #ddd;
}

/* iOSリセット */
input[type="submit"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus {
  outline-offset: -2px;
}

.search_delivery input[type="submit"] {
  width: 12em;
  font-size: 1rem;
  line-height: 3em;
  display: inline-block;
  margin: 0;
  padding: 0;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.5rem;
  text-indent: 1.5em;
  color: #fff;
  border: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-sizing: border-box;
  background: url("../img/delivery/search.svg") 32% 45% no-repeat #a10e22;
  background-size: 20px auto;
  cursor: pointer;
}
.search_delivery input[type="submit"]:hover {
  background-color: #cd485a;
}
.attention {
  margin-top: 1rem;
  font-size: 0.9rem;
  color: #e90000;
}

/*戻る*/
.btn_back {
  padding: 2rem 0;
}
.btn_back a {
  color: #666;
  text-align: center;
  display: block;
  width: 10em;
  padding: 0.5rem;
  text-indent: 0.5em;
  text-decoration: none;
  background-color: #eee;
  border: solid 1px #ccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: relative;
}
.btn_back a::before {
  position: absolute;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 1rem;
  top: 0;
  bottom: 0;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #666;
  border-left: 2px solid #666;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn_back a:hover {
  color: #999;
  background-color: #f5f5f5;
}

/*結果*/
.result_delivery {
}
.result_delivery .t_result {
  font-size: 1.2rem;
  margin: 0 0 1rem 0;
  padding: 0 0 0.3rem 0;
  border-bottom: 2px solid #a10e22;
}
.result_delivery .t_result b {
  font-size: 1.3em;
  display: inline-block;
}

.caution {
  font-size: 0.9rem;
  color: #e90000;
  padding: 1rem;
  background-color: #fff0f0;
}

/*0件*/
.no_result {
  margin-bottom: 3rem;
  padding: 3rem 1rem;
  background-color: #f8f8f8;
  word-break: break-word;
}
.no_result span.nodata {
  display: block;
  background: url("../img/no_result.svg") center top no-repeat;
  background-size: 50px auto;
  padding: 3.7rem 0 0 0;
  color: #e90000;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}
.no_result h4 {
  font-size: 1.2rem;
  text-align: center;
  margin: 2rem 0 0 0;
}
.no_result h4 b {
  font-size: 1.3em;
}
.box_attention {
  color: #e90000;
  padding: 2rem 0;
  background-color: #fff0f0;
}
.box_attention ul {
  margin: 1rem 0 0 1.5rem;
  font-size: 1rem;
}

/*一覧（1件以上）*/
.result_delivery table#delivery_list {
  margin: 1rem 0;
}

/*製品型式名&標準出荷予定日の幅固定*/
.result_delivery table.list #result_disp {
  width: 15%;
}
.result_delivery table.list #result_disp_memo {
  min-width: 100px;
}

.oshirase {
  color: #000;
}

.yokujitsu01 {
  margin-top: 0px;
  margin-bottom: 5px;
  background-color: #FFFACD;
  cellpadding: 5px;
  border-color: #999;
}

.yokujitsu02 {
  margin-bottom: 16px;
}

#yoku {
  font-size: 12px;
  line-height: 1.3em;
}

p,
ul {
  padding: 1px 0px 4px 20px;
  margin: 0;
}

span.updatedate {
  display: block;
  text-align: right;
  margin-bottom: -10px;
}

a.ds1link {
  color: #C7112A;
  text-decoration: underline;
}

a.ds1link:hover {
  color: #c75f6d;
  text-decoration: none;
}