@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

ul, ol {
    list-style: none;
}

ul, ol, li, h1, h2, h3, h4, h5, h6, dl, dt, dd, a, strong {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    font-weight: bold;
}

div {
    margin: 0;
    padding: 0;
}

img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

img, a img {
    position: relative;
    line-height: 0;
    border: none;
}

table {
    letter-spacing: 1px;
}

iframe {
    border: none;
}

strong {
    font-weight: bold;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    text-decoration: none !important;
}

html, body {
    zoom: 1;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    line-height: 1.6;
    letter-spacing: -.1px;
    font-weight: normal;
    font-size: 62%;
    color: #000;
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro','メイリオ',Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    -webkit-text-size-adjust: 100%;
    background: #fff;
    text-align: center;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

#wrapper{
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: auto;
}

#content_wrapper {
    position: relative;
    top: 0;
    padding: 20px 20px;
    width: 680px;
    height: auto;
    margin: 0 auto;
}

section {
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 30px;
}

#code_box {
    width: 378px;
    height: 124px;
    margin: 0 auto;
    border: 1px solid #000;
    font-size: 20px;
    font-weight: bold;
    padding: 30px;
}

#notice p {
    font-size: 20px;
    text-align: left;
    padding-left: 20px;
    letter-spacing: -2.1px;
}

.cd_detail {
    position: absolute;
}

.button_amazon {
    position: absolute;
    right: 48px;
}
.button_hp {
    position: absolute;
    bottom: 45px;
    left: 23px;
}
.button_twitter {
    position: absolute;
    bottom: 45px;
    right: 60px;
}
.url {
    position: absolute;
    font-size: 1.5rem;
    font-weight: bold;
}
.url a {
    color: #fff;
}


footer {
    font-size: 16px;
    padding-top: 10px;
}