@charset "UTF-8";

/* recruit_menu */
#recruit_menu {
    display: block;
}

#recruit_menu>a {
    width: 100%;
    height: 80px;
}

/* message */
#message>section {
    display: inline-block;
}

#message>section>section:nth-child(1) {
    margin: 0 auto;
}

#message>section>section:nth-child(2) {
    margin: 60px auto 0;
}

/* offerbox */
#offerbox>div.artwork>img {
    height: 45px;
    width: auto;
}

#form-link {
    display: block;
}

#form-link>a {
    font-size: 1rem;
}

#form-link span {
    font-size: 1.2rem;
    width: 200px;
}

#form-link img {
    width: 30px;
    padding: 15px 0 10px 15px;
}
