@charset "utf-8";

/************************************************
 import css
************************************************ */

.search_text { 
  color: gray;
  font-size: :4px;
}

/*クロスセル用*/
.raku2_upcross .up {
display: flex;
margin-top: 50px;
}
.up_text,
.up_img {
width: 50%;
font-size: 1.5em;
}
.up_text {
padding: 20px;
}
.raku2_upcross .kyouchou {
font-size: 1.5em;
}
.raku2_upcross .bold {
font-weight: bold;
}
.raku2_upcross .red {
color: red;
font-weight: bold;
}
.upcross_main_img {
width: 100%;
}

/*商品個別ページ用*/
#ins_catalog_caption_pc .red {
color: red;
font-weight: bold;
}