@charset "UTF-8";

/* ::: lineup common :::: */
/* mainTtl */
.mainTtl {
  padding-top: 40px;
}

/* descItem */
.descItem {
  margin-bottom: 20px;
  line-height: 1.8;
  font-size: 16px;
}

/* recmmendRecipe */
.recmmendRecipe {
  margin: 0 10px 10px 10px;
  padding: 15px 0 10px 0;
  border: 1px solid #9a9a9a;
}

.recmmendRecipe h4 {
  margin: 0 15px 15px 15px;
}

.recmmendRecipe h4 img {
  width: 100%;
}

.recmmendRecipe h5 {
  margin: 0 15px 15px 15px;
  text-align: center;
  line-height: 1.6;
  font-size: 16px;
}

.recmmendRecipe .recipeImg {
  margin-bottom: 10px;
  width: 100%;
}

.recmmendRecipe .btnRecipeDetail img {
  width: 100%;
}

/* item */
.item {
  margin: 30px 15px 0 15px;
  padding-bottom: 20px;
}

/* itemImg */
.itemImg {
  margin-bottom: 20px;
}

.itemImg img {
  width: 100%;
}


/* ::: cookingsauces lineup :::: */
/* itemNotes */
.seasoningLineup .itemNotes {
  margin-bottom: 25px;
  padding: 15px;
  border: 1px solid #969696;
  line-height: 1.6;
  font-size: 12px;
}

/* itemImg */
.seasoningLineup .itemImg {
    /*padding: 30px 22% 15px 22%;*/
    padding: 30px 20.49% 15px 20.49%;
}

/* h3 */
.seasoningLineup h3 {
  margin: 0 10px;
}
.seasoningLineup h3 img {
  width: 100%;
}

/* itemPoint */
.seasoningLineup .itemPoint {
  margin-bottom: 10px;
  font-size: 19px;
}

/* item01 */
.seasoningLineup .item01 {
  margin: 0 15px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #181919;
}

.seasoningLineup .item01 .itemPoint {
  color: #f00;
}

/* item02 */
.seasoningLineup .item02,
.seasoningLineup .item03,
.seasoningLineup .item04,
.seasoningLineup .item05 {
  margin: 0 15px;
  padding-top: 45px;
  border-bottom: 1px dashed #181919;
  padding-bottom: 20px;
}
.seasoningLineup .item05 {
    border-bottom: none;
}
.seasoningLineup .item01 .itemPoint{
    color: #16a80e;
}
.seasoningLineup .item02 .itemPoint{
    color: #fa8700;
}
.seasoningLineup .item03 .itemPoint{
    color: #069a46;
}
.seasoningLineup .item04 .itemPoint{
    color: #27539b;
}
.seasoningLineup .item05 .itemPoint {
  color: #de0127;
}


/* ::: tomato lineup :::: */
/* mainTtl */
.tomatoLineup .mainTtl {
  padding-bottom: 15px;
}

/* listPageAnchor */
.tomatoLineup .listPageAnchor {
  margin: 0 18px 20px 18px;
}

.tomatoLineup .listPageAnchor:before,
.tomatoLineup .listPageAnchor:after {
  content: " ";
  display: table;
}

.tomatoLineup .listPageAnchor:after {
  clear: both;
}

.tomatoLineup .listPageAnchor li {
  float: left;
  width: 47%;
  margin-bottom: 12px;
  list-style: none;
}

.tomatoLineup .listPageAnchor li:nth-child(odd) {
  margin-right: 6%;
}

.tomatoLineup .listPageAnchor a {
  display: block;
}

.tomatoLineup .listPageAnchor img {
  width: 100%;
}

/* item */
.tomatoLineup .item {
  border-top: 1px dotted #ff1e00;
}

.tomatoLineup .item:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}

/* h3 */
.tomatoLineup .item h3 {
  margin: 45px 30px 25px 30px;
}

.tomatoLineup .item:first-of-type h3 {
  margin-top: 25px;
}

.tomatoLineup .item h3 img {
  width: 100%;
}

/* recmmendRecipe */
.tomatoLineup .recmmendRecipe  h5 {
  color: #f72400;
}

.tomatoLineup .recmmendRecipe .btnRecipeDetail {
  margin: 0 7px;
}

/* linkOtherRecipe */
.tomatoLineup .linkOtherRecipe {
  margin: 20px 10px 0 0;
  text-align: right;
}


/* ::: babyleaf lineup :::: */
/* mainTtl */
.leafLineup .mainTtl {
  padding-bottom: 15px;
}

/* listPageAnchor */
.leafLineup .listPageAnchor {
  margin: 0 17px 60px 17px;
}

.leafLineup .listPageAnchor:before,
.leafLineup .listPageAnchor:after {
  content: " ";
  display: table;
}

.leafLineup .listPageAnchor:after {
  clear: both;
}

.leafLineup .listPageAnchor li {
  float: left;
  width: 50%;
  margin-bottom: 2px;
  list-style: none;
}

.leafLineup .listPageAnchor a {
  display: block;
}

.leafLineup .listPageAnchor img {
  width: 100%;
}

/* item */
.leafLineup .item {
  border-top: 1px dashed #969696;
}

.leafLineup .item:first-of-type {
  border-top: none;
}

.leafLineup .item:last-of-type {
  padding-bottom: 0;
  /*border-bottom: none;*/
}

/* h3 */
.leafLineup .item h3 {
  margin: 45px 0 25px 0;
}

.leafLineup .item#babysaladaspinach h3,
.leafLineup .item#babykale h3 {
  margin-top: 15px;
}

.leafLineup h3 img {
  width: 100%;
}

/* notesItemImg */
.leafLineup .notesItemImg {
  margin-bottom: 30px;
  text-align: center;
  color: #646464;
  font-size: 11px;
}

.itemImg + .notesItemImg {
  margin-top: -25px;
}

/* itemNotes */
.leafLineup .itemNotes {
  margin-bottom: 20px;
  line-height: 1.8;
}

.leafLineup #babyleafmix .itemNotes {
  color: #3a9d06;
}

.leafLineup #italian .itemNotes {
  color: #ff7300;
}

.leafLineup #babysaladaspinach .itemNotes {
  color: #b54cac;
}

.leafLineup #babykale .itemNotes {
  color: #00b4ed;
}

/* itemNutrition */
.itemNutrition {
  margin-bottom: 25px;
  padding: 15px;
  border: 1px solid #969696;
  font-size: 12px;
}

/* recmmendRecipe */
.leafLineup .recmmendRecipe {
  margin-left: 0;
  margin-right: 0;
}

.leafLineup #babyleafmix .recmmendRecipe h5 {
  color: #36b400;
}

.leafLineup #babysaladaspinach .recmmendRecipe h5 {
  color: #b54cac;
}

.leafLineup #babykale .recmmendRecipe h5 {
  color: #00b4ed;
}

.leafLineup #italian .recmmendRecipe h5 {
  color: #ff7300;
}

.leafLineup .recmmendRecipe .btnRecipeDetail {
  margin: 0 7px;
}

/* linkOtherRecipe */
.leafLineup .linkOtherRecipe {
  margin: 20px 10px 0 0;
  text-align: right;
}
