@charset "utf-8";
/* CSS Document */

img {width: 100%;}

header {
    width: 100%;
}
header#topheader {
    height: auto;
    background: none;
}
header h1 a {
    width: 100%;
    height: auto;
    background: none;
}

/* ---- */
main {
    width: 100%;
    margin: 0 auto;
}
ul#tp_uplist {
    margin: 10px 0;
    text-align: center;
}
ul#tp_uplist li a {
    width: 329px;
    height: 329px;
}
ul#tp_point4 {
    margin: 10px 0;
    text-align: center;
}
ul#tp_point4 li {
    display: inline-block;
    width: 100%;
    height: auto;
}
ul#tp_point4 li#point1 { background: none;}
ul#tp_point4 li#point2 { background: none;}
ul#tp_point4 li#point3 { background: none;}
ul#tp_point4 li#point4 { background: none;}

h2#h2_stg, h2#h2_staff, h2#h2_pnt {
    width: 100%;
    height: auto;
    background: none;
}
ul#stg li a {
    display: inline-block;
    width: 100%;
    height: auto;
    margin-top: 15px;
}
ul#stg li#stg01 a { background: none;}
ul#stg li#stg02 a { background: none;}
ul#stg li#stg03 a { background: none;}

h2#h2_staff { background: none;}

ul#staff li {
    display: inline-block;
    width: 100%;
    height: auto;
}
ul#staff li#stf01 { background: none;}
ul#staff li#stf02 { background: none;}
ul#staff li#stf03 { background: none;}
ul#staff li#stf04 { background: none;}


/**/

footer {
    background: #00a2e5;
    color: #fff;
    text-align: center;
    padding: 20px 0 40px;
}

/**/

.mb { display: inherit;}
