/* ver50 */

/*font START*/
#container01 { font-family:Arial, Helvetica, sans-serif;}
/*font END*/

.prem-btn {
  -webkit-box-shadow: inset 0 1px 0 #fff;
  box-shadow: inset 0 1px 0 #fff;
  background: -webkit-gradient(linear,left top, left bottom,color-stop(0, #FFC107),to(#FF9800));
  background: -o-linear-gradient(top,#FFC107 0,#FF9800 100%);
  background: linear-gradient(to bottom,#FFC107 0,#FF9800 100%);
  border: 1px solid #da8201;
}

/*search result START*/
.l-result {
  padding: 1rem;
  background: #e4dbc4;
  margin: 1rem 0;
  box-sizing: border-box;
  font-size: .9rem;
  display: flex;
  align-items: center;
}
.l-result p {
  font-weight: 700;
  font-size: 1.1rem;
  margin:0;
}
.l-result p span { font-size:.9rem;}
.l-result > div:first-of-type { margin-left:1rem;}
.l-result select { height:24px; padding-right:20px;}
.l-result .l-port {
  font-size: 1.2rem;
  font-weight: 700;
  color: #000;
  margin: auto;
}
.l-result .l-sort span {
  font-weight: 700;
  margin-right: 6px;
}
.l-result .l-sort select {
  padding: 0 1rem;
  width:180px;
}
/*search result END*/

/*stocklist 1column new layout START*/
#container01 #stock-container .listbox * { box-sizing:border-box;}
#container01 #stock-container .listbox ul:not(:empty) { padding-top:1.2rem; padding-bottom:1.2rem; background:#ffffff;}

.l-vblock {
  width: 100%;
  padding: 0 8px;
  box-sizing: border-box;
  display: flex;
  flex-flow: row wrap;
  font-size:.79rem;

}
.l-vblock .v-img { width:170px; text-align:center;}
.l-vblock .v-img span {
  margin-top: .3rem;
  font-size:1rem;
  font-weight: 700;
  display:inline-block;
}
.l-vblock .v-detail {
  margin: 0 8px 0 8px;
  width: calc(100% - 426px);
}

.l-vblock .tag-container { margin-bottom:3px;}

.l-vblock .v-detail a:hover { text-decoration:none;}

.l-vblock .v-detail h2 {
  font-size: 1.1rem;
  color: #003e5f;
  font-weight: 700;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  width:100%;
  line-height:1.1;
}

.l-vblock .v-detail .v-model {
  font-size: .9rem;
  margin-bottom:0;
}
.l-vblock .v-detail .v-table {
  border-collapse: collapse;
  font-size: 0.9rem;
  margin-bottom: 0.8rem;
}
.l-vblock .v-detail .v-op { font-size: 0.9rem;}
.l-vblock .v-price {
  display: flex;
  flex-flow: column wrap;
  width: 240px;
  align-content: flex-start;
}
.l-vblock .v-price > div:nth-of-type(1) {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 5px;
  margin-bottom: 8px;
  align-items: center;
}
.l-vblock .v-price > div:nth-of-type(1) span:nth-of-type(2) { font-size: 1.4rem; color: #ff0000; font-weight:700;}

.l-vblock .v-price .v-cp {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 5px;
  margin-bottom: 8px;
  align-items: center;
}
.l-vblock .v-price .v-cp > span:nth-of-type(2) { font-size: 1.4rem; color: #ff0000; font-weight:700;}
.l-vblock .v-price .v-cpm { width: 100%;}
.l-vblock .v-price .v-cpm > span:nth-of-type(1) { 
  margin-left: 20%;
  word-break: break-all;
  float: right;
  color: #ff0000;
}

.l-vblock .v-price .v-pd div:nth-of-type(1), .l-vblock .v-price div.v-ins, .l-vblock .v-price div.v-cf {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 5px;
  align-self: flex-start;
  align-items: center;
}
.l-vblock .v-price .v-pd div:nth-of-type(1) span:nth-of-type(1) { font-size: .8rem;}
.l-vblock .v-price .v-pd div:nth-of-type(1) span:nth-of-type(2) { text-decoration: line-through;}

.l-vblock .v-price .v-pd div:nth-of-type(2) {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding: 0 5px;
  align-self: flex-start;
  font-size: .75rem;
  margin: 7px 0 9px;

}
.l-vblock .v-price .v-pd div:nth-of-type(2) span:nth-of-type(1) { padding:2px 5px; background: #f44336; color: #ffffff; font-weight: 700;}
.l-vblock .v-price .v-pd div:nth-of-type(2) span:nth-of-type(2) { padding:2px 5px; background: #ff9800; color: #000000; ;font-weight: 700;}
.l-vblock .v-price .favoriteinquiry {
  width: 100%;
  display: flex;
  align-items: center;
}

.l-vblock .v-price div.v-ins, .l-vblock .v-price div.v-cf { line-height:1.2;}
.l-vblock .v-price div.v-cf span:nth-of-type(2) { font-size:1.1rem; color:#008000;}


.l-vblock .v-price .v-hr { margin-top:auto;}

.l-vblock .v-price .favoriteinquiry .list-favorite {
  width: 30px;
  font-size: 29px;
  height: 30px;
}
.l-vblock .v-price .favoriteinquiry .list-incart {
  width: 34px;
  height: 30px;
  overflow:hidden;
}
.l-vblock .v-price .favoriteinquiry .list-incart a {
  display: block;
  width: 34px;
  height: 32px;
  overflow: hidden;
}

.l-vblock .v-price .favoriteinquiry .list-inquiry {
  width: calc(100% - 65px);
  margin-left: 10px;
  flex:1;
}

.l-vblock .v-price .favoriteinquiry .list-inquiry a {
  width:100%;
  display:block;
  text-align:center;
  line-height:1.5rem;
  padding: 5px 0;
}
.l-vblock .v-price .favoriteinquiry .list-inquiry a::after {
  content:"";
  border:5px solid;
  border-color:transparent transparent transparent #000;
  display:inline-block;
  margin-left:3px;
}

.l-vblock .v-price .favoriteinquiry i.favorite {
  content:"";
  width:34px;
  height:30px;
  background: url(https://autocj.co.jp/images/newimages/acj-icon01.png) no-repeat 0px -1661px;
  background-size:100%;
  display:inline-block;
}
.l-vblock .v-price .favoriteinquiry i.favorite.added {
  background: url(https://autocj.co.jp/images/newimages/acj-icon01.png) no-repeat 0px -1694px;
  background-size:100%;
}

.l-vblock .v-price .favoriteinquiry i.incart {
  content:"";
  width:45px;
  height:30px;
  background: url(https://autocj.co.jp/images/newimages/acj-icon01.png?20230113) no-repeat -3px -4560px;
  background-size:100%;
  display:inline-block;
}
.l-vblock .v-price .favoriteinquiry i.incart.added {
  background: url(https://autocj.co.jp/images/newimages/acj-icon01.png?20230113) no-repeat -3px -4632px;
  background-size:100%;
}

.l-vblock .v-bborder { width:100%; padding:5px 1rem;}
#container01 .listbox ul li.l-vblock:last-of-type .v-bborder { display:none;}

/*stocklist 1column new layout END*/

.listbox table { text-align: center; width: 100%; font-size:.79rem;}
.listbox table tbody tr:nth-of-type(2n-1) { background:#eee;}
.listbox table tbody tr:nth-of-type(2n) { background:#fff;}
.listbox table th, .listbox table td {
  vertical-align:middle;
  font-weight:normal;
  padding: 2px;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 14px;
  position: relative;
  word-break:unset !important;
  font-size:13px;
}

#stock-container .listbox table tbody tr:nth-of-type(2n) td { font-weight:700; font-size:.9rem;}

#mypage .listbox table tbody td { font-size:.78rem;}

.sub { margin:2rem auto 0 !important; display:flex; justify-content:center;}
.page_body::after {
  content:"";
  display:block;
  clear:both;
}

div.fav-pd-alert {
  width: calc(100% + 16px);
  background: #e9e9e9;
  margin: 0 -8px 7px -8px !important;
  padding: 5px 4px 2px;
  box-sizing: border-box;
  color: #ff0000;
  font-weight: 700;
  font-style: italic;
}

.fl_left_item .chk input[type=checkbox] {
  vertical-align:middle;
}

label[for=chk_down] span, label[for=chk_new] span {
  font-size:.9rem; margin-left:6px; padding:2px 8px;
}

.tag-style-list {
  font-size:.75rem;
  font-weight:700;
  padding:3px;
  margin-bottom:2px;
  display:block;
  line-height:1;
  border:0;
}
.FLASH-tag { background-color:#ffd12f; color:#4a2390;}

.CLEARANCE-tag { background-color:#32AF22; color:#000000;}

.EARLYSUMMERSALE-tag {
  background: #f48e1f;
  color: #FFFFFF;
  border: 1px solid #f48e1f;
}

.PRICEDOWN-tag {
  color: #FFFFFF;
  background: #003e5f;
  border: 1px groove #0a4da0;
}

.MEGA_SALE-tag {
  background: #f48e1f;
  color: #FFFFFF;
  border: 1px solid #f48e1f;
}

.FRESH_SALE-tag {
  background: #f48e1f;
  color: #FFFFFF;
  border: 1px solid #f48e1f;
}

.SummerSale-tag {
  background: #f48e1f;
  color: #FFFFFF;
  border: 1px solid #f48e1f;
}

.undernego-tag {
  background:#fff;
  color:#ff0000;
  border:1px solid #ff0000;
  font-family:Impact;
  font-size:.85rem;
  font-weight:normal;
}

.sold-tag { border: 1px solid #000000;}

.yotpo-reviews-carousel .carousel-display-wrapper {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.yotpo.bottomLine {vertical-align:bottom; pointer-events:none; margin-top:-7px;}
.yotpo .pull-left {float:none !important; display:inline-block !important;}

.tag-style {
  font-weight: 700;
  padding:1px 13px;
  display:inline-block;
  font-size:.7rem;
  line-height:1;
  vertical-align:middle;
}

.pd-tag {
  color:#000;
  background: -webkit-gradient(linear,left top, left bottom,color-stop(0, #FFC107),to(#FF9800));
  background: -o-linear-gradient(top,#FFC107 0,#FF9800 100%);
  background: linear-gradient(to bottom,#FFC107 0,#FF9800 100%);
}

.hv-tag {
  color: #1856a5;
  background-image: -webkit-gradient(linear,left top, left bottom,from(#ffffff),to(#969595));
  background-image: -o-linear-gradient(top,#ffffff,#969595);
  background-image: linear-gradient(180deg,#ffffff,#969595);
  border: 1px groove #0a4da0;
}

.new-tag { color: #ffffff; background: #f44336;}

.inspected-tag { color: #fff; background: #17a2b8;}

.shipped-tag { color: #fff; background: #3f51b5;}

.recommended-tag { color: #000; background: #ff0000;}

.ontheway-tag { color:#dc3545; border-bottom:3px double #dc3545;}

.inclusive-tag { color: #ffffff; background: #795e1a; border:1px solid #795e1a;}

a.view360-tag {
  position: relative;
  display: inline-block;
}
a.view360-tag::after {
  position: absolute;
  bottom: 3px;
  left: 3px;
  content: "";
  background: url(https://autocj.co.jp/images/newimages/icon-360.png) no-repeat;
  background-size: cover;
  width: 30px;
  height: 21px;
}

.l-result select option[selected] {
  background: #ff0000;
}

#mypage .list p i.favorite {
  content:"";
  width:20px;
  height:20px;
  background: url(https://autocj.co.jp/images/newimages/acj-icon01.png) no-repeat 0px -974px;
  background-size:100%;
  display:inline-block;
}

/*nwstyleから*/
.stocklistcontent h1:empty { display:none;}
#srhboxcontainer select, #srhboxcontainer input[type=text] { height:1.5em; background:#ffffff;}
#srhboxcontainer .select-arrow { display:inline-block;}
#srhboxcontainer label {
  float:none;
  width:inherit;
  font-weight:700;
  font-size:.79rem;
  margin-right:5px;
}

.stock_inp input { line-height:20px;}


#srhboxcontainer #srhbox_base .srhbox_all_items label, #srhboxcontainer .srhbox_checkbox label, #srhboxcontainer .moredetail .detail_accesories {
  line-height: 26px;
  font-size: .78rem;
  font-weight: 700;
  margin: 0;
  position: relative;
}

#srhboxcontainer #srhbox_base .srhbox_all_items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
}

#srhboxcontainer #srhbox_base .srhbox_all_items .item_left {
  width: 37%;
}

#srhboxcontainer #srhbox_base .srhbox_all_items .item_center {
  width: 31%;
}

#srhboxcontainer #srhbox_base .srhbox_all_items .item_right {
  width: 32%;
}


#srhboxcontainer #srhbox_base .srhbox_all_items .item_left div, #srhboxcontainer #srhbox_base .srhbox_all_items .item_center div, #srhboxcontainer #srhbox_base .srhbox_all_items .item_right div {
  margin-top:5px;
}

#srhboxcontainer #srhbox_base .srhbox_all_items .srhbox_item {
  padding: 0 .4rem;
  box-sizing:border-box;
  text-align:left;
}

#srhboxcontainer #srhbox_base .srhbox_all_items .srhbox_item td {
  border:0;
  padding:0;
  display:flex;
  justify-content:space-between;
  width:100%;
}

#srhboxcontainer #srhbox_base .srhbox_all_items .item_left .srh_content_in1 select {
  width:100%;
}

#srhboxcontainer #srhbox_base .srhbox_all_items .item_left .srh_content_in2 select {
  width:47%;
}

#srhboxcontainer #srhbox_base .srhbox_all_items .item_left .srh_content_in4 .large {
  width:29%;
}

#srhboxcontainer #srhbox_base .srhbox_all_items .item_left .srh_content_in4 .small {
  width:18%;
}

#srhboxcontainer #srhbox_base .srhbox_all_items .item_center .srh_content_in1 select {
  width:100%;
}

#srhboxcontainer #srhbox_base .srhbox_all_items .item_center .srh_content_in2 select {
  width:47%;
}

#srhboxcontainer #srhbox_base .srhbox_all_items .item_right .srh_content_in1 select {
  width:100%;
}

#srhboxcontainer #srhbox_base .srhbox_all_items .item_right .srh_content_in2 select {
  width:47%;
}

#srhboxcontainer #srhbox_base .srhbox_all_items .srhbox_item .from{
  min-width:0 !important;
  margin:0;
  width:6%;
  text-align: center;
}

#srhboxcontainer #srhbox_base .srhbox_all_items .srhbox_item select, #srhboxcontainer #srhbox_base input[id="key"] {
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  border:1px solid #ced4da;
  font-size: .75rem;
  padding: .2rem;
  height:1.45rem;
}

#srhboxcontainer #srhbox_base .srhbox_all_items .chkbox_items {
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
}

#srhboxcontainer #srhbox_base .srhbox_button_items .srh_button {
  text-align:center;
}

#srhboxcontainer #srhbox_base .srhbox_button_items .srh_button #rst_btn, #srhboxcontainer #srhbox_base .srhbox_button_items .srh_button #srh_btn {
  padding:0 3px 0;
}

#srhboxcontainer #srhbox_base .srhbox_button_items button {
  padding:0;
  line-height:2rem;
  border-radius:0;
}

#srhboxcontainer #srhbox_base .srhbox_button_items .srh_button #rst_btn button {
  font-size:.95rem;
}

#srhboxcontainer #srhbox_base .srhbox_button_items .srh_button #srh_btn button {
  font-size:1.2rem;
}

#srhboxcontainer #srhbox_base .srhbox_button_items .srh_figure {
  text-align:center;
  line-height:2rem;
}

#srhboxcontainer #srhbox_base .srhbox_button_items .srh_figure p {
  font-family:unset;
  margin:0;
  padding:0;
}

#srhboxcontainer #srhbox_base .srhbox_button_items .srh_figure strong, #srhboxcontainer #srhbox_base .srhbox_button_items .srh_more button {
  font-size:1.4rem;
  display:block;
}

#srhbox_detail .moredetail {
  display:none;
}

#srhbox_detail.active .moredetail {
  display:flex !important;
  flex-direction:row;
  flex-wrap:wrap;
  margin-left:20px;
  padding:10px;
  background:#fffffa;
  margin:0 10px 10px;
}

#srhboxcontainer .moredetail .srhbox_checkbox {
  display:flex;
  width:165px;
  margin-bottom:10px;
}

#srhboxcontainer .moredetail .srhbox_checkbox input {
  width:15px;
  height:15px;
  display:block;
  margin:0;
}

#srhboxcontainer .moredetail .srhbox_checkbox label {
  display:block;
  width:calc(100% - 20px);
  margin-left:5px;
  line-height:1.3;
}

#srhbox_detail {
  position:relative;
  width:100%;
}

#srhboxcontainer .md_btn {
  margin:10px 4px 4px;
  z-index: 20;
  text-align: center;
  background: #607D8B;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  width: 150px;
  display:block;
  position:relative;
  font-size:12px;
  padding:7px;
}

#srhboxcontainer .md_btn:hover {
  background:#86adbf;
}

#srhboxcontainer .md_btn::after {
  content:"";
  position:absolute;
  transform:translateY(-59%);
  top:59%;
  right:9px;
  display:inline-block;
  width:12px;
  height:12px;
  border-width:6px;
  border-color:#ffffff transparent transparent transparent;
  border-style:solid;
  vertical-align:middle;
}

#srhboxcontainer .md_btn.active:after {
  transform:translateY(-50%) rotate(180deg);
  top:38%;
}

#search, #search2 {
  border:#bbb 1px solid;
}

.sch_box th {
  border:0px;
  padding:3px 3px 3px 15px;
  font-size:.8rem;
  font-weight:700;
  text-align:left;
  min-width:100px;
}

.sch_box td {
  border:0px;
  padding:3px;
}

.chk {
  margin-left:40px;
  margin-top:10px;
}

.chk label {
  margin:5px 10px 5px 10px !important;
  width:auto !important;
  min-width:70px !important;
  line-height:22px;
}

.chk label img {
  margin-left:5px;
  vertical-align:middle;
}

input.push {
  width:150px;
  height:60px;
  margin:4px;
  font-size:14px;
  font-weight:bold;
  cursor:pointer; }

input.push2 {
  width:150px;
  height:30px;
  font-size:14px;
  font-weight:bold;
  color:#a00;
  margin:4px;
  cursor:pointer; }

input.push:hover, input.push2:hover {
  filter: alpha(opacity=60);        /* ie lt 8 */
  -ms-filter: "alpha(opacity=60)";  /* ie 8 */
  -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.6;              /* Safari 1.x */
  opacity:0.6;
  zoom:1;
}

/*under 1300px*/
@media screen and (max-width:1300px) {
#srhboxcontainer .md_btn,
input.push,
input.push2 {
  width:130px;
}
}

.carsch {
  float:left;
  width:202px;
  height:25px;
  font-size:12px;
  text-align:left;
  font-weight:700;
  margin-right:0;
}

#srhboxcontainer .carbox {
  margin:auto;
  padding: 10px;
}

#srhboxcontainer .carbox:empty { display:none;}

#srhboxcontainer input[id=mylist], #srhboxcontainer input[id=inquiries] {
  width:16px;
  height:16px;
  vertical-align:middle;
  margin:0 5px;
}

input.cnc_checkbox_list { margin:3px 3px 3px 0;}

#order {
  display:none;
  width:380px;
  height:auto;
  position:absolute;
  padding-bottom: 10px;
  border:1px solid #bbbbbb;
  background-color:#eeeeee;
  -webkit-box-shadow: 0px 8px 5px 2px #afafaf;
  -moz-box-shadow: 0px 8px 5px 2px #afafaf;
  box-shadow: 0px 8px 5px 2px #afafaf;
  z-index: 100;
  padding:1rem 0.8rem;
}

#order .order-step {
  border-bottom:1px solid #003e5f;
  line-height:20px;
  margin-bottom:1rem;
  font-weight:700;
  font-size:1rem;
}

#order .order-step span {
  padding:2px 6px;
  background:#003e5f;
  color:#ffffff;
  margin-right:.5rem;
}

#order .comment {
  width:100%;
  height:65px;
  font-size:12px;
}

.stor .kaise {
  font-size:.9rem;
  font-weight:700;
  display:flex;
  width:100%;
  flex-flow:row wrap;
  margin-bottom:1rem;
}

.stor .kaise > div:nth-of-type(1){
  width:70px;
  margin-right:5px;
}

.stor .kaise > div:nth-of-type(2){
  width:calc(100% - 75px);
}

.stor .w-100 {
  width:100%;
}

.stor .kaise .warn {
  font-size:0.8rem;
  font-weight:normal;
  width:100%;
  margin-top:.5rem;
}

.stor .kaise .warn:empty {
  display:none;
}

.osmall {
  width:100%;
  max-width: 80px;
  height: auto;
}

.stor .kaise .order-price {
  margin-top:3px;
  font-size:0.8rem;
  font-weight:normal;
  display:flex;
  flex-flow:column wrap;
  align-content:flex-start;
}

.stor .kaise .order-price > div:nth-of-type(1) {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 5px;
  margin-bottom: 4px;
  align-items: center;
}
.stor .kaise .order-price > div:nth-of-type(1) span:nth-of-type(2) { font-size: 1rem; color: #ff0000; font-weight:700;}

.stor .kaise .order-price .v-pd div:nth-of-type(1), .stor .kaise .order-price div.v-ins, .stor .kaise .order-price div.v-cf {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 5px;
  align-self: flex-start;
  align-items: center;
}
.stor .kaise .order-price .v-pd div:nth-of-type(1) span:nth-of-type(1) { font-size: .8rem;}
.stor .kaise .order-price .v-pd div:nth-of-type(1) span:nth-of-type(2) { text-decoration: line-through;}

.stor .kaise .order-price .v-pd div:nth-of-type(2) {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding: 0 5px;
  align-self: flex-start;
  font-size: .75rem;
  margin: 4px 0 4px;

}
.stor .kaise .order-price .v-pd div:nth-of-type(2) span:nth-of-type(1) { padding:2px 5px; background: #f44336; color: #ffffff; font-weight: 700;}
.stor .kaise .order-price .v-pd div:nth-of-type(2) span:nth-of-type(2) { padding:2px 0 2px 4px; color: #000000; ;font-weight: 700;}
.stor .kaise .order-price .favoriteinquiry {
  width: 100%;
  display: flex;
  align-items: center;
}

.stor .kaise .order-price div.v-ins, .stor .kaise .order-price div.v-cf { line-height:1.2;}
.stor .kaise .order-price div.v-cf span:nth-of-type(2) { font-size:1rem; color:#008000;}

table.order_form td {
  border: none;
  padding-left: 10px;
  padding-top: 5px;
}

.order_txt2 {
  width:100% !important;
  background-color: #E9F3FA;
  border: 1px solid #7f9db9;
  height: 27px !important;
  box-sizing: border-box;
}

.order_sel2 {
  width: 100%;
  color: #A0A0A0;
  border: solid #7f9db9 1px;
  background-color: #E9F3FA;
  height: 27px !important;
  box-sizing: border-box;
}

.stor ul li {
  padding: 9px 2px 0 0;
  margin-left: 10px;
  font-size: .8rem;
  list-style-type: square;
  line-height: 0.9;
}

.order_header a {
  text-align:center;
}


div.order p {
  color: #000;
  font-size:13px;
  padding:0 0 6px 0 !important;
  margin-bottom:0px;
}

.order form {
  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;
  font-size:.8rem;
  line-height:18px;
}

.order form label {
  font-weight:700;
  line-height:30px;
  float:left;
  width: 100% !important;
  line-height: 1.3 !important;
}

.order form > div {
  width:49%;
  margin-bottom:8px;
}

.order form > div .select-arrow::before, .order form > div .select-arrow::after { top:67%;}
.order form > div .form-phone {
  display: inline-flex;
}
.order form > div .form-phone .intl-no {
  border: 1px solid #a2a2a2;
  padding: 0.3rem 0.2rem;
  height: 27px;
  background: #eee;
  border-radius: 3px;
  width: 40px;
  margin-right: 5px;
}
.order form > div .form-phone input[name="phone"] {
  padding-left: 0.1rem;
  font-size: 0.7rem;
}

.order ul li {
  margin-left:10px;
  font-size: .8rem;
  list-style-type: square;
  line-height: 0.9;
}

.order .warn {
  color: crimson;
  display: block;
}

.keyword {
  width:500px;
  font-size:14px;
  line-height:20px;
}

.msg {
  color:blue;
  font-size:20px;
  padding:0 40px 0;
  font-weight:bold;
}

.off-percent {
  color:#fff;
  font-size:14px;
  font-weight:bold;
  display: block;
  background:#ff9800;
  min-width:90px;
  position:absolute;
  bottom:7px;
  line-height:17px;
}

.off-percent1 {
  color: #20475a;
  font-size: 14px;
  font-weight: 700;
  display: block;
  background: #f0edd3;
  line-height: 17px;
  margin-top: 3px;
  padding: 2px;
  box-sizing: border-box;
}

.off-percent2 {
  font-weight: 700;
  background: #FF9800;
  display: block;
  font-size: 13px;
  color:#fff;
}

.oldprice {
  color:#444;
  font-size:13px;
  display:block;
  font-weight:normal;
}

#cartdel {
  display:block;
  width:53px !important;
  height:25px !important;
  background:url(https://autocj.co.jp/images/mylistd.gif);
  margin:0 auto 5px;
  background-size:cover;
}

.close_tab {
  color: #fff;
  font-size: 30px;
  position: absolute;
  right: -2px;
  top: -27px;
  width: 90px;
  background: #5d6f77;
  height: 27px;
  border-radius: 6px 6px 0 0;
}

.page_body {
  float:right;
}

.page_body a {
  padding:4px 6px;
  font-weight:bold;
  color:#009;
  text-align:center;
  font-size:16px;
  display:block;
  float:left;
  margin:0 5px;
  border:1px solid;
}

.page_body a:hover {
  background:#cccccc;
}

.page_body a.selected {
  color:#ffffff;
  text-decoration:none;
  background:#f44336;
  border:1px solid #f44336;
}

.l-vblock .v-price .btn_popup_cnt { text-decoration: underline; color: #2793e6; cursor:pointer; text-align:right;}
.l-vblock .v-price .btn_popup_cnt:hover { text-decoration:none;}

.mypagecontent.mypage-inquiry .l-vblock .v-img { width:80px;}
.mypagecontent.mypage-inquiry .l-vblock .v-img img { width:100%; height:auto;}
.mypagecontent.mypage-inquiry .l-vblock .v-img span { font-size:.8rem;}

.l-vblock .v-detail .v-detailbox { display:flex; margin-bottom:13px;}
.l-vblock .v-detail .v-detailbox-l { margin-right:10px; width:195px;}
.l-vblock .v-detail .v-detailbox-r {
  align-self: flex-start;
  display:flex;
}
.l-vblock .v-detail .v-detailbox-r .zim-yard {
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  background: #003e5f;
  padding: 4px 16px;
  border-radius: 4px;
  border: 1px solid #000;
  display:inline-block;
  font-style:italic;
}
.l-vblock .v-detail .v-detailbox-r .zim-yard {
  display:inline-block;
}
.l-vblock .v-detail .v-detailbox-r .zim-inyard-icon {
  display:inline-block;
  position:relative;
}
.l-vblock .v-detail .v-detailbox-r .zim-inyard-icon img {
  position:absolute;
  width:60px;
  height:60px;
  top:-14px;
  margin-left:10px;
}

.l-vblock .v-detail .v-detailbox-r span { display:block; line-height:1.1;}
.l-vblock .v-detail .v-model .modelcode { display:block;}

.l-vblock .v-price .v-cf.cf-pkg {
  flex-flow:row wrap;
}
.l-vblock .v-price .v-cf.cf-pkg .pkg-price {
  font-weight: 700;
  color: #ffffff;
  background: #ff3d00;
  padding: 3px 5px;
}
.l-vblock .v-price .v-cf.cf-pkg .pkg-inclusive {
  display: inline-block;
  color: #fff;
  background: #003e5f;
  text-align: center;
  font-weight: 700;
  font-size: .8rem;
  padding: 2px;
  margin-top: 8px;
  border-radius: 5px;
  width:100%;
}

.stocklistcontent .wishlist-alert {
  width: 50%;
  text-align: center;
  margin: 0 auto;
  display: block;
}

.au_stock_msg01 { text-align:center; color: #ff0000; font-size: 1.7rem; font-weight: 700; margin: 1.5rem auto 0.5rem; font-family: serif;}
.au_stock_msg02 { text-align:center; font-size:1.1rem; font-weight:700; font-family: serif;}
.au_stock_btn { text-align: center; width: 41%; margin: 0 auto; display: block; font-size:1.4rem; font-family:serif; padding:1.4rem; font-weight:700;}

.stocklist-rc-container {
  background:#ffeda3;
  padding:0.5rem 1rem 0rem;;
  max-height:230px;
  overflow-y:hidden;
}
.stocklist-rc-container h2 { font-size:1rem; margin-bottom:.5rem;}
.stocklist-rc-container .stocklist-rc-slider {
  margin-bottom:1rem;
}
.stocklist-rc-container .stocklist-rc-slider .rcbox {
  display:flex;
  width:100%;
  margin-bottom:1.5rem;
}
.stocklist-rc-container .stocklist-rc-slider .rcbox .rc {
  display:flex;
  width:calc(100% / 6);
  flex-flow:column;
  text-align:center;
  
}
.stocklist-rc-container .stocklist-rc-slider .rcbox .rc .rc-img {
  position:relative;
  margin-bottom:.5rem;
}
.stocklist-rc-container .stocklist-rc-slider .rcbox .rc .rc-img img {
  width:100%;
  height:auto;
  max-width:140px;
  margin:auto;
}
.stocklist-rc-container .stocklist-rc-slider .rcbox .rc .rc-img span {
  position:absolute;
  background:#ccc;
  font-weight:700;
  padding:3px 4px;
  font-size:.8rem;
  bottom:5px;
  left:50%;
  transform:translateX(-50%);
}
.stocklist-rc-container .stocklist-rc-slider .rcbox .rc .rc-detail .rc-name {
  font-size:0.8rem;
  font-weight:700;
  line-height:1.2;
  color:#003e5f;
  margin-bottom:.5rem;
}
.stocklist-rc-container .stocklist-rc-slider .rcbox .rc .rc-detail .rc-price {
  font-size:1rem;
  font-weight:700;
  color:#ff0000;
}
.stocklist-rc-container .slick-prev:before, .slick-prev:after, .slick-next:before, .slick-next:after {
  background:#000000;
}

.stocklist-rc-container .slick-prev {
  left:-10px;
}
.stocklist-rc-container .slick-next {
  right:-10px;
}
.stocklist-rc-container .slick-prev:hover::before, .stocklist-rc-container .slick-prev:focus::before, .stocklist-rc-container .slick-next:hover::before, .stocklist-rc-container .slick-next:focus::before,
.stocklist-rc-container .slick-prev:hover::after, .stocklist-rc-container .slick-prev:focus::after, .stocklist-rc-container .slick-next:hover::after, .stocklist-rc-container .slick-next:focus::after {
  background:#000000;
}
.stocklist-rc-container .slick-prev.slick-disabled:before, .stocklist-rc-container .slick-prev.slick-disabled:after, .stocklist-rc-container .slick-next.slick-disabled:before, .stocklist-rc-container .slick-next.slick-disabled:after {
  opacity: 0;
  height:0;
}

.cart-weborder #form_container .contactbox {
  flex: 0 1 330px;
  margin:0;
  border:0;
  background:#f9f9f9;
  border:1px solid #000000;
}
.cart-weborder #form_container .contactbox select, .cart-weborder #form_container .contactbox input[type=text], .cart-weborder #form_container .contactbox textarea {
  background:#ffffff;
  border:1px solid #9d9d9d
}

.cart-weborder #form_container .contactbox .contact-destination {
  margin-bottom:1rem;
  padding:0 0 8px;
}
.cart-weborder #form_container .contactbox .contact-destination h4, .cart-weborder #form_container .contactbox .orderform h4 {
  border-bottom:1px solid #003e5f;
  line-height:20px;
  margin-bottom:1rem;
}
.cart-weborder #form_container .contactbox .contact-destination h4 span, .cart-weborder #form_container .contactbox .orderform h4 span {
  padding:2px 6px;
  background:#003e5f;
  color:#ffffff;
  margin-right:.5rem;
}
.cart-weborder #form_container .contactbox .orderform  {
  flex: 0 1 330px;
  margin-top:2rem;
  padding:0 0 8px;
}
.cart-weborder #form_container .contactbox .orderform textarea {
  height:90px;
}

.cart-weborder #form_container .contactbox .orderform hr ~ p {
  margin-bottom:.5rem;
  font-size:.85rem;
}

.cart-weborder #form_container .btn_signin {
  width: 100%;
  background: #4CAF50;
  color: #fff;
  display: block;
  padding:.6rem;
}

.cart-weborder #form_container .contactbox .orderform h6.dropdown-header {
  font-size:.85rem;
  margin-bottom:.5rem;
}

.cart-weborder #form_container .btn_create {
  background: #eee;
  color: #000;
  width: 100%;
  display: block;
  margin: 0 auto .6rem;
  padding:.6rem;
}

.stock-text {
  font-size: .9rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.stock-text > div + div {
  margin-top:2rem;
}

.stock-text h2 {
  font-size: 1.6rem;
  margin-bottom:0;
}

.stock-text h3 {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 1rem 0 0;
}

.stock-text h4 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0.5rem 0 0;
}

.sold-stamp {
  background: center / contain no-repeat url("https://autocj.co.jp/images/sold-thumbnail.png");
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
}
