@charset "Shift_JIS";
/* --------------------------------------------------------------------
	カート画面
-------------------------------------------------------------------- */
section.cart {
  margin-top: 40px;
}
section.cart.mt {
  margin-top: 180px;
}
section.cart.contents_bottom-gray {
  margin-top: 0;
  padding-top: 40px;
}
#cart_form {
  overflow: hidden;
}
.qty_num {
  width: 40px;
  padding: 5px 15px 5px 10px;
  -webkit-appearance: none;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.button {
  display: flex;
  flex-direction: column;
  width: 8px;
  position: relative;
  top: -21px;
  right: -80px;
  margin: 0;
}
.spinner_up {
  width: 0;
  height: 0;
  margin-bottom: 2px;
  border-style: solid;
  border-width: 0 3.5px 6.1px 3.5px;
  border-color: transparent transparent #000 transparent;
  cursor: pointer;
}
.spinner_down {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.1px 3.5px 0 3.5px;
  border-color: #000 transparent transparent transparent;
  cursor: pointer;
}
#qty_num::-ms-expand {
  display: none;
}
.price_ span.sale_ {
  padding-left: 5px;
  text-decoration: line-through;
  color: #222;
}
.name1_color_,
.name1_size_ {
  display: inline-block;
  padding: 2px 0 5px;
}
.name1_color_ {
  color: #919191;
}
.name1_size_ {
  margin-left: 10px;
  font-weight: bold;
  color: #222;
}
.submit_new_top {
  width: 350px;
  padding: 35px 20px;
  background: #F7F7F7;
  float: left;
  box-sizing: border-box;
}
.submit_new_top input[type="image"] {
  width: 60px;
}
.breakdown_area {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #DEDEDE;
}
.flex_text {
  display: flex;
  justify-content: space-between;
  align-items: start;
  font-size: 18px;
  flex-wrap: wrap;
}
.flex_text.flex-align-c {
  align-items: center;
}
.flex_text + .flex_text {
  margin-top: 5px;
}
.small_text {
  font-size: 14px;
  text-align: right;
}
.flex_text_right {
  text-align: right;
}
.remaining_amount {
  color: #BF0000;
}
.result_total_price {
  margin-left: 50px;
  font-size: 26px;
  font-weight: bold;
}
.btn_wrap .btn_online {
  display: block;
  margin-top: 24px;
  padding: 11.5px 15px;
  border-radius: 4px;
  background: #2996CC;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
/* .btn_wrap .btn_online .btn_online_text::before {
  content: '';
  display: inline-block;
  margin-right: 5px;
  width: 19px;
  height: 19px;
  background: url(".../../../new_img/icon/icon_cart.png") no-repeat center left;
} */
.btn_wrap .btn_online #nowdt {
  font-size: 12px;
}
.btn_sub.btn_submit {
  width: 100%;
  height: 67px;
  margin-top: 10px;
  padding: 21px 60px;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-appearance: none;
  cursor: pointer;
  font-size: 16px;
  background: url(".../../../new_img/icon/icon_shopping_bag.png") no-repeat 77px center / 15px 15px,#fff;
  line-height: 1;
}
input[type="submit"].btn_sub.btn_submit {
	padding: 21px 50px 21px 70px;
  background: url(".../../../new_img/icon/icon_shopping_bag.png") no-repeat 100px center / 15px 15px,#fff;
}
.caution_ttl {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}
.cautionList .cautionList_item {
  font-size: 14px;
}
.cautionList_item + .cautionList_item {
  margin-top: 5px;
}
.cart_shopingBtn {
  padding: 60px 0;
}
.cart_shopingBtn .btn_sub {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 310px;
  height: 68px;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  background-color: #fff;
  color: #222222;
  font-size: 1.6rem;
  text-decoration: none;
}
div.order_flow_ {
  margin-bottom: 50px;
  text-align: center;
}
table.cartlist_ {
  width: 805px;
  margin: 0;
  margin-right: 45px;
  margin-bottom: 50px;
  border: none;
  float: left;
}
table.cartlist_ tr {
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}
table.cartlist_ tr:nth-child(n+2) {
  border-top: none;
}
table.cartlist_ td {
  font-size: 12px;
  padding: 13px 10px;
}
table.cartlist_ td.img_ {
  width: 50px;
}
table.cartlist_ td.img_ img {
  width: 115px;
}
table.cartlist_ td.money_ {
  width: 80px;
  white-space: nowrap;
  text-align: right;
}
table.cartlist_ td.money_ .price_.subtotal {
  color: #222;
}
table.cartlist_ td.qty_ {
  width: 80px;
  white-space: nowrap;
  text-align: right;
}
table.cartlist_ td.button_ {
  text-align: center;
  width: 60px;
}
table.cartlist_ td.button_ input {
  width: 40px;
}
table.cartlist_ td.total_ {
  text-align: right;
}
input.calc_ {
  width: 0px;
  height: 0px;
}

/* カート内価格表示 */

.cartlist_ .cartlist_price {
  color: #222;
  font-size: 14px;
  font-weight: bold;
}
.cartlist_ .cartlist_price-red {
  color: #c30;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
}
.cartlist_ .cartlist_price-strike {
  font-size: 13px;
  padding-left: 1em;
  text-decoration: line-through;
  font-weight: normal;
  display: inline-block;
}


/* --------------------------------------------------------------------
	ご注文方法の指定
-------------------------------------------------------------------- */
/* .method_host_ . */

/* --------------------------------------------------------------------
	メールニュース
-------------------------------------------------------------------- */
div.mail_ .agreebody_ {
  margin: 10px 0 20px 0;
  width: 100%;
}
div.mail_ table {
  width: 100%;
}
div.mail_ table th {
  width: 25%;
}
/* --------------------------------------------------------------------
	お友達に紹介
-------------------------------------------------------------------- */
div.intro_ {
  padding: 0 60px;
}
div.intro_ .mail_ {
  padding: 0;
}
div.intro_ table {
  width: 100%;
}
div.intro_ table.intro_address_ th {
  width: 8em;
  vertical-align: top;
}
div.intro_ .name_ input {
  margin: 0 5px 0 5px;
}
div.intro_ span.mail_ {
  padding-left: 20px;
}
div.intro_ .mail_ input {
  margin: 0 0 0 5px;
}
div.intro_box_ {
  margin-bottom: 20px;
  width: 100%;
  overflow: hidden;
}
div.intro_ div.intro_box_ div.name_ {
  margin-right: 20px;
  float: left;
}
div.intro_ div.intro_box_ div.mail_ {
  float: left;
}
/* --------------------------------------------------------------------
	トピックス
-------------------------------------------------------------------- */
/* トピック詳細 */
h2.topic_title_ {
  margin-bottom: 10px;
  padding: 8px 8px 8px 20px;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #ccc;
  background: url("../new_img/usr/common_h2.png") 0 0 no-repeat;
}
/* トピック一覧 */
div.topiclist_ {
  margin: 0 0 10px 0;
}
div.topiclist_ .topiclist_head_ {
  padding: 20px 20px 0 20px;
  width: 560px;
  height: 32px;
  overflow: hidden;
  background: url("../new_img/usr/topiclist_head.png") center top no-repeat;
}
div.topiclist_ .topiclist_head_ h2 {
  float: left;
  display: inline;
  font-size: 16px;
  font-weight: bold;
}
div.topiclist_ .topiclist_head_ .rss_ {
  float: right;
  display: inline;
  text-align: right;
}
div.topiclist_ .topiclist_body_ {
  padding: 0 20px 20px 20px;
  background: url("../new_img/usr/topiclist_body.png") center bottom no-repeat;
}
div.topiclist_ div.topiclist_ ul.topicline_ {
  margin: 0;
  padding: 0;
}
div.topiclist_ ul.topicline_ li {
  padding: 5px 5px 5px 15px;
  background: url("../new_img/usr/topiclist.png") 5px 9px no-repeat;
  border-bottom: 1px dotted #ccc;
}
div.topiclist_ ul.topicline_ li.img_ {
  padding: 5px 0;
  background: none;
}
/* --------------------------------------------------------------------
	アンケート
-------------------------------------------------------------------- */
/* 入力画面 */
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;
}
/**/
/* --------------------------------------------------------------------
	カタログ
-------------------------------------------------------------------- */
/* カタログ一覧 */
.catalog_cart_ {
  margin-bottom: 10px;
  text-align: center;
}
.catalog_frame_ {
  width: 100%;
}
.catalog_frame_ td {
  padding-top: 10px;
  padding-bottom: 10px;
  vertical-align: top;
  border-bottom: 1px dotted #ccc;
}
.catalog_frame_ td.img_ {
  padding-right: 10px;
}
.catalog_frame_ td.desc_ div.name_ {
  margin-bottom: 10px;
  padding: 5px;
  background: #f0f0f0;
}
.catalog_frame_ td.desc_ div.name_ .name1_ {
  font-size: 14px;
  font-weight: bold;
}
.catalog_frame_ td.desc_ div.comment_ {
  margin: 0 0 10px 10px;
}
.catalog_frame_ td.desc_ div.limit_ {
  margin: 0 0 10px 10px;
}
/* カタログ利用規約 */
div.customer_ .catalog_agreebody_ {
  margin: 0 0 10px 0;
  width: 100%;
}
/**/
/* カタログ請求確認 */
dl.catalogconfirm_ {
  margin-bottom: 20px;
  width: 100%;
  overflow: hidden;
}
dl.catalogconfirm_ dt {
  padding: 5px;
  float: left;
  font-weight: bold;
}
dl.catalogconfirm_ dd {
  padding: 5px 5px 5px 8em;
  border-bottom: 1px dotted #ccc;
}


/* --------------------------------------------------------------------
	オンラインストアメールマガジン
-------------------------------------------------------------------- */

div#guide_point {
  width: 1200px;
  margin: 0 auto;
}
#guide_point h2.common_headline2_ {
  margin-bottom: 10px;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: bold;
}
div#guide_point p {
  padding-top: .5em;
  font-size: 14px;
}
div.mail_.col1_ {
  font-size: 14px;
}
div.mail_.col1_ > .submit_ {
  padding: 10vh 0;
}

/* --------------------------------------------------------------------
	再入荷通知リスト
-------------------------------------------------------------------- */

.formlist_.restock_ {
  margin-top: 1em;
  border: 1px solid #dedede;
}
.formlist_.restock_ th {
  /* border: none; */
  text-align: center;
}
.formlist_.restock_ th:first-child {
  border-left: none;
}
.formlist_.restock_ th:nth-child(5) {
  border-right: none;
  text-align: right;
}
.formlist_.restock_ th:last-child {
  border-left: none;
  border-right: none;
}
.formlist_.restock_ tbody {
  border-top: 1px solid #dedede;
}
.formlist_.restock_ td.code_,
.formlist_.restock_ td.color_,
.formlist_.restock_ td.size_,
.formlist_.restock_ td.date_ {
  text-align: center;
  border-left: 1px solid #dedede;
}
.formlist_.restock_ td.name_ {
  width: 60%;
}
.formlist_.restock_ td.img_ {
  width: 5%;
  text-align: center;
}

/* --------------------------------------------------------------------
	商品購入規約
-------------------------------------------------------------------- */

.cartlist_ .agreelist_ {
  padding-top: .5em;
  font-size: 14px;
}