@charset "UTF-8";

/* iTunes box */
div.itunes-box {
    margin: 1em 0;
    border: 1px solid #999;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

div.itunes-box p {
    line-height: 1.2;
}

div.itunes-box span.kitunes-artistname {
    font-size: smaller;
}

/* link box */
div.link-box {
    position: relative;
    padding: 10px;
    margin: 1em 0;
    border: 1px solid #999;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    ⁄zoom: 1;
}
div.link-box:after {
    content: '';
    display: block;
    clear: both;
}

div.link-box>div {
    display: block;
    float: left;
    margin-right: 20px;
    zoom: 1;
    width: 132px;
    height: 100px;
    -web-kit-box-shadow: rgb(51, 51, 51) 0px 1px 2px;
    box-shadow:  rgb(51, 51, 51) 0px 1px 2px;
    background-position: 0px 0px;
    background-repeat: no-repeat no-repeat;
}
div.link-box>div>a {
    display: block;
    width: 132px;
    height: 100px;
}
div.link-box>div>p {
    margin: 0;
}