@charset "UTF-8";
/*
Name: plugins.css
Description: プラグイン用カスタムCSS
・お問い合わせフォームプラグイン
・ネットショップ管理プラグイン
・フロントエンドユーザー管理プラグイン
-------------------------------------------------- */


/* ----------------------------------------
* ネットショップ管理プラグイン用
---------------------------------------- */
.nsa_product_list {
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-align-content: flex-start !important;
  align-content: flex-start !important;
  -webkit-justify-content: space-between !important;
  justify-content: flex-start !important;
  flex-wrap: wrap !important;
  width: 100% !important;
}
.nsa_product_child {
  position: relative !important;
  background-color: #fff !important;
  border: 1px solid #e5e5e5 !important;
  margin-bottom: 50px !important;
  padding: 0 !important;
  width: calc(25% - 20px) !important;
  height: 320px !important;
}
.nsa_product_child img {
  width: 100% !important;
  height: auto !important;
}
.nsa_product_child .item_img {
  width: 100%;
  height: auto;
}
.nsa_product_child .item_info {
  position: absolute !important;
  bottom: 0 !important;
  margin: 0 auto !important;
  padding: 10px !important;
  width: 100%  !important;
}
.nsa_product_child { position: relative !important; text-align: center !important; height: 220px !important; }
.nsa_product_child img { width: 180px !important; height: auto !important; }
.nsa_product_child .details_btn a {
  color: #343434 !important;
  background-color: #fff !important;
  background-image: url("../images/ico_arrow_r.png") !important;
  background-size: 15px !important;
  background-repeat: no-repeat !important;
  background-position: 95% center !important;
  border: 2px solid #000000 !important;
  padding: 10px !important;
  min-width: 180px !important;
  width:80% !important;
  text-align: center !important;
}
.nsa_product_child .details_btn a:hover {
  color: #fff !important;
  background-color: #000000 !important;
}

.nsa_product_select { margin: 0 10px 20px; }
.nsa_product_select:after { content:" "; clear:both; height:0; display:block; visibility:hidden; }
.nsa_product_select input[type="submit"] { border-radius:8px; width:auto; height:auto; font-size:13px; margin-left:15px; }
.nsa_product_archive { display:inline; float:left; margin:0 10px 10px; text-align:center; }
.nsa_product_child { display: inline-block; width: calc(33.3% - 20px) !important; margin-bottom: 100px !important; }
/* .nsa_product_child, .nsa_product_archive { width:215px; }
.nsa_product_child, .nsa_product_archive { width:215px; position:relative; height:280px; } */
.nsa_product_child input.product_price { height:10px; padding:5px; }
.nsa_product_child input[type="submit"] { border-radius:8px; width:100%; height:auto; font-size:13px; overflow: hidden; text-overflow: ellipsis; }
.nsa_product_list div.mustbuy { background: url(images/icon_0482.png) no-repeat; width:48px; height:48px; top:10px; left:0; position:absolute;  }
.nsa_product_list div.new { background: url(images/icon_048.png) no-repeat; width:48px; height:48px; top:0; left:10px; position:absolute;  }
/*.nsa_product_child p { width: 215px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }*/
.nsa_product_list div.pr_main_box {
  width: 100%;
  margin: 0 auto;
}
.nsa_product_list div.pr_name_box {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin: 5px 0 10px;
  width: 100%;
  height: auto;
}
.nsa_product_list div.pr_price_box {
  margin: 5px 0 10px;
  width: 100%;
  height: auto;
}
/*.nsa_product_list div.pr_name_box a { color: #333; }*/
.nsa_product_list div.pr_name_box a:hover { cursor: pointer; opacity: 1.2; text-decoration: underline; }
.nsa_product_select span.nsa_product_orderbyorder, .nsa_product_select span.nsa_product_stock { margin:auto 10px; font-size:13px; }
.nsa_product_select select{
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	padding: 5px 20px;
  margin: 20px auto 30px 5px;
	color: #333;
  font-size: 14px;
  cursor: pointer;
  background: url(../images/arrow-down.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#efebe1 100%);
  background: url(../images/arrow-down.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#efebe1 100%);
  background-size: 25px, 100%;
  min-width:130px;
}
.nsa_product_select select::-ms-expand {
  display: none;
}
.nsa_product_select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #333;
}


#net_shop_admin_shopping_cart td.quantity input[type="text"] { width:50px; text-align:center; }
#net_shop_admin_shopping_cart input[type="submit"] { border-radius:8px; height:auto; font-size:13px; }

div.frontend-user-admin-login input[type="submit"],
#net_shop_admin_shopping_cart input[type="submit"],
#net_shop_admin_checkout_first input[type="submit"],
#net_shop_admin_checkout_login input[type="submit"],
#net_shop_admin_checkout_body input[type="submit"] {
  background-color: #bb3522 !important;
  border: none !important;
}
div.frontend-user-admin-login input[type="submit"]:hover,
#net_shop_admin_shopping_cart input[type="submit"]:hover,
#net_shop_admin_checkout_first input[type="submit"]:hover,
#net_shop_admin_checkout_login input[type="submit"]:hover,
#net_shop_admin_checkout_body input[type="submit"]:hover {
  opacity: 0.6 !important;
}

#net_shop_admin_checkout_body table.inner-table dt { vertical-align: middle !important; }
#net_shop_admin_checkout_body table.inner-table dt label { white-space: nowrap !important; }


#net_shop_admin_checkout_body table.form-table td label {
  margin: 5px 10px 0 0;
  width: 50px !important;
  float: left;
  text-align: right !important;
}
#net_shop_admin_checkout_body table.form-table td input#last_name,
#net_shop_admin_checkout_body table.form-table td input#first_name,
#net_shop_admin_checkout_body table.form-table td input#last_name_furigana,
#net_shop_admin_checkout_body table.form-table td input#first_name_furigana {
  width: calc(100% - 62px) !important;
  float: left !important;
  margin: 2px auto !important;
}
#net_shop_admin_checkout_body table.form-table select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  padding: 5px 30px;
  color: #333;
  font-size: 15px;
  cursor: pointer;
  background: url(../images/arrow-down.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#efebe1 100%);
  background: url(../images/arrow-down.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#efebe1 100%);
  background-size: 25px, 100%;
}



aside.shop-sidebar .widget_nsa_search dl { margin-bottom:10px; }
aside.shop-sidebar .widget_nsa_search dl.nsa_keyword dd input[type="text"] { width: 100% !important; line-height: 1.8em !important; }
aside.shop-sidebar .widget_nsa_search dl.nsa_price dd input[type="text"] { width: 80px !important; line-height: 1.8em !important; }
aside.shop-sidebar .widget_nsa_search input[type="submit"] { border-radius:8px; width:100%; height:auto; font-size:13px; margin:20px 15px 0 5px; }
/* aside.shop-sidebar .widget_nsa_search input[type="submit"]#nsa_search_submit {
  font-size: 16px !important;
  color: #444 !important;
  background: #fff;
  border: 1px solid #cdcdcd;
  border-radius: 10px !important;
  line-height: 1em !important;
  padding: auto !important;
  width: 100% !important;
  text-align: center !important;
} */
aside.shop-sidebar .widget_nsa_search input[type="submit"]:hover { opacity: 0.6; text-decoration: none; }
aside.shop-sidebar .widget_nsa_search select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	padding: 5px 20px;
  margin: 0 0 10px;
	color: #333;
  width: 100%;
  font-size: 15px;
  cursor: pointer;
  background: url(../images/arrow-down.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#efebe1 100%);
  background: url(../images/arrow-down.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#efebe1 100%);
  background-size: 25px, 100%;
}
/* ショッピングカートを見る */
aside.shop-sidebar .widget_nsa_search select::-ms-expand {
  display: none;
}
aside.shop-sidebar .widget_nsa_search select::-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #333;
}
aside.widget_nsa_shopping_cart p a {
  position: relative;
  color: #444 !important;
  background: #fff;
  border: 1px solid #cdcdcd;
  border-radius: 5px;
  display: inline-block;
  font-weight: normal;
  padding: 0.6em 2em;
  text-decoration: none;
  transition: .4s;
}
aside.widget_nsa_shopping_cart p a,
aside.widget_nsa_shopping_cart p a:hover {
  color: #444;
}
aside.widget_nsa_shopping_cart p a:hover {
  opacity: 0.6;
}
/* 最近チェックした商品のクリア */
aside.widget_nsa_recently_checked p a {
  position: relative;
  color: #444 !important;
  background: #fff;
  border: 1px solid #cdcdcd;
  border-radius: 5px;
  display: inline-block;
  font-weight: normal;
  padding: 0.6em 2em;
  text-decoration: none;
  transition: .4s;
}
aside.widget_nsa_recently_checked p a,
aside.widget_nsa_recently_checked p a:hover {
  color: #444;
}
aside.widget_nsa_recently_checked p a:hover {
  opacity: 0.6;
}
/* ウィッシュリストに追加する */
.wishlist_btn {
  position: relative;
  color: #444 !important;
  background: #fff;
  border: 1px solid #cdcdcd;
  border-radius: 5px;
  display: inline-block;
  font-weight: normal;
  padding: 0.6em 2em;
  text-decoration: none !important;
  transition: .4s;
}
.wishlist_btn a,
.wishlist_btn a:hover {
  color: #444;
}
.wishlist_btn:hover {
  opacity: 0.6;
  background: #ebe9eb;
}
/* サイドバー 最近チェックした商品 */
aside.widget_nsa_recently_checked ul li {
  margin: 10px auto 30px;
  text-align: center !important;
}


#registerform table.form-table input[type="text"] {
  width: 80% !important;
}
#registerform table.form-table select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	padding: 5px 30px;
	color: #333;
  font-size: 15px;
  cursor: pointer;
  background: url(../images/arrow-down.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#efebe1 100%);
  background: url(../images/arrow-down.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#efebe1 100%);
  background-size: 25px, 100%;
}
#registerform table.form-table select::-ms-expand {
  display: none;
}
#registerform table.form-table select::-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #333;
}
#net_shop_admin_checkout_first input[type="submit"] { border-radius:8px; line-height: 2em; padding: auto 30px; width: auto; min-width: 180px;}
#net_shop_admin_checkout_login input[type="submit"] { border-radius:8px; line-height: 2em; padding: auto 30px; width: auto; min-width: 180px; margin-top: 20px !important;}
#net_shop_admin_checkout_first input[type="submit"]:hover { opacity: 0.8; text-decoration: none; }
#net_shop_admin_checkout_login input[type="submit"]:hover { opacity: 0.8; text-decoration: none; }
#net_shop_admin_checkout_login input[type="text"],
#net_shop_admin_checkout_login input[type="password"] {
  padding: 8px;
  line-height: 1.2em;
  margin-top: -10px !important;
  min-width: 180px !important;
}
#net_shop_admin_checkout_body table.form-table input[type="submit"] { border-radius:8px; line-height: 1.5em; padding: auto 30px; width: auto; min-width: 120px;}

/* 詳細ページ */
div.nsa_product_detail .product_images{
  margin: 10px 0 30px;
}
div.nsa_product_detail .main_image_box {
  width: auto;
  height: 424px;
}
div.nsa_product_detail .main_image_box img {
  object-fit: cover;
  /* border: 1px solid #eeeeee; */
  padding: 2px;
  width: 100%;
  height: auto;
  max-height: 424px;
}
div.nsa_product_detail .thumb_images_box {
  /* display: flex !important;
  justify-content: space-between !important; */
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-align-content: flex-start !important;
  align-content: flex-start !important;
  -webkit-justify-content: space-between !important;
  justify-content: flex-start !important;
  align-items: top !important;
  flex-wrap: wrap !important;
  overflow: hidden;
}
div.nsa_product_detail .thumb_images_box img {
  border: 1px solid #eeeeee;
  padding: 2px;
  margin-top: 5px;
  margin-right: 5px;
  width: 80px;
  height: auto;
}
div.nsa_product_detail .product_images span.note {
  color: #404040;
  background-color: #f7f7f7;
  font-size: 12px;
  margin-top: 5px;
  padding: 3px;
}
div.nsa_product_detail input[type="submit"] { border-radius:8px; line-height: 1.5em; padding: auto 30px; width: auto; min-width: 300px;}
div.nsa_product_detail input[type="submit"].product_cart {
  color: #fff !important;
  border: none !important;
  font-size: 20px !important;
  font-weight: bold !important;
  background-color: #bb3522 !important;
  background-image: url("../images/ico_cart-white.png") !important;
  background-size: 50px !important;
  background-repeat: no-repeat !important;
  background-position: 5% center !important;
  border: none !important;
  border-radius: 10px !important;
  border-bottom: 2px solid #d21c28 !important;
  line-height: 1.5em !important;
  padding: 20px 25px 20px 65px!important;
  min-width: 300px !important;
  text-align: center !important;
}
div.nsa_product_detail input[type="submit"].product_cart:hover {
  opacity: 0.6;
}
div.nsa_product_detail input[type="text"].product_quantity {
  text-align:center;
  pointer-events: none;
  background-color: #f2f2f2;
}
div.nsa_product_detail span.outline,
div.nsa_product_detail span.description {
  color: #404040;
  font-size: 14px;
  font-weight: normal;
}

@media screen and (max-width: 1200px) {
  .nsa_product_child { width: calc(33.3% - 20px) !important; }
}
@media only screen and (max-width: 767px) {
  .nsa_product_child {
    width: calc(50% - 20px) !important;
    margin-bottom: 30px !important;
    height: auto !important;
  }
  .nsa_product_child .item_info {
    position: relative !important;
  }

  .nsa_product_select span.nsa_product_orderbyorder,
  .nsa_product_select span.nsa_product_stock{
  }

  .nsa_product_list,
  .nsa_product_child {
    position: relative !important;
    width: 100% !important;
  }
  .nsa_product_child {
    margin-bottom: 0 !important;
    height: auto !important;
    width: calc(50% - 20px) !important;
  }
  .nsa_product_list div.pr_name_box {
    height: auto;
  }
  div.nsa_product_detail .main_image_box {
    /* width: 80% !important; */
  }
  div.nsa_product_detail .main_image_box img {
    max-height: auto;
  }
}
@media only screen and (max-width: 480px) {
  .nsa_product_child {
    position: relative !important;
    width: calc(50% - 20px) !important;
    margin-bottom: 30px !important;
    height: auto !important;
  }
  .nsa_product_child .item_info {
    position: relative !important;
  }
  .nsa_product_list,
  .nsa_product_child {
    position: relative !important;
    width: 100% !important;
  }
  .nsa_product_child {
    margin-bottom: 0 !important;
    height: auto !important;
    width: calc(50% - 20px) !important;
  }
  .nsa_product_child img {
    width: 100% !important;
    height: auto !important;
  }
  .nsa_product_child .details_btn a {
    width: 90% !important;
    min-width: 90% !important;
  }

  div.nsa_product_detail input[type="submit"].product_cart {
    font-size: 16px !important;
    background-size: 45px !important;
    padding: auto !important;
    width: 100% !important;
    min-width: auto !important;
    text-align: right !important;
  }
  div.nsa_product_detail .main_image_box {
    width: 100% !important;
  }
}
.nsa_product_detail .pr_name {
  color: #333;
  font-size: 20px;
  font-weight: bold;
  margin: 10px auto;
  padding: 0;
}

/* Add by maru 2017/08/28 for phone check-out screen page */
@media screen and (max-width: 767px) {
  /* phone */
	#net_shop_admin_checkout_first { float:left !important; overflow:hidden !important; width:100% !important; text-align:center !important; }
	#net_shop_admin_checkout_login { float:right !important; overflow:hidden !important; width:100% !important; text-align:center !important; }
	#net_shop_admin_checkout_login dl { clear:both !important; margin:auto !important; width:90% !important; }
	#net_shop_admin_checkout_login dl dt { width:40% !important; float:left !important; margin:5px 0 !important; font-weight:normal !important; }
	#net_shop_admin_checkout_login dl dd { width:50% !important; float:left !important; text-align:left !important; margin:5px 0 !important; }
}

@media screen and (max-width: 767px) {
  /* #net_shop_admin_shopping_cart table.form-table,
  #net_shop_admin_shopping_cart table.form-table thead,
  #net_shop_admin_shopping_cart table.form-table tbody,
  #net_shop_admin_shopping_cart table.form-table tr,
  #net_shop_admin_shopping_cart table.form-table th,
  #net_shop_admin_shopping_cart table.form-table td {
    border: none !important;
    display:block !important;
    width: 100% !important;
    white-space: normal !important;
  }
  #net_shop_admin_shopping_cart table.form-table thead {
    display: none !important;
  }
  #net_shop_admin_shopping_cart table.form-table tr {
    border-top: 2px solid #ddd !important;
    display: block !important;
    margin-bottom: 20px !important;
  }
  #net_shop_admin_shopping_cart table.form-table th,
  #net_shop_admin_shopping_cart table.form-table td {
    border-right: 2px solid #ddd !important;
    border-bottom: 2px solid #ddd !important;
    border-left: 2px solid #ddd !important;
  }
  #net_shop_admin_shopping_cart table.form-table td {
    display: block !important;
    padding: 10px !important;
    text-align: right !important;
  }
  #net_shop_admin_shopping_cart table.form-table td::before {
    float: left !important;
    font-weight: bold !important;
    color: #333 !important;
  } */
  #net_shop_admin_shopping_cart table.form-table td.code::before { content: '商品コード' !important;}
  #net_shop_admin_shopping_cart table.form-table td.price::before { content: '価格' !important;}
  #net_shop_admin_shopping_cart table.form-table td.quantity::before { content: '数量' !important;}
  #net_shop_admin_shopping_cart table.form-table td.subtotal::before { content: '小計' !important;}
  #net_shop_admin_shopping_cart table.form-table td.name {
    margin: 0 auto !important;
    text-align: center !important;
  }
  #net_shop_admin_shopping_cart table.form-table td.name img {
    width: 80% !important;
    min-height: 120px !important;
    height: auto !important;
    margin: 0 auto !important;
  }
  #net_shop_admin_shopping_cart table.form-table td.name table.thumbnail_table {
    text-align: center !important;
  }
  #net_shop_admin_shopping_cart table.form-table td.name table.thumbnail_table,
  #net_shop_admin_shopping_cart table.form-table td.name table.thumbnail_table thead,
  #net_shop_admin_shopping_cart table.form-table td.name table.thumbnail_table tbody,
  #net_shop_admin_shopping_cart table.form-table td.name table.thumbnail_table tr,
  #net_shop_admin_shopping_cart table.form-table td.name table.thumbnail_table th,
  #net_shop_admin_shopping_cart table.form-table td.name table.thumbnail_table td {
    border: none !important;
  }
  #net_shop_admin_shopping_cart table.form-table td.name table.thumbnail_table td {
    font-size: 110% !important;
    font-weight: bold !important;
    margin: 0 auto !important;
    text-align: center !important;
  }
  #net_shop_admin_shopping_cart table.form-table td.name table.thumbnail_table td img {
    margin: 0 auto !important;
    text-align: center !important;
  }
  #net_shop_admin_shopping_cart table.form-table td.delete {
    padding: 5px !important;
    text-align: center !important;
  }
  #net_shop_admin_shopping_cart table.form-table td.delete a {
    border-radius: 5px;
    background: #1abb9a;
    color: #fff;
    font-size: 14px;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    -webkit-transition: all ease-in-out .3s;
           transition: all ease-in-out .3s;
    opacity: 1;
    display: block;
    width: 30%;
    min-width: 120px;
    height: auto;
    margin: 0 auto;
    padding: 5px;
    text-align: center;
  }
  #net_shop_admin_shopping_cart table.form-table td.delete a:hover {
    opacity: 0.8;
    text-decoration: none;
  }
  table.form-table th { text-align: left !important; }
  table.form-table input[type="password"] { width: 50% !important; }


  #net_shop_admin_checkout_body table.form-table td {
    display: inline-block !important;
  }
  #net_shop_admin_checkout_body table.form-table td label {
    margin-right: 10px;
    width: 100%;
    float: left;
  }
  #net_shop_admin_checkout_body table.form-table td input#last_name,
  #net_shop_admin_checkout_body table.form-table td input#first_name,
  #net_shop_admin_checkout_body table.form-table td input#last_name_furigana,
  #net_shop_admin_checkout_body table.form-table td input#first_name_furigana,
  #net_shop_admin_checkout_body table.form-table td input#company {
    width: 80% !important;
    float: left !important;
  }

  #net_shop_admin_checkout_body table.form-table,
  #net_shop_admin_checkout_body table.form-table thead,
  #net_shop_admin_checkout_body table.form-table tbody,
  #net_shop_admin_checkout_body table.form-table tr,
  #net_shop_admin_checkout_body table.form-table th,
  #net_shop_admin_checkout_body table.form-table td {
    border: none !important;
  }
  #net_shop_admin_checkout_body table.form-table thead {
    display: none !important;
  }
  #net_shop_admin_checkout_body table.form-table tr {
    /*border-top: 2px solid #ddd !important;*/
    display: block !important;
    /*margin-bottom: 20px !important;*/
  }
  #net_shop_admin_checkout_body table.form-table {
    border-top: 2px solid #ddd !important;
  }
  #net_shop_admin_checkout_body table.form-table th,
  #net_shop_admin_checkout_body table.form-table td {
    border-right: 2px solid #ddd !important;
    border-bottom: 2px solid #ddd !important;
    border-left: 2px solid #ddd !important;
  }
  #net_shop_admin_checkout_body table.form-table td {
    display: block !important;
    padding: 10px !important;
  }

  .nsa_product_select span.nsa_product_orderbyorder,
  .nsa_product_select span.nsa_product_stock {
    display: inline-block !important;
    width: 100% !important;
    margin-top: -30px !important;
  }
  .nsa_product_select input.nsa_product_change_button {
    margin: 0 auto 50px !important;
    min-width: 180px !important;
  }
}

/* add by hamachan NetShopAdmin css 2018.06.01 */
.row .product_free label{
  display:block;
  position:relative;
  padding-left:1em;
  line-height:2em;
}
.row .product_free label input[type="radio"]{
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  margin:auto;
}

/* ネットショッププラグイン用 */
.nsa_note { font-size: 90% !important; margin: -25px 0 30px 10px !important; }
.nsa_red { color: #FF0000 !important; font-weight: bold; }


/* 注文完了ページ　カスタマイズ用 */
.OrderInfo_Section {
  margin: 0 auto;
  padding: 20px 10px;
  line-height: 1.5em;
  text-align: center;
  width: 80%;
}
.OrderInfo_Caption {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}
.OrderInfo_Message {
  font-size: 16px;
}
.OrderInfo_Details {
  border: 1px solid #ddd;
  margin: 10px 20px 50px;
  padding: 20px 30px;
}
.OrderInfo_Details dl div {
  border-bottom: 1px solid #e5e5e5;
  margin: 20px 0;
  line-height: 2em;
}
.OrderInfo_Details dl div.none {
  border: none;
  margin: 20px 0;
}
.OrderInfo_Details dt {
  clear: left;
  float: left;
  font-weight: bold;
}
.OrderInfo_Details dt.clr {
  clear: left;
  float: none;
  font-weight: bold;
  text-align: left;
}
.OrderInfo_Details dt::after {
  content: "："
}
.OrderInfo_Details dd {
  text-align: right;
}
.OrderInfo_Details dd.add {
  text-align: left;
  line-height: 1.5em;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .OrderInfo_Section {
    width: 100% !important;
  }
}

#net_shop_admin_wishlist ul {
  list-style-type: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
#net_shop_admin_history select,
#net_shop_admin_affiliate select {
	-moz-appearance: none !important;
	-webkit-appearance: none !important;
	appearance: none !important;
	background-color: #fff !important;
	border: 1px solid #e5e5e5 !important;
	border-radius: 5px !important;
	padding: 5px 30px !important;
	color: #333 !important;
  font-size: 15px !important;
  cursor: pointer !important;
  background: url(../images/arrow-down.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#efebe1 100%) !important;
  background: url(../images/arrow-down.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#efebe1 100%) !important;
  background-size: 25px, 100% !important;
}


/* ----------------------------------------
* ユーザー管理プラグイン用
---------------------------------------- */
ul.fua_menu_list {
  list-style-type: none !important;
  /* margin: 0 !important;
  padding: 0 !important; */
  margin-bottom: 35px !important;
  padding: 20px 0 30px !important;
  border-bottom: 1px solid #f2f2f2 !important;
}/*リセット*/
ul.fua_menu_list li a {
  display: block !important;
  position: relative !important;
}
ul.fua_menu_list li a:before {
  font-family: 'FontAwesome' !important;
  content: '▶' !important;
  position: absolute !important;
  left: -20px !important;
  top: -1px !important;
}
ul.fua_menu_list li.profile a::before,
ul.fua_menu_list li.profile a::after,
ul.fua_menu_list li.logout a::before,
ul.fua_menu_list li.logout a::after {
  content: "" !important;
}
ul.fua_menu_list li.profile {
  background: url("../images/user.png") no-repeat 0 5px !important;
  list-style: none !important;
  line-height: 2.8em !important;
  padding-left: 45px !important;
  margin-top: 30px !important;
}
ul.fua_menu_list li.logout {
  background: url("../images/logout.png") no-repeat 0 5px !important;
  list-style: none !important;
  line-height: 2.8em !important;
  padding-left: 45px !important;
}
div.frontend-user-admin-login ul {
  list-style-type: none !important;
  /* margin: 0 !important;
  padding: 0 !important; */
}
div.frontend-user-admin-login li a {
  display: block !important;
  position: relative !important;
}
div.frontend-user-admin-login li a:before {
  font-family: 'FontAwesome' !important;
  content: '▶' !important;
  position: absolute !important;
  left: -20px !important;
  top: -1px !important;
}
div.frontend-user-admin-login .message {
  color: #e9381a !important;
  background-color: #fafafa !important;
  border: 1px solid #e1e1e1 !important;
  font-weight: bold !important;
  padding: 10px 20px !important;
  margin-bottom: 30px !important;
}
div.frontend-user-admin-login input[type="text"],
div.frontend-user-admin-login input[type="password"] {
  border-radius: 5px !important;
  padding: 8px !important;
  line-height: 1.2em !important;
  min-width: 180px !important;
}


/*div.frontend-user-admin-login form#loginform input[type="text"] { width: 300px; }
div.frontend-user-admin-login form#loginform input[type="password"] { width: 300px; }*/
div.frontend-user-admin-login form#loginform input[type="submit"] { border-radius:8px; line-height: 2.5em; padding: auto 30px; width: auto; min-width: 180px;}
div.frontend-user-admin-login form#loginform input[type="submit"]:hover { opacity: 0.8; text-decoration: none; }
@media only screen and (max-width: 480px) {
  div.frontend-user-admin-login form#loginform input[type="text"] { width: 100% !important; }
  div.frontend-user-admin-login form#loginform input[type="password"] { width: 100% !important; }
  div.frontend-user-admin-login form#loginform input[type="submit"] { width: 100% !important; }
  div.frontend-user-admin-login input[type="submit"] { width: 100% !important; }
  div.frontend-user-admin-login select { width: 100% !important; }
}

div.frontend-user-admin-login form#your-profile th { width: 30%; }
div.frontend-user-admin-login form#your-profile input[type="text"],
div.frontend-user-admin-login form#your-profile input[type="password"] {
  width: 100% !important;
}
div.frontend-user-admin-login form#your-profile select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	padding: 5px 30px;
	color: #333;
  font-size: 15px;
  cursor: pointer;
  background: url(../images/arrow-down.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#efebe1 100%);
  background: url(../images/arrow-down.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#efebe1 100%);
  background-size: 25px, 100%;
  min-width: 180px;
}
div.frontend-user-admin-login form#your-profile select::-ms-expand {
  display: none;
}
div.frontend-user-admin-login form#your-profile select::-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #333;
}
div.frontend-user-admin-login input[type="submit"] { border-radius:8px; line-height: 2.8em; padding: auto 30px; width: auto; min-width: 240px;}
div.frontend-user-admin-login input[type="submit"]:hover { opacity: 0.8; text-decoration: none; }
@media only screen and (max-width: 767px) {
  div.frontend-user-admin-login form#your-profile th { width: 100% !important; text-align: center !important;}
}

/* ----------------------------------------
* 共通
---------------------------------------- */

/* テーブル用 */
table.form-table {
  border: none !important;
  border-top: 1px solid #d7d7d7 !important;
  border-left: 1px solid #d7d7d7 !important;
}
table.form-table th,
table.form-table td {
  border-bottom: 1px solid #d7d7d7 !important;
  border-right: 1px solid #d7d7d7 !important;
}
table.form-table th {
  color: #fff !important;
  background: #24292e !important;
}
table.form-table td.name table.thumbnail_table td {
  border: none !important;
}
@media screen and ( max-width:767px ) {
  /* table, thead, tbody, caption, tr, th, td {
    border: none;
    display:block !important;
    width: 100% !important;
    white-space: normal !important;
  } */
  table.form-table,
  table.form-table thead,
  table.form-table tbody,
  table.form-table tr,
  table.form-table th,
  table.form-table td {
    border: none !important;
    display:block !important;
    width: 100% !important;
    white-space: normal !important;
  }
  table.form-table thead {
    display: none !important;
  }
  table.form-table tr {
    border-top: 2px solid #ddd !important;
    display: block !important;
    margin-bottom: 20px !important;
  }
  table.form-table th,
  table.form-table td {
    border-right: 2px solid #ddd !important;
    border-bottom: 2px solid #ddd !important;
    border-left: 2px solid #ddd !important;
  }
  table.form-table td {
    display: block !important;
    padding: 10px !important;
    text-align: right !important;
  }
  table.form-table td::before {
    float: left !important;
    font-weight: bold !important;
    color: #333 !important;
  }


  select#birthday_year_edit,
  select#birthday_month_edit,
  select#birthday_day_edit {
    width: auto !important;
    min-width: 120px !important;
    margin: 3px 5px !important;
  }
}
