@charset "UTF-8";
/* CSS Document */
/*===================================================
    土台作成用CSS(スマホ)
===================================================*/
/*//////////////////////////////////////////////////
    Base set
///////////////////////////////////////////////////*/
html, body {
    min-width: 320px;
    min-height: 650px;
}

/* --------------------------------------------------
    header
-------------------------------------------------- */

/* --------------------------------------------------
    main
-------------------------------------------------- */
article {
    padding: 45px 10px;
}
/* --------------------------------------------------
    footer
-------------------------------------------------- */
footer ul,
footer p {
    float: none;
    text-align: center;
}
footer ul {
    margin-bottom: 5px;
}
/*//////////////////////////////////////////////////
    共通パーツ
///////////////////////////////////////////////////*/
