#product_list .breadcrumbs_list{
}
.breadcrumbs_list h2{
    padding: 10px;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    background: #1b2538;
}
#product_list .breadcrumbs_list a{
  color: #fff;
    text-decoration: none;
}
#product_list .breadcrumbs_list .txt_arrow{
  color: #fff;
}


.detail_showroom_wrap{width: 100%; display: block; box-sizing: border-box; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
.detail_showroom_h3{width: 100%; color: #FFFFFF; background-color: #293855; height: 50px; line-height: 50px; font-family: "Lora",Yu Mincho,YuMincho,Hiragino Mincho ProN,serif; font-weight: 400; vertical-align: middle; text-align: center; font-size: 28px;}
.detail_showroom_txtbox{width: 100%; color: #FFFFFF; background-color: #293855; font-family: "Noto Sans Japanese","游ゴシック",YuGothic,"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",sans-serif; font-weight: 500; padding: 20px 10px 0 10px; width: 100%; box-sizing: border-box;}
.detail_showroom_txt{font-size: 16px;}
.detail_showroom_wrap a{color: #FFFFFF; border-bottom: 1px solid #FFFFFF; text-decoration: none;}

/* ------------------------------------- 
 *  new-nav-wrap
 * ------------------------------------- */
.new-nav-wrap {
  position: relative;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 8px;
}
.new-scroll-nav {
  width: 100%;
  max-width: 429px;
  /*background: #000;*/ /* メニューの背景色 */
  scroll-behavior: smooth;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; /* 慣性スクロール */
}
.new-scroll-nav ul {
  /*max-width: 1140px;*/ /* メニューの最大幅 */
  /*min-width: 1140px;*/ /* メニューの最小幅 */
  width: max-content; /* 望ましい固有の幅 */
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  margin-left: 5px;
  list-style: none;
  padding-right: 5px; /* 右側の固定分余白を空ける */
  font-weight: 600;
  font-size: 14px;
  box-sizing: border-box;
}
.new-scroll-nav ul li {
  float: left;
  /*width: 10%;*/ /* メニューの個別の幅 */
  width: 80px; /* メニューの個別の幅 */
  text-align: center;
  margin-right: 5px;
  padding: 0 5px;
  box-sizing: border-box;
  border-radius: 5px;
  /*background: #000000;*/
  background: rgb(76,76,76); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 0%, rgba(102,102,102,1) 0%, rgba(37,37,37,1) 0%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 50%, rgba(17,17,17,1) 100%, rgba(43,43,43,1) 100%, rgba(28,28,28,1) 100%, rgba(19,19,19,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(76,76,76,1) 0%,rgba(89,89,89,1) 0%,rgba(102,102,102,1) 0%,rgba(37,37,37,1) 0%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 50%,rgba(0,0,0,1) 50%,rgba(17,17,17,1) 100%,rgba(43,43,43,1) 100%,rgba(28,28,28,1) 100%,rgba(19,19,19,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(76,76,76,1) 0%,rgba(89,89,89,1) 0%,rgba(102,102,102,1) 0%,rgba(37,37,37,1) 0%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 50%,rgba(0,0,0,1) 50%,rgba(17,17,17,1) 100%,rgba(43,43,43,1) 100%,rgba(28,28,28,1) 100%,rgba(19,19,19,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
}
.new-scroll-nav ul .pfrbtn {
  background: #c9b048;
}
.new-scroll-nav ul .newbtn {
  background: #389ad7;
}
.new-scroll-nav ul .grfbtn {
  background: #88b8a1;
}

.new-scroll-nav .long_txet li {
width: max-content;
}

.new-scroll-nav ul li:hover {
  background: #222; /* マウスホバー時の背景色 */
}
.new-scroll-nav ul .pfrbtn:hover {
  background: #f5e19a;
}
.new-scroll-nav ul .newbtn:hover {
  background: #93cdf1;
}
.new-scroll-nav ul .grfbtn:hover {
  background: #a0ddc0;
}

.new-scroll-nav ul a {
  /*display: inline-block;*/
  color: #fff; /* メニューの文字色 */
  text-decoration: none;
}

.new-scroll-nav .round {
  /*max-width: 1140px;*/ /* メニューの最大幅 */
  /*min-width: 1140px;*/ /* メニューの最小幅 */
  width: max-content; /* 望ましい固有の幅 */
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  margin-left: 5px;
  list-style: none;
  padding-right: 5px; /* 右側の固定分余白を空ける */
  font-weight: 900;
  font-size: 14px;
  box-sizing: border-box;
}
.new-scroll-nav .round li {
  float: left;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  margin-right: 5px;
  padding: 0 5px;
  box-sizing: border-box;
  border-radius: 50%;
  /*background: #000000;*/
  background: rgb(76,76,76); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 0%, rgba(102,102,102,1) 0%, rgba(37,37,37,1) 0%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 50%, rgba(17,17,17,1) 100%, rgba(43,43,43,1) 100%, rgba(28,28,28,1) 100%, rgba(19,19,19,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(76,76,76,1) 0%,rgba(89,89,89,1) 0%,rgba(102,102,102,1) 0%,rgba(37,37,37,1) 0%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 50%,rgba(0,0,0,1) 50%,rgba(17,17,17,1) 100%,rgba(43,43,43,1) 100%,rgba(28,28,28,1) 100%,rgba(19,19,19,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(76,76,76,1) 0%,rgba(89,89,89,1) 0%,rgba(102,102,102,1) 0%,rgba(37,37,37,1) 0%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 50%,rgba(0,0,0,1) 50%,rgba(17,17,17,1) 100%,rgba(43,43,43,1) 100%,rgba(28,28,28,1) 100%,rgba(19,19,19,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
}
.new-scroll-nav .round li:hover {
  background: #222; /* マウスホバー時の背景色 */
}
.new-scroll-nav .round a {
  /*display: inline-block;*/
  color: #fff; /* メニューの文字色 */
  text-decoration: none;
}


.arrow_l_box_bg{
  position: absolute;
  display: inline-block;
  /*padding: 10px;*/
  /*border: 1px solid #5070e3;*/
  /*border-radius: 50%;*/
  background-color: #808080;
  width: 20px;
  height: 40px;
  top: 0px;
  left: 0px;
}

.arrow_l_box_bg::before{
  content: '';
  border-top: solid 3px #ffffff;
  border-right: solid 3px #ffffff;
  position: absolute;
  width: 12px;
  height: 12px;
}

.arrow_l_box_bg.arrow_l_box::before{
  transform: rotate(-135deg);
  top: 11px;
  left: 5px;
}

.arrow_r_box_bg{
  position: absolute;
  display: inline-block;
  /*padding: 10px;*/
  /*border: 1px solid #5070e3;*/
  /*border-radius: 50%;*/
  background-color: #808080;
  width: 20px;
  height: 40px;
  top: 0px;
  right: 0px;
}

.arrow_r_box_bg::before{
  content: '';
  border-top: solid 3px #ffffff;
  border-right: solid 3px #ffffff;
  position: absolute;
/*  align-items: center;
  justify-content: center;*/
  width: 12px;
  height: 12px;
}

.arrow_r_box_bg.arrow_r_box::before{
  transform: rotate(45deg);
  top: 11px;
  right: 5px;
}


.arrow_l_round_bg{
  position: absolute;
  display: inline-block;
  /*padding: 10px;*/
  /*border: 1px solid #5070e3;*/
  /*border-radius: 50%;*/
  background-color: #808080;
  width: 20px;
  height: 60px;
  top: 0px;
  left: 0px;
}

.arrow_l_round_bg::before{
  content: '';
  border-top: solid 3px #ffffff;
  border-right: solid 3px #ffffff;
  position: absolute;
  width: 12px;
  height: 12px;
}

.arrow_l_round_bg.arrow_l_round::before{
  transform: rotate(-135deg);
  top: 22px;
  left: 5px;
}

.arrow_r_round_bg{
  position: absolute;
  display: inline-block;
  /*padding: 10px;*/
  /*border: 1px solid #5070e3;*/
  /*border-radius: 50%;*/
  background-color: #808080;
  width: 20px;
  height: 60px;
  top: 0px;
  right: 0px;
}

.arrow_r_round_bg::before{
  content: '';
  border-top: solid 3px #ffffff;
  border-right: solid 3px #ffffff;
  position: absolute;
/*  align-items: center;
  justify-content: center;*/
  width: 12px;
  height: 12px;
}

.arrow_r_round_bg.arrow_r_round::before{
  transform: rotate(45deg);
  top: 22px;
  right: 5px;
}


.arrow.hidden {
  opacity: 0; /* 非表示状態 */
  pointer-events: none;
}

.premium_clown{
    width: 100%;
    height: 100%;
}


/* ------------------------------------- 
 *  リスト,グリッド切り替え
 * ------------------------------------- */
/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  /*padding-bottom: 40px;*/
  background-color: #fff;
  /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);*/
  width: 100%;
  margin: 0 auto;}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/2);
  height: 50px;
  /*border-bottom: 3px solid #5ab4bd;*/
  border-bottom: 3px solid #1B2538;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
/*.tab_item:hover {
  opacity: 0.75;
}*/
.tab_item_3 {
  /*width: calc(30%/3);*/
  width: calc(40%/4);
  height: 35px;
  /*border-bottom: 3px solid #5ab4bd;*/
  border-bottom: 3px solid #1B2538;
  background-color: #d9d9d9;
  line-height: 35px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  position: relative;
}
/*.tab_item_3:hover {
  opacity: 0.75;
}*/

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  /*padding: 40px 40px 0;*/
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#list_vw:checked ~ #list_content,
#grid_vw_2column:checked ~ #grid_vw_2column_content,
#grid_vw_3column:checked ~ #grid_vw_3column_content,
#grid_vw_4column:checked ~ #grid_vw_4column_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  /*background-color: #5ab4bd;*/
  background-color: #1B2538;
  color: #fff;
}
.tabs input:checked + .tab_item_3 {
  /*background-color: #5ab4bd;*/
  background-color: #1B2538;
  color: #fff;
}

.table_list{
    display: inline-block;
    vertical-align: center;  
    /*padding: 0 10px;*/
    /*color: #ffc000;*/
    font-size: 20px;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
} 
.one_column::before{
   font-family:"Font Awesome 5 Free";
     font-weight: 900;
   content: '\f00b';
}
.two_column::before{
   font-family:"Font Awesome 5 Free";
     font-weight: 900;
   content: '\f009';
}
.three_column::before{
   font-family:"Font Awesome 5 Free";
     font-weight: 900;
   content: '\f00a';
}
.favorite_column::before{
   font-family:"Font Awesome 5 Free";
     font-weight: 900;
   content: '\f005';
}


.grid_2col_wrap{
  width: 100%;

}
.grid_2col{
   display: grid;
   grid-template-columns: 1fr 1fr;
   padding: 0 5px;
   box-sizing: border-box;
}

.grid_2col li{
  padding: 6px 5px 0 5px;
  width: 100%;
    box-sizing: border-box;
}


.product_pict_grid2col{
  width: 100%;
  display: block;
}

.product_pict_grid2col img{
  width: 100%;
  height: auto;
}
.product_summary_grid2col{
  width: 100%;
  height: auto;
}

.product_ttl_grid2col{
    line-height: 1.2;
    padding: 5px 0;
}
.product_name_grid2col{
  font-size: 10px;
    font-weight: bold;
    margin-bottom: 5px;
}

.grid_2col a {
    display: block;
    text-decoration: none;
    color: #333;
    line-height: 1.2;
    width: 100%;
    height: 100%;
}

.grid_2col .product_price{
  font-size: 13px;
}
.grid_2col .product_price_regular{
  font-size: 13px;
}
.grid_2col .product_price_discount{
  font-size: 13px;
}



.grid_3col_wrap{
  width: 100%;

}
.grid_3col{
   display: grid;
   grid-template-columns: 1fr 1fr 1fr;
   padding: 0 5px;
   box-sizing: border-box;
}

.grid_3col li{
  padding: 6px 5px 0 5px;
  width: 100%;
    box-sizing: border-box;
}


.product_pict_grid3col{
  width: 100%;
  display: block;
}

.product_pict_grid3col img{
  width: 100%;
  height: auto;
}
.product_summary_grid3col{
  width: 100%;
  height: auto;
}

.product_ttl_grid3col{
    line-height: 1.2;
    padding: 5px 0;
}
.product_name_grid3col{
  font-size: 10px;
    font-weight: bold;
    margin-bottom: 5px;
}

.grid_3col a {
    display: block;
    text-decoration: none;
    color: #333;
    line-height: 1.2;
    width: 100%;
    height: 100%;
}

.grid_3col .product_price{
  font-size: 12px;
}
.grid_3col .product_price_regular{
  font-size: 12px;
}
.grid_3col .product_price_discount{
  font-size: 12px;
}



.grid_4col_wrap{
  width: 100%;

}
.grid_4col{
   display: grid;
   grid-template-columns: 1fr 1fr;
   padding: 0 5px;
   box-sizing: border-box;
}

.grid_4col li{
  padding: 6px 5px 0 5px;
  width: 100%;
    box-sizing: border-box;
}


.product_pict_grid4col{
  width: 100%;
  display: block;
}

.product_pict_grid4col img{
  width: 100%;
  height: auto;
}
.product_summary_grid4col{
  width: 100%;
  height: auto;
}

.product_ttl_grid4col{
    line-height: 1.2;
    padding: 5px 0;
}
.product_name_grid4col{
  font-size: 10px;
    font-weight: bold;
    margin-bottom: 5px;
}

.grid_4col a {
    display: block;
    text-decoration: none;
    color: #333;
    line-height: 1.2;
    width: 100%;
    height: 100%;
}

.grid_4col .product_price{
  font-size: 13px;
}
.grid_4col .product_price_regular{
  font-size: 13px;
}
.grid_4col .product_price_discount{
  font-size: 13px;
}


.product_price_regular{
  color: #333;
}

.tax{font-size: 10px;}

/* ------------------------------------- 
 *  最近チェックした商品
 * ------------------------------------- */

h2.sttl {
    background-color: #000000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#000000));
    padding: 10px;
    color: #fff;
    font-weight: normal;
    font-size: 18px;
    border-left: #FC6 4px solid;
    text-shadow: 0 1px 1px #666666;
}

.scroll_nav_wrap {
  position: relative;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 8px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.scroll_nav {
  width: 100%;
  max-width: 429px;
  scroll-behavior: smooth;
  /*background: #000;*/ /* メニューの背景色 */
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; /* 慣性スクロール */
}
.scroll_nav ul {
  /*max-width: 1140px;*/ /* メニューの最大幅 */
  /*min-width: 1140px;*/ /* メニューの最小幅 */
  width: max-content; /* 望ましい固有の幅 */
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  margin-left: 5px;
  list-style: none;
  /*padding-right: 25px;*/ /* 右側の固定分余白を空ける */
  box-sizing: border-box;
}

section ul .li_scroll{
  float: left;
  /*width: 10%;*/ /* メニューの個別の幅 */
  width: 160px; /* メニューの個別の幅 */
  text-align: center;
  margin-right: 5px;
  padding: 15px 5px;
  box-sizing: border-box;
}

.scroll_nav ul li:hover {
  /*background: #222;*/ /* マウスホバー時の背景色 */
}
.scroll_nav ul .pfrbtn:hover {
  background: #f5e19a;
}

.scroll_nav ul a {
  /*display: inline-block;*/
  color: #fff; /* メニューの文字色 */
  text-decoration: none;
}

.scroll_history_img{
  width: 100%;
}
.scroll_history_img img{
  width: 150px;
}
.scroll_history_txt{
  width: 100%;
  color: #333;
  font-size: 13px;
  font-weight: bold;
}
.scroll_history_name{
  line-height: 1.2;
  margin-top: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 任意の行数を指定 */
}
.scroll_history_price{
  line-height: 1.2;
  margin-top: 10px;
}

.history_chuck_price {
  font-size: 13px;
}
.history_chuck_price_regular {
  font-size: 13px;
}
.history_chuck_price_discount{
  font-size: 12px;
}

.tax{
  font-size: 10px;
}

.scroll_arrow_r{ /* 右側に固定する部分 */
  /*display: none;*/ /* 右側の固定部分を非表示 */
  position: absolute;
  /*top: 70px;
  right: 0;*/
  width: 20px; /* 固定部分の幅 */
  height: 40px; /* メニューの高さに合わせる */
  line-height: 40px;
  background: #ffffff;
  padding: 0 0 0 5px;
}

/*.arrow_r::after {
  font-family: "Font Awesome 5 Free";
  content: '\f054';
  position: absolute;
  color: #9e9e9e;×
  font-weight: 900;
  font-size: 25px;

  top: 80px;
  right: 5px;
  color: #4f4f4f;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ffffff99;
  align-items: center;
  justify-content: center;
  display: flex;
}*/

.scroll_arrow_l{ /* 左側に固定する部分 */
  /*display: none;*/ /* 左側の固定部分を非表示 */

  position: absolute;
  /*top: 70px;
  left: : 0;*/
  width: 20px; /* 固定部分の幅 */
  height: 40px; /* メニューの高さに合わせる */
  line-height: 40px;
  background: #ffffff;
  padding: 0 0 0 5px;
}

/*.arrow_l::after {
  font-family: "Font Awesome 5 Free";
  content: '\f053';
  position: absolute;
  color: #9e9e9e;×
  font-weight: 900;
  font-size: 25px;

  top: 80px;
  left: 5px;
  color: #4f4f4f;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ffffff99;
  align-items: center;
  justify-content: center;
  display: flex;
}*/

.arrow-wrap_l {
  position: absolute;
  display: inline-block;
  /*padding: 10px;*/
  /*border: 1px solid #5070e3;*/
  border-radius: 50%;
  background-color: #ffffff99;
  width: 40px;
  height: 40px;
  top: 70px;
  left: 5px;
}

.arrow-wrap_l::before{
  content: '';
  border-top: solid 3px #4f4f4f;
  border-right: solid 3px #4f4f4f;
  position: absolute;
  width: 12px;
  height: 12px;
}

.arrow-wrap_l.arrow_l::before{
  transform: rotate(-135deg);
  top: 12px;
  left: 15px;
}

.arrow-wrap_r {
  position: absolute;
  display: inline-block;
  /*padding: 10px;*/
  /*border: 1px solid #5070e3;*/
  border-radius: 50%;
  background-color: #ffffff99;
  width: 40px;
  height: 40px;
  top: 70px;
  right: 5px;
}

.arrow-wrap_r::before{
  content: '';
  border-top: solid 3px #4f4f4f;
  border-right: solid 3px #4f4f4f;
  position: absolute;
/*  align-items: center;
  justify-content: center;*/
  width: 12px;
  height: 12px;
}

.arrow-wrap_r.arrow_r::before{
  transform: rotate(45deg);
  top: 12px;
  right: 15px;
}

.arrow.hidden {
  opacity: 0; /* 非表示状態 */
  pointer-events: none;
}


/* ------------------------------------- 
 *  ★お気に入りリスト表示
 * ------------------------------------- */
 .favorite_wrap{
  position: relative;
 }

 /* ------------------------------------- 
 *  お気に入りボタン
 * ------------------------------------- */
 .product_model{
  width: 100%;
  position: relative;
}

.product__fav-item {
  /*margin-top: 10px;*/
  position: absolute;
  top: 0;
  right: 0;
}

.product__fav-item button {
  padding: 0;
  cursor: pointer;
  transition: .2s;
  color: #999;
  border: 0;
  outline: none;
  background: transparent;
}

.product__fav-item .fav-items {
  /*color: #ff7373;*/
  color: #f59f01;
}

.product__fav-item svg {
  width: 20px;
  height: 20px;
  vertical-align: -.35em;
  fill: currentColor;
}
.favorite_info{
  font-size: 10px;
  padding: 0 10px;
}
.favorite_info_line{
  border-top: solid 1px #ccc;
  margin: 15px; 
}

 /* ------------------------------------- 
 *  ページネーション
 * ------------------------------------- */
.pagenavi_new{
  padding:0.5rem;
}
.pagenavi_new > ul{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  align-item:center;
}
.pagenavi_new > ul > li{
  padding:0.2rem;
  display: flex;
    flex-direction: column;
    justify-content: center;
}
.pagenavi_new > ul > li > a,
.pagenavi_new > ul > li > span{
  display:block;
  width:1.6rem;
  padding: 0.5rem 0.2rem;
  text-align:center;
  border:1px #333 solid;
  font-weight: 600;
  font-size: 10px;
  text-decoration: none;
}
.pagenavi_new > ul > li > a{
  color: #333;
}

.pagenavi_new > ul > li > a:hover{
  background-color:#666;
  color:#fff;
  text-decoration: none;
}
.current > span{
  background-color:#333;
  color:#fff;
}
.pagenavi_new .prev_dot, .pagenavi_new .next_dot{
  font-size: 18px;
}

.page-count {
    padding: 10px 10px 0 10px;
    text-align: center;
}

 /* ------------------------------------- 
 *  ソート
 * ------------------------------------- */
.wrap select{
  padding: 5px 0 5px 5px;
  margin: 8px 0 0 5px;
}

 /* ------------------------------------- 
 *  NEWマーク
 * ------------------------------------- */
.new_mark{
  width: 20%;
}
.new_mark p{
  background: #389ad7;
  border-radius: 5%;
  font-size: 10px;
  color: #ffffff;
  padding: 2px 2px;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  width: 80%;
}

.new_mark_grid2col{
  width: 20%;
  margin-bottom: 3px;
}
.new_mark_grid2col p{
  background: #389ad7;
  border-radius: 5%;
  font-size: 10px;
  color: #ffffff;
  padding: 2px 2px;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  width: 80%;
}

.new_mark_grid3col{
  width: 30%;
  margin-bottom: 3px;
}
.new_mark_grid3col p{
  background: #389ad7;
  border-radius: 5%;
  font-size: 10px;
  color: #ffffff;
  padding: 2px 2px;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  width: 80%;
}