#container{
margin-bottom: 10px;
}

#topcolumn {
    margin-top: 12px;
    padding: 0;
}
/* ---------------------------------------------------------
 frame
----------------------------------------------------------*/
.about_frame {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
.about_main_img{
    max-width: 1000px;
    width: 100%;
    text-align: center;
}
.about_main_img img {
    width: 224px;
    margin: 40px auto;
    padding-left: 25px;
}
.about_area {
    max-width: 325px;
    width: 100%;
    margin: 0 auto 128px;
    text-align: center;
}
.aboutTitle h1 {
    margin-bottom: 25px;
    font-size: 24px;
    color: #000000;
    line-height: 1.4;
    letter-spacing: .11em;
    text-align: center;
}
.about_area p {
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 1em;
}
.about_area p.en{
    letter-spacing: .06em;
}
/* ---------------------------------------------------------
     max-width: 1051px
----------------------------------------------------------*/
@media all and (max-width: 1051px) {
    .about_frame{
        padding-left: 12px;
        padding-right: 12px;
        width: auto;
    }
}

/* ---------------------------------------------------------
     max-width: 621px
----------------------------------------------------------*/
@media all and (max-width: 621px) {
    .about_main_img img {
        margin: 30px auto 50px;
    }
    .about_area{
        margin-bottom: 100px;
    }
}
/* ---------------------------------------------------------
     max-width: 361px
----------------------------------------------------------*/
@media all and (max-width: 361px) {
    .about_area {
        margin: 25 auto 20px;
    }
    .about_main_img img {
        width: 190px;
        margin: 25px auto 20px;
    }
    .aboutTitle h1 {
        margin-bottom: 20px;
        font-size: 20px;
    }
    .about_area p {
        font-size: 14px;
        line-height: 1.9;
        margin-bottom: 1em;
    }
}


/* ---------------------------------------------------------
 Team
----------------------------------------------------------*/
.separateNameContainer {
    margin: 0;
    background-color: #eaeaea;
}
.separateNameContainer .separateName {
    color: #000000;
    text-transform: none;
    padding: 0 22px;
    font-size: 18px;
    letter-spacing: 0.2em;
}
.teamList {
    display: block;
    overflow: hidden;
    margin-top: 54px;
}
.teamList li {
    float: left;
    width: 300px;
    height: auto;
    margin-right: 50px;
    margin-bottom: 50px;
    background: #f7f7f7;
    padding-bottom: 20px;
}
.teamList li.mR00,
.teamList li:last-child{
    margin-right: 0;
}
.teamList img{
    width: 100%;
}
.teamList h2 {
    padding: 10px 12px 5px 12px;
    font-size: 12px;
    color: #000000;
    font-family:'FOT-筑紫ゴシック Pro D', TsukuGoPro-D, sans-serif;
}
.teamList p {
    padding: 0px 12px 0 12px;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: .09em;
}

.teamList p a{
	color: #f28300;
	text-decoration: underline;
}
.teamList p a:hover{
	text-decoration: none;
}

/* ---------------------------------------------------------
     max-width: 1051px 3列
----------------------------------------------------------*/
@media all and (max-width: 1051px) {
    .about_frame{
        padding-left: 12px;
        padding-right: 12px;
        width: auto;
    }
    .teamList {
        margin-top: 45px;
    }
    .teamList li {
        width: 32%;
        margin-right:2%;
    }
    .teamList li:last-child{
        margin-right: 0;
    }
}
/* ---------------------------------------------------------
     max-width: 680px 2列
----------------------------------------------------------*/
@media all and (max-width: 680px){
    .teamList {
        margin-top: 40px;
    }
    .teamList li {
        width: 49%;
        margin-right:2%;
        margin-bottom: 2%;
    }
    .teamList li.mR00{
	    margin-right: 2%;
    }
    .teamList li:nth-of-type(2n+0){
        margin-right: 0;
    }
    .teamList li:last-child{
        float: none;
        clear: both;
    }
    #container{
        margin-bottom: 20px;
    }
}
/* ---------------------------------------------------------
     max-width: 440px 1列
----------------------------------------------------------*/
@media all and (max-width: 440px){
    .teamList {
        margin-top: 30px;
    }
    .teamList li {
        float: none;
        width: 100%;
        margin-bottom: 12px;
        margin-right: 0;
    }
    #container{
        margin-bottom: 0;
    }
}

/*ストアについて*/
.main_column .store_frame{
    width: 280px;
}

.store_frame .aboutTitle h1{
    font-size: 19px;
    letter-spacing:.09em;
    text-align: left;
}

.store_frame .about_area{
    text-align: left;
    margin-bottom: 60px;
}

.store_frame .about_main_img img{
    width: 190px;
    height: auto;
    margin: 15px auto 40px;
    padding-left: 20px;
}

/* ---------------------------------------------------------
     max-width: 361px
----------------------------------------------------------*/
@media all and (max-width: 361px) {
    .main_column .store_frame{
        width: 240px;
    }
    .store_frame .aboutTitle h1{
        font-size: 18px;
        letter-spacing:.08em;
    }
    .store_frame .about_main_img img{
        width: 160px;
        height: auto;
        margin: 10px auto 30px;
    }

}