body {
    background-color: white;
    width: 100%;
    min-width: 1200px
}

h3 {
    font-weight: bolder;
    margin-top: 20px;
    margin-bottom: 25px;
}


.main_body {
    display: flex;
    width: 1200px;
    padding: 20px 40px 0;
    margin: 0 auto;
}

.header_all {
    width: 100%;
    min-width: 1200px;
    background-image: url(gourmet_camp_image/top.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px 0px;
}

.header_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

.logo {
    flex-basis: 12em;
}

header h2 {
    margin: 40px auto 0;
}

.header_list {
    display: flex;
    list-style-type: none;
    display: flex;
}


.header_list a {
    text-decoration: none;
    color: white;
    margin-left: 30px;
    flex-basis: 150px;
}

.header_list last:child a {
    margin-right: 0px;
}

.header_all h2 {
    text-align: center;
}

.search {
    width: 900px;
    background-color: rgb(255, 255, 255, 0.60);
    font-size: larger;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 70px 20px 50px;
    margin: 10px auto;
    text-align: left;
}

.search_label {
    margin-right: 10px;
    font-weight: bold;
    width: 125px;
    text-align: center;
}

.input {
    background-color: white;
    width: 380px;
    padding: 10px 0px 10px 10px;
    text-align: left;
    font-size: 12px;
    border: solid 1px grey;
    text-align: left;
    height: 35px;
}

.buttom {
    background-image: url(gourmet_camp_image/icon07.png);
    padding: 5px 5px 5px 25px;
    background-repeat: no-repeat;
    background-position: 3px center;
    background-color: red;
    color: white;
    opacity: 1;
    border: solid 1px #80808052;
    margin-left: 10px;
    border: solid 1px black;
}

/*body*/

.left_side {
    margin-right: 40px;
    margin-right: 50px;
    width: 800px;
}

section {
    margin-bottom: 40px;
}


main h2 {
    border-bottom: solid 2px red;
    margin-bottom: 20px;
    line-height: 40px;
    vertical-align: center;
}

.recommend {
    background-image: url(gourmet_camp_image/icon01.png);
    background-repeat: no-repeat;
    padding-left: 50px;
}

.recommend_list {
    display: flex;
    flex-wrap: wrap;
}


.recommend_word {
    display: block;
    border: solid 1px #80808052;
    padding: 5px 7px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.recommend a {
    text-decoration: none;
    color: black;
    text-align: center;
}


/*hot_spot*/
.hot_spot {
    background-image: url(gourmet_camp_image/icon02.png);
    background-repeat: no-repeat;
    padding-left: 50px;
}

.hot_spot a::before {
    content: ">";
    color: orange;
}

.spot_spot a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.hot_spot ul {
    margin: 10px;
}

.spot_list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 83px;
    font-size: 12px;
}

.hot_spot a {
    text-decoration: none;
    color: black;
    margin-bottom: 7px;
}

/*genre«*/
.main_genre {
    background-image: url(gourmet_camp_image/icon03.png);
    background-repeat: no-repeat;
    padding-left: 50px;
}

.genre_icon {
    display: flex;
}

.main_genre li {
    width: 150px;
    list-style-type: none;
    text-align: center;
    border: solid 1px #80808052;
    margin: 5px;
}

/*particular*/
.particular {
    background-image: url(gourmet_camp_image/icon04.png);
    background-repeat: no-repeat;
    padding-left: 50px;
}

.particular ul {
    display: flex;
    flex-wrap: wrap;
}


.particular_list {
    display: flex;
    flex-wrap: wrap;
}

.particular_word {
    display: block;
    border: solid 1px #80808052;
    padding: 5px 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

/*writer*/
.writer {
    background-image: url(gourmet_camp_image/icon05.png);
    background-repeat: no-repeat;
    padding-left: 50px;
}

.writer h3 {
    text-align: center;
    font-size: larger;
    margin: 10px;
}

.writer span {
    margin-left: 20px;
    font-size: smaller;
}

.writer ul {
    display: flex;
    /* justify-content: center; */
    gap: 20px;
}

.writer li {
    border: solid 1px #80808052;
    background-color: #f5f5f5;
    padding: 5px;
}

.writer img {
    width: 100%;
}

/*review*/
.review {
    background-image: url(gourmet_camp_image/icon06.png);
    background-repeat: no-repeat;
    padding-left: 50px;
}

.review h3 {
    font-size: larger;
    /*margin: 5px 0px;*/
}

.review h4 {
    font-size: larger;
    font-weight: bolder;
    margin: 5px 0px;
}

.review_man {
    padding-left: 70px;
    padding-top: 15px;
    background-image: url(gourmet_camp_image/icon08.png);
    background-repeat: no-repeat;
    background-position: 0 45%;
    align-items: center;
    height: 90px;
    border-bottom: solid 1px black;
}

.review_woman {
    padding-left: 70px;
    padding-top: 15px;
    background-image: url(gourmet_camp_image/icon09.png);
    background-repeat: no-repeat;
    background-position: 0 45%;
    align-items: center;
    height: 90px;
    border-bottom: solid 1px black;
}

.review_paragrah {
    height: 180px;
}

.review ul {
    display: flex;
    /* justify-content: center; */
    gap: 20px;
}

.review_article li {
    /* margin-left: 10px; */
}

.review li {
    border: solid 1px #80808052;
    width: 364px;
    padding: 10px;
    background-color: #f5f5f5;
}

.review img {
    /* margin: 10px; */
    width: 167px;
}

.review_image {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.right_side {
    width: 270px;
}

.outline {
    border: solid 2px #f5f5f5;
}

.acount {
    border: solid 20px #fffff0;
    /*opacity: 0.6;*/
    padding: 10px;
}

.acount div {
    background-image: url(gourmet_camp_image/icon09.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 70px;

}

.acount dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.acount_paint_dd {
    border-bottom: solid 1px #f5f5f5;
    border-top: solid 1px #f5f5f5;
    width: 50%;
    padding: 20px 0px 20px 0px;
    text-align: right;
}

.acount_point {
    background-image: url(gourmet_camp_image/icon10.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    border-bottom: solid 1px #f5f5f5;
    border-top: solid 1px #f5f5f5;
    width: 50%;
    padding: 20px 0px 20px 35px;
}

.acount_rank {
    background-image: url(gourmet_camp_image/icon11.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    padding: 20px 0px 10px 35px;
}

.acount_rank_dd {
    padding: 20px 0px 10px;
    text-align: right;
}

.acount img {
    margin-top: 20px;
}

.right_side_banner img {
    margin-top: 20px;
}

footer {
    border-top: solid 2px #80808033;
}

.footer {
    display: flex;
    justify-content: center;
}

.footer li {
    margin: 40px 20px;
}

footer small {
    display: block;
    text-align: center;
    background-color: #dcd5d5;
    padding: 20px 0px;
}
