@charset "utf-8";
/************************************************
 各ページコンテンツ用
************************************************ */
/* ==============================================
▼TOP
=============================================== */
/* メインイメージ
----------------------------------------------- */
#main_image {
  margin-bottom: 10px;
  text-align: center;
}
/* ==============================================
▼下層
=============================================== */
/* ==============================================
▼ガイド
=============================================== */
/* ◎◎について
----------------------------------------------- */
div#undercolumn_aboutus {
  border-bottom: 1px solid #dedede;
}
div#undercolumn_aboutus dl dd {
  width: 79.5%;
}
div#undercolumn_aboutus dl dd:first-child {
  width: 20.5%;
  border-left: 1px solid #dedede;
}
/* 特定商取引法
----------------------------------------------- */
div#undercolumn_order dl dt {
  width: 25.5%;
}
div#undercolumn_order dl dd {
  width: 74.5%;
}
/* お問い合わせ
----------------------------------------------- */
div#undercolumn_contact {
  margin: 0 auto;
  width: 100%;
}
div#undercolumn_contact dl {
  display: table;
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  border-bottom: 1px solid #dedede;
}
div#undercolumn_contact dl:first-of-type {
  border-top: 1px solid #dedede;
  margin-top: 20px;
}
div#undercolumn_contact dl dt {
  padding: 12px;
  border-right: 1px solid #dedede;
  border-left: 1px solid #dedede;
  color: #333;
  background-color: #f0f0f0;
  font-weight: normal;
  font-size: 14px;
}
div#undercolumn_contact dl dd {
  font-size: 14px;
  padding: 14px;
  border-right: 1px solid #dedede;
  word-break: break-all;
}
div#undercolumn_contact dl:last-of-type {
  margin-bottom: 20px;
}
div#undercolumn_contact dl dt, div#undercolumn_contact dl dd {
  display: table-cell;
  vertical-align: middle;
}
div#undercolumn_contact dl dt {
  width: 30%;
}
div#undercolumn_contact dl dd {
  width: 70%;
}
div#undercolumn_contact dl dd label {
  display: block;
}
.zipimg img {
  vertical-align: middle;
}
/* プライバシーポリシー
----------------------------------------------- */
.policy_list {
  margin-left: 1em;
  text-indent: -1em;
}
/* 求人情報
----------------------------------------------- */
#undercolumn_recuruit .recuruit_block {
  display: flex;
  display: -webkit-flex;
  border: 1px solid #dedede;
}
#undercolumn_recuruit .recuruit_block .entry_form {
  margin: 0;
  width: 37.1%;
}
#undercolumn_recuruit .entry_form dl, #undercolumn_recuruit .entry_form dt {
  border-top: none;
  border-left: none;
  line-height: 1.6em;
}
#undercolumn_recuruit .entry_form dt {
  width: 39.3%;
  line-height: 3.6;
}
#undercolumn_recuruit .affairs {
  width: 60.7%;
  padding: 14px;
  font-size: 14px;
}
#undercolumn_recuruit .affairs p {
  margin: 0
}
/* ==============================================
▼MYページ
=============================================== */
/* 共通設定
----------------------------------------------- */
div#mypagecolumn {
  width: 100%;
}
div#mynavi_area {
  width: 100%;
}
div#mycontents_area {
  width: 100%;
}
div#mypage_menu {
  border: 1px solid #dedede;
  margin-bottom: 40px;
}
div#mypage_menu ul.mypage_menu_list li {
  border-top: 1px solid #dedede;
}
div#mypage_menu ul.mypage_menu_list li a {
  font-size: 14px;
  padding: 8px 16px;
  width: auto;
  display: block;
  position: relative;
}
div#mypage_menu ul.mypage_menu_list li a.selected {
  background: #0071ce none repeat scroll 0% 0%;
  color: #ffffff;
  font-weight: bold;
}
div#mypage_menu ul.mypage_menu_list li a.selected span {
  background: rgba(0, 0, 0, 0) url("../img/icon/icon_mypage_menuarrow.png") no-repeat scroll left top;
  display: block;
  height: 24px;
  margin: -12px -8px 0px 0px;
  position: absolute;
  right: 0px;
  text-indent: -9999px;
  top: 50%;
  width: 11px;
}
div#mypage_menu .point_announce {
  border-top: 4px solid #0071ce;
}
div#mypage_menu .point_announce p {
  padding: 16px;
}
div#mycontents_area p.inforamtion {
  margin-bottom: 20px;
}
div#mypagecolumn h4 {
  margin: 10px auto;
  border-bottom: 1px solid #999;
  text-align: left;
  font-size: 120%;
}
/* 注文履歴一覧/詳細
----------------------------------------------- */
div#mycontents_area .history_list dl {
  display: table;
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  border-bottom: 1px solid #dedede;
}
div#mycontents_area .history_list dl:first-of-type {
  border-top: 1px solid #dedede;
  margin-top: 20px;
}
div#mycontents_area .history_list dl dt {
  padding: 12px;
  border-right: 1px solid #dedede;
  border-left: 1px solid #dedede;
  color: #333;
  background-color: #f0f0f0;
  font-weight: normal;
  font-size: 14px;
}
div#mycontents_area .history_list dl dd {
  font-size: 14px;
  padding: 14px;
  border-right: 1px solid #dedede;
  border-left: 1px solid #dedede;
  word-break: break-all;
}
div#mycontents_area .history_list dl:last-of-type {
  margin-bottom: 20px;
}
div#mycontents_area .history_list dl dt, div#mycontents_area .history_list dl dd {
  display: table-cell;
  vertical-align: middle;
}
.history_list dl dt:first-child, .history_list dl dd:first-child {
  width: 20%;
}
.history_list dl dt:nth-child(2), .history_list dl dd:nth-child(2) {
  width: 15%;
}
.history_list dl dt:nth-child(3), .history_list dl dd:nth-child(3) {
  width: 20%;
}
.history_list dl dt:nth-child(4), .history_list dl dd:nth-child(4) {
  width: 20%;
}
.history_list dl dt:nth-child(5), .history_list dl dd:nth-child(5) {
  width: 15%;
}
.history_list dl dt:last-child, .history_list dl dd:last-child {
  width: 10%;
}
div#mycontents_area div.mycondition {
  margin: 20px auto;
  padding: 10px;
  border: solid 1px #ccc;
  background: #f9f9f9;
}
.history_block, .mail_list {
  margin: 15px auto 20px auto;
  border: #dedede solid 1px;
}
.history_block dl, .mail_list dl {
  display: table;
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  border-bottom: 1px solid #dedede;
}
.history_block dt, .mail_list dt {
  padding: 12px;
  border-right: 1px solid #dedede;
  color: #333;
  background-color: #f0f0f0;
  font-weight: normal;
  font-size: 14px;
}
.history_block dd, .mail_list dd {
  font-size: 14px;
  padding: 14px;
  border-right: 1px solid #dedede;
  word-break: break-all;
}
.history_block dl:last-child, .mail_list dl:last-child {
  border-bottom: none
}
.history_block dl dt, .history_block dl dd, .mail_list dl dt, .mail_list dl dd {
  display: table-cell;
  vertical-align: middle;
}
.history_block dl dt:first-child, .history_block dl dd:first-child {
  width: 20%;
}
.history_block dl dt:nth-child(2), .history_block dl dd:nth-child(2) {
  width: 35%;
}
.history_block dl dt:nth-child(3), .history_block dl dd:nth-child(3) {
  width: 15%;
}
.history_block dl dt:nth-child(4), .history_block dl dd:nth-child(4) {
  width: 15%;
}
.history_block dl dt:last-child, .history_block dl dd:last-child {
  width: 15%;
  border-right: none;
}
.history_block dl.total_area dt {
  width: 70%;
}
.history_block dl.total_area dd {
  width: 30%;
}
.mail_list dl dt:first-child, .mail_list dl dd:first-child {
  width: 20%;
}
.mail_list dl dt:nth-child(2), .mail_list dl dd:nth-child(2) {
  width: 20%;
}
.mail_list dl dt:last-child, .mail_list dl dd:last-child {
  width: 60%;
}
/* 会員登録内容変更/退会
----------------------------------------------- */
div#mycontents_area .message_area {
  margin: 30px auto;
  padding: 30px;
  border: 1px solid #ccc;
  text-align: center;
}
div#mycontents_area .message_area p {
  margin-bottom: 20px;
}
.deliv_list {
  margin: 15px auto 20px auto;
}
.deliv_list dl {
  display: table;
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  border-bottom: 1px solid #dedede;
}
.deliv_list dl dt, .deliv_list dl dd {
  display: table-cell;
  vertical-align: middle;
}
.deliv_list dt:first-child, .deliv_list dd:first-child {
  width: 10%;
  border-left: 1px solid #dedede;
}
.deliv_list dt:nth-child(2), .deliv_list dd:nth-child(2) {
  width: 20%;
}
.deliv_list dt:nth-child(3), .deliv_list dd:nth-child(3) {
  width: 50%;
}
.deliv_list dt:nth-child(4), .deliv_list dd:nth-child(4) {
  width: 10%;
}
.deliv_list dt:last-child, .deliv_list dd:last-child {
  width: 10%;
}
.deliv_list dt {
  padding: 12px;
  border-right: 1px solid #dedede;
  border-top: 1px solid #dedede;
  color: #333;
  background-color: #f0f0f0;
  font-weight: normal;
  font-size: 14px;
}
.deliv_list dd {
  font-size: 14px;
  padding: 14px;
  border-right: 1px solid #dedede;
  word-break: break-all;
}
/* ==============================================
▼会員登録
=============================================== */
div#undercolumn_entry {
  width: 100%;
}
div#undercolumn_entry .kiyaku_text {
  margin: 20px auto;
  padding: 2%;
  border: solid 1px #ccc;
  width: 96%;
  height: 240px;
  background: #fff;
  line-height: 1.8;
}
.entry_form {
  margin: 15px auto 20px auto;
}
.entry_form dl {
  display: table;
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  border-bottom: 1px solid #dedede;
}
.entry_form dt {
  padding: 12px;
  border-right: 1px solid #dedede;
  color: #333;
  background-color: #f0f0f0;
  font-weight: normal;
  font-size: 14px;
  width: 30%;
  border-left: 1px solid #dedede;
}
.entry_form dd {
  font-size: 14px;
  padding: 14px;
  border-right: 1px solid #dedede;
  word-break: break-all;
  width: 70%;
}
.entry_form dl:first-of-type {
  border-top: 1px solid #dedede;
}
.entry_form dl:last-child {
  border-bottom: none
}
.entry_form dl dt, .entry_form dl dd {
  display: table-cell;
  vertical-align: middle;
}
/* ==============================================
▼ログイン
=============================================== */
div#undercolumn_login {
  margin: 0 auto;
  width: 100%;
}
div#undercolumn_login .login_area {
  margin-bottom: 30px;
}
div#undercolumn_login .login_area .inputbox {
  margin: 15px auto 15px auto;
  padding: 15px 20px 10px 20px;
  background: #f5f5f5;
}
div#undercolumn_login .login_area .inputbox input {
  background: #fff;
}
div#undercolumn_login .login_area .inputbox input:focus {
  background: #DAE8F5;
}
div#undercolumn_login .login_area .inputbox .btn_area {
  margin-top: 0;
  background: none;
}
/* ==============================================
▼エラー
=============================================== */
div#undercolumn_error .message_area {
  width: 80%;
  margin: 30px auto;
  padding: 30px;
  border: 1px solid #ccc;
  text-align: center;
}
div#undercolumn_error .message_area .error {
  padding: 120px 0;
}
/* ==============================================
▼商品一覧
=============================================== */
#category_discription {
  font-size: 14px;
}
#list_data {
  padding: 0px 8px;
  margin-left: 10px;
}
#list_data dl {
  display: flex;
  align-items: center;
  /* margin-bottom: 8px; */
}
#list_data dd {
  width: 818px;
}
#list_data dt {
  width: 100px;
  margin-right: 18px;
  text-align: center;
  background: #7CCD16;
  color: #fff;
  text-shadow: 0 1px 0 rgba(70, 130, 0, .5);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  font-weight: bold;
}
#list_data dd > span {
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
  line-height: 2.23;
  padding-left: 8px;
}
#list_data dd > span a {
  font-size: 14px;
}
#list_data .price_range {
  width: auto;
  background: #fff;
  color: #111;
  text-shadow: none;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 2px;
}
.category_description li {
  margin-right: 2px;
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
}
.category_description li a {
  display: block;
  font-size: 14px;
  vertical-align: middle;
  padding: 0px 8px;
}
.category_description li.selecton a {
  text-align: center;
  border: 2px solid #0071ce;
  padding: 4px 6px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.category_description li a span {
  font-weight: bold;
}
.detail_category-description {
  margin-top: 20px;
}
#search_result {
  overflow: hidden;
}
#search_result dl {
  padding-top: 16px;
  overflow: hidden
}
#search_result dt, #search_result dd {
  float: left;
  padding: 6px 0px 6px 14px;
  border-bottom: #dedede solid 1px; /*margin-bottom: 8px;*/
}
#search_result dt {
  width: 8%;
  /*background: #f0f0f0;*/
  border-right: 0px;
  font-weight: bold;
}
#search_result dd {
  width: 90.48%;
  padding-left: 0px;
  /*width: 14%;*/
  /*margin-right: 8px;*/
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#search_result dd:before {
  content: '：';
}
/*#search_result dd ul li {
	float: left;
	padding-right: 8px;
}*/
#search_result dd p {
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline;
}
#search_result dl dd.price {
  /*width: 20%;*/
  margin-right: 0px;
}
/* ページ送り
----------------------------------------------- */
#page_navi_top.page_nav {
  border-bottom-width: 8px;
  border-bottom-style: solid;
}
#page_navi_bottom.page_nav {
  border-top-width: 8px;
  border-top-style: solid;
}
.pager {
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.pager_record {
  width: calc(100% - 6px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 6px;
  position: relative;
}
.pager_record .btn_consider {
  text-align: center;
}
.pager_record .btn_consider a {
  width: 146px;
  height: auto;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
  border: 1px solid #0071CE;
  display: block;
  border-radius: 6px;
  padding: 6px 0;
  font-size: 14px;
  font-weight: bold;
}
.pager_record-item {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.pager_record-item .pager_block {
  position: absolute;
  left: 36.5%;
  top: 8px;
  min-width: 248px;
}
.pager_record-item .disp_number {
  width: 86px;
  font-weight: bold;
}
.pager_record-item .list_count {
  font-size: 14px;
}
.pager .pager_block {
  /* float: right; */
}
.pager.header {
  padding: 8px 0px;
}
.pager.footer {
  padding-top: 24px;
}
.pager.new_footer {
  padding-top: 24px;
  margin-bottom: 32px
}
.pager a, .pager strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 26px;
  text-align: center;
  font-weight: bold;
  padding: 4px;
}
.pager strong {
  /*background: #0071CE;*/
  color: #fff;
}
.pager a.prev, .pager a.next {
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  text-indent: -9999px;
}
.pager a.prev {
  /* background-image: url(../img/icon/icon_pagernavi_prev.png); */
}
.pager a.prev:after {
  content: "\03c";
  text-indent: 0;
  font-size: 26px;
  font-weight: normal;
  height: 26px;
  line-height: 26px;
  padding-bottom: 4px;
}
.pager a.next {
  /* background-image: url(../img/icon/icon_pagernavi_next.png); */
}
.pager a.next:after {
  content: "\03e";
  text-indent: 0;
  font-size: 26px;
  font-weight: normal;
  height: 26px;
  line-height: 26px;
  padding-bottom: 4px;
}
.pager a.prev:hover, .pager a.next:hover {
  background-color: #dedede;
}
.pagenumber_area, .list-pagenumber_area {}
.pagenumber_area .change,
.list-pagenumber_area .change {
  float: right;
  margin-top: 16px;
}
.pagenumber_area .change b,
.list-pagenumber_area .change b {
  font-size: 14px;
  margin-left: 16px;
}
.pagenumber_area ul li ,
.list-pagenumber_area ul li {
  background: url(../img/background/bg_productlist_tab.gif) repeat-x left bottom;
  float: left;
  padding: 11px 0 10px;
  width: 170px;
  margin-left: 14px;
  /*border: #dedede solid 1px;*/
  border-width: 1px;
  border-style: solid;
  font-size: 16px;
  text-align: center;
  color: #000 !important;
  font-weight: normal;
}
.pagenumber_area ul li:first-child ,
.list-pagenumber_area ul li:first-child {
  margin-left: 0;
}
.pagenumber_area ul li:hover ,
.list-pagenumber_area ul li:hover {
  /*background: url(../img/background/bg_productlist_tab_on.gif) repeat-x left bottom #e8f4ff;
	border: #006dc8 solid 1px;*/
  cursor: pointer;
  opacity: 0.8;
}
.pagenumber_area ul li.active ,
.list-pagenumber_area ul li.active {
  background: none;
  border-width: 1px;
  border-style: solid;
  font-weight: bold;
  color: #fff !important;
}
.pagenumber_area p ,
.list-pagenumber_area p {
  float: right;
  width: 190px;
  font-size: 10px;
}
#main_column .pagenumber_area h3 ,
#main_column .list-pagenumber_area h3 {
  padding: 0;
  border-left: none;
  line-height: 150%;
}
#page_navi_top .pagenumber_area ul li ,
#page_navi_top .list-pagenumber_area ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px 4px 0 0;
  line-height: 1;
}
.icon_list_photo_pc,.icon_list_pc,
.icon_list_history,.icon_list_stock {
  display: flex;
  flex-direction: column;
  align-items: center;
	margin-right: 10px;
} 
#page_navi_bottom .pagenumber_area ul li ,
#page_navi_bottom .list-pagenumber_area ul li {
  border-radius: 0 0 4px 4px;
}
#page_navi_bottom {
  /*border-top: #006dc8 solid 8px;*/
  border-top-width: 8px;
  border-top-style: solid;
  border-bottom: none;
}
form.product_item {}
ul.list_area {
  overflow: hidden;
  border-bottom: #666 dotted 1px;
}
ul.list_area:hover {
  /*background: #e7f3ff;*/
}
ul.list_area li {
  float: left;
  letter-spacing: 0;
}
ul.list_area li span {
  display: block;
  float: left
}
ul.list_area li span.price {
  color: #fd0002;
  font-weight: bold;
}
ul.list_area li span.fs10 {
  padding: 4px 0 0 4px;
}
ul#list_title {
  background: url(../img/background/bg_pattern_gray.gif);
  overflow: hidden;
}
ul#list_title li, ul.list_area li {
  /*height: 136px;*/
  padding: 16px 0;
  overflow: hidden;
  font-size: 14px;
  text-align: center;
  float: left; /*border-right: #666 dotted 1px;
	border-bottom: #666 dotted 1px;*/
}
ul#list_title li:nth-child(1), ul.list_area li:nth-child(1) {
  width: 21%;
  padding: 16px;
}
ul#list_title li:nth-child(2), ul.list_area li:nth-child(2) {
  width: 73.8%;
  text-align: left;
  /*margin-right:16px;*/
  padding-right: 16px;
}
ul.list_area li:nth-child(2) {
  /*font-size: 16px;*/
}
ul#list_title li:nth-child(3), ul.list_area li:nth-child(3) {
  width: 425px;
  text-align: left;
}
ul#list_title li:nth-child(4), ul.list_area li:nth-child(4) {
  width: 186px;
  text-align: left;
  border-right: none;
}
ul#list_title li:nth-child(5), ul.list_area li:nth-child(5) {
  width: 174px;
  border-right: none;
  text-align: left;
}
ul#list_title li {
  font-size: 14px;
  font-weight: bold;
  height: auto;
  text-align: center !important;
}
ul.list_area li .main_image {
  border: #006DC8 solid 1px;
  width: 134px;
  float: left;
  margin-right: 8px;
}
.listphoto .subnail_image {
  width: 45px;
  display: inline-block;
}
ul.list_area li .subnail_image img {
  border: #006DC8 solid 1px;
  margin-bottom: 8px;
}
ul.list_area .icon_area img {
  width: 32px;
}
#product_list .contain_main_image {
  display: inline-block;
  max-width: 133px;
  max-height: 134px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.contain_sub_image {
  background-position: center center;
  background-repeat: no-repeat;
  width: 44px;
  max-height: 44px;
  border: 1px solid #ccc;
  border-bottom: none;
  border-left: none;
  background-size: contain;
}
.photo .listphoto .subnail_image {
  width: 49px;
  display: block;
}
.photo .contain_sub_image {
  width: 49px;
  max-height: 49px;
  box-sizing: border-box;
}
.subnail_image .contain_sub_image:last-child {
  border-bottom: #ccc solid 1px;
}
.propose_block {
  padding: 2.154%;
  border: #666 dotted 1px;
  background: #F7F7F7;
  font-size: 14px;
  border-top: none;
}
.propose_block_title {
  border-bottom: 2px solid #0071CE;
  padding: 8px 0;
  margin-bottom: 8px;
}
.btn_shorturl a {
  color: #0071CE;
  font-weight: bold;
}
.propose_block dl {
  width: 442px;
  margin-bottom: 24px;
}
.propose_block dl.display_type {
  width: 342px;
  margin-top: 3px;
}
.propose_block dl dt, .propose_block dl dd {
  display: inline-block;
}
.propose_block dl dd img {
  width: 28px;
  height: 28px;
  display: inline-block;
  vertical-align: top;
  margin-left: 6px;
}
.propose_block dl dd img:hover {
  cursor: pointer;
  opacity: 0.7;
}
.propose_block dl dd input[type=text] {
  background: #fff;
  border: 1px solid #ccc;
  width: 240px;
}
.propose_block dl dd .icon_calendar svg {
  width: 28px;
  height: 28px;
}
.propose_block dl dd label {
  display: inline-block;
  margin-right: 8px
}
.propose_block .btn_url {
  width: 246px;
  margin: 0 auto 16px;
}
.propose_block .btn_url input {
  width: 100%;
  background: #0071CE;
  color: #fff;
  font-weight: bold;
  padding: 8px 0;
  border-radius: 6px;
  border: none;
  box-shadow: 3px 3px #000000;
}
.propose_block .btn_url input:hover {
  cursor: pointer;
  opacity: 0.8;
}
.propose_block .url_text {
  width: 600px;
  margin: 0 auto;
}
.propose_block .url_text textarea {
  padding: 8px;
  width: 584px
}
.consider_block {
  padding: 6px 0.8%;
  border: #666 dotted 1px;
  background: #FFFDEA;
  font-size: 14px;
  border-top: none;
}
.consider_block label {
  margin: 6px 0;
  display: block;
}
.consider_block .btn_consider {
  width: 146px;
  text-align: center;
}
.consider_block a {
  background: -moz-linear-gradient(top, #FFF 0%, #EEE);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
  border: 1px solid #0071CE;
  display: block;
  border-radius: 6px;
  padding: 6px 0;
  font-weight: bold;
}
.consider_block a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.move_category_container{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  background: #FFFDEA;
  font-size: 14px;
  white-space: nowrap;
}
.move_category_container label.move_category_label{
  margin: 0 10px;
}
.move_category_input{
  width: 88px;
  margin-right:10px;
}
.move_category_btn{
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
    border: 1px solid #0071CE;
    display: block;
    border-radius: 6px;
    padding: 6px 0;
    font-weight: bold;
  margin: 0 10px;
  width: 100px;
  text-align: center;
}
#product_list {
  overflow: hidden;
  border-top: #666 dotted 1px;
  margin-bottom: 12px;
}
#product_list .product_item {
  position: relative;
  height: 100%;
}
#product_list .product_item .listphoto a {
  display: inline-block;
}
#product_list.photo .product_item .listphoto img {
  max-width: 147px;
  max-height: 147px;
}
#product_list .product_item:last-child ul li {
  border-bottom: none;  
  line-height: 20px;
  height: 20px;
  margin-top: 2px;
}
#product_list .product_item ul li.special_price{
  height: auto;
  margin: 0 0 4%;
}
#product_list .product_item ul li.special_price .tax_included {
  margin-left: 0;
  color: #555;
  font-size: 14px;
  width: 100%;
}
#product_list .product_item ul li.special_price .tax_included span {
  font-size: 13px;
  font-weight: normal;
  color: #555;
}
#product_list.photo #list_title, #product_list.photo .listcomment .comment {
  display: none;
}
#product_list.photo .product_list-items {
  display: flex;
  width: 50%;
}
#product_list.photo .productListItem {
  width: 50%;
  box-sizing: border-box;
  border-right: #666 dotted 1px;
  border-bottom: #666 dotted 1px;
  padding: 10px;
}
#product_list.photo .product_item:nth-child(4n+1) ul.list_area {
  /*border-right: none;*/
}
#product_list.photo ul.list_area li {
  clear: both;
  border: none;
  width: 190px;
  height: auto;
  text-align: left;
}
#product_list ul.list_area li.orderstr_unit {
  margin-top: 1em;
}
#product_list.photo ul.list_area li.orderstr_unit {
  display: flex;
  font-size: 12px;
  margin-top: 0;
}
 #product_list.photo ul.list_area li.orderstr_unit span:nth-of-type(2) {
  display: none;
} 
#product_list.photo ul.list_area li.special_price {
  margin-left: auto;
  text-align: right;
}
#product_list.photo ul.list_area li.tagarea_b {
  width: auto;
  margin-bottom: 4px;
}
#product_list.photo ul.list_area li.listphoto {
  text-align: center;
}
#product_list.photo ul.list_area li.pricebox {
  padding-top: 0px;
}
/*#product_list.photo ul.list_area li img {
	width: 100%;
}*/
#product_list.photo ul.list_area li.title {
  font-size: 16px;
}
#product_list.photo ul.list_area li span {
  display: initial;
  float: none;
}
#product_list.photo .main_image {
  width: 173px;
  margin: 0 0 8px 0;
}
#product_list.photo .subnail_image p {
  width: 53px;
  float: left;
  margin-right: 7px;
}
#product_list.photo .subnail_image p:last-child {
  margin-right: 0px;
}
#product_list.photo li.list_lot {
  display: none;
}
#product_list .wrapping_status {
  display: none;
}
#product_list.photo .wrapping_status {
  display: block;
  clear: both;
}
#product_list.photo .wrapping_status > div {
  display: inline-block;
  width: 32px;
}
#product_list.photo .wrapping_status > div img {
  width: 100%;
}
#product_list.photo .tagarea_b .tagarea_b_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#product_list.photo .tagarea_b .tagarea_b_list li {
  width: auto;
  margin-bottom: 2px;
}
.product_code {
  margin-bottom: 8px;
}
/*タグエリア*/
.tagarea_a, .tagarea_b, .tagarea_c {
  /* overflow: hidden; */
  /* clear: both; */
}
.tagarea_a p, .tagarea_b em, .tagarea_c li {
  font-size: 12px;
  text-align: center;
  float: left;
  padding: 0 6px;
  color: #fff;
  margin-right: 2px;
  font-style: normal;
  line-height: 24px;
  height: 24px;
}
.tagarea_a p {
  background-color: #0071CE;
}
.tagarea_b .price {
  background-color: #C00;
}
.tagarea_b .stock {
  background-color: #390;
}
.tagarea_c .name {
  background-color: #F63
}
.tagarea_c .gift {
  background-color: #930
}
.tagarea_c .sample {
  background-color: #3C0
}
.tagarea_c .color {
  background-color: #F63
}
.tagarea_c .bara {
  background-color: #666
}
.tagarea_c .kanbai {
  background-color: #000
}
.tagarea_c .arrival_date {
  background-color: #E94803
}
.tagarea_c .color_possible {
  background-color: #289327;
}
.tagarea_c .color_impossible {
  background-color: #57aff7;
}
.tagarea_a {
  position: absolute;
  left: 0px;
  top: 16px;
}
.tagarea_b {
  padding-top: 32px;
}
.tagarea_c {
  position: absolute;
  left: 56%;
  top: -0.2em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#product_list .tagarea_b {
  padding: 0;
  margin-bottom: 0.5em;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#product_list.photo .tagarea_a, #product_list.photo .tagarea_b, #product_list.photo .tagarea_c, #detailarea .tagarea_a, #detailarea .tagarea_b, #detailarea .tagarea_c {
  position: static;
  padding: 0px;
}
#product_list.photo .tagarea_b, #product_list.photo .price_area {
  /*float: left;
	clear:inherit;*/
  clear: both; /*display: inline-block;*/
}
#product_list.photo .tagarea_b em {
  /*float: none;*/
  text-align: center;
  /* margin-bottom: 2px; */
}
#product_list.photo .price_area {
  padding-top: 0.5em;
  /*width: 132px;
	float: left;*/
  padding-left: 0;
}
#product_list.photo .contact {
  /*float: left;*/
  padding-left: 8px;
}
#product_list .list_area > li {
  position: relative;
}
/* only photo mode */
#product_list .tagarea_b em.stock {
  display: none;
}
#product_list.photo .tagarea_b em.stock {
  display: block;
}
#detailarea .tagarea_a {
  margin-bottom: 16px;
  margin-top: 4px;
}
#detailarea .tagarea_c {
  margin-top: 4px;
}
#detailarea.notfound_detail {
  padding-left: 10px;
}
#detailarea.notfound_detail > div {
  margin-bottom: 24px;
  margin-left : 100px;
  font-size : 18px;
}
#detailarea.notfound_detail > div > span{
  font-size : 22px;
}
#detailarea.notfound_detail > div > span.soldout{
  font-size : 26px;
  font-weight : bold;
  color : red;
}
#detailarea.notfound_detail > div > a {
  text-decoration : underline;
}
#detailarea.notfound_detail > div:first-of-type {
  margin-top: 28px;
}
#detailarea.notfound_detail > div:last-child {
  margin-bottom: 0;
  margin-left : 0;
}
.InfoUseCategory ul {
  overflow: hidden;
  /*border: #dedede solid 1px;*/
  margin-bottom: 24px;
}
.InfoUseCategory ul li {
  float: left;
  width: 25%;
  /*padding: 1px;*/
  border: none; /*border: #dedede solid 1px;*/
}
.InfoUseCategory ul li a {
  background: #f0f0f0;
  display: block;
  text-align: center;
  color: #000;
  text-align: center;
  border-right: #fff solid 1px;
  border-bottom: #fff solid 1px;
  padding: 4px; /*width: 100%;*/
}
.InfoUseCategory ul li.active {
  border: none !important;
}
.InfoUseCategory ul li.active a {
  background: #DBF1FF;
}
.InfoUseCategory ul li:hover {
  opacity: 0.8;
}
.category_title, #main_column h2.category_title {
  padding-bottom: 12px;
  font-size: 24px;
  letter-spacing: 4px;
  border-bottom: #0071CE solid 2px;
  line-height: 1;
  width: 100%;
  background: none;
}
#main_column h2.category_title {
  color: #444;
  margin-bottom: 0;
}
#main_column h2.category_sub-title {
  font-size: 14px;
  border: none;
  padding: 6px 0;
  margin-top: 14px !important;
}
#main_column .list_children-category {
  display: flex;
  align-items: center;
  padding: 0 8px;
  margin-left: 10px;
  margin-top: 15px;
  font-size: 14px;
}
#main_column .list_children-category > p {
  font-size: 14px;
  letter-spacing: 2px;
  white-space: nowrap;
}
#second {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: #ACDDF7;
  padding: 0px 12px 0 26px;
  overflow: hidden;
  margin-bottom: -12px;
}
#second h3 {
  margin-right: 16px;
  border-radius: 6px;
  overflow: hidden;
  border: #ccc solid 1px;
  margin-bottom: 12px;
  font-size: 14px !important;
  font-weight: normal !important;
  padding-left: 0;
}
#second h3 a {
  background: #FFFDEA;
  display: block;
  padding: 6px 8px;
  font-size: 14px;
}
#second h3:hover {
  border: #0071CE solid 1px;
  text-decoration: none;
}
#second h3.selecton {
  border: #acddf7 solid 1px;
}
#second h3.selecton a {
  background-color: #0071ce;
  color: #ffffff;
}
.second_ajust_product_detail {
  border-top: 2px solid #0071ce;
  margin-bottom: 25px;
}
#product_list.photo .pc_list_naire_status{
  display: none !important;
}
#product_list .naire_status-list li {
  padding: 0;
  margin-bottom: 0;
}
#product_list .naire_status-list {
  display: flex;
  flex-wrap: wrap;
}
#product_list .naire_status-list li {
  width: auto;
  padding: 0;
}
.naire_status_icon {
  margin-right: 2px;
  margin-bottom: 2px;
}
.naire_status_icon img {
  vertical-align: bottom;
  height: 24px;
  width: auto;
}
#product_list.photo .naire_status-list {
  display: none;
}
.pagenumber_area-top {
  display: flex;
  align-items: center;
}
.naire_trigger-pc {
  position: relative;
  width: 170px;
  margin-left: 14px;
}
.naire_trigger-sp {
  display: none;
}
.naire_trigger-pc .naire_trigger_button {
  background: -moz-linear-gradient(top, #FFF 0%, #EEE);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
  border: 1px solid #0071CE;
  display: block;
  border-radius: 6px;
  padding: 5% 0;
  font-weight: bold;
  color: #0071CE;
  text-align: center;
  font-size: 14px;
}
.naire_trigger-pc .naire_trigger_button:hover {
  opacity: 0.7;
  cursor: pointer;
}
.naire_description {
  position: absolute;
  z-index: 2;
  background: #fff;
  padding: 10px;
  width: 400px;
  right: 0;
  box-sizing: border-box;
  bottom: 60px;
  border: 1px solid #0071CE;
  font-size: 14px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
.naire_description.show {
  visibility: visible;
  opacity: 1;
}
.naire_description::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #0071CE transparent transparent transparent;
  position: absolute;
  right: 30%;
  bottom: -10px;
}
.naire_description::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  right: 30%;
  bottom: -8px;
}
.naire_description_container_title {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 14px;
}
.pagenumber_area .naire_description p {
  width: 100%;
  font-size: 12px;
}
/* ==============================================
▼マイリスト
=============================================== */
#mylist_page {}
#mylist_menu {
  background: #f0f0f0;
  /*background: #c9e7ff;
	padding: 16px 16px 0px 16px;*/
  margin-top: 40px;
  padding: 12px 16px;
}
#mylist_menu .panel {
  width: 100%;
  padding-bottom: 8px;
}
#mylist_menu .panel input[type="button"] {
  background: url(../img/background/bg_mylist_btn.png) repeat-x #fff;
  /*background: #fff;*/
  border: #aaa solid 1px;
  padding: 4px;
  margin: 4px 8px 0 0;
  border-radius: 4px;
  cursor: pointer;
}
#mylist_menu .panel input[type="button"]:hover {
  background: #ddd;
}
#mylist_menu .panel .search_wrap {
  /*background: #c9e7ff;*/
  background: #fff;
  float: left;
  padding: 4px;
  margin-right: 16px;
}
#mylist_menu .panel input.search_text {
  /*border: #aaa solid 1px;*/
  margin: 0px;
}
#mylist_menu .panel input.search_btn {
  background-image: url(../img/icon/icon_title_sideseach.png);
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  width: 32px;
  margin: 0px;
}
#mylist_menu .panel input.search_btn:hover {
  background: url(../img/icon/icon_title_sideseach.png) no-repeat center center #ddd;
}
#mylist_page .change {
  background: #0071CE;
  clear: both;
  width: 96%;
  margin: 0;
  padding: 16px 2%;
  text-align: right;
  color: #fff;
}
#mylist_page .page_nav {
  border: none;
}
/*登録商品一覧
----------------------------------------------- */
/*#mylist_page .tag{
	float: left;
}*/
#mylist_page .label {
  margin-left: 40px;
}
#mylist_page .label span {
  float: left;
  margin-right: 8px;
  padding: 8px;
  color: #fff;
}
#mylist_page .label .a {
  background-color: #F00
}
#mylist_page .label .b {
  background-color: #09F
}
#mylist_page .label .c {
  background-color: #63C
}
#mylist_page .label .d {
  background-color: #F60
}
#mylist_page .label .e {
  background-color: #03C
}
#mylist_page ul.list_area {
  overflow: hidden; /*border-bottom: #dedede solid 1px;*/
}
#mylist_page ul.list_area:hover {
  background: #e7f3ff;
}
#mylist_page ul.list_area li {
  float: left;
  letter-spacing: 0;
}
#mylist_page ul.list_area li div {
  margin-bottom: 8px;
  overflow: hidden;
}
#mylist_page ul.list_area li img {
  border: #dedede solid 1px;
}
#mylist_page ul.list_area li span {
  /*display: block;
	float: left*/
  display: inline;
  float: none;
}
#mylist_page ul.list_area li b {
  width: 98px;
  float: left;
  display: block;
  font-size: 14px;
  font-weight: bold;
}
#mylist_page ul.list_area li p {
  margin-bottom: 8px;
}
#mylist_page ul.list_area li input.tag {
  width: 320px;
}
#mylist_page ul.list_area li span.price {
  color: #fd0002;
  font-weight: bold;
}
#mylist_page ul.list_area li span.fs10 {
  padding: 4px 0 0 4px;
}
#mylist_page ul#list_title {
  background: url(../img/background/bg_pattern_gray.gif);
  overflow: hidden;
}
#mylist_page ul#list_title li, #mylist_page ul.list_area li {
  height: auto;
  padding: 16px;
  overflow: hidden;
  font-size: 14px;
  text-align: center;
  float: left;
  border-right: none;
  border-bottom: none;
}
#mylist_page ul#list_title li:nth-child(1), #mylist_page ul.list_area li:nth-child(1) {
  width: 32px;
}
#mylist_page ul#list_title li:nth-child(2), #mylist_page ul.list_area li:nth-child(2) {
  width: 130px;
  text-align: left;
}
#mylist_page ul.list_area li:nth-child(2) {
  font-size: 16px;
}
#mylist_page ul#list_title li:nth-child(3), #mylist_page ul.list_area li:nth-child(3) {
  width: 508px;
  text-align: left;
}
#mylist_page ul#list_title li:nth-child(4), #mylist_page ul.list_area li:nth-child(4) {
  width: 155px;
  text-align: left;
}
/*#mylist_page ul#list_title li:nth-child(5),
#mylist_page ul.list_area li:nth-child(5){
	width: 174px;
	border-right: none;
	text-align: left;
}*/
#mylist_page ul.list_area li:nth-child(3n) {
  border-right: none;
}
#mylist_page ul#list_title li {
  font-size: 14px;
  font-weight: bold;
  height: auto;
  text-align: center !important;
}
#mylist_page #product_list {
  border-left: #dedede solid 1px;
  border-right: #dedede solid 1px;
  overflow: hidden;
}
#mylist_page #product_list .product_item {
  position: relative;
  border-bottom: #dedede solid 1px;
}
#mylist_page #product_list .product_item .listphoto a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#mylist_page #product_list .product_item .listphoto img {
  width: 120px;
}
#mylist_page #product_list .product_item:last-child ul {
  border-bottom: none;
}
#mylist_page #product_list.photo #list_title, #mylist_page #product_list.photo .listcomment {
  display: none;
}
#mylist_page #product_list.photo .product_item {
  float: left;
  width: 50%;
  position: relative;
  border-bottom: none;
}
#mylist_page #product_list.photo ul.list_area {
  border-right: #666 dotted 1px;
  border-bottom: #dedede solid 1px;
  padding-bottom: 16px;
  height: 548px;
}
#mylist_page #product_list.photo .product_item:nth-child(2n) ul.list_area {
  border-right: none;
}
/*#mylist_page #product_list.photo .product_item:nth-child(4n+1) ul.list_area {
	border-right: none;
}*/
#mylist_page #product_list.photo ul.list_area li {
  clear: both;
  border: none;
  width: 352px;
  height: auto;
  padding: 16px 16px 0 16px;
  text-align: left;
}
#mylist_page #product_list.photo ul.list_area li img {
  width: 50%;
}
#mylist_page #product_list.photo ul.list_area li div {
  overflow: hidden;
  float: left;
}
#mylist_page #product_list.photo ul.list_area li.title {
  font-size: 16px;
  text-align: center;
}
#mylist_page #product_list.photo ul.list_area li p {
  width: 252px;
  display: block;
  float: left;
}
#mylist_page #product_list.photo ul.list_area li input.tag {
  width: 160px;
}
#mylist_page #product_list.photo ul.list_area li span.price, #mylist_page #product_list.photo ul.list_area li span.price span {
  width: auto;
  float: none;
  display: inline;
}
#mylist_page #product_list.photo ul.list_area li .label {
  position: absolute;
  right: 8px;
  top: 16px;
}
#mylist_page .pager {
  width: 100%;
  overflow: hidden;
  text-align: center;
}
#mylist_page .pager.header {
  padding-bottom: 24px;
}
#mylist_page .pager.footer {
  padding-top: 24px;
}
#mylist_page .pager a, #mylist_page .pager strong {
  display: inline-block;
  padding: 4px;
  width: 40px;
  height: 32px;
  padding-top: 8px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
/* レイアウト
----------------------------------------------- */
div.list_area {
  padding: 0 0 30px 0;
  width: 100%;
  overflow: auto;
}
div.listphoto {
  float: left;
}
/* メインカラム用 1カラム時*/
#main_column.colnum1 div.listrightbloc {
  float: right;
  width: 74%;
}
/* メインカラム用 2カラム時*/
#main_column.colnum2 div.listrightbloc {
  float: right;
  width: 80%;
}
/* メインカラム用 3カラム時*/
#main_column.colnum3 div.listrightbloc {
  float: right;
  width: 74%;
}
/* 商品情報 各種設定
----------------------------------------------- */
/* 商品ステータス */
div.listrightbloc ul.status_icon {
  margin-bottom: 10px;
  width: 100%;
}
div.listrightbloc ul.status_icon li {
  margin-right: 5px;
  float: left;
}
/* 商品名 */
div.listrightbloc h3 {
  font-weight: bold;
  font-size: 120%;
}
/* コメント */
div.listrightbloc .listcomment {
  margin: 0 0 10px 0;
  text-align: left;
}
/* 商品詳細を見る */
div.listrightbloc .detail_btn {
  margin-bottom: 20px;
}
/* 価格 */
div.listrightbloc .pricebox {
  margin: 0 0 10px 0;
}
/* 買い物かご */
div.listrightbloc .cart_area {
  padding: 10px;
  border: 1px solid #cef0f4;
  background-color: #ecf5ff;
  width: 94%;
}
/* 規格 */
div.listrightbloc .classlist {
  margin-bottom: 10px;
  padding-bottom: 10px;
  background: url("../img/background/line_dot_02.gif") repeat-x bottom;
}
div.listrightbloc dl {
  width: 100%;
}
div.listrightbloc dt {
  display: inline-block;
  vertical-align: top;
}
div.listrightbloc dd {
  padding-bottom: 10px;
  display: inline-block;
}
div.listrightbloc dd p.attention {
  margin-top: 5px;
}
/* カゴに入れる */
div.listrightbloc .cartin {
  margin: 0;
  float: right;
}
div.listrightbloc .cartin .quantity {
  padding: 3px 10px 0 0;
  width: 150px;
  float: left;
  text-align: right;
}
div.listrightbloc .cartin .quantity .box {
  width: 70px;
}
div.listrightbloc .cartin_btn {
  width: 160px;
  float: left;
}
/* 商品一覧用検索
------------------------------------------------ */
#list_search {
  overflow: hidden;
  border-radius: 4px;
  border: #dedede solid 1px;
  margin-bottom: 32px;
}
#list_search input[type="text"] {
  /*width: 334px;*/
  width: 300px;
  margin-right: 4px;
}
#list_search input.lotnum {
  width: 60px;
}
#list_search p {
  float: left;
  height: 32px;
  margin-right: 16px;
}
#list_search p:first-child {
  /*padding-top: 4px;*/
  height: auto;
}
#list_search b {
  width: 100px;
  display: block;
  float: left;
  padding-top: 6px;
  font-size: 14px;
}
#list_search .top {
  background: url(../img/icon/icon_title_sideseach.png) no-repeat 16px center #f0f0f0;
  overflow: hidden;
  /*width: 100%;*/
  margin: 0 0 2px 0;
  padding: 20px 0 20px 48px;
  font-size: 16px;
}
#list_search .content {
  background: url(../img/background/bg_pattern_gray.gif);
  overflow: hidden;
  position: relative;
}
#list_search .left {
  background: #fff;
  float: left;
  width: 464px;
  height: auto;
  padding: 16px;
}
#list_search .left ul {}
#list_search .left ul li {
  padding: 14px 0;
  border-bottom: #666 dotted 1px;
  float: left;
  width: 100%;
  font-size: 16px;
}
#list_search .left ul li:first-child {
  padding-top: 0px;
}
#list_search .left ul li:last-child {
  border-bottom: none;
}
#list_search .left label {
  display: block;
  float: left;
  padding-top: 6px;
}
#list_search .right {
  width: 272px;
  float: right;
  text-align: center; /*margin-bottom: -32767px;
    padding-bottom: 32767px;*/
}
#list_search .right .btn {
  background: url(../img/background/bg_search.png) no-repeat left top;
  overflow: hidden;
  width: 272px;
  height: 56px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -28px;
}
.list_num {
  float: left;
  margin: 16px 8px 16px 0px;
  font-size: 12px;
}
.list_num span {
  font-size: 24px;
  font-weight: bold;
}
.list_num.sp_none {
  font-size: 14px;
  margin: 8px 14px;
}
.list_nav {
  border: 1px solid #000080;
  margin: 20px 0 22px;
}
.list_nav-contents {
  padding: 15px 0;
}
.list_page_nav {
  /*margin-bottom: 32px;*/
  background: #dedede;
  padding: 0 8px;
  font-size: 14px;
}
.list_page_nav .change.header, .list_page_nav .change.footer {
  width: 100%;
  float: left;
  padding: 10px 0px 10px 10px;
}
.list_page_nav .change.header, .list_page_nav .change.footer label {
  margin-right : 10px;
}
.list_page_nav .change.header.ranking, .list_page_nav .change.footer.ranking {
  width: 100%;
}
.list_page_nav .change.header.ranking, .list_page_nav .change.footer.ranking label.sp_none {
  font-weight: bold;
  margin-right: 16px;
}
.list_page_nav .pager.header, .list_page_nav .pager.footer {
  width: 36%;
  float: right;
  padding: 8px 0;
  max-width: 330px;
}
.list_page_nav .change.header.ranking span, .list_page_nav .change.footer.ranking span, .list_page_nav .change.footer.ranking .exclude_status {
  display: inline-block;
}
.list_page_nav .change.header select:first-of-type, .list_page_nav .change.footer select:first-of-type {
  width: 110px;
  font-size: 14px;
  padding: 4px 10px;
}
.list_page_nav .change.footer .list_order.ranking-width {
  width: 124px;
}
.list_page_nav .change.header select.ranking, .list_page_nav .change.footer select.ranking {
  width: 105px;
  font-size: 14px;
  padding: 4px 10px;
  margin-right: 16px;
}
.list_page_nav .change.header select.disp_number, .list_page_nav .change.footer select.disp_number {
  width: 86px;
  font-size: 14px;
  padding: 4px 10px;
}
.list_page_nav .change.footer.ranking .exclude_status {
  padding-right: 10px;
  margin-left: 4px;
}
.list_page_nav .change.footer.ranking label input[type=checkbox] {
  position: relative;
  top: 2px;
  margin-left: 0px;
}
.list_page_nav .change.footer.ranking label input[type=radio] {
  position: relative;
  top: 2px;
}
/* ==============================================
▼専門店トップ
=============================================== */
/* フリーエリア
----------------------------------------------- */
.free_area {
  overflow: hidden;
  margin-bottom: 24px;
}
.free_area.col4 div {
  width: 24.25%;
  float: left;
  margin-right: 1%;
}
.free_area.col3 div {
  width: 31.2%;
  float: left;
  margin-right: 3.2%;
}
.free_area.col2 div {
  width: 48.5%;
  float: left;
  margin-right: 3%;
}
.free_area div img {
  width: 100%;
}
.free_area div:last-child {
  margin-right: 0;
}
.free_area div {
  box-sizing: border-box;
}
/* ==============================================
▼商品詳細
=============================================== */
/* レイアウト

    tplファイルのマークアップが同じ項目
        * 1カラム時
        * 2カラム時
        * 3カラム時

----------------------------------------------- */
#detailarea, .sub_area {
  margin-bottom: 20px;
  width: 100%;
}
/* レイアウト
----------------------------------------------- */
/* 1カラム用 */
#main_column.colnum1 div#detailphotobloc {
  width: 37%;
  float: left;
}
#main_column.colnum1 #detailrightbloc {
  width: 63%;
  float: right;
}
#main_column.colnum1 div.subtext {
  margin-bottom: 20px;
  float: left;
  width: 69%;
}
#main_column.colnum1 div.subphotoimg {
  float: right;
  width: 25%;
  text-align: right;
}
#main_column.colnum1 p.subtext {
  margin-bottom: 20px;
}
#main_column.colnum1 div#detailphotobloc .photo {
  border: #dedede solid 1px;
}
#main_column.colnum1 div#detailphotobloc .photo img {
  max-width: 343px;
  max-height: 343px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#main_column.colnum1 #detailrightbloc {
  float: right;
  width: 562px;
}
#main_column.colnum1 #detailrightbloc h2 {
  background: none;
  color: #000;
  font-size: 24px;
  font-weight: normal;
  display: block;
  margin-bottom: 0;
  clear: both;
}
/* 2カラム用 */
#main_column.colnum2 div#detailphotobloc {
  float: left;
  width: 345px;
}
#main_column.colnum2 div#detailphotobloc .photo {
  border: #dedede solid 1px;
}
#main_column.colnum2 div#detailphotobloc .photo img {
  max-width: 343px;
  max-height: 343px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#main_column.colnum2 #detailrightbloc {
  float: right;
  width: 562px;
}
#main_column.colnum2 #detailrightbloc h2 {
  background: none;
  color: #000;
  font-size: 24px;
  font-weight: normal;
  display: block;
  margin-bottom: 0;
  clear: both;
}
#main_column.colnum2 div.subtext {
  margin-bottom: 20px;
  float: left;
  width: 73%;
}
#main_column.colnum2 p.subtext {
  margin-bottom: 20px;
}
#main_column.colnum2 div.subphotoimg {
  float: right;
  width: 25%;
  text-align: right;
}
/* 3カラム用 */
#main_column.colnum3 div#detailphotobloc {
  float: left;
  width: 49%;
}
#main_column.colnum3 #detailrightbloc {
  float: right;
  width: 50%;
}
#main_column.colnum3 div.subtext {
  margin-bottom: 20px;
  float: left;
  width: 63%;
}
#main_column.colnum3 p.subtext {
  margin-bottom: 20px;
}
#main_column.colnum3 div.subphotoimg {
  float: right;
  width: 35%;
  text-align: right;
}
#detailphotobloc .photo .expansion {
  display: block;
  text-align: center;
  height: 343px;
  width: 343px;
  position: relative;
}
#photo_thumb {
  margin: 24px 0;
  display: flex;
  flex-wrap: wrap;
}
#photo_thumb li {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  margin-left: 9px;
  position: relative;
}
#photo_thumb li:first-child, #photo_thumb li:nth-child(6n+1) {
  margin-left: 0
}
#photo_thumb li div {
  width: 50px;
  height: 50px;
  border: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  max-height: 96px;
}
#photo_thumb li:last-child {
  margin-right: 0;
}
#photo_thumb li a {
  background: #000;
  opacity: 0.2;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  z-index: 1;
}
#photo_thumb li a:hover {
  background: none;
  opacity: 1;
}
#photo_thumb li a.active {
  background: none;
  opacity: 1;
  display: block;
  border: #0071CE solid 4px;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
}
/*#photo_thumb li img {
	width: 100%;
}*/
#photo_thumb li p {
  width: 96px;
  height: 96px;
  overflow: hidden;
  position: relative;
}
#photo_thumb li p img {
  position: absolute;
  float: left;
}
#detailphotobloc .free_html {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 1.4;
}
#detailphotobloc .free_html p {
  margin-bottom: 10px;
}
#detailphotobloc .free_html img {
  width: auto;
  max-width: 100%;
  margin-bottom: 10px;
}
#product_list li.productListItem {
  display: block;
  padding: 0.8%;
  border-bottom: 1px dotted #666;
}
#product_list li.productListItem .productInfo {
  width: 55%;
  float: right;
  padding-left: 1em;
}
#product_list li.productListItem .productInfo .main_comment {
  font-size: 14px;
}
#product_list.photo li.productListItem .productInfo, #product_list.photo li.productListItem .listphoto, #product_list.photo li.productListItem ul.list_area {
  width: 100%;
  float: none;
  clear: both;
}
#product_list.photo li.productListItem .productInfo {
  padding: 0;
}
#product_list.photo li.productListItem .productInfo .title {
  margin-top: 0;
}
/*NEW_NB_BB-240 15　商品詳細カスタマイズ案-1*/
.detail_banner_area p {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: bold;
}
.detail_banner_area ul li {
  margin-bottom: 10px;
}
.detail_banner_area ul li:hover {
  opacity: 0.8;
}
.detail_banner_area ul li img {
  width: 100%;
}
/*NEW_NB_BB-240 15　商品詳細カスタマイズ案-1*/
#product_list li.productListItem .product_code {
  position: absolute;
  top: 0;
  left: -106px;
  color: #444;
}
#product_list li.productListItem .product_code span.ranking {
  margin-right: 20px;
  font-weight: bold;
  color: #ff0000;
}
#product_list li.productListItem .product_code span.ranking.rank_1 {
  font-size: 18px;
}
#product_list li.productListItem .product_code span.ranking.rank_2 {
  font-size: 16px;
}
#product_list li.productListItem .product_code span.ranking.rank_3 {
  font-size: 14px;
}
#product_list li.productListItem .product_code span.page_view {
  display: none;
}
#product_list li.productListItem ul.list_area {
  border: none;
}
#product_list li.productListItem .listphoto {
  /*! height: 136px; */
  width: 24%;
  position: relative;
}
#product_list li.productListItem .listphoto .imageWrapper {
  display: inline-block;
}
#product_list li.productListItem .listphoto .mainImageWrapper {
  width: 133px;
  height: 136px;
  text-align: center;
  border: 1px solid #ccc;
  display: block;
  box-sizing: border-box;
  float: left;
  overflow: hidden;
  position: relative;
}
#product_list.photo li.productListItem .listphoto .mainImageWrapper {
  width: 147px;
  height: 147px;
  box-sizing: border-box;
}
#product_list.photo li.productListItem .listphoto {
  width: 100%;
  text-align: center;
  display: -webkit-flex;
  -webkit-justify-content: center;
  display: flex;
  justify-content: center;
}
#product_list.photo li.productListItem .listphoto .imageWrapper {
  display: -webkit-flex;
  -webkit-justify-content: center;
  display: flex;
  justify-content: center;
}
#product_list.photo li.productListItem .productInfo_wrap {
  display: flex;
  flex-direction: column;
}
#product_list.photo li.productListItem .productInfo_wrap .productInfo_label {
  order: 3;
  margin-top: 1.5%;
}
#product_list li.productListItem .orderstr {
  margin-top: 0.5em;
}
#product_list li.productListItem .pc_list_category_line {
  display: flex;
  justify-content: space-between;
  margin-top: 1%;
}
#product_list li.productListItem .pc_list_naire_status {
  display: flex;
}
#product_list li.productListItem .pc_list_category_line .naire_code {
  margin-left: 4px;
}
#product_list li.productListItem .category_code_for_list {
  display : flex;
  justify-content : space-between;
  font-size: 14px;
}
#product_list li.productListItem .category_code_for_list span a {
  font-weight: bold;
}
#product_list li.productListItem span.category_code_for_photo {
  margin-top: 0;
}
#product_list ul.list_area li {
  padding: 0;
  font-size: 14px;
  text-align: left;
  float: none;
  width: 100%;
}
#product_list ul.list_area li:nth-child(1) {
  padding: 0;
}
#product_list ul.list_area li span {
  display: inline;
  float: none;
  letter-spacing: 0px;
  font-style: normal;
}
#product_list ul.list_area .sale_price, #price_area .sale_price {
  color: #555;
  font-size: 14px;
}
#product_list ul.list_area .sale_price del, #price_area .sale_price del {
  font-weight: bold;
  margin-left: 4px;
}
#product_list ul.list_area .special_price span, #price_area .special_price span {
  color: #E22;
  font-weight: bold;
}
#price_area .special_price span.tax_text {
  color: #555;
  font-size: 22px;
  font-weight: normal;
}
#price_area .special_price span.tax_included {
  color: #555;
  font-size: 16px;
  font-weight: normal;
}
#product_list ul.list_area .special_price .price, #price_area .special_price .price, #special_product .special_price .price {
  font-size: 300%;
  font-weight: bold;
  font-style: italic;
  letter-spacing: -0.05em;
  display: inline-block;
  padding-right: 0.1em;
  margin-top: 0;
  line-height: 1em;
  font-family: "Arial Black", Tahoma, Helvetica, San-serif;
}
#product_list ul.list_area .special_price .special_price_label {
  font-size: 12px;
  color:#fff;
  background-color: #E22;
  padding: 4px 2px 3px 4px;
  margin-right: 4px;
  margin-bottom: 2px;
  vertical-align: text-bottom;
  letter-spacing: 2px;
}
#price_area .sold_out {
  font-size: 300%;
  font-weight: bold;
  font-style: italic;
  display: block;
  padding-right: 0.1em;
  /* margin-top: -18px; */
  line-height: 1em;
  font-family: "MS PGothic";
  color: #E22;
}
#product_list ul.list_area .special_price .price.small, #price_area .special_price .price.small {
  font-size: 186%;
  letter-spacing: -1px;
}
#product_list .tax_included {
  color: #000;
  font-size: 15px;
  margin-left: 20px;
  display: inline-block;
}
#product_list.photo {
  display: flex;
  flex-wrap: wrap;
  border-left: 1px dotted #666;
}
#product_list.photo b {
  font-size: 20px;
}
#product_list.photo b.contact {
  font-size: 14px;
  display: block;
  margin-bottom: 12px;
}
#product_list.photo .sale_price, #product_list.photo .special_price {
  /*float: left;*/
  margin-right: 16px; /*padding-top: 8px;*/
}
#product_list ul.list_area .listphoto {
  position: relative;
}
#product_list ul.list_area .checkBox {
  position: absolute;
  top: 16px;
  left: 16px;
}
#product_list.photo .icon_area, #product_list.photo .product_code, #product_list.photo .sale_price, #product_list.photo .orderstr, #product_list.photo .main_comment, #product_list.photo .jancode, #product_list.photo .category_code_for_list#category_code_for_list {
  display: none;
}
#product_list.photo .category_code_for_photo {
  display: block;
}
#product_list.photo .category_code_for_photo a {
  display: inline-block;
  width: 140px;
  white-space: nowrap;
  font-weight: bold;
}
#product_list .category_code_for_photo {
  display: none;
}
#product_list .icon_area {
  position: absolute;
  top: 0;
  right: 0;
}
#product_list.photo .pricebox {
  float: inherit;
  width: 100%;
  margin-bottom: 8px;
}
#product_list.photo .main_comment {
  display: none;
}
#product_list .rank_icon {
  margin-bottom: 0.8em;
  margin-top: 2.2em;
}
#product_list.photo .rank_icon {
  margin: 0.5em 0;
}
#product_list .rank_icon .rank {
  background-color: #0071CE;
  font-size: 12px;
  text-align: center;
  padding: 2px 6px;
  color: #fff;
  margin-right: 2px;
  font-style: normal;
  width: 40px;
}
#product_list .rank_icon .rank_1 {
  background: #e0ca00
}
#product_list .rank_icon .rank_2 {
  background: #b0aeac;
}
#product_list .rank_icon .rank_3 {
  background: #592400;
}
#product_list .page_view {
  display: none;
}
#product_list .title {
  width: 100%;
  overflow: visible;
  -o-text-overflow: inherit;
  text-overflow: inherit;
  font-weight: normal;
  margin: 2.5em 0 0.5em;
}
#product_list .rank_icon + .title {
  margin: 0 0 0.5em;
}
#product_list .title a {
  font-size: 18px;
  color: #444;
}
#product_list.photo .title a {
  font-size: 16px;
  color: #444;
}
div#special_product .photo {
  border: #dedede solid 1px;
}
div#special_product .data {
  margin-bottom: 5px;
}
div#special_product .photo a {
  display: block;
  text-align: center;
  height: 117px;
  width: 117px;
  position: relative;
}
div#special_product .photo img {
  max-width: 117px;
  max-height: 117px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#special_product ul p.title {
  white-space: nowrap;
  width: 92px;
  margin: 0 auto;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.change select {
  padding: 4px 26px 4px 12px;
  height: auto !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  overflow: hidden;
  background-image: url(../img/background/BG_select.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-color: #fff;
  border: 1px solid #999999;
  color: #444;
  font-weight: bold;
}
.change select option {
  font-weight: normal;
}
.change select::-ms-expand {
  display: none;
}
.consider_check {
  text-align: left;
  margin-bottom: 8px;
  position: absolute;
  z-index: 1;
  top: 4px;
  left: 4px;
}
#product_list.photo .consider_check {
  left: 3px;
}
.consider_check input, .consider_check span {
  display: inline-block;
  vertical-align: middle;
}
.consider_check span {
  background: #FF9F23;
  color: #fff;
  padding: 4px 8px;
}
/* 商品情報 各種設定
----------------------------------------------- */
/*#detailrightbloc h2 {
    margin: 0 0 16px 0;
    padding: 0 0 16px 0;
    color: #666;
    background: url("../img/background/line_dot_01.gif") repeat-x bottom ;
    font-weight: bold;
    font-size: 160%;
	clear: both;
}*/
#detailrightbloc .point, #detailrightbloc .relative_cat {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  background: url("../img/background/line_dot_01.gif") repeat-x bottom;
}
#detailrightbloc .main_comment {
  font-size: 16px;
  margin-bottom: 16px;
  line-height: 1.6em;
}
#detailrightbloc .code_date_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
#detailrightbloc .code_date_wrap .arrival_date {
  background-color: #E94803;
  font-size: 11px;
  text-align: center;
  padding: 0 6px;
  color: #fff;
  margin-right: 2px;
  font-style: normal;
  margin-left: 10px;
  width: auto;
  line-height: 24px;
  height: 24px;
}
#detailrightbloc .btn_considerlist {
  width: 120px;
}
#detailrightbloc .btn_considerlist a {
  color: #000;
  border-radius: 6px;
  text-align: center;
  padding: 4px 0;
  border: 2px solid #FF9D14;
  background: #fff;
  display: block;
}
#detailrightbloc .btn_considerlist a:hover {
  opacity: 0.8;
  text-decoration: none;
}
#detailrightbloc .btn_considerlist a.exist_list {
  display: block;
  text-align: center;
  padding: 4px 0;
  background: #FF9D14;
  border-radius: 6px;
  color: #fff;
  /* margin-bottom: 5px; */
}
/* 商品コード */
#detailrightbloc .product_code {
  color: #0071CE;
  width: auto;
  font-size: 12px;
  margin: 0;
}
#detailrightbloc .product_code dt, #detailrightbloc .product_code dd {
  display: inline;
}
#product_tag {
  width: auto !important;
  /*float: left;*/
  overflow: hidden;
}
#product_tag li {
  color: #0071CE;
  float: left;
  padding: 0px 4px;
  border: #0071CE solid 1px;
  margin-right: 12px;
  font-size: 12px;
}
/* 商品ステータス */
#detailrightbloc ul.status_icon {
  margin-bottom: 10px;
  width: 100%;
}
#detailrightbloc ul.status_icon li {
  margin-right: 5px;
  margin-bottom: 3px;
  float: left;
}
/* 通常価格 */
#detailrightbloc .normal_price dt, #detailrightbloc .normal_price dd {
  display: inline-block;
}
/* 販売価格 */
#detailrightbloc .sale_price dt, #detailrightbloc .sale_price dd {
  font-size: 14px;
  display: inline-block;
}
#detailrightbloc .sale_price dt, #detailrightbloc .special_price {
  margin: 1.5% 0;
}
/* ポイント */
#detailrightbloc .point dt, #detailrightbloc .point dd {
  display: inline-block;
}
/* 規格 */
#detailrightbloc div.classlist {
  margin-bottom: 10px;
  padding-bottom: 10px;
  width: 100%;
  background: url("../img/background/line_dot_02.gif") repeat-x bottom;
}
#detailrightbloc .classlist {
  margin-bottom: 5px;
}
#detailrightbloc ul {
  /*margin-bottom: 10px;*/
  width: 100%;
}
#detailrightbloc ul li {
  vertical-align: top;
  float: left;
}
#detailrightbloc ul li.naire_status_icon {
  padding: 0;
  margin-bottom: 0;
}
#detailrightbloc ul li.title {
  color: #0071CE;
  width: 60px;
}
#detailrightbloc ul.tagarea_c {
  margin-bottom: 3%;
}
#detailrightbloc .naire_status_container {}
#detailrightbloc .naire_status-detail {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
/* メーカー */
#detailrightbloc .maker dt, #detailrightbloc .maker dd {
  display: inline;
}
/* メーカーURL */
#detailrightbloc .comment1 dt, #detailrightbloc .comment1 dd {
  display: inline;
}
/* 関連カテゴリ */
#detailrightbloc .relative_cat dd {
  margin-left: 1em;
}
#detailrightbloc .banner {
  margin-bottom: 11px;
}
#detailrightbloc .banner:hover {
  opacity: 0.7;
}
/* 買い物かご */
.cart_area div.irregular_inner {
  padding: 0px 16px 8px;
  margin: 0;
  border-bottom: #dedede solid 1px;
  font-size: 14px;
}
.irregular {
  background: #F0F0F0;
  padding: 12px;
  overflow: hidden;
  font-size: 16px;
  margin-bottom: 30px;
}
#detailrightbloc .pagenumber_area {
  border-bottom: 16px solid #0071CE;
}
#detailrightbloc .cart_area {
  margin: 0 0 32px 0;
  border: #0071CE solid 2px;
}
#detailrightbloc .cart_area > p {
  padding: 16px
}
#detailrightbloc #order_item > dl .sale_price_time {
  margin-bottom: 5px;
  white-space: nowrap;
}
#detailrightbloc #order_item > dl, #detailrightbloc #order_sample > dl {
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  font-size: 14px;
}
#detailrightbloc #order_sample > dl {
  border-bottom: #dedede solid 1px;
}
#detailrightbloc #order_item > dl > dt, #detailrightbloc #order_item > dl > dd, #detailrightbloc #order_sample > dl > dt, #detailrightbloc #order_sample > dl > dd {
  width: 34%
}
#detailrightbloc #order_sample > dl > dt:last-child, #detailrightbloc #order_sample > dl > dd:last-child {
  /*width: 86%;*/
  width: 34%
}
#detailrightbloc .estimat_hope_input {
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
}
.cart_area > dl > dt {
  padding: 8px 16px;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  background-color: #f0f0f0;
}
.cart_area #cartbtn_default {
  width: 105px;
  margin: 0;
}
.cart_area label {
  display: inline-block;
}
.cart_area > dl > dd {
  padding: 8px 16px;
  border-right: none;
  font-size: 14px;
}
.cart_area > dl > dd b {
  font-weight: bold;
}
.cart_area > dl > dd:last-child {
  border-right: #dedede solid 1px;
}
.cart_area > dl > dt, #data_area dl dt {
  border: none;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: bold;
}
.cart_area > dl.cartin > dt {
  border-bottom: #bbb solid 1px;
}
.cart_area > dl:last-child > dd {
  border-bottom: none
}
.cart_area div {
  margin-top: 16px;
}
.cart_area div:first-child {
  margin-top: 0px;
}
.quantity b.price span {
  font-size: 16px
}
.quantity dd:last-child, .cart_area dl dt:last-child {
  border-right: #dedede solid 1px;
}
#detailrightbloc .cart_area input[type="text"] {
  margin-right: 8px;
}
#detailrightbloc .cart_area label {
  display: inline-block;
}
#detailrightbloc .quantity p {
  display: inline;
  color: #444;
  font-size: 14px;
}
#detailrightbloc .quantity .order_item_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#detailrightbloc .quantity .order_item_price_title {
  font-size: 11px;
  margin-right: 2px;
}
#detailrightbloc .quantity .order_item_price .price {
  font-size: 11px;
}
#detailrightbloc .quantity p.price {
  font-weight: bold
}
#detailrightbloc .quantity p.price span {
  font-size: 16px;
}
#detailrightbloc .cartin {
  text-align: center;
  display: flex;
  display: -webkit-flex;
  width: 100%;
  border-top: #dedede solid 1px;
}
#detailrightbloc .cartin dd {
  border: none;
}
#detailrightbloc .cartin_btn {
  text-align: center;
}
#detailrightbloc .favorite_btn {
  text-align: center;
  margin-top: 10px;
}
#order_estimates > div {
  font-size: 16px;
  padding: 8px 16px;
  font-weight: bold;
}
#form1 {
  margin-bottom: 10px;
}
#data_area {
  overflow: hidden;
  margin-bottom: 40px;
}
#data_area h3 {
  border: none;
  color: #fff;
  padding: 8px 16px;
}
#data_area > div {
  border: 1px solid #dedede;
}
#data_area dl {
  display: table;
  border-bottom: 1px solid #dedede;
  width: 100%;
}
#data_area dl dt, #data_area dl dd {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
}
#data_area dl:last-child {
  border-bottom: none;
}
#data_area dl dt {
  width: 20%;
  background: #F0F0F0;
  box-sizing: border-box;
  border-left: 1px solid #dedede;
}
#data_area dl dt:first-child {
  border-left: none;
}
#data_area dl dd {
  width: 30%;
  padding: 8px 16px;
  border-left: 1px solid #dedede;
}
#data_area dl:nth-last-child(1) dd, #data_area dl:nth-last-child(2) dd {
  width: 80%;
}
/*SNS*/
#sns {
  display: inline-block;
  width: 100%;
}
#sns li {
  float: right;
  margin-left: 8px;
}
#sns li:last-child {
  margin-left: 0;
}
/*SNS*/
#sns {
  display: inline-block;
  width: 100%;
}
#sns li {
  float: right;
  margin-left: 8px;
}
#sns li:last-child {
  margin-left: 0;
}
/*商品ページ用インフォメーション*/
#BtmInfo1 .flexBody {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  border: #dedede solid 1px;
  margin: 15px auto 20px auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#BtmInfo1 .flexBody > div {
  width: 50%;
  box-sizing: border-box;
  font-size: 14px;
  padding: 14px;
  word-break: break-all;
  border-left: #dedede solid 1px;
}
#BtmInfo1 .flexBody > div:first-child {
  border-left: none;
}
#BtmInfo1 .flexBody > div dl {
  margin-bottom: 19px;
}
#BtmInfo1 .flexBody > div dl:last-of-type {
  margin-bottom: 0;
}
/*名入れ価格表 */
.naire_price_chart {
  margin-bottom: 20px
}
.naire_price_chart_title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  padding: 8px;
  margin-bottom: 6px;
  color: #000080;
}

.processor_name_code_single{
  background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2014.13%2014.13%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23ffffff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M7.06%2C0c3.91%2C0%2C7.06%2C3.16%2C7.06%2C7.06s-3.16%2C7.06-7.06%2C7.06S0%2C10.97%2C0%2C7.06C0%2C3.12%2C3.19%2C0%2C7.06%2C0Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: center left 36px;
}
.processor_name_code_single.active {
  background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2014.13%2014.13%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%230071CE%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M7.06%2C0c3.91%2C0%2C7.06%2C3.16%2C7.06%2C7.06s-3.16%2C7.06-7.06%2C7.06S0%2C10.97%2C0%2C7.06C0%2C3.12%2C3.19%2C0%2C7.06%2C0Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.processor_name_code_color {
  background-image: url('../img/icon/circle_rainbow.svg');
  background-repeat: no-repeat;
  background-size: 28px;
  background-position: center left 24px;
}

.naire_price_chart .processor_name {
  margin-top: 6px;
}
.naire_price_chart .naire_name {
  display: flex;
  flex-wrap: wrap;
}
.naire_price_chart .naire_name_item {
  width: calc(50% - 5px);
  box-sizing: border-box;
  border: 1px solid #dedede;
  border-radius: 4px;
  padding: 6px 6px 6px 14px;
  margin-bottom: 10px;
  text-align: center;
  background-color: #0071CE;
  color: #fff;
  font-size: 15px;
}
.naire_price_chart .naire_name_item:hover {
  opacity: 0.7;
  cursor: pointer;
}
.naire_price_chart .naire_name_item.active {
  background-color: #FFFDEA;
  color: #0071CE;
}
.naire_price_chart .naire_name_item:nth-child(2n) {
  margin-left: 10px;
}
.naire_price_chart .naire_list {
  position: relative;
}
.naire_price_chart-sp {
  display: none;
}
.naire_list-sp {
  display: none;
}
.naire_price_chart .naire_list_item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: none;
  box-sizing: border-box;
}
/* お客様の声
----------------------------------------------- */
div#customervoice_area {
  clear: both;
  padding: 0 0 40px 0;
}
div#customervoice_area .review_bloc {
  margin-bottom: 20px;
  padding: 10px;
  background-color: #f6f6f6;
}
div#customervoice_area .review_bloc p {
  padding-top: 3px;
  margin-right: 10px;
  float: left;
}
div#customervoice_area .review_bloc .review_btn {
  /*float: right;*/
  width: 166px;
  margin: 0 auto;
}
div#customervoice_area ul li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  background: url("../img/background/line_dot_01.gif") repeat-x bottom;
}
div#customervoice_area .voicetitle {
  margin-bottom: 5px;
  color: #333;
  font-weight: bold;
}
div#customervoice_area .voicedate {
  margin-bottom: 10px;
}
/* ***********************************************
▼カートの中
/*********************************************** */
/* 現在のカゴの中
----------------------------------------------- */
.cartItems {
  margin-bottom: 16px;
}
.cartItems a {
  width: 135px;
  display: block;
  display: inline-block;
  text-align: center;
  color: #000;
  font-weight: bold;
  font-size: 14px;
  padding: 8px;
  margin-left: 12px;
  border: 1px solid #999;
  text-decoration: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background: #ececec;
  background: -moz-linear-gradient(top, #ffffff 0%, #ececec 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #ececec 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ececec 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ececec', GradientType=0);
}
.cartItems a:first-child {
  margin-left: 0;
}
.cartItems a:hover {
  color: #000;
}
div#undercolumn_cart .point_announce {
  padding: 20px;
  margin-bottom: 20px;
  border: solid 1px #ffcc62;
  background: #fffaf0;
  font-size: 120%;
  text-align: center;
  line-height: 140%;
}
div#undercolumn_cart .totalmoney_area {
  margin-bottom: 20px;
}
.cartin_block, .customer, .delivname {
  margin: 15px auto 20px auto;
  border: #dedede solid 1px;
}
.cartin_block dl, .customer dl, .delivname dl {
  display: table;
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  border-bottom: 1px solid #dedede;
}
.cartin_block dl dt, .customer dl dt, .delivname dl dt {
  padding: 12px;
  border-right: 1px solid #dedede;
  color: #333;
  background-color: #f0f0f0;
  font-weight: normal;
  font-size: 14px;
}
.cartin_block dl dd, .customer dl dd, .delivname dl dd {
  font-size: 14px;
  padding: 12px;
  border-right: 1px solid #dedede;
  word-break: break-all;
}
.cartin_block dl:last-child, .customer dl:last-child, .delivname dl:last-child {
  border-bottom: none
}
.cartin_block dl dt, .cartin_block dl dd, .customer dl dt, .customer dl dd, .delivname dl dt, .delivname dl dd {
  display: table-cell;
  vertical-align: middle;
}
.cartin_block dl dt:first-child, .cartin_block dl dd:first-child {
  width: 10%;
}
.cartin_block dl dt:nth-child(2), .cartin_block dl dd:nth-child(2) {
  width: 15%;
}
.cartin_block dl dt:nth-child(3), .cartin_block dl dd:nth-child(3) {
  width: 30%;
}
.cartin_block dl dt:nth-child(4), .cartin_block dl dd:nth-child(4) {
  width: 15%;
}
.cartin_block dl dt:nth-child(5), .cartin_block dl dd:nth-child(5) {
  width: 15%;
}
.cartin_block dl dt:last-child, .cartin_block dl dd:last-child {
  width: 15%;
  border-right: none;
}
.cartin_block dl.cart_confirm dt:first-child, .cartin_block dl.cart_confirm dd:first-child {
  width: 15%;
}
.cartin_block dl.cart_confirm dt:nth-child(2), .cartin_block dl.cart_confirm dd:nth-child(2) {
  width: 40%;
}
.cartin_block dl.cart_confirm dt:nth-child(3), .cartin_block dl.cart_confirm dd:nth-child(3) {
  width: 15%;
}
.cartin_block dl.cart_confirm dt:nth-child(4), .cartin_block dl.cart_confirm dd:nth-child(4) {
  width: 15%;
}
.cartin_block dl.cart_confirm dt:last-child, .cartin_block dl.cart_confirm dd:last-child {
  width: 15%;
}
.cartin_block dl.total_area dt {
  width: 85%;
}
.cartin_block dl.total_area dd {
  width: 15%;
}
.customer dl dt, .delivname dl dt {
  width: 30%;
}
.customer dl dd, .delivname dl dd {
  width: 70%;
  border-right: none;
}
div#undercolumn_cart p {
  margin: 10px 5px;
}
div#undercolumn ul#quantity_level li {
  padding: 3px;
  display: inline;
}
div#undercolumn .empty {
  text-align: left;
}
div.form_area {
  margin-bottom: 30px;
}
.newadd {
  background: url(../img/background/bg_btn_gradation.png) repeat-x left 1px;
  display: block;
  overflow: hidden;
}
.newadd a {
  background: url(../img/icon/icon_newadd.png) no-repeat 343px center;
  display: block;
  padding: 24px 0;
  font-size: 16px;
  text-align: center;
  text-decoration: underline;
  font-weight: normal;
  border-bottom: #dedede solid 1px;
  border-left: #dedede solid 1px;
  border-right: #dedede solid 1px;
}
.newadd a:hover {
  background-color: #ddd;
  color: #000;
}
/* 買い物ステップ
----------------------------------------------- */
.flow_area {
  margin: 0 0 24px 0;
  overflow: hidden;
}
#step {
  overflow: hidden;
  width: 100%;
  margin-bottom: 24px;
}
#step li {
  float: left;
  margin: 0 .5em 0 1.8em;
}
#step span {
  background: #f0f0f0;
  padding: 0.5em;
  width: 186px;
  float: left;
  font-size: 14px;
  text-decoration: none;
  color: #444;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
  position: relative;
  line-height: 2; /*letter-spacing: -0.5px;*/
}
#step span.now {
  background: #3D7DCA;
  color: #fff;
}
#step span::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
  border-width: 1.5em 0 1.5em 1em;
  border-style: solid;
  border-color: #f0f0f0 #f0f0f0 #f0f0f0 transparent;
  left: -1em;
}
#step span.now::before {
  border-color: #3D7DCA #3D7DCA #3D7DCA transparent;
}
#step span::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  border-left: 1em solid #f0f0f0;
  right: -1em;
}
#step span.now::after {
  border-left-color: #3D7DCA;
}
#step .current, #step .current:hover {
  font-weight: bold;
  background: none;
}
#step .current::after, #step .current::before {
  content: normal;
}
/* お客様情報入力
----------------------------------------------- */
div#undercolumn_customer {}
.flow_area {
  width: 920px;
  margin: 0 auto 20px auto;
}
div#undercolumn_customer th em {
  color: #000;
  font-weight: bold;
}
div#undercolumn_customer .entry_form .multiple_form {
  display: flex;
  align-items: center;
  margin: 20px 0 10px;
  font-size: 14px;
}
/* お支払い方法・お届け時間等の指定
----------------------------------------------- */
div#undercolumn_shopping .pay_area {
  margin: 0 auto 30px;
  width: 100%;
}
.pay_area dl {
  display: table;
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  border-bottom: 1px solid #dedede;
}
.pay_area dl dt, .pay_area dl dd {
  display: table-cell;
  vertical-align: middle;
}
.pay_area dl dt {
  padding: 12px;
  border-right: 1px solid #dedede;
  border-top: 1px solid #dedede;
  color: #333;
  background-color: #f0f0f0;
  font-weight: normal;
  font-size: 14px;
}
.pay_area dl dd {
  font-size: 14px;
  padding: 14px;
  border-right: 1px solid #dedede;
  word-break: break-all;
}
.pay_area dl dt:first-child, .pay_area dl dd:first-child {
  width: 15%;
  border-left: 1px solid #dedede;
}
.pay_area dl dt:last-child, .pay_area dl dd:last-child {
  width: 85%;
  border-left: 1px solid #dedede;
}
div#undercolumn_shopping .pay_area02 {
  margin: 40px auto 30px auto;
}
div#undercolumn_shopping .pay_area02 .txtarea {
  margin: 5px 0 0 0;
  padding: 2px;
  border: 1px solid #ccc;
  width: 99%;
  height: 150px;
}
div#undercolumn_shopping .pay_area02 .select-msg {
  margin-bottom: 10px;
}
div#undercolumn_shopping .point_area {
  margin: 40px auto 0 auto;
}
div#undercolumn_shopping .point_area .point_announce {
  padding: 20px;
  border: 1px solid #ccc;
}
div#undercolumn_shopping .point_area p {
  margin-bottom: 20px;
}
div#undercolumn_shopping .point_area .point_announce li {
  margin-bottom: 5px;
}
div.kobetsu_form {
  margin-top: 35px;
}
div.kobetsu_form h3 {
  margin-top: 30px;
}
div.kobetsu_form p.exp {
  font-size: 12px;
}
#for_yahoo {
  background: #F8F5E4;
  padding: 16px;
  box-sizing: border-box;
}
#main_column #for_yahoo h3 {
  padding: 0 0 4px;
  border-left: none;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
  border-bottom: 2px solid #0071CE;
}
#main_column #for_yahoo h3 span {
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  margin-right: 8px;
}
#main_column #for_yahoo h3 span svg {
  width: 100%;
  height: 100%;
  fill: #E60012;
}
#for_yahoo ul li {
  margin-top: 10px;
  color: #000;
}
#for_yahoo ul p, #for_yahoo ul a {
  word-break: break-all;
}
/* お届け先の指定
----------------------------------------------- */
#address_area {
  margin-bottom: 10px;
  width: 100%;
}
#address_area .information {
  width: 65%;
  float: left;
}
#undercolumn_shopping .information {
  margin-bottom: 15px;
}
#address_area .add_multiple {
  padding: 15px 10px;
  border: 1px solid #ffcc62;
  float: right;
  width: 30%;
  color: #555;
  background: #fffaf0;
  text-align: center;
  font-weight: bold;
}
#address_area .add_multiple p {
  margin-bottom: 10px;
}
#address_area p.addbtn {
  font-weight: bold;
  font-size: 10px;
}
#undercolumn_shopping .shopping_area {
  margin: 15px auto 20px auto;
}
#undercolumn_shopping .shopping_area dl {
  display: table;
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  border-bottom: 1px solid #dedede;
}
#undercolumn_shopping .shopping_area dl:last-child {
  border-bottom: none;
}
.shopping_area dl dt, .shopping_area dl dd {
  display: table-cell;
  vertical-align: middle;
}
.shopping_area dl dt:first-child, .shopping_area dl dd:first-child {
  width: 10%;
  border-left: 1px solid #dedede;
}
.shopping_area dl dt:nth-child(2), .shopping_area dl dd:nth-child(2) {
  width: 20%;
}
.shopping_area dl dt:nth-child(3), .shopping_area dl dd:nth-child(3) {
  width: 50%;
}
.shopping_area dl dt:nth-child(4), .shopping_area dl dd:nth-child(4) {
  width: 10%;
}
.shopping_area dl dt:last-child, .shopping_area dl dd:last-child {
  width: 10%;
}
.shopping_area dl dt {
  padding: 12px;
  border-right: 1px solid #dedede;
  border-top: 1px solid #dedede;
  color: #333;
  background-color: #f0f0f0;
  font-weight: normal;
  font-size: 14px;
}
.shopping_area dl dd {
  font-size: 14px;
  padding: 14px;
  border-right: 1px solid #dedede;
  word-break: break-all;
}
/* ==============================================
▼検索結果
=============================================== */
p.condition_area {
  margin: 0 auto;
  padding: 5px;
  border: solid 1px #333;
  width: 566px;
}
/* ==============================================
▼固定ページ
=============================================== */
#simgle_page h3 {
  border-left: 6px solid #0071ce;
  /*color: #ea5413;*/
  font-size: 16px;
  font-weight: bold;
  padding-left: 8px;
}
#simgle_page p {
  margin-bottom: 40px;
}
/* ==============================================
▼よくある質問
=============================================== */
ul#faq {}
#faq_tab_contents .content h3 {}
ul#faq h3 {
  background: rgba(0, 0, 0, 0) url("../img/icon/icon_gide_question.png") no-repeat scroll left top / 25px auto;
  font-size: 15px;
  font-weight: normal;
  height: 27px;
  padding: 0 0 0 30px;
}
ul#faq h3:hover, ul#faq h3.open {
  background-color: #fff;
  cursor: pointer;
}
ul#faq p {
  background: rgba(0, 0, 0, 0) url("../img/icon/icon_gide_answer.png") no-repeat scroll left top / 25px auto;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 1.8;
  margin-bottom: 0;
  margin-top: 10px;
  padding: 0 16px 16px 40px;
}
ul#faq li {
  width: 100%;
  height: auto;
}
ul#faq a {
  color: #000;
  display: block;
  min-height: 23px !important;
  padding: 0;
  text-align: left;
  text-decoration: none;
}
/* ==============================================
▼サイトマップ
=============================================== */
#map {
  overflow: hidden;
  margin-bottom: 24px;
}
#map p {
  display: block;
  line-height: 1;
  margin-bottom: 16px;
}
#map p a {
  background: url(../img/icon/icon_link_arrow.gif) no-repeat scroll 0 4px;
  font-weight: normal;
  padding-left: 8px;
}
#map b {
  border-left: 4px solid #666;
  display: block;
  margin-bottom: 16px;
  padding: 0 8px;
  line-height: 1;
}
#map b a {
  font-weight: normal;
}
/* ==============================================
▼専門店トップ3種一覧
=============================================== */
#senmon p.senmon_sub {
  line-height: 1.4;
}
.senmon_list {
  margin-bottom: 40px;
}
.senmon_list .contents_wrap {
  overflow: hidden;
  clear: both;
  padding: 20px;
  margin-top: -2px;
  border: 1px solid #DDD;
  background-color: #F0F0F0;
}
.senmon_list ul.contents {
  text-align: center;
}
.senmon_list ul.contents li {
  width: 206px;
  margin-left: 20px;
  float: left;
  background: #fff;
}
.senmon_list ul.contents li:first-child {
  margin-left: 0;
}
.senmon_item .senmon_title {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  color: #FFF;
  width: 196px;
  height: 20px;
  padding: 5px;
  background-color: #6DC63F;
}
.senmon_item p.senmon_text {
  font-size: 12px;
  line-height: 1.2;
  color: #1D3994;
  width: 196px;
  height: 43px;
  padding: 5px;
  border: 1px solid #6DC63F;
  text-align: left;
}
.senmon_work .senmon_title {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  color: #FFF;
  width: 196px;
  height: 20px;
  padding: 5px;
  background-color: #0071CE;
}
.senmon_work p.senmon_text {
  font-size: 12px;
  line-height: 1.2;
  color: #1D3994;
  width: 196px;
  height: 43px;
  padding: 5px;
  border: 1px solid #0071CE;
  text-align: left;
}
.senmon_use .senmon_title {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  color: #FFF;
  width: 196px;
  height: 20px;
  padding: 5px;
  background-color: #F17624;
}
.senmon_use p.senmon_text {
  font-size: 12px;
  line-height: 1.2;
  color: #1D3994;
  width: 196px;
  height: 43px;
  padding: 5px;
  border: 1px solid #F17624;
  text-align: left;
}
.senmon_kisetsu .senmon_title {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  color: #FFF;
  width: 196px;
  height: 20px;
  padding: 5px;
  background-color: #F17624;
}
.senmon_kisetsu p.senmon_text {
  font-size: 12px;
  line-height: 1.2;
  color: #1D3994;
  width: 196px;
  height: 43px;
  padding: 5px;
  border: 1px solid #F17624;
  text-align: left;
}
.senmon_yoto .senmon_title {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  color: #FFF;
  width: 196px;
  height: 20px;
  padding: 5px;
  background-color: #bf1d25;
}
.senmon_yoto p.senmon_text {
  font-size: 12px;
  line-height: 1.2;
  color: #1D3994;
  width: 196px;
  height: 43px;
  padding: 5px;
  border: 1px solid #bf1d25;
  text-align: left;
}
/* ==============================================
▼イベントカレンダー
=============================================== */
#event_tab_wrapp h2 {
  background: url(../img/icon/icon_tab_calendar.png) no-repeat left center;
  background-size: 38px;
  padding: 8px 0px 8px 44px;
  margin: 0px;
  font-size: 24px;
  font-weight: normal;
  color: #000;
}
.event_tab li {
  float: left;
  width: 101px;
  text-align: center;
  margin: 0px 8px 0px 0px;
  border-top: 2px solid #0071CE;
  border-right: 2px solid #0071CE;
  border-left: 2px solid #0071CE;
}
.event_tab li a {
  display: block;
  background: #f5f5f5;
  font-size: 14px;
  padding: 10px 10px;
  text-align: center;
  margin: 0px;
  line-height: 1.6;
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
.event_tab li.active a, .event_tab li a:hover {
  background: #0071CE;
  color: #fff;
}
.event_tab li span {
  display: block;
  margin: 0 auto;
}
.event_tab li span.bg_circle {
  background: #0071CE;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  width: 50px;
  height: 32px;
}
.event_tab li svg {
  fill: #FFF;
  width: 30px;
  height: 30px;
}
#event_calendar_contents table th {
  background: #fff;
  text-align: center;
  width: 148px;
}
#event_calendar_contents table td {
  vertical-align: text-top;
}
#event_calendar_contents .calendar_contents {
  background: #FFF;
  overflow: hidden;
  padding: 16px;
  border: 4px solid #0071CE;
  clear: both;
}
#event_calendar_contents .event_table {
  display: -webkit-flex;
  flex-wrap: -webkit-wrap;
  display: flex;
  flex-wrap: wrap;
}
#event_calendar_contents .table {
  border: 1px solid #ccc;
  width: 296px;
  box-sizing: border-box;
  border-left: none;
  border-bottom: none;
  position: relative;
}
#event_calendar_contents .table:first-child, #event_calendar_contents .table:nth-child(4) {
  border-left: 1px solid #ccc;
}
#event_calendar_contents .event_table:last-child .table {
  border-bottom: 1px solid #ccc;
}
#event_calendar_contents .table dl {
  display: flex;
  display: -webkit-flex;
}
#event_calendar_contents .table:before {
  content: '';
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  left: 146px;
  background: #ccc;
  top: 0;
  bottom: 0;
}
#event_calendar_contents .table dt {
  text-align: center;
  width: 50%;
  padding: 8px;
  border-bottom: 1px solid #ccc;
}
#event_calendar_contents .table dd {
  vertical-align: text-top;
  width: 50%;
  padding: 12px;
}
#event_calendar_contents .calendar_contents p {
  font-weight: bold;
  background: #baf1ff;
}
#event_calendar_contents .calendar_contents ul {
  margin-bottom: 16px;
}
#event_calendar_contents .calendar_contents ul li {
  width: 100%;
  height: auto;
  font-size: 11px;
  margin: 0;
  float: inherit;
  background: url(../img/icon/icon_arrow_list.png) no-repeat left 8px;
  background-size: 6px;
  padding-left: 10px;
}
/* ==============================================
▼小カテゴリ一覧
=============================================== */
.all_category_list {
  margin-bottom: 5px;
}
.all_category_list .contents_wrap {
  overflow: hidden;
  clear: both;
  padding: 16px 20px 5px 20px;
  margin-top: -2px;
  border: 1px solid #DDD;
  background-color: #F0F0F0;
}
.all_category ul.contents {
  text-align: center;
}
.all_category_list ul.contents li {
  width: 206px;
  margin-left: 20px;
  float: left;
  background: #fff;
}
.all_category_list ul.contents li:first-child {
  margin-left: 0;
}
.all_category .s_cate {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
  text-align: centar;
  color: #FFF;
  width: 198px;
  height: 60px;
  padding: 5px;
  background-color: #0071CE;
}
.all_category p.s_cate_text {
  font-size: 14px;
  line-height: 1.2;
  color: #1D3994;
  width: 196px;
  height: 18px;
  padding: 5px;
  border: 1px solid #0071CE;
  text-align: left;
}
.all_category p.s_cate_text a:link {
  font-size: 14px;
  line-height: 1.2;
  color: #1D3994;
  width: 196px;
  height: 18px;
  padding: 5px;
  text-align: left;
}
.all_category p.m_cate_text {
  font-size: 18px;
  line-height: 1.2;
  color: #1D3994;
  padding: 5px;
  text-align: left;
}
#m_cate {
  overflow: hidden;
  margin-bottom: 0px;
}
#m_cate p {
  display: block;
  line-height: 1;
  margin-bottom: 12px;
}
#m_cate p a {
  background: url(../img/icon/icon_link_arrow.gif) no-repeat scroll 0 6px;
  font-weight: normal;
  padding-left: 8px;
  font-size: 13px;
}
#m_cate b {
  border-left: 4px solid #666;
  display: block;
  margin-bottom: 16px;
  padding: 0 8px;
  line-height: 1;
}
#m_cate b a {
  font-weight: normal;
}
#b_cate {
  overflow: hidden;
  margin-bottom: 0px;
}
#b_cate p {
  display: block;
  line-height: 1;
  margin-bottom: 8px;
}
#b_cate p a {
  font-weight: normal;
  padding-left: 6px;
  font-size: 13px;
  vertical-align: 7px;
}
#b_cate b {
  border-left: 4px solid #666;
  display: block;
  margin-bottom: 16px;
  padding: 0 8px;
  line-height: 1;
}
#b_cate b a {
  font-weight: normal;
}
.mgL26 {
  margin-left: 26px !important;
}
/* ==============================================
▼ランキングページ
=============================================== */
.target_title_area {
  position: relative;
}
.target_title_area .target_counts {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 16px;
  font-weight: bold;
}
.ranking_tab ul {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.ranking_tab ul.month {
  margin-bottom: 20px;
}
.ranking_tab ul li {
  position: relative;
  text-align: center;
  background-color: #f5f5f5;
  margin-bottom: 8px;
  border: 2px solid #0071CE;
  box-sizing: border-box;
  border-radius: 4px;
}
.ranking_tab ul.recently li {
  width: 150px;
  margin-left: 4px;
}
.ranking_tab ul.month li {
  width: 73px;
  margin-left: 4px;
}
.ranking_tab ul li:hover, .ranking_tab ul li.active {
  background-color: #0071ce;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.ranking_tab ul li span {
  display: block;
  padding: 10px;
}
.ranking_target {
  margin-bottom: 8px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
}
.ranking_target dl {
  margin-bottom: 8px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  width: 395px;
}
.ranking_target dt {
  width: 100px;
  margin-right: 10px;
  text-align: center;
  background: #7CCD16;
  color: #fff;
  text-shadow: 0 1px 0 rgba(70, 130, 0, .5);
  padding: 6px 0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  font-weight: bold;
}
.ranking_target dd {
  width: 275px;
  font-size: 14px;
}
#ranking_area .ranking_box {
  padding: 0.8%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  border-bottom: #666 dotted 1px;
}
#ranking_area .ranking_box .ranking_image {
  width: 24%;
  display : flex;
  justify-content : center;
  margin-top : 2px;
}
#ranking_area .ranking_box .ranking_Info_wrap {
  width: 72%;
  margin-left: 4%;
  position: relative;
}
#ranking_area .ranking_box .rank_icon {
  background-color: #0071CE;
  font-size: 12px;
  text-align: center;
  padding: 2px 6px;
  color: #fff;
  margin-right: 2px;
  font-style: normal;
  width: 50px;
  position: absolute;
  left: 0;
  top: 2px;
}
#ranking_area .ranking_box .rank_icon.CategoryPageView_1 {
  background: #e0ca00
}
#ranking_area .ranking_box .rank_icon.CategoryPageView_2 {
  background: #b0aeac;
}
#ranking_area .ranking_box .rank_icon.CategoryPageView_3 {
  background: #592400;
}
#ranking_area .ranking_box h2 {
  padding-left: 70px;
  padding-bottom: 10px;
}
#ranking_area .ranking_box .category_code_for_list, #ranking_area .ranking_box .jancode {
  margin-top: 1em;
}
/* ==============================================
▼ オリジナルバッグ店　デザイン
=============================================== */
#bagshop_header_wrap {
  width: 100%;
  border-bottom: 1px solid #f2a08c;
}
#bagshop_header {
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 8px 0;
}
#bagshop_logo_area {
  width: 284px;
}
#bagshop_logo_area a {
  display: block;
  position: relative;
  text-decoration: none;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding-top: 40px;
}
#bagshop_logo_area .logo_image {
  width: 184px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  z-index: 1;
}
#bagshop_logo_area .logo_image img {
  width: 100%;
}
#bagshop_logo_area p {
  font-weight: normal;
  font-size: 14px;
  background: #DAF0FF;
  padding: 12px 18px;
  white-space: nowrap;
  border-radius: 40px;
  position: relative;
  text-align: center;
  min-width: 184px;
  width: auto;
  max-width: 284px;
  box-sizing: border-box;
}
#bagshop_logo_area p::after {
  content: '';
  width: 14px;
  height: 25px;
  position: absolute;
  background: url(../img/common/shippo.png) no-repeat;
  right: -5px;
  top: -5px;
  background-size: 100%;
}
#bagshop_sp_header {
  width: 792px;
}
#bagshop_sp_header .bagshop_header_menu.top {
  margin-bottom: 24px;
}
#bagshop_sp_header .bagshop_header_menu, #bagshop_sp_header .bagshop_header_menu nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#bagshop_sp_header .bagshop_header_menu nav ul li {
  margin-right: 32px;
}
#bagshop_sp_header .bagshop_header_menu nav ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.shop_contact_info {
  width: 328px;
  border-radius: 10px;
  border: 2px solid #0071CE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-left: 20px;
  text-align: left;
  padding: 5px 0;
  box-sizing: border-box;
}
.shop_contact_info .contact_tel {
  font-family: Arial, Helvetica, "sans-serif";
  margin-right: 8px;
  line-height: 1;
  color: #0071CE;
  font-weight: bold;
  font-size: 14px;
}
.shop_contact_info .contact_tel span {
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0;
  display: block;
  color: #ea133d;
}
.shop_contact_info .contact_mail {
  line-height: 1.5;
  font-weight: bold;
}
.shop_contact_info .contact_mail a {
  color: #000;
  font-size: 14px
}
#bagshop_sp_header .bagshop_header_menu nav ul a {
  color: #333;
}
#bagshop_sp_header .bagshop_header_menu.bottom nav ul a {
  font-size: 14px;
}
#bagshop_menu_wrap .bagshop_menu .title_menu {
  background: #7d7d7d;
  color: #fff;
  text-align: center;
  font-size: 14px;
  padding: 8px 0;
}
#bagshop_menu_wrap .bagshop_menu {
  margin-bottom: 24px;
}
#bagshop_menu_wrap .bagshop_menu a {
  font-size: 14px;
  color: #333;
}
#bagshop_menu_wrap .bagshop_menu > ul {
  border: 1px solid #ccc;
  padding: 16px;
}
#bagshop_menu_wrap .bagshop_menu > ul > li {
  margin-top: 16px;
}
#bagshop_menu_wrap .bagshop_menu > ul > li:first-child {
  margin-top: 0;
}
#bagshop_menu_wrap .bagshop_menu li p {
  font-weight: bold;
  margin-bottom: 12px;
  font-size: 14px;
}
#bagshop_menu_wrap .bagshop_menu li > ul {
  margin-left: 16px;
}
#bagshop_menu_wrap .bagshop_menu li > ul li a {
  font-size: 14px;
  line-height: 36px;
}
#bag_mainV {
  margin: 0 auto 30px;
  width: 1180px;
}
#sub_serch_wrap {
  padding: 16px;
  background: #eee;
  margin-bottom: 20px;
  position: relative;
}
#sub_serch_wrap .search_result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#sub_serch_wrap .search_result p {
  font-size: 16px;
}
#sub_serch_wrap .search_result p span {
  font-size: 24px;
  line-height: 1;
}
#sub_serch_wrap .search_keyword {
  width: 516px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 16px;
}
#sub_serch_wrap .search_keyword input[name=name] {
  width: 320px;
  padding: 8px;
}
#sub_serch_wrap .search_keyword input[name=bag_search] {
  width: 160px;
  background: #0071CE;
  color: #fff;
  border-radius: 4px;
  font-weight: bold;
  text-align: center;
  border: none;
  padding: 5px;
  font-size: 16px;
  margin-left: 5px;
}
#sub_serch_wrap dl {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#sub_serch_wrap dl dt {
  font-size: 14px;
  width: 100px;
}
#sub_serch_wrap dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 780px;
}
#sub_serch_wrap dl dd .size_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  align-items: center;
}
#sub_serch_wrap dl dd .size_input p {
  margin-right: 8px
}
#sub_serch_wrap dl.size_search dd .size_input {
  width: 256px;
}
#sub_serch_wrap dl dd input[type=text] {
  width: 100px;
}
#sub_serch_wrap .size_search dd input[type=text], #sub_serch_wrap .price_input input[type=text] {
  font-weight: bold;
  font-size: 16px;
}
#sub_serch_wrap dl.size_search dd input[type=text] {
  width: 64px;
  color: #0071CE;
}
#sub_serch_wrap .price_input input[type=text] {
  color: #f00;
}
#sort_search_area {
  display: none;
}
#sort_search_area dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#sort_search_area dl dd label {
  font-size: 16px;
  margin-right: 16px;
  margin-bottom: 16px;
}
#more_search_btn.trigger {
  background: #7D7D7D;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  width: 180px;
  text-align: center;
  position: absolute;
  border-radius: 4px;
  right: 16px;
  top: 100px;
  padding: 5px;
}
#more_search_btn.trigger span {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 2.4%;
  border: 1px solid #fff;
  position: relative;
  border-radius: 50%;
}
#more_search_btn.trigger span:after, #more_search_btn.trigger span:before {
  position: absolute;
  display: block;
  content: '';
  background: #fff;
}
#more_search_btn.trigger span:before {
  width: 2px;
  height: 12px;
  top: 4px;
  left: 10px;
}
#more_search_btn.trigger span:after {
  width: 12px;
  height: 2px;
  top: 9px;
  left: 5px;
}
#more_search_btn.trigger.open span:before {
  transform: rotate(-45deg)
}
#more_search_btn.trigger.open span:after {
  transform: rotate(135deg);
}
.sub_bag_contents_wrap {
  margin-bottom: 20px;
  position: relative;
}
#main_column .sub_bag_contents_wrap h2 {
  font-size: 20px;
  background: none;
  padding: 0;
  color: #595757;
  margin-bottom: 16px;
}
.sub_bag_contents_wrap .btn_link {
  position: absolute;
  width: 160px;
  right: 16px;
  top: 16px;
}
.sub_bag_contents_wrap .btn_link:hover {
  opacity: 0.7;
}
.sub_bag_contents_wrap .btn_link a {
  background: #0071CE;
  color: #fff;
  display: block;
  text-align: center;
  padding: 8px 0;
  font-size: 14px;
  border-radius: 4px;
  line-height: 1;
}
#print_how_to {
  background: #c3e5ec;
  padding: 16px;
}
#print_how_to h2 {
  margin-bottom: 5%;
  color: #23361a;
}
#print_how_to .print_how_to_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#print_how_to dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 32%;
}
#print_how_to dl dt {
  width: 55%;
}
#print_how_to dl dt .title {
  color: #3d3a39;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}
#print_how_to dl dt p {
  font-size: 13px;
  line-height: 1.5;
}
#print_how_to dl dd {
  width: 43%;
}
#print_how_to dl dd img {
  width: 100%;
}
#print_flow .btn_link {
  top: 0;
  right: 0;
}
.bag_type_wrap {
  background: #eae4d0;
  padding: 16px 8px;
  display: flex;
}
#cotton .bag_type_wrap .bag_type_box {
  background-size: auto;
  box-sizing: border-box;
  font-size: 12px;
  height: 148px;
  line-height: 1.4;
  width: 304px;
}
#cotton .bag_type_wrap .bag_type_box:first-child {
  background: #fff url("../img/sub_bagshop/bg-001_01.png") no-repeat;
  background-position: left top;
}
#cotton .bag_type_wrap .bag_type_box:first-child .bag_type_text {
  width: 36%;
}
#cotton .bag_type_wrap .bag_type_box:nth-child(2) {
  background: #fff url("../img/sub_bagshop/bg-001_02.png") no-repeat;
  background-position: left top;
}
#cotton .bag_type_wrap .bag_type_box:nth-child(2) .bag_type_text {
  width: 40%;
}
#cotton .bag_type_wrap .bag_type_box:last-child {
  background: #fff url("../img/sub_bagshop/bg-001_03.png") no-repeat;
  background-position: left top;
}
#cotton .bag_type_wrap .bag_type_box:last-child .bag_type_text {
  width: 45%;
}
#cotton .bag_type_wrap .bag_type_text {
  box-sizing: border-box;
  padding: 8px;
}
#cotton .bag_type_wrap .bag_type_text .title {
  color: #775529;
  font-weight: bold;
  margin-bottom: 16px;
  line-height: 1.2;
  font-size: 16px;
}
.bag_type_wrap + p {
  margin-top: 8px;
}
.bag_card_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.bag_card_wrap {
  margin-top: 16px;
  width: 450px;
}
.bag_card_wrap:nth-child(2n) {
  margin-left: 29px;
}
.bag_card_wrap .item_name {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  font-size: 18px;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.bag_card_contents, .bag_card_contents .bag_card_text dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 4px;
}
.bag_card_contents {
  margin-bottom: 8px;
}
.bag_card_contents .bag_card_text {
  width: 263px;
}
.bag_card_contents .bag_card_text .item_link a {
  display: block;
  color: #fff;
  padding: 8px;
  border-radius: 100px;
  position: relative;
}
.bag_card_contents .bag_card_text .item_link a::before {
  background: #fff;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  display: block;
}
.bag_card_contents .bag_card_text .item_link a::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.7px;
  content: '';
  display: block;
  position: absolute;
  right: 9px;
  top: 50%;
  transform: translateY(-50%);
}
.bag_card_contents .bag_card_text dl dt {
  width: 184px;
}
.bag_card_contents .bag_card_text dl dd {
  width: 74px;
}
.bag_card_contents .bag_card_text dl dd img {
  width: auto;
  max-width: 100%;
  display: block;
  margin-left: auto;
}
.bag_card_contents .bag_card_image {
  width: 167px;
  height: 107px;
  position: relative;
}
.bag_card_contents .bag_card_image img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}
#cotton .bag_card_wrap .item_name {
  border-bottom-color: #ee848c;
  color: #ee848c;
}
#cotton .bag_card_contents .bag_card_image {
  background: rgba(238, 132, 140, 0.5);
}
#cotton .bag_card_contents .bag_card_text .item_link a {
  background: #ee848c;
}
#cotton .bag_card_contents .bag_card_text .item_link a::after {
  border-color: transparent transparent transparent #c54d59;
}
#canvas .bag_type_box {
  background: #fff;
  padding: 16px 8px;
  width: 285px;
  box-sizing: border-box;
}
#canvas .bag_type_box.wide {
  width: 628px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#canvas .bag_type_box.wide dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc(50% - 1px);
  height: 100px;
  overflow: hidden;
  margin-bottom: 2px;
}
#canvas .bag_type_box.wide dl dt {
  width: calc(100% - 176px);
  background: #dbdcdc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  box-sizing: border-box;
  padding: 8px;
  color: #704722;
  font-weight: bold;
}
#canvas .bag_type_box.wide dl dd {
  width: 174px;
}
#canvas .bag_card_wrap .item_name {
  border-bottom-color: #59c2e1;
  color: #59c2e1;
}
#canvas .bag_card_contents .bag_card_image {
  background: rgba(89, 194, 225, 0.5);
}
#canvas .bag_card_contents .bag_card_text .item_link a {
  background: #59c2e1;
}
#canvas .bag_card_contents .bag_card_text .item_link a::after {
  border-color: transparent transparent transparent #008fcc;
}
#ohter .bag_card_list .bag_card_wrap {
  width: 300px;
}
#ohter .bag_card_list .bag_card_wrap:nth-child(2n), #ohter .bag_card_list .bag_card_wrap:last-child {
  margin-left: 14px;
}
#ohter .bag_card_wrap .item_name {
  border-bottom-color: #a3abd5;
  color: #a3abd5;
}
#ohter .bag_card_text {
  width: 150px;
}
#ohter .bag_card_contents .bag_card_image {
  background: rgba(163, 171, 213, 0.5);
  width: 138px;
  height: 93px;
}
#ohter .bag_card_contents .bag_card_text .item_link a {
  background: #a3abd5;
}
#ohter .bag_card_contents .bag_card_text .item_link a::after {
  border-color: transparent transparent transparent #686fa8;
}
#pori .bag_card_wrap .item_name {
  border-bottom-color: #80bb8d;
  color: #80bb8d;
}
#pori .bag_card_contents .bag_card_image {
  background: rgba(128, 187, 141, 0.5);
}
#pori .bag_card_contents .bag_card_text .item_link a {
  background: #80bb8d;
}
#pori .bag_card_contents .bag_card_text .item_link a::after {
  border-color: transparent transparent transparent #288754;
}
#pori .bag_card_wrap.fusyoku .item_name {
  border-bottom-color: #6b9cd3;
  color: #6b9cd3;
}
#pori .bag_card_wrap.fusyoku .bag_card_contents .bag_card_image {
  background: rgba(107, 156, 211, 0.5);
}
#pori .bag_card_wrap.fusyoku .bag_card_contents .bag_card_text .item_link a {
  background: #6b9cd3;
}
#pori .bag_card_wrap.fusyoku .bag_card_contents .bag_card_text .item_link a::after {
  border-color: transparent transparent transparent #265d99;
}
#function .bag_card_wrap .item_name {
  border-bottom-color: #64b5c7;
  color: #64b5c7;
}
#function .bag_card_contents .bag_card_image {
  background: rgba(100, 181, 199, 0.5);
}
#function .bag_card_contents .bag_card_text .item_link a {
  background: #64b5c7;
}
#function .bag_card_contents .bag_card_text .item_link a::after {
  border-color: transparent transparent transparent #008496;
}
#bag_naire_price {
  margin-top: 40px;
}
#bag_naire_price table td {
  vertical-align: middle;
}
#bag_naire_price table tr:nth-of-type(4), #bag_naire_price table tr:nth-of-type(5), #bag_naire_price table tr:nth-of-type(2n+3) {
  background: #edebe0;
}
#bag_naire_price .bag_name {
  background: rgb(0, 176, 240);
  color: #fff;
}
#bag_naire_price .bag_size {
  background: rgb(204, 236, 255);
}
#bag_naire_price table tr:nth-of-type(3) {
  background: #fff;
}
#main_column #naireinsatsu h2, #main_column #how_to_print h3 {
  color: #333;
  border-bottom: 1px solid #727171;
  padding: 0 5px 5px;
  font-size: 21px;
  border-left: none;
  margin-bottom: 24px;
}
#naireinsatsu .example_block, #how_to_print .how_to_print_ex {
  margin-top: 30px;
  padding: 0 10px;
}
#main_column #naireinsatsu .example_block h3 {
  font-size: 18px;
  color: #595757;
  margin-bottom: 16px;
  border: none;
}
#naireinsatsu .example_block p, #how_to_print .how_to_print_ex p {
  margin-bottom: 16px;
  line-height: 1.8;
}
#main_column #how_to_print h2 {
  color: #333;
}
#how_to_print .how_to_title {
  font-size: 16px;
  color: #595757;
  margin: 32px 0 16px;
  font-weight: bold;
}
#how_to_print .how_to_print_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#how_to_print .how_to_print_image .how_to_print_image_box {
  width: 446px;
  margin-bottom: 16px;
}
#how_to_print .how_to_print_image .how_to_print_image_box img {
  width: 100%;
}
#detailrightbloc .new_banner {
  margin-bottom: 32px;
}
#detailrightbloc .new_banner:hover {
  opacity: 0.7;
}
#detailrightbloc .estimates_area {
  margin: 0 0 11px 0;
  border: #880000 solid 2px;
}
#detailrightbloc .sample_area {
  margin: 0 0 11px 0;
  border: #00AA00 solid 2px;
}
#detailrightbloc .estimates_area > p, #detailrightbloc .sample_area > p {
  padding: 16px
}
.estimates_area > dl > dt, .sample_area > dl > dt {
  padding: 8px 16px;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  background-color: #f0f0f0;
}
.estimates_area #cartbtn_default, .sample_area #cartbtn_default {
  width: 105px;
  margin: 0;
}
.estimates_area label, .sample_area label {
  display: inline-block;
}
.estimates_area > dl > dd, .sample_area > dl > dd {
  padding: 8px 16px;
  border-right: none;
  font-size: 14px;
}
.estimates_area > dl > dd b, .sample_area > dl > dd b {
  font-weight: bold;
}
.estimates_area > dl > dd:last-child, .sample_area > dl > dd:last-child {
  border-right: #dedede solid 1px;
}
.estimates_area > dl > dt, #data_area dl dt, .sample_area > dl > dt, #data_area dl dt {
  border: none;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: bold;
}
.estimates_area > dl.cartin > dt, .sample_area > dl.cartin > dt {
  border-bottom: #bbb solid 1px;
}
.estimates_area > dl:last-child > dd, .sample_area > dl:last-child > dd {
  border-bottom: none
}
.estimates_area div, .sample_area div {
  margin-top: 16px;
}
.estimates_area div:first-child, .sample_area div:first-child {
  margin-top: 0px;
}
.quantity dd:last-child, .estimates_area dl dt:last-child, .sample_area dl dt:last-child {
  border-right: #dedede solid 1px;
}
#detailrightbloc .estimates_area input[type="text"], #detailrightbloc .sample_area input[type="text"] {
  margin-right: 8px;
}
#detailrightbloc .estimates_area label, #detailrightbloc .sample_area label {
  display: inline-block;
}
#detailrightbloc .tab_sample_area {
  border-bottom: 16px solid #00AA00;
}
#detailrightbloc .new_cartin {
  text-align: center;
  display: flex;
  display: -webkit-flex;
  width: 100%;
  /*border-top: #dedede solid 1px;*/
  border-bottom: #dedede solid 1px;
}
#detailrightbloc .new_cartin dd {
  border: none;
}
.estimates_area p.irregular_inner {
  padding: 0px 16px 8px;
  margin: 0;
  border-top: #dedede solid 1px;
  font-size: 14px;
}
#detailrightbloc .new_price .price span {
  font-size: 17px;
  font-weight: bold;
}
#detailrightbloc dl.new_cartin > dt, #detailrightbloc dl.new_cartin > dd {
  width: 34%
}
.cart_area .detail_cart_btn, .estimates_area .detail_cart_btn, .sample_area .detail_cart_btn {
  text-align: left;
  width: 80px;
}
.cart_area .detail_cart_btn .detail_cart_btn_text, .estimates_area .detail_cart_btn .detail_cart_btn_text, .sample_area .detail_cart_btn .detail_cart_btn_text {
  margin-right: 5px;
  display: inline-block;
  vertical-align: top;
}
#order_item .alnL {
  text-align: left !important;
  margin-left: 16px;
}
#detailrightbloc #order_estimates dl.new_cartin {
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  font-size: 14px;
}
/* 商品コード */
#detailrightbloc .new_product_code {
  color: #000000;
  width: calc(100% - 130px);
  font-size: 14px;
  margin: 0;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#detailrightbloc .new_product_code dt, #detailrightbloc .new_product_code dd {
  display: inline;
}