@charset "utf-8";
.g_nav ul{
    margin-bottom: 100px;/*index.htmlは50px*/
}/*ヘッダーここまで*/
/*メインここから各CSS*/
main{
    position: relative;
}
main h2{
    width: 70px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 100px;
    font-size: 1.1em;
    line-height: 3;
    border-bottom: solid 1px;
}
.access_box{
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
}
#access{
    width: 380px;
    padding-left: 80px;
    margin-bottom: 150px;
    float: left;
}
.access_box ul{
    width: 400px;
    padding-right: 40px;
    margin-bottom: 40px;
    list-style: none;
    float: right;
}
.access_title{
    width: 350px;
    font-size: 1.1em;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: dashed 1px;
}
.access_list{
    line-height: 2;
    font-size: .9em;
}
.access_list_tel span{
    padding-left: 38px;
}
.access_list span{
    padding-left: 20px;
}
.leaf{
    position: absolute;
    top: 380px;/*左と下、mainにrelativeつけてる場合*/
    left: 250px;
    /*top: 600px;*//*左と下、.access_boxにrelativeつけてる場合*/
    /*left: 160px;*//*学校では160px*//*家では280px*/
    /*top: 560px;*//*左と下、#accessにrelativeつけてる場合*/
    /*left: 150px;*//*学校では150px*//*家では250px*/
}
/*Googleマップ*/
.map dt{
    font-weight: normal;
    font-size: 1.1em;
    margin-bottom: 10px;
}
.map{
    width: 800px;
    margin: 0 auto;
    margin-bottom: 150px;
}
/*メインここまで*/