body {
  font-family: "Hiragino Kaku Gothic ProN", "Helvetica Neue",Arial,"Hiragino Sans",Meiryo,sans-serif;
}
.favorite_main img {
  vertical-align: middle;
  width: 100%;
}
a {
  color: #333;
}
.clearfix::after {
  content:'';
     display:block;        
     height:0;        
     clear:both;        
     visibility:hidden;  
  zoom: 1;
}
#page .headerTop {
  display: flex;
  align-items: center;
  padding: 16px 6px 16px 16px;
  font-size: 12px;
  color: #333333;
  line-height: 1.2;
  background: #FAFAFA;
}
#page .headerTop .topLeft {
  display: flex;
  align-items: center;
  font-family: HiraKakuProN-W6;
  width: 80%;
}
#page .headerTop .top_pic {
  width: 28px;
  height: 28px;
  margin-right: 6px;
} 
#page .headerTop .top_pic img {
  width: 28px;
}
#page .headerTop .top_text {
  width: 83.2%;
}
#page .headerTop .top_btn {
  width: 24.25%;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 14px;
  background: #007AFF;
  color: #fff;
  font-family: Hiragino Kaku Gothic ProN;
}
#gHeader {
  box-shadow: 0 3px 6px #e0e0e0;
  padding: 7px 0 8px;
  border-bottom: transparent;
}
/* main */
.favorite_main .favorite_title {
  padding-top: 23px;
  text-align: center;
  font-size: 18px;
  line-height: 1;
}
.favorite_main .favorite_title .favorite_title_text {
  background: url(../../img-sub/common_v2/img/iphone/icon_top_sprite.png) no-repeat -4px -240px;
  background-size: 25px;
  padding: 5px 10px 5px 20px;
  line-height: 1.4;
  font-weight: bold;
}
.favorite_title_prompt {
  text-align: center;
  width: 91.5%;
  margin: 22px auto 38px;
  font-size: 12px;
  line-height: 16px;
  color: #333;
  padding:0 5% 0 9%;
}
.wizard {
  margin: 0 16px;
  border: 1px solid #D5D5D5;
  border-radius: 4px;
  position: relative;
  margin-top: 8px;
}
.wizard a {
  font-size: 12px;
  color: #333;
  padding: 12px 0;
  text-align: center;
  display: block;
}
.wizard a span {
  color: #4A90E2;
}
.wizard .closure {
  display: inline-block;
  width: 12px;
  position:  absolute;
  right: 17px;
  top: 50%;
  margin-top: -6px;
}
/* tab */
.favorite_main .favorite_tab {
  padding: 16px 16px 0; 
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 2px solid #E00923;
}
.favorite_main .favorite_tab li {
  width: 32.36%;
  height: 38px;
  line-height: 38px;
  background: #F1F1F1;
  border-radius: 6px 6px 0 0;
  text-align: center;
  color: #333;
  font-size: 14px;
  font-weight: bold;
}
.favorite_main .favorite_tab .tab_active {
  height: 48px;
  line-height: 50px;
  background: #E00923;
  color: #fff;
  cursor: pointer;
}
/* bottom */
.favorite_bottom {
  background: #F7F7F7;
  padding: 40px 16px;
}
.favorite_bottom .favorite_bottom_btn {
  text-align: center;
  border: 1px solid #E5111A;
  background: #fff;
  border-radius: 64px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 14px;
  box-shadow: 0 2px 10px #ccc;
}
.favorite_bottom .favorite_bottom_btn a {
  display: inline-block;
  width: 100%;
  padding: 14px 0;
}
.favorite_bottom .favorite_bottom_btnPrompt {
  font-size: 12px;
  line-height: 21px;
  margin-bottom: 30px;
  color: #707070;
}
.favorite_bottom .favorite_bottom_btnPrompt:nth-of-type(2) {
  margin-bottom: 22px;
}
.favorite_bottom .sync_prompt {
  font-size: 12px;
  line-height: 21px;
}
.favorite_bottom .sync_prompt p {
  color: #707070;
  margin-bottom: 26px;
}
.favorite_bottom .sync_prompt p:last-child {
  margin-bottom: 0;
}
/* ¥¯¥ë¥Þ */
.object_list {
  margin-top: 16px;
}
.type_number {
  margin: 0 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #D5D5D5;
  margin-bottom: 16px;
}
.type_number .piece {
  font-size: 20px;
  font-weight: bold;
  margin-top: 2px;
}
.type_number .piece span {
  font-size: 16px;
  font-weight: 400;
}
.type_number .order {
  display: flex;
  align-items: center;
  text-align: right;
  line-height: 19px;
  padding-bottom: 5px;
  position: relative;
}
.type_number .order .order_text {
    display: flex;
  flex-direction: column;
  align-items: flex-end;
}
select#se_tab {
  -webkit-appearance: none;
  border: 0;
  margin: 0;
  text-align: right;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  outline: none;
  direction: rtl;
  font-size: 14px;
  font-weight: bold;
  padding-right: 46px;
  padding-top: 21px;
  position: relative;
  top: 0;
    z-index: 1;
}
select#se_tab option {
  direction: ltr;
}
.type_number .order .order_text span {
  font-weight: 400;
padding-right: 46px;
    position: absolute;
    z-index: -1;
    top: 0;
}
.type_number .order .order_text span:last-child {
  font-weight: bold;
}
.type_number .order_btn {
  display: inline-block;
  width: 36px;
  margin-left: 10px;
  margin-bottom: 2px;
  position: absolute;
  right: 0;
}
.object_list .object_check_prompt {
  width: 91.47%;
  margin: 0 auto 24px;
  background: #F1F1F1;
  border-radius: 4px;
  line-height: 1.2;
  position: relative;
  font-size: 14px;
  padding: 16px 16px 12px 10px;
}
.object_list .object_check_prompt label {
  line-height: 1.5;
   margin-left: 5px;
}
.object_list .object_check_prompt label span {
  font-weight: bold;
}
.object_list .object_check_prompt .prompt {
  font-size: 12px;
  line-height: 18px;
  display: block;
  margin-top: 8px;
  letter-spacing: 1px;
}
input[type="checkbox"] {
  background: url(../../img-sub/usedcar/common_v2/img/favorite/icon_checkbox-2x.png) no-repeat;
  background-size: 20px ;
  outline: none;
  overflow: hidden;
  border-radius: 2px;
}
input[type="checkbox"]:checked {
  background: url(../../img-sub/usedcar/common_v2/img/favorite/icon_checked.png) no-repeat;
  background-size: 20px;
}
.object_list_item {
  margin:0 16px 24px;
  border-bottom: 1px solid #F1F1F1;
  position: relative;
}
.object_list_sp_two .object_list_item {
  padding-bottom: 24px;
}
.object_list_sp_two .object_noBorder {
  border-bottom: 0;
  padding-bottom: 0;
}
.object_list_item:last-child {
  margin-bottom: 0;
}
.object_list_item .object_item_top {
  display: flex;
}
.object_list_item .object_item_flexTop {
  position: relative;
}
.object_list_item .object_item_top .update,.object_list_item .object_item_top .iconNew {
  display: block ;
  width: 29px;
  height: 19px;
  line-height: 19px;
  color: #fff;
  text-align: center;
  font-size: 11px;
  transform: scale(0.91);
  font-weight: 300;
  background: #333;
  border-radius: 2px;
  margin-bottom: 7px;
}
.object_list_item .object_item_top .iconNew {
  background: #E00923;
  width: 32px;
}
.object_list_item .object_item_top input {
  margin-left: 3px;
}
.object_list_item .object_item_top .object_item_top_text {
  font-size: 12px;
  font-weight: 300;
  margin-right: 8px;
  margin-left: 8px;
  line-height: 18px;
  width: 82%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.object_list_item .object_item_top .object_item_top_text .flex_more_coll {
  display: flex;
  align-items: center;
  flex: 1;
}
.object_list_item .object_item_top .heart {
  position: relative;
  top: 6px;
  width: 20px;
  flex-shrink: 0;
}
.object_list_item .object_item_flexTop .heart {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
  width: 20px;
  flex-shrink: 0;
}
main.favorite_main .heart {
  width: 20px;
  position: absolute;
  right: 0;
  top: 6px;
}
main.favorite_main .sale_shop_list .heart {
  top: 5px;
}
.object_list_item .object_item_top .text_big {
  font-size: 14px;
  font-weight: bold;
  display: block;
}
.object_list_item>a {
  display: inline-block;
  width: 100%;
}
.more_coll {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-top: 2px;
  line-height: 18px;
}
.object_item_full_content .more_coll {
  width: 91%;
}
.object_noBorder .object_item_content {
  border-bottom: 0;
}
.object_list_item:last-child .object_item_content {
  border-bottom: none;
}
.object_item_content>dl {
  display: flex;
  padding-top: 13px;
}
.object_item_content .object_content_pic {
  width: 35%;
  border-radius: 4px;
  margin-right: 4.6%;
}
.object_item_content .object_content_pic img {
  border-radius: 4px;
}
.object_item_content .object_content_text {
  width: 60%;
  line-height: 15px;
}
.object_item_content .object_content_text .ontological {
  font-size: 12px;
  font-weight: 300;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #D5D5D5;
  margin-bottom: 4px;
}
.object_item_content .object_content_text .ontological>dl {
  flex-shrink: 0;
  width:81.1px;
}
.object_item_content .object_content_text .ontological>p {
  flex-shrink: 0;
  font-weight: bold;
  margin-bottom: 6px;
}
.object_item_content .object_content_text .ontological>p span {
  font-size: 14px;
  font-weight: normal;
}
.object_item_content .object_content_text dl:last-of-type {
  margin-right: 11px;
}
.object_item_content .object_content_text dd {
  margin: 4px 0 4px;
}
.object_item_content .object_content_text dd span {
  font-size: 18px;
  font-weight: bold;
  margin-right: 2px;
}
.object_item_content .object_content_text dd span.spe_red {
  color: #E5111A;
}
.object_item_content .characteristic{
  display: flex;
  flex-wrap: wrap;
}
.object_item_content .characteristic li {
  width: 50%;
  font-size: 12px;
  line-height: 20px;
  font-weight: bold;
  padding-top: 4px;
  display: flex;
}
.object_item_content .characteristic li.characteristic_width {
  width: auto;
}
.object_item_content .characteristic li .font_bold {
  font-weight: bold;
  flex-shrink: 0;
}
.object_item_content .characteristic li .sale_bold {
  flex-shrink: 0;
}
.object_item_content .characteristic li span:last-child {
  font-weight: normal;
}
.object_btn {
}

.free_iphone_btn a {
  display: inline-block;
  height: 40px;
  width: 100%;
  line-height: 40px;
  text-align: center;
  background: #05C163;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin-top: 14px;
  box-shadow: 0 2px 10px #eee;
}
.free_iphone_btn a span {
  display: inline-block;
  width: 24px;
  margin-right: 8px;
  position: relative;
  top: -2px;
}
.free_iphone_btn_two a {
  width:49%;
  float: left;
}
.free_iphone_btn a.red_btn {
  background: #F25E68;
  float: right;
}
.object_people_num {
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  margin: 16px 0 22px;
}
.object_people_num span {
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
}
/* ¸¡º÷¾ò·ï */
.search_conditions {
  padding: 0 16px;
  display: none;
}
.search_conditions .type_number {
  margin: 28px 0 16px;
  border-bottom: 0;
}
.search_conditions .type_number .order {
  padding-bottom: 0;
}
.search_conditions .type_number .order_text {
  font-size: 14px;
}
.search_conditions .type_number .order_btn {
  margin-left: 19px;
  width: 40px;
}
.search_conditions .search_list {
  border: 1px solid #CCC;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.search_conditions .search_list:last-child {
  margin-bottom: 0;
}
.search_conditions .search_list a {
  display: inline-block;
}
.search_conditions .search_list li {
  margin-top: 22px;
  display: flex;
}
.search_conditions .search_list .search_list_pic {
  margin-left: 10px;
  margin-right: 8px;
  display: inline-block;
  width: 20px;
  flex-shrink: 0;
}
.search_conditions .search_list .search_list_close {
  display: inline-block;
  width: 12px;
  position: absolute;
  right: 15px;
  top: 15px;
}
.search_conditions .search_list .search_list_text {
  width: 76.4%;
  letter-spacing: -0.1px;
}
.search_conditions .search_list li:nth-of-type(2) .search_list_text {
   overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.search_conditions .search_list .search_list_next {
  display: inline-block ;
  width: 24px;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 4px;
}
/* ÈÎÇäÅ¹ */
.sale_shop {
  padding-top: 16px;
  display: none;
}
.sale_shop_list {
  margin: 0 16px 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #F1F1F1;
}
.orchid {
  width: 80px;
  height: 22px;
  background: #E00923;
  border-radius: 4px;
  color: #fff;
  line-height: 22px;
  text-align: center;
  margin: 16px;
}
.sale_shop_list .shop_name {
  font-size: 14px;
  font-weight: bold;
  line-height: 21px;
  margin-bottom: 8px;
}
.sale_shop_list .shop_name .text {
  display: inline-block;
  width: 91%;
  margin-right: 2.3%;
}
.sale_shop_list .shop_name .pic {
  display: inline-block;
  width: 20px;
  vertical-align: top;
  position: relative;
  top: 2px;
}
.sale_shop_list .shop_star {
  margin-right: 8px;
}
.sale_shop_list .shop_star img {
  width: 16px;
  margin-right: 5px;
  vertical-align: baseline;
}
.sale_shop_list .shop_star .number {
  font-size: 18px;
  font-weight: bold;
  line-height: 19px;
  color: #E00923;
}
.sale_shop_list .object_item_content {
  margin: 0;
}
.sale_shop_list .characteristic li {
  display: flex;
  width: 100%;
  font-weight: normal;
  padding-top: 0;
  line-height: 18px;
  margin-bottom: 2px;
}
.sale_shop_list .characteristic li span.sale_bold {
  font-weight: bold;
  flex-shrink: 0;
  width: 48px;
}
.sale_loop ul {
  display: flex;
  font-size: 12px;
  font-weight: 300;
  line-height: 15px;
  overflow-x:scroll;
  overflow-y:hidden;
  -webkit-overflow-scrolling:touch;
  padding-top: 16px;
}
.sale_loop ul::-webkit-scrollbar {  
  display: none;
  }
.sale_loop li {
  flex-shrink: 0;
  margin-right: 8px;
}
.sale_loop .pic {
  width: 76px;
  border-radius: 4px;
  margin-bottom: 8px;
  overflow: hidden;
}
.sale_loop .text span {
  font-size: 14px;
  font-weight: bold;
}
.sale_shop .free_iphone_btn a {
  margin-top: 16px;
}

/* ±ÜÍ÷ÍúÎò */
.day {
  margin: 24px 16px;
  position: relative;
  padding: 10px 0;
}
.day::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #D5D5D5;
  left: 0;
  top: 50%;
  margin-top: -0.5px;
}
.day span {
  display: inline-block;
  font-size: 12px;
  width: 74px;
  height: 22px;
  border-radius: 14px;
  background: rgba(0,0,0,0.5);
  position: absolute;
  text-align: center;
  line-height: 22px;
  color: #fff;
  left: 50%;
  margin-left: -37px;
  top: 50%;
  margin-top: -11px;
}
.continue a {
  background: #F8F8F8;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding: 10px 0 10px 13.7px;
  position: relative;
  margin-bottom: 16px;
}
.continue .pic {
  display: inline-block;
  width: 16.6px;
  margin-right: 9.7px;
}
.continue .pic img {
  width: 16.6px;
}
.continue .text {
  font-size: 12px;
  font-weight: 300;
  color: #4A90E2;
  display: inline-block;
  width: 798px;
  line-height: 16px;
}
.continue .disappear {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.continue .sp_disappear {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.continue .text span {
  color: #333;
}
.continue .more {
  color: #4A90E2;
  cursor: pointer;
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -8px;
  padding-left: 12px;
}
.box_roundWhite .new_notice {
  float: left;
  text-align: center;
  font-size: 12px;
  padding-top: 42px;
    float: right;
    margin-right: 14px;
}
.box_roundWhite .new_notice .pic {
  width: 20px;
  height: 18px;
  display: inline-block;
  margin-bottom: 9px;
}
.box_roundWhite .new_notice .btn {
  width: 130px;
  height: 32px;
  display: inline-block;
  background: #636363;
  font-weight: bold;
  text-align: center;
  line-height: 32px;
  margin-top: 12px;
  color: #fff;
  border-radius: 4px;
}
.box_roundWhite .new_notice .gray_btn {
  background: #F1F1F1;
  color: #9F9F9F;
}
.box_roundWhite .new_notice .stop,.search_list .notice+.stop {
  font-size: 14px;
  line-height: 18px;
  margin-top: 13px;
  color: #4A90E2;
  display: block;
}
.search_list .notice+.stop {
   text-align: right;
   padding-right: 21px;
}
#main .box_favoriteList .new_match>ul {
  width: 784px;
  float: left;
}
#main .box_favoriteList .new_match>ul li {
  width: 16.6%;
  padding: 0;
  margin: 10px 10px 0 14px;
}
#main .box_favoriteList .new_match li.last {
  margin-right: 10px;
}
.sp_continue a {
  align-items: flex-start;
  padding-right: 12px;
}
.continue .sp_disappear .more {
  padding: 0;
  position: relative;
  right: 0;
  color: #4A90E2;
}
.sp_continue .text {
  line-height: 18px;
}
.sp_continue .pic {
  position: relative;
  top: 2px;
}
.search_list .notice {
  display: flex;
  justify-content: space-between;
  margin-top: 18px;
  padding-right: 16px;
}
.search_list .notice li {
  display: flex;
  align-items: center;
  line-height: 36px;
  margin-top: 0;
}
.search_list .notice .pic {
  display: inline-block;
  width: 20px;
  height: 18px;
  margin-right: 10px;
  margin-left: 10px;
}
.search_list .notice .text {
  font-size: 12px;
}
.search_list .notice .btn {
  width: 49.2%;
  height: 36px;
  line-height: 36px;
  border-radius: 4px;
  background: #636363;
  text-align: center;
  font-size: 12px;
}
.search_list .notice .btn a {
  color: #fff;
  width: 100%;
  height: 100%;
}
.search_list .notice .btn.registered a {
  color: #9F9F9F;
}
.search_list .notice .btn.registered {
  background: #F1F1F1;
}
.newLike_inner {
  width: 960px;
  margin: 0 auto;
}
.newLike_inner #app_liteWrap {
  margin-top: 52px;
  margin-bottom: 3px;
}
.newLike_inner .list-top_TheTopNavi_wrap {
  margin-bottom: 3px;
}
#app_liteWrap img {
  width: auto;
}
#app_lite {
  margin: 0 !important;
}
.newLike_inner_spe .list-top_TheTopNavi_wrap {
  margin-bottom: 55px;
}
.consultation {
  display: flex;
  width: 100%;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  position: fixed;
  bottom: 0;
  left: 0;
  color: #333;
  background: rgba(255,255,255,0.9);
  box-shadow: 0 4px 16px rgba(0,0,0,0.16);
  padding: 12px 0;
  display: none;
}
.consultation a {
  display: inline-block;
  margin-top: 0;
  margin-right: 16px;
  margin-left: 24px;
  width: 61.3%;
  height: 46px;
  line-height: 46px;
  background: rgba(224,9,35,0.9);
  border-radius: 4px;
  color: #fff;
  text-align: center;
}
.consultation a span {
  top: 0;
}
.consultation p {
  text-align: center;
  line-height: 18px;
}
.consultation .num {
  font-size: 22px;
}
.consultation .prompt {
  margin-top: 3px;
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
}
.exceed {
  position: fixed;
  bottom: 86px;
  left: 50%;
  margin-left: -43.5%;
  width: 86.9%;
  padding: 14px 0;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: #000;
  opacity: 0;
  border-radius: 6px;
}
/* login */
.login .received_notice {
  display: block;
}
.login .received_notice .top {
  padding: 19px 16px 28px;
  margin-bottom: 0;
  margin-top: 10px;
}
.login .received_notice .top .pic {
  margin-bottom: 30px;
}
.login .received_notice .top .ask::before, .received_notice .top .ask::after {
  width: 25.66%;
}
.login .received_notice .content {
  padding: 32px 16px;
  background: #fff;
}
.login .received_notice .content .ask_allow p {
  font-size: 14px;
  line-height: 21px;
  text-align: justify;
}
.login .received_notice .content .ask_allow .choose label span {
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
}
.login .received_notice .content .ask_allow .choose input[type="radio"]:checked+label::before {
  margin-top: -11px;
}
.login .received_notice .content .ask_allow .choose input[type="radio"]:checked+label::after {
  margin-top: -6px;
}
.login .received_notice .content .send_btn {
  width: 288px;
  margin-bottom: 0;
}
.login .received_notice .promise {
  padding: 0 16px;
  padding-bottom: 52px;
  background: #fff;
}
.login #page {
  background: #FAFAFA;
}
.login #gFooter {
  margin-top: 0;
}
.login .received_notice .content .red_warn .pic {
  position: relative;
  top: -1px;
}
.login .received_notice .finish {
   padding: 43px 16px 105px;
}
.login .received_notice .finish .prompt {
  margin-bottom: 21px;
}
@media screen and (max-width:321px) {
  .search_list .notice .btn {
    width: 42%;
  }
  .search_list .notice .pic {
    margin-right: 4px;
  }
  #page .headerTop .top_btn {
    transform: scale(0.83);
    width: 34%;
  }
  .login .received_notice .top .ask::before, .received_notice .top .ask::after {
    width: 20.83%;
  }
}
@media screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2){
  .sale_shop_list .shop_name .text {
    width: 89%;
  }
  .object_item_content .object_content_text dl:last-of-type {
    margin-right: 4px;
  }
}

/* GOO_OPE_PRJ-12303 */
/* ¤ªµ¤¤ËÆþ¤êÊª·ï */
.adjust .object_item_content .object_content_text .ontological {
  border: 0;
}
.adjust .object_item_content .object_content_text .price_all {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #DBDBDB;
  padding-bottom: 4px;
  margin-bottom: 5px;
}
.adjust .object_item_content .object_content_text .priceAllTxt {
  flex: 1;
  font-size: 11px;
}
.adjust .object_item_content .object_content_text .priceAllTxt span {
  font-size: 14px;
  font-weight: bold;
}
.adjust .object_item_content .object_content_text .priceAllNum {
  font-size: 14px;
}
.adjust .object_item_content .object_content_text .priceAllNum span {
  color: #E00923;
  font-weight: bold;
  font-size: 35px;
  font-family: Helvetica,HiraKakuPro-W3, Osaka, "¥á¥¤¥ê¥ª",Meiryo, "£Í£Ó £Ð¥´¥·¥Ã¥¯",verdana, arial, sans-serif;
}
.adjust .object_item_content .object_content_text dd {
  font-size: 10px;
}
.adjust .object_item_content .object_content_text dd span {
  font-family: Helvetica,HiraKakuPro-W3, Osaka, "¥á¥¤¥ê¥ª",Meiryo, "£Í£Ó £Ð¥´¥·¥Ã¥¯",verdana, arial, sans-serif;
}
.adjust .object_item_content .object_content_text .ontological dt {
  font-weight: bold;
}
.adjust .object_item_content .object_content_text .ontological dt span {
  font-size: 10px;
  font-weight: normal;
}
.adjust .object_item_content .object_content_text dl:last-of-type {
  margin-right: 8px;
}
.adjust .object_item_content .object_content_text .ontological>dl {
  width: auto;
}
.adjust .object_item_bottom .object_item_txt li {
  display: inline-block;
}
.adjust .object_item_bottom .object_item_txt li:not(:last-of-type) {
  margin-right: 5px;
}
.adjust .object_item_bottom .object_item_data {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.adjust .object_item_bottom .object_item_data dl {
  min-width: 54px;
  text-align: center;
}
.adjust .object_item_bottom .object_item_data dl:not(:first-of-type) {
  margin-left: 4px;
}
.adjust .object_item_bottom .object_item_data dl.dataL {
  flex: 1;
}
.adjust .object_item_bottom .object_item_data dt{
  font-weight: bold;
  background-color: #F1F1F1;
  border-radius: 2px;
  padding: 3px 0;
}
.adjust .object_item_bottom .object_item_data dd {
  line-height: 1.4;
  margin-top: 4px;
  font-family: Helvetica,HiraKakuPro-W3, Osaka, "¥á¥¤¥ê¥ª",Meiryo, "£Í£Ó £Ð¥´¥·¥Ã¥¯",verdana, arial, sans-serif;
}
.adjust .object_item_bottom .object_item_data {
  
}
/* ¤ªµ¤¤ËÆþ¤êÈÎÇäÅ¹ */
.adjust .sale_loop_txt dd {
  font-size: 18px;
  font-weight: bold;
  display: flex;
  justify-content: end;
}
.adjust .sale_loop_txt span {
  font-size: 10px;
  color: #333;
  font-weight: normal;
}
.adjust .sale_loop_txt .txt_all dd {
  color: #E5111A;
}
@media screen and (min-width:400px) {
  .adjust .object_item_bottom .object_item_data dl {
    flex: 1;
  }
}
@media screen and (max-width:320px) {
  .adjust .object_item_content .object_content_text .priceAllTxt span {
    font-size: 13px;
  }
  .adjust .object_item_content .object_content_text .priceAllNum span {
    font-size: 28px;
  }
}
/* //GOO_OPE_PRJ-12303 */
