#release_info {
    width: 100%;
    margin: 0 auto
}

#release_info dl {
    border: 1px solid #eaebdd;
    width: 94%;
    margin: 15px auto 0;
    padding: 0;
    background: #fff;
    border-radius: 8px;
    overflow: hidden
}

#release_info dl dt .news-title {
    color: #2c4256;
    font-weight: 700;
    border-bottom: #019cf6 2px solid;
    padding: 8px;
    background: #fff;
    width: 100%;
    display: table
}

#release_info dl dt .news-title p {
    display: table-cell
}

#release_info dl dt .news-title time {
    display: table-cell;
    font-size: .9em;
    padding-right: 8px
}

#release_info dl dd {
    padding: 12px
}

#release_info dl dd img,
#release_info dl dd img.info-img {
    padding: 10px 0;
    display: block;
    margin: 10px auto
}

#release_info dl dd h4 {
    padding: 0 0 4px;
    margin: 20px auto 10px;
    font-size: 1.1em;
    font-weight: 700;
    color: #2c4256;
    border-bottom: 4px solid #e0f3fa;
    width: 100%;
    line-height: 1.4em
}

#release_info dl dd p {
    margin: 2% 0
}

#release_info dl dd strong {
    color: #ff354d;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1.6em
}

#release_info dl dd b {
    font-style: italic;
    font-size: 1.1em;
    font-weight: 700;
    line-height: 1.4em
}

#release_info dl dd em {
    font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif, 'Microsoft Yahei';
    font-weight: 700
}

#release_info #request_box {
    background: #f8f9f0;
    width: 100%;
    padding: 10px;
    margin: 25px auto 0;
    border-top: #2c4256 4px solid
}

#release_info #request_box h3 {
    background: 0 0;
    border: 0;
    color: #2c4256;
    font-weight: 700;
    padding: 0;
    width: 100%;
    font-size: 1.4em;
    text-shadow: none;
    margin: 10px auto;
    clear: both;
    text-align: center
}

#release_info #request_box dl.notes_list {
    background: #fff;
    width: 100%;
    border: 1px solid #eaebdd;
    position: relative;
    margin: 0 auto
}

#release_info #request_box dl.notes_list dt {
    font-weight: 700;
    text-align: center;
    padding-bottom: 10px
}

#release_info #request_box dl.notes_list dd {
    padding: 8px 12px
}

#release_info #request_box dl.notes_list dd strong {
    font-weight: 700
}

#release_info #request_box dl.notes_list dd span {
    font-size: 14px;
    text-align: center;
    display: block
}

#release_info #request_box dl.notes_list dd img.pig {
    position: absolute;
    right: 80px;
    bottom: 140px
}

.info-btn {
    border-radius: 4px;
    border: 1px solid #66ba04;
    background: #86cc00;
    background: -moz-linear-gradient(top, #86cc00 0, #86cc00 100%);
    background: -webkit-linear-gradient(top, #86cc00 0, #86cc00 100%);
    background: linear-gradient(to bottom, #86cc00 0, #86cc00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#86cc00', endColorstr='#86cc00', GradientType=0);
    box-shadow: 0 3px 0 0 #86cc00;
    color: #444;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin: 0 auto 15px;
    text-shadow: 0 1px 0 #86cc00;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center
}

.info-btn:hover {
    background: #86cc00;
    background: -moz-linear-gradient(top, #86cc00 0, #86cc00 100%);
    background: -webkit-linear-gradient(top, #86cc00 0, #86cc00 100%);
    background: linear-gradient(to bottom, #86cc00 0, #86cc00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#86cc00', endColorstr='#86cc00', GradientType=0)
}

#information {
    width: 100%;
    margin: 0 auto 20px;
    background: #fff;
    padding: 15px 15px 20px;
    font-size: .9em
}

#information .TRUSTe_link {
    width: 100%;
    text-align: right;
    margin: -6% 0 3%
}

#information .TRUSTe_link img {
    width: 30%
}

#information .list_table {
    margin: 0 auto
}

#information .list_table dl {
    width: 100%;
    border: 1px solid #eaebdd;
    border-bottom: 0
}

#information .list_table dl dt,
#information .list_table dl:last-child {
    border-bottom: #eaebdd solid 1px
}

#information .list_table dl dt {
    width: 100%;
    padding: 15px;
    background: #f8f9f0
}

#information .list_table dl dd {
    padding: 15px
}

#information .list_table dl dd p {
    margin: 6px 0
}

#information p {
    margin-bottom: 15px
}

#information p.update {
    margin: 0 0 20px;
    text-align: right
}

#information .agreement h3,
#information .policy h3 {
    font-size: 1.2em;
    color: #2c4256;
    margin: 6% auto 2%;
    line-height: 1.4em;
    padding: 0 0 2%;
    border-bottom: #eff0e5 solid 4px;
    font-weight: 700
}

#information .agreement p,
#information .policy p {
    width: 96%;
    margin: 8px auto
}

#information .agreement ol,
#information .policy ol {
    width: 84%;
    margin: 0 auto 16px 10%;
    counter-reset: number
}

#information .agreement ol li,
#information .policy ol li {
    margin: 8px auto
}

#information .agreement ol li::before,
#information .policy ol li::before {
    counter-increment: number;
    content: counter(number) ".";
    color: #2c4256;
    font-weight: 700;
    margin: 0 0 0 -20px
}

#information .agreement ul,
#information .policy ul {
    width: 90%;
    margin: 0 auto 16px;
    counter-reset: number
}

#information .agreement ul li,
#information .policy ul li {
    margin: 8px auto
}