body {
    min-width: 0;
}

img {
    max-width: 100%;
    height: auto;
}

.common_section > .content {
    width: auto;
}


#side_nav {
	display: none;
}

#hellogoodbye_works {
    display: block;
}


/* ------------------------------------------------------------------------
    01 main image
------------------------------------------------------------------------  */
.common_section#main_image .content .book_info {
    width: 200px;
    right: -20px;
}

#main_image h1 {
    margin: 0 -40px;
}
#main_image .content {
    padding-bottom: 0;
}
.common_section#main_image .content .book_info {
    position: static;
    width: auto;
    text-align: center;
    padding-top: 10px;
}
.common_section#main_image .content .start_arrow {
    display: none;
}
.content.content_main{
	height: auto;
	max-height: none;
	min-height: auto;
	margin-bottom: 20px;
}
.main_image_logo img{
	height: auto;
}

/* ------------------------------------------------------------------------
    02_1 about hello
------------------------------------------------------------------------  */
.common_section#about_hello { 
    background-image: none;
}

#about_hello li {
    float: none;
    width: auto;
    padding-left: 200px;
    margin: 0 20px 30px 20px;
}

#about_hello li:first-child {
    margin: 0 20px 30px 20px;
}

#about_hello .image {
    float: left;
    margin-left: -200px;
    width: 180px;
}

#about_hello .title {
    padding-top: 0;
}

#about_hello .sample_link {
    padding-top: 20px;
}

/* ------------------------------------------------------------------------
    03_1 about team
------------------------------------------------------------------------  */
.common_section#about_team { 
    background-image: none;
}

.common_section#about_team section {
    padding-top: 70px;
    padding-left: 210px;
    padding-bottom: 40px;
}

.common_section#about_team section:nth-child(even) {
    margin-left: 0;
}

.common_section#about_team section:nth-child(odd) {
    margin-right: 0;
}

.common_section#about_team .team .title {
    top: 20px;
    right: 0;
    left: 215px;
    padding-left: 25px;
}

.common_section#about_team .avatar {
    width: 180px;
    height: 180px;
    border-radius: 90px;
}

.common_section#about_team .avatar .img {
    width: 170px;
    border-radius: 85px;
}

/*------------------------------------------------------------------------
    04_2 about works
------------------------------------------------------------------------  */

.common_section#about_works h2 { 
    display: block;
    width: 90%;
    margin: 0 auto;
    text-align: left; 
    padding-bottom: 50px;
}

.common_section#about_works .prev_button,
.common_section#about_works .next_button {
    display: block;
}

/* ------------------------------------------------------------------------
    05_2 inquiry
------------------------------------------------------------------------  */
.common_section#about_inquiry { 
    background-image: url('../img/05_2_bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    background-attachment: fixed;
}

.common_section#about_inquiry > .content { 
    height: 600px;
    position: relative;
	margin-left: -100px;
}

.common_section#about_inquiry .mail_button {
    position: absolute;
}

.common_section#about_inquiry .title {
    position: absolute;
}

/* ------------------------------------------------------------------------
    06 about recruit
------------------------------------------------------------------------  */
.common_section#about_recruit .event_text {
    width: 90%;
	margin: auto;
}

.common_section#about_recruit dl dd {
	margin-left: -20px;
}



/* ------------------------------------------------------------------------
    footer
------------------------------------------------------------------------  */
.common_section#footer .content {
    text-align: center;
}
.common_section#footer .copyright {
    text-align: left;
	width: auto;
}

.common_section#footer .footer_social_share {
    display: block;
}




