@charset "utf-8";
img{
    vertical-align: bottom;
}
/*ボディここから*/
#wrapper{
    min-width: 1500px;
    margin: 0 auto;
    background-image: url("../img/leaf/about.png");
    background-repeat: no-repeat;
    background-position: 88% 86%;/*横　縦*/
}
/*ヘッダーここから*/
.logo{
    width: 100px;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 50px;
    padding-right: 60px;
}
.g_nav ul{
    width: 750px;
    margin: 0 auto;
    margin-bottom: 100px;
    overflow: hidden;
}
.g_nav ul li{
    width: 150px;
    text-align: center;
    float: left;
}
.g_nav ul li a{
    color: #000;
    text-decoration: none;
    font-size: .9em;
    font-weight: normal;
}
.g_nav a:hover{
    color: #777;
}/*ヘッダーここまで*/
/*メインここから*/
main h2{
    width: 60px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 100px;
    font-size: 1.1em;
    line-height: 3;
    border-bottom: solid 1px;
}
.flower{
    width: 960px;
    margin: 0 auto;
    margin-bottom: 130px;
    overflow: hidden;
}
#about_us{
    width: 380px;
    padding-left: 80px;
    margin-bottom: 100px;
    float: left;
}
.flower dl{
    width: 380px;
    padding-right: 80px;
    margin-bottom: 100px;
    float: right;
}
.about_title{
    width: 380px;
    line-height: 1.4;
    font-size: 1.1em;
    margin-bottom: 25px;
    border-bottom: dashed 1px;
}
.about_preserved{
    line-height: 2;
    font-size: .9em;
    margin-bottom: 30px;
    border-bottom: solid 1px;
}
.attention{
    line-height: 2;
    font-size: .9em;
    margin-bottom: 30px;
    border-bottom: solid 1px;
}/*メインここまで*/
/*ページトップへ戻る*/
#pagetop{
    text-align: center;
	margin-bottom:100px;
}
/*フッターここから*/
footer{
    min-width: 1500px;
    margin: 0 auto;
    line-height: 30px;
    background-color: #999;
}
.snsbtn{
    list-style: none;
    text-align: right;
    margin-right: 70px;
    padding-top: 20px;
    overflow: hidden;/*.twitter.instagramのヒドゥン*/
}
.twitter{
    width: 26px;
    margin-right: 40px;
    float: right;
}
.instagram{
    width: 26px;
    float: right;
}
.f_box{
    overflow: hidden;/*.f_nav ul.f_flower.copyrightのヒドゥン*/
}
.f_nav{
    width: 500px;
}
.f_nav ul{
    padding-top: 20px;
    overflow: hidden;/*.shop_info.privacy.tokuteishouのヒドゥン*/
    float: left;
}
.f_nav li{
    margin-left: 30px;
}
.shop_info{
    width: 70px;
    float: left;
}
.privacy{
    width: 140px;
    float: left;
}
.tokuteishou{
    width: 170px;
    float: left;
}
.f_nav li:before {
    content: url("../img/arrows/arrow_mini.png");
    padding-right: 5px;
}
.f_nav a{
    text-decoration: none;
    text-align: left;
    color: #000;
    font-size: .8em;
}
.f_flower{
    width: 120px;
    padding-left: 230px;
    padding-right: 380px;
    padding-bottom: 50px;
    float: left;
}
.copyright{
    width: 300px;
    font-size: .8em;
    padding-top: 20px;
    float: right;
}/*フッターここまで*/
/*ボディここまで*/