@charset "UTF-8";
.top_art01 {
    background: url("images/top_art01_img02.png") no-repeat center bottom;
    padding-bottom: 450px;
}
.top_art01 .ilbmid10 li {
    width: 390px;
    background: #F8F7F8;
    padding: 5px 15px;
}
.top_art02 .container {
    background: url("images/top_art01_img03.png") no-repeat right top;
}
.top_art03 .container {
    background: url("images/top_art03_img01.png") no-repeat left top;
}
.footer_01 {
    background: url("images/shared/footer_bg.png") repeat-x center top, linear-gradient(#FFF8DD 0%, #FFF8DD 50%, #ED858C 50%, #ED858C 100%);
    padding-top: 90px;
}
.footer_01 section {
    margin-left: 20px;
}
.underbox01 section {
    padding: 5px 20px;
    border-radius: 2em;
}
.underbox01 header {
    width: 100%;
}
.underbox02 li p {
    background: #F8F7F8;
}
.underbox03 .more-btn a {
    min-width: 0;
}
@media only screen and (max-width: 800px) {
    .top_art01 .ilbmid10 li {
        width: 100%;
        background: #F8F7F8;
        padding: 5px 15px;
    }
    .top_art01 {
        background: url("images/top_art01_img02.png") no-repeat center bottom /contain;
        padding-bottom: 140px;
    }
    .top_art02 .container {
        background: none;
    }
    .top_art03 .container {
        background: none;
    }
    .footer_01 {
        background: url("images/shared/footer_bg.png") repeat-x center top /contain, linear-gradient(#FFF8DD 0%, #FFF8DD 30px, #ED858C 30px, #ED858C 100%);
        padding-top: 90px;
		padding-bottom: 65px;
    }
    .footer_01 section {
        margin-left: 0;
    }
	.underbox01 section {
    display: inline-block;
}
}