/* reset */
article, aside, footer, header, nav, section {
    display: block;
}

a, article, caption, div, dl, dt, footer, h1, h2, h3, h4, h5, h6, header, hgroup, html, img, label, li, nav, ol, p, section, span, strong, table, tbody, td, tfoot, th, thead, time, tr, ul, input, button {
    border: 0;
    margin: 0;
    padding: 0;
    outline: 0;
    font-size: 100%;
    color: inherit;
    -webkit-text-size-adjust: none;
}

h1, h2, h3, h4, h5, h6, header {
    font-weight: bold;
}

* {
    /* Remove 'orange-box' from Android WebView */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input {
    -webkit-appearance: none;
}

body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

body {
    /* Disable selection/Copy of UIWebView */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 28px;
    background: #f8f6f6;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    color: #000;
}

img {
    height: auto;
    border: 0;
    vertical-align: middle;
}

ul, ol {
    list-style: none;
}

header {
    margin-bottom: 6%;
}

header img {
    width: 100%;
}

ul li {
    text-align: center;
    width: 92%;
    padding: 4% 4% 0;
}

ul li h2 {
    margin-bottom: 2%;
}

ul li h2 img {
    width: 60%;
}

ul li .button {
    width: 60%;
}

ul li.nstore {
    background-image: url(../images/bg/nstore.png);
    background-size: 100% 100%;
    padding: 8% 4% 6%;
}

ul li hr {
    border-bottom: 1px solid #cbc9c9;
    border-top: 2px solid #fff;
    border-left: 0;
    border-right: 0;
    margin: 4% 0 0 0;
}
