﻿@charset "UTF-8";

/* --------------------------------------------------------------------
  メールニュース
-------------------------------------------------------------------- */
div.mail_ .agreebody_ {
  margin: 10px 0 20px 0;
  width: 100%;
}

div.mail_ table {
  width: 100%;
}

div.mail_ table th {
  width: 25%;
}

/* firefox用 */
@-moz-document url-prefix() {
  .formdetail_.message_ input[name="cmail"],
  .formdetail_.message_ input[name="mail"],
  .formdetail_.message_ input[name="cancel_mail"] {
    width: 374px;
  }
}

/* --------------------------------------------------------------------
  トピック
-------------------------------------------------------------------- */
/* トピック詳細 */
h2.topic_title_ {
  font-weight: bold;
}

/* トピック一覧 */
div.topiclist_ {
  margin-bottom: 15px;
}

div.topiclist_ .topiclist_head_ {
  padding: 13px 0 11px 25px;
  background: #f6f6f6;
  box-sizing: border-box;
  margin: 30px 0 15px;
}

div.topiclist_ .topiclist_head_ h2 {
  display: block;
  font-size: 18px;
  font-weight: 600;
  position: relative;
}

div.topiclist_ .topiclist_head_ h2::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 30px;
  background: var(--cl-gr);
  position: absolute;
  top: -5px;
  left: -25px;
}

div.topiclist_ .topiclist_head_ .rss_ {
  float: right;
  display: inline;
  text-align: right;
  display: none;
}

div.topiclist_ div.topiclist_ ul.topicline_ {
  margin: 0;
  padding: 0;
}

div.topiclist_ ul.topicline_ li,
div.topicdetaillist_ ul.topicdetailline_ li {
  padding: 8px 0 8px 12px;
  border-bottom: 1px dashed #cbcbcb;
}

div.topiclist_ ul.topicline_ li.img_ {
  padding: 5px 0;
  background: none;
}

.topiclist_body_ .topicline_detaillist_ {
  text-align: right;
  font-size: 12px;
  padding: 5px 5px 0 5px;
}

div.topicdetaillist_ .topicdetaillist_body_ {
  padding: 0 20px 20px 20px;
  width: 740px;
}

div.topiclist_ ul.topicline_ li dl {
  width: 100%;
  display: flex;
  align-items: center;
}

div.topiclist_ ul.topicline_ li dl dt img {
  margin-left: 7px;
}

div.topiclist_ ul.topicline_ li dl dt {
  width: 163px !important;
  margin-right: 0 !important;
  font-size: 14px;
  box-sizing: border-box;
  color: #1c1b1b;
  display: flex;
  align-items: center;
  letter-spacing: 0 !important;
  justify-content: start !important;
}

div.topiclist_ ul.topicline_ li dl dd {
  width: 725px !important;
}

div.topicdetaillist_ ul.topicdetailline_ li dl {
  width: 100%;
  display: flex;
  align-items: center;
}

div.topicdetaillist_ ul.topicdetailline_ li dl dt img {
  margin-left: 7px;
}

div.topicdetaillist_ ul.topicdetailline_ li dl dt {
  font-size: 14px;
  box-sizing: border-box;
  color: #1c1b1b;
  display: flex;
  align-items: center;
  width: 25%;
}

div.topicdetaillist_ ul.topicdetailline_ li dl dd {
  width: 75%;
}

/* --------------------------------------------------------------------
  アンケート
-------------------------------------------------------------------- */

/* 入力画面 */
div.questionnaire_ {
  width: 1155px;
  margin: 0 auto;
  width: 1075px;
}

div.questionnaire_box_ {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #ccc;
}

div.questionnaire_box_ div.desc_ {
  margin-bottom: 10px;
  padding: 0 0 10px 10px;
  border-bottom: 1px dotted #ccc;
}

div.questionnaire_box_ table {
  width: 100%;
}

div.questionnaire_box_ table.formdetail_ th {
  width: 16em;
}

div.questionnaire_box_ div.questionnaire_box_content_ {
  padding: 0 10px;
}

/* 確認画面 */
table.questionnaire_confirm_ {
  width: 100%;
}

table.questionnaire_confirm_ th {
  width: 16em;
}

/* --------------------------------------------------------------------
  approval
-------------------------------------------------------------------- */

div.approval_ table th {
  white-space: nowrap;
}

div.approval_ table td.total_ {
  text-align: right;
  color: #e61d50;
}

div.approval_ table.approvallist_ .approval_r_ td {
  background-color: #fffff0;
}

div.approval_ table.approvallist_ .approval_1st_ok_ td {
  background-color: #fffff0;
}

div.approval_ table.approvallist_ .approval_ng_ td {
  background-color: #ffefec;
}

div.approval_ table.approvallist_ .approval_sales_ng_ td {
  background-color: #f3f3f3;
}

table.approval_cart_ tr.linespace_ {
  border-style: none;
}

table.approval_cart_ tr.linespace_ td {
  border-style: none;
  height: 10px;
}

table.approval_cart_ td.goods_name_ {
  width: 150px;
}

table.approval_cart_ td.money_ {
  width: 50px;
  white-space: nowrap;
  text-align: right;
}

table.approval_cart_ td.qty_ {
  width: 80px;
  white-space: nowrap;
  text-align: center;
}

table.approval_cart_ td.button_ {
  text-align: center;
  width: 60px;
}

table.approval_cart_ td.total_ {
  text-align: right;
}

table.approval_cart_ td.cancel_dt_ {
  color: #c00;
  font-weight: bold;
}

.reapproval_ td.reapproval_mod_ {
  background-color: #ffffe0;
}

.doapproval_ {
  background-color: #ffffe0;
}

table.approval_comment_ td {
  border-style: none;
  padding: 8px 4px 8px 0;
}

/* firefox用 */
@-moz-document url-prefix() {
  table.approval_comment_ td {
    border-style: none;
    padding: 8px 6px 8px 0;
  }
}

/* --------------------------------------------------------------------
  ユーザー定義　トップページ　現在の配送先
--------------------------------------------------------------------- */
#block_of_cart_dest_ {
  margin: 0 auto 10px;
  border: solid 2px var(--cl-bk);
}

#block_of_cart_dest_ h2 {
  margin: 2px;
  padding: 10px 4px 10px 8px;
  clear: both !important;
  background: var(--cl-gy);
  color: var(--cl-bk);
  font-weight: bold;
  font-size: 16px;
}

/* --------------------------------------------------------------------
  ユーザー定義　トップページお問い合わせ一覧
--------------------------------------------------------------------- */
#block_of_contact_ {
  margin: 10px auto;
  border: solid 2px var(--cl-bk);
  font-size: 14px;
}

#block_of_contact_ h2 {
  margin: 2px;
  padding: 10px 4px 10px 8px;
  clear: both !important;
  background: var(--cl-gy);
  color: var(--cl-bk);
  font-weight: bold;
  font-size: 16px;
}

#block_of_contact_ .top_contact_most_recent_ {
  padding: 10px;
}

#block_of_contact_ .top_contact_most_recent_ {
  padding: 10px;
}

#block_of_contact_ ul li {
  padding: 10px;
  border-bottom: 1px dotted #ccc;
}

#block_of_contact_ ul li .subject_ {
  font-weight: bold;
}

#block_of_contact_ .top_contact_most_recent_ ul {
  margin-bottom: 20px;
}

#block_of_contact_ .top_contact_most_recent_ textarea {
  width: 100%;
}

#block_of_contact_ div.top_contact_list_footer_ {
  text-align: right;
}

#block_of_contact_ div.top_contact_list_footer_ a {
  display: inline-block;
  margin: 4px 10px 0 10px;
}

#block_of_contact_ div.contactlist_line_ {
  margin: 0;
  margin-bottom: 10px;
}

#block_of_contact_ div.top_contact_list_ div.syoryaku_ {
  margin-left: 10px;
}

/* ----Cookieポリシー同意---- */
.block-cookie-consent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  font-size: 14px;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  padding: 1.2em;
  box-sizing: border-box;
  visibility: visible;
  text-align: left;
  z-index: 10000;
}

.block-cookie-consent--text a {
  color: #fff;
}

.block-cookie-consent--btn {
  display: inline-block;
  min-width: 100px;
  color: #fff;
  background: dodgerblue;
  padding: 0.5em 1.5em;
  cursor: pointer;
  text-align: center;
}
