.ab_park_recipe-signup__box {
}
.ab_park_recipe-signup__box dt {
  text-align: center;
  color: #004099;
  font-size: 15px;
  margin: 5px 0 0;
  line-height: 1.5em;
  font-weight: bold;
}
.ab_park_recipe-signup__box dd {
  padding: 10px 0 0 0;
}
.ab_park_recipe-signup__box .ab_park_recipe-signup__btn-howto {
  text-align: center;
}
.ab_park_recipe-signup__box li {
  padding: 10px 0 0 0;
}

.ab_park_recipe-signup__box__inner {
  border: solid 2px #fff;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.35);
  padding: 8px;
  margin: 0 3% 1%;
  text-align: center;
}
.ab_park_recipe-signup__box__inner > ul {
  text-align: center;
}
.ab_park_recipe-signup__box__inner .btn-entry input.btn-submit {
  display: inline;
}

.btn-entry input.btn-submit {
  width: 280px;
  height: 45px;
  background: url(/park/img/sp/recipe/btn_signup.png) no-repeat center 0;
  background-size: 100%;
  border: none;
  overflow: hidden;
  text-indent: -9999px;
  display: block;
  cursor: pointer;
}

.ab_park_recipe__main-box header {
  margin-bottom: 10px;
}
.ab_park_recipe__main-box header:before, .ab_park_recipe__main-box header:after {
  content: "";
  display: block;
}
.ab_park_recipe__main-box header:after {
  clear: both;
}

.SearchArea {
  margin-bottom: 15px;
}
.SearchArea .SearchArea-inner {
  background: #f2f2f2;
  border-radius: 8px;
  border: 2px solid #ffffff;
  padding: 15px 0 3px 10px;
}
.SearchArea .ab_park_recipe_search-refine:before, .SearchArea .ab_park_recipe_search-refine:after {
  content: "";
  display: block;
}
.SearchArea .ab_park_recipe_search-refine:after {
  clear: both;
}
.SearchArea .ab_park_recipe_search-refine dt {
  float: left;
  margin: 0 3% 0 0;
  width: 17%;
}
.SearchArea .ab_park_recipe_search-refine dd {
  width: 79%;
  float: left;
}
.SearchArea .ab_park_recipe_search-refine dd:before, .SearchArea .ab_park_recipe_search-refine dd:after {
  content: "";
  display: block;
}
.SearchArea .ab_park_recipe_search-refine dd:after {
  clear: both;
}
.SearchArea .SearchName {
}
.SearchArea .SearchName div {
  margin-bottom: 10px;
}
.SearchArea .SearchName select {
  width: 70%; /* width: 80%; 2020.11 */
  /* width: calc( 100% - 3em); 2020.11 */
  padding: 5px;
  border-radius: 4px;
  border: 1px solid #cccccc;
}
.SearchArea .SearchName span {
  width: 36px;
  float: left;
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
  text-align: left;
  padding: 8px 0 0;
}
.SearchArea .SearchName.ab_park_recipe_search-submit {
  width: auto;
  margin: 15px 0 0;
}
.SearchArea .SearchName .food-submit {
  width: 206px;
  padding: 5px;
  border-radius: 4px;
  background: #004099;
  border: none;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
}
.SearchArea .ab_park_recipe_search-sort {
  margin: 15px 0 0;
}
.SearchArea .ab_park_recipe_search-sort:before, .SearchArea .ab_park_recipe_search-sort:after {
  content: "";
  display: block;
}
.SearchArea .ab_park_recipe_search-sort:after {
  clear: both;
}
.SearchArea .ab_park_recipe_search-sort dt {
  float: left;
  margin: 0 10px 0 0;
}
.SearchArea .ab_park_recipe_search-sort dd {
  width: 206px;
  float: left;
}
.SearchArea .ab_park_recipe_search-sort .SearchSort {
  padding-top: 5px;
}
.SearchArea .ab_park_recipe_search-sort .SearchSort:before, .SearchArea .ab_park_recipe_search-sort .SearchSort:after {
  content: "";
  display: block;
}
.SearchArea .ab_park_recipe_search-sort .SearchSort:after {
  clear: both;
}
.SearchArea .ab_park_recipe_search-sort .SearchSort li {
  float: left;
  width: 85px;
  margin: 0 0 12px;
}
.SearchArea .ab_park_recipe_search-sort .SearchSort li:before {
  content: "";
  padding: 0 0 0 22px;
  border-left: solid 1px #cccccc;
}
.SearchArea .ab_park_recipe_search-sort .SearchSort li:after {
  content: "";
  padding: 0;
}
.SearchArea .ab_park_recipe_search-sort .SearchSort li:nth-child(odd):before {
  content: "";
  border-left: none;
  padding: 0 0 0 0;
}
.SearchArea .ab_park_recipe_search-sort .SearchSort li a {
  font-size: 13px;
	text-decoration-line: underline; /* 2020.11 */
}
.SearchArea .ab_park_recipe_search-sort .SearchSort li a.current {
  color: #004099;
  font-weight: bold;
	text-decoration-line:none; /* 2020.11 */
}

.RecipeList {
  background: #ffffff;
  border-radius: 4px;
  padding: 2px 0px 2px;
}

.ab_park_recipe_list {
  color: #ffffff;
  text-align: right;
  margin: 0 3px;
}
.ab_park_recipe_list .ab_park_recipe_list__top {
  background: #f5a16e;
  padding: 10px 20px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.ab_park_recipe_list .ab_park_recipe_list__bottom {
  background: #f5a16e;
  padding: 10px 20px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ab_park_recipe_list .ab_park_recipe_list__regist-number {
  display: inline-block;
}
.ab_park_recipe_list ul {
  display: inline-block;
}
.ab_park_recipe_list ul li {
  display: inline-block;
  margin-right: 5px;
}
.ab_park_recipe_list ul li:last-child {
  margin-left: 20px;
  margin-right: 0;
}
.ab_park_recipe_list ul li a {
  text-decoration: underline;
  color: #ffffff;
}
.ab_park_recipe_list ul li a:hover {
  text-decoration: none;
}

.ab_park_recipe_list__main-box {
  padding: 20px 0 0 8px;
}
.ab_park_recipe_list__main-box ul:before, .ab_park_recipe_list__main-box ul:after {
  content: "";
  display: table;
}
.ab_park_recipe_list__main-box ul:after {
  clear: both;
}
.ab_park_recipe_list__main-box ul li {
  margin: 0 8px 20px 0;
  border-bottom: solid 1px #ccc;
}
.ab_park_recipe_list__main-box ul li:last-child {
  border-bottom: 0 none;
  margin-bottom: 0;
}
.ab_park_recipe_list__main-box .cach {
  font-size: 10px;
  margin-bottom: 10px;
}

.ab_park_recipe_list__ttl-name {
  background: url(/park/img/sp/recipe/line_dot.gif) repeat-x 0 bottom;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.ab_park_recipe_list__ttl-name h5 {
  font-size: 13px;
  font-weight: bold;
  text-align: left;
  padding-right: 50px;
}
.ab_park_recipe_list__ttl-name .ab_park_recipe_list__btn-del {
  position: absolute;
  bottom: 6px;
  right: 0;
  font-size: 10px;
  border-radius: 6px;
  border: 1px solid #b5b5b5;
}
.ab_park_recipe_list__ttl-name .ab_park_recipe_list__btn-del a {
  background: url(/park/img/sp/recipe/icon_delete.png) no-repeat 5px center;
  background-size: 8px 8px;
  padding: 5px 5px 5px 16px;
  display: block;
}

.ab_park_recipe_list__detail:before, .ab_park_recipe_list__detail:after {
  content: "";
  display: table;
}
.ab_park_recipe_list__detail:after {
  clear: both;
}
.ab_park_recipe_list__detail dt {
  float: left;
  margin-right: 3%;
  width: 40%;
}
.ab_park_recipe_list__detail dt img {
  width: 100%;
  height: auto;
}
.ab_park_recipe_list__detail dd {
  float: left;
  width: 56%;
  font-size: 10px;
  line-height: 1.3em;
}
.ab_park_recipe_list__detail dd p {
  padding: 0 0 0 16px;
  vertical-align: top;
  margin-bottom: 8px;
  min-height: 15px;
}
.ab_park_recipe_list__detail dd p.ab_park_recipe_list__text {
  padding: 0 0 0 0;
}
.ab_park_recipe_list__detail dd p:before, .ab_park_recipe_list__detail dd p:after {
  content: "";
  display: table;
}
.ab_park_recipe_list__detail dd p:after {
  clear: both;
}
.ab_park_recipe_list__detail dd p span {
  display: block;
  overflow: hidden;
}
.ab_park_recipe_list__detail dd p span:first-child {
  float: left;
  width: 5em;
  position: relative;
}
.ab_park_recipe_list__detail dd p span:first-child:after {
  content: ':';
  position: absolute;
  top: 0;
  right: 3px;
}
.ab_park_recipe_list__detail dd .ab_park_recipe_list__lv {
  background: url(/park/img/sp/recipe/icon_star.gif) no-repeat 0px 0px;
  background-size: 10px 10px;
}
.ab_park_recipe_list__detail dd .ab_park_recipe_list__timer {
  background: url(/park/img/sp/recipe/icon_timer.gif) no-repeat 0px 0px;
  background-size: 10px 10px;
}
.ab_park_recipe_list__detail dd .ab_park_recipe_list__rgday {
  background: url(/park/img/sp/recipe/icon_rgday.gif) no-repeat 0px 0px;
  background-size: 10px 10px;
}

.ab_park_omise_bnr {
  text-align: center;
  margin: 15px 0 0;
}

.ab_park_recipe__bottom .ab_park_recipe_new {
  background: #ffffff;
  border-radius: 4px;
  padding: 5px 10px;
  margin: 15px 0 0;
}
.ab_park_recipe__bottom .ab_park_recipe_new h3 {
  text-align: center;
}
.ab_park_recipe__bottom .ab_park_recipe_new ul li {
  border-top: solid 1px #cccccc;
  padding: 10px 0px;
}
.ab_park_recipe__bottom .ab_park_recipe_new ul li dl dt {
  width: 100%; /* width: 140px; 2020.11 */
  /* float: left; 2020.11 */
}
.ab_park_recipe__bottom .ab_park_recipe_new ul li dl dt > img { /* 2020.11 */
  width: 100%;
  height: auto;
}
.ab_park_recipe__bottom .ab_park_recipe_new ul li dl dd {
  /* height: 87px; 2020.11 */
  display: table; /* display: table-cell; 2020.11 */
  /* vertical-align: middle; 2020.11 */
  width: 100%; /* 2020.11 */
}
.ab_park_recipe__bottom .ab_park_recipe_new ul li dl dd img { /* 2020.11 */
  display: table-cell;
  padding: 6px 6px 0 0;
}
.ab_park_recipe__bottom .ab_park_recipe_new ul li dl dd span {
  display: table-cell; /* display: block; 2020.11 */
  /* margin: 3px 0 0; */
	padding: 4px 0 0 0; /* 2020.11 */
	width: 100%; /* 2020.11 */
	font-size: 16px; /* 2020.11 */
	font-weight: bold; /* 2020.11 */
	line-height: 1.2em; /* 2020.11 */
	vertical-align: middle; /* 2020.11 */
}
.ab_park_recipe__bottom .ab_park_recipe_rank {
  background: #ffffff;
  border-radius: 4px;
  padding: 5px 10px;
  margin: 15px 0 0;
}
.ab_park_recipe__bottom .ab_park_recipe_rank h3 {
  text-align: center;
}
.ab_park_recipe__bottom .ab_park_recipe_rank ul li {
  border-top: solid 1px #cccccc;
  padding: 10px 0px;
}
.ab_park_recipe__bottom .ab_park_recipe_rank ul li dl dt {
  width: 100%; /* width: 140px; 2020.11 */
  /* float: left; 2020.11 */
}
.ab_park_recipe__bottom .ab_park_recipe_rank ul li dl dt > img { /* 2020.11 */
  width: 100%;
  height: auto;
}
.ab_park_recipe__bottom .ab_park_recipe_rank ul li dl dd {
  /* height: 87px; 2020.11 */
  display: table; /* display: table-cell; 2020.11 */
  /* vertical-align: middle; 2020.11 */
  width: 100%; /* 2020.11 */
}
.ab_park_recipe__bottom .ab_park_recipe_rank ul li dl dd img { /* 2020.11 */
  display: table-cell;
	padding: 2px 6px 0 0;
}
.ab_park_recipe__bottom .ab_park_recipe_rank ul li dl dd span {
  display: table-cell; /* display: block; 2020.11 */
  /* margin: 10px 0 0; 2020.11 */
  padding: 4px 0 0 0; /* 2020.11 */
  width: 100%; /* 2020.11 */
  font-size: 16px; /* 2020.11 */
  font-weight: bold; /* 2020.11 */
  line-height: 1.2em; /* 2020.11 */
  vertical-align: middle; /* 2020.11 */
}

.ab_park_recipe_delete_box .ab_park_recipe_delete_box__inner {
  background-color: #fff;
  border-radius: 6px;
  padding: 20px 8px 15px 8px;
}
.ab_park_recipe_delete_box .ab_park_recipe_delete_box__inner.is-complete {
  background: #fff url(/park/img/sp/recipe/deletebox_bg.png) no-repeat 0 0;
  background-size: 100%; /* background-size: 300px 110px; 2020.11 */
  padding: 20px 10px 15px;
}
.ab_park_recipe_delete_box .ab_park_recipe_delete_box__inner.is-complete .ab_park_recipe__btn {
  width: 280px;
  margin: 0 auto; /* 2020.11 */
}
.ab_park_recipe_delete_box .ab_park_recipe_delete_box__inner.is-complete li {
  float: none;
  margin: 10px 0 0;
  text-align: center; /* 2020.11 */
}
.ab_park_recipe_delete_box .ab_park_recipe_delete_box__inner .ab_park_recipe_del-text {
  border-top: solid 1px #ccc;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #004099;
  padding: 15px 0;
}
.ab_park_recipe_delete_box .ab_park_recipe_btnset-area {
  overflow: hidden;
  text-align: center; /* 2020.11 */
}
.ab_park_recipe_delete_box .ab_park_recipe_btnset-area ul { /* 2020.11 */
  display: inline-block;
}
.ab_park_recipe_delete_box .ab_park_recipe_btnset-area li {
  float: left;
  margin: 0 0 0 10px;
}
.ab_park_recipe_delete_box .ab_park_recipe_btnset-area li:first-child {
  margin: 0 0 0 0;
}
.ab_park_recipe_delete_box .ab_park_recipe_btnset-area li:first-child .ab_park_recipe__btn {
  background: url(/park/img/sp/recipe/arrow_01.png) no-repeat 96% center #004099;
  background-size: 10px 16px;
}
.ab_park_recipe_delete_box .ab_park_recipe_btnset-area li .ab_park_recipe__btn {
  width: 135px;
  background: url(/park/img/sp/recipe/arrow_01.png) no-repeat 96% center #666;
  background-size: 10px 16px;
  border: 0 none;
  border-radius: 6px;
  padding: 10px 0;
  color: #fff;
  text-align: center;
  cursor: pointer;
  display: block;
  font-size: 12px;
}
.ab_park_recipe_delete_box .ab_park_recipe_btnset-area li input {
  font-weight: bold;
}
.ab_park_recipe_delete_box .ab_park_recipe_btnset-area li a {
  display: block;
}
.ab_park_recipe_delete_box .ab_park_recipe_del-text-complete {
  text-align: center;
  font-size: 15px;
  color: #004099;
  margin: 30px 0 50px 0;
}
p.ab_park_bottom-content__gold.js-loggedIn,
p.ab_park_bottom-content__gold.js-notLoggedIn {
    margin-left: 3%;
}
p.ab_park_bottom-content__gold.js-loggedIn {
    /* width: 70%; 2020.11 */
}


/* ---- ▼▼追記分▼▼ ---- */
.ab_park_top-content .ab_park_top-content__inner,
.ab_park_bottom-content .ab_park_bottom-content__inner {
  width: 100%;
}
.ab_park_top-content__box {
  margin: 0 3%;
}
.ab_park_bottom-content__inner .ab-panels-area {
  height: auto;
  margin: 0 3%;
  overflow: hidden;
}
.ab-panels-area:after {
	content: "";
	clear: both;
	overflow: hidden;
	display: block;
	width: 100%;
	height: 1px;
}
.ab_park_bottom-content .ab_park_bottom-content__inner .ab_park_bottom-content__ttl-recommend {
  margin-left: 3%;
  margin-right: 0;
}
.ab_park_top-content .ab-panels-area > li > a .panel-ttl {
    bottom: 1%;
    box-sizing: border-box;
}
.ab_park_top-content .ab-panels-area > li > a .panel-ttl > p {
    box-sizing: border-box;
    display: block;
}

.ab_park_bottom-content .ab-panels-area > li a img{
	width: 100%;
	height: auto;
	display: block; /* 2020.11 */
}
.ab_park_bottom-content .ab-panels-area > li {
    width: 100%; /* width: 48%; 2020.11 */
    height: auto; /* height: 34.543vw; 2020.11 */
    float: left;
    position: relative!important;
    margin: 5% 0 0 0; /* margin: 2% 1% 0; 2020.11 */
    left: 0!important;
    top: 0!important;
}
.ab_park_top-content .ab-panels-area > li.widebnr,
.ab_park_bottom-content .ab-panels-area > li.widebnr {
    width: 98%;
    height: auto;
    margin-left: 1%;
    margin-right: 1%;
    clear: both;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.ab_park_top-content .ab_park_arrow--round2 {
  background-position: 7px center;
}
/* ---- ▲▲追記分▲▲ ---- */
