<style>.exempt_ad { display: none; }</style>


<style type="text/css">

@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Allura|Slabo+27px');

@font-face
{
font-family: はんなり明朝;
src: url('https://cdn.leafscape.be/hannari/hannari_web.woff')
     format("woff");
}

body {
    color: #fff;
    font-size: 12px;
    font-family: 'Slabo 27px', 'STHeitiSC-Light', 'Microsoft YaHei', gulim, メイリオ, sans-serif;
    line-height: 200%;
    letter-spacing: 2px;
    margin: 0;
}

a {
    background: #18161a;
    color: #fff;
    text-decoration: none;
}

a:hover, active {
    position: relative;
    top: 0;
    opacity: .7;
}

h1 {
    font-family: はんなり明朝;
    font-size: 30px;
    margin: 20px 0 0;
    line-height: 150%;
    font-weight: 200;
    position: relative;
    bottom: 10px;
    text-shadow:0px 0px 15px #fff;
    text-align: right;
}

h1 p {
    font-family: 'Slabo 27px', 'STHeitiSC-Light', 'Microsoft YaHei', gulim, メイリオ, sans-serif;
    margin: 0 10px;
    padding: 0;
    font-size: 12px;
    line-height: 100%;
}

h2 {
    font-family: Allura;
    font-weight: 200;
    font-size: 26px;
    margin: -25px 0 15px;
}

h3 {
    font-family: Allura;
    font-weight: 200;
    font-size: 16px;
    margin: 15px 0;
    border-bottom: solid 1px #fff;
    display: inline-block;
}

b {
    border-bottom: double 3px #fff;
}

.back{
    content:"";
    display:block;
    top:0;
    left:0;
    z-index:-1;
    width: 100%;
    height: 100%;
        -webkit-background-size: cover;
    position:fixed;
    background:url(https://alicex.jp/data/oneblock/img/oneblock_upld_74.jpg) center/cover no-repeat;
}

.back::before{
    background-color: rgba(46,41,48,.4);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
}

.wrp {
    max-width: 400px;
    margin: 50px auto 10px;
    padding: 20px 50px 10px 20px;
}

.top {
    line-height: 300%;
}

.top a {
    margin: 5px;
    padding: 5px 10px;
}

.text {
    background: rgba(46,41,48,.8);
    padding: 15px;
}

.text a {
    color: #d8bfd8;
    background: none;
}

</style>