/* @group ntz css reset */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none
}

strong, b {
    font-weight: 700
}

em, i {
    font-style: italic
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption, th, td {
    text-align: left;
    font-weight: 100
}

textarea {
    overflow: auto
}

button {
    cursor: pointer;
    padding: 0
}

button::-moz-focus-inner {
    border: 0;
}

input[type="checkbox"], input[type="radio"], input.radio, input.checkbox {
    vertical-align: text-top;
    width: 13px;
    height: 13px;
    padding: 0;
    margin: 0;
    position: relative;
    overflow: hidden;
    top: 2px
}

a {
    text-decoration: none;
    color: #4f81bd
}

a:hover {
    text-decoration: underline
}

:focus {
    outline: 0
}

a:focus {
    outline: 0
}

/* extra IE fixing

------------------------------------------------------------- */

.ie7 img {
    -ms-interpolation-mode: bicubic;
}

.ie7 button {
    width: 1;
    overflow: visible
}

.ie6 button {
    width: 1;
    overflow: visible
}

.clearfix:before,
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix:after {
    clear: both;
}

.lte7 .clearfix {
    zoom: 1;
}

/* IE < 8 */

.leftalign, .alignleft {
    float: left
}

.rightalign, .alignright {
    float: right
}

/* @end */

body {
    background: url(bg.png) center top no-repeat;
    padding: 5px;
    font-family: 'Noto Sans', Arial, Helvetica, sans-serif;
    font-size: 16px
}

.jp-audio {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -180px auto 0 -210px;
}

#wrap2 {
    background: url(bg.png) center center no-repeat;
    margin: 0 auto;
    height: 800px;
    position: relative;
    width: 1000px
}

em {
    position: fixed;
    right: 0;
    bottom: 0;
    text-align: right;
    line-height: 150%;
    padding: 10px;
    font-size: 80%;
}

div.jp-type-playlist div.jp-playlist a {
    display: inline-block;
    width: 90%;
}

@media screen and (max-device-width: 900px), (max-width: 900px) {
    .jp-audio {
        margin-top: -160px;
    }
}

@media screen and (max-device-height: 380px), (max-height: 380px) {
    .jp-audio {
        margin: 10px auto;
        position: inherit;
        top: inherit;
        left: inherit;
    }

    .jp-audio .jp-type-playlist .jp-toggles {
        left: 305px;
    }
}

@media screen and (min-device-height: 310px), (min-height: 310px) {
    .jp-audio {
        width: inherit;
    }
}

@media screen and (max-device-width: 380px), (max-width: 380px) {
    .jp-audio {
        margin: -180px auto 0 -158px;
        width: 315px;
    }

    .jp-audio .jp-type-playlist .jp-toggles {
        left: 206px;
    }
}
