/* CSS Document */


/* --------------------------------------------------
ch
-------------------------------------------------- */

/* -------- travelPlans -------- */

.travelPlans .selectList li {
  width: 25%;
  margin: 0 10px;
  float: left;
  position: relative;
  background: #f8f5e9;
  padding-bottom: 25px;
  min-height: 220px;
}


/* --------------------------------------------------
smartPhone
-------------------------------------------------- */

@media screen and (max-width: 767px) {


	/* -------- travelPlans -------- */

  .travelPlans .selectList li {
    min-height: 110px;
  }

	
}
