.offcanvas {
    background-color: #eeffbb;
}

body {
    background-color: #404;
}

.container {
    max-width: 992px;
}

div.main {
    background-color: #fff;
    border-left: solid 2px #ffff00;
    border-right: solid 2px #ffff00;
}

footer {
    text-align: center;
}

h1 {
    font-size: x-large;
}

h2.gal-title {
    font-size: 24px;
    border-left: 15px solid red;
    border-bottom: 1px solid red;
    padding: 6px;
    border-radius: 0px 0px 0px 10px;
}

h1 a:link {
    text-decoration: none;
    color: yellow;
}

h1 a:hover {
    text-decoration: none;
    color: yellow;
}

h1 a:visited {
    color: yellow;
}

a:link.caution {
    color: white;
}

a:visited.caution {
    color: white;
}

/*
 * アフィリエイトボタン共通デザイン
*/
/*
div.aff-button {
    width: 80px;
    text-align: center;
}

div.aff-button a:link {
    display: block;
    text-decoration: none;
}

div.aff-button a:hover {
    display: block;
    background-color: black;
    color: #ffff00;
}

div.aff-button a:visited {
    display: block;
}


/* ここまで */

div.btnFanza {
    position: relative;
    background-color: #ffeeee;
    border: ridge 4px #ff0000;
    width: 70px;
    text-align: center;
    font-size: small;
    font-weight: bold;
    margin-left: 5px;
}

div.btnFanza a:link {
    display: block;
    text-decoration: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

div.btnFanza a:hover {
    display: block;
    background-color: #880000;
    color: #ffff00;
}

div.btnFanza a:visited {
    display: block;
}

div.btnDvd {
    position: relative;
    background-color: #eeeeee;
    border: ridge 4px #888888;
    width: 70px;
    text-align: center;
    font-size: small;
    font-weight: bold;
    margin-left: 5px;
}

div.btnDvd a:link {
    display: block;
    text-decoration: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

div.btnDvd a:hover {
    display: block;
    background-color: black;
    color: #ffff00;
}

div.btnDvd a:visited {
    display: block;
}

div.btnBluray {
    position: relative;
    background-color: #eeeeff;
    border: ridge 4px #0000ff;
    width: 70px;
    text-align: center;
    font-size: small;
    font-weight: bold;
    margin-left: 5px;
}

div.btnBluray a:link {
    display: block;
    text-decoration: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

div.btnBluray a:hover {
    display: block;
    background-color: #000044;
    color: #ffff00;
}

div.btnBluray a:visited {
    display: block;
}

div.btnMgs {
    position: relative;
    background-color: #ffeeff;
    border: ridge 4px #880088;
    width: 70px;
    text-align: center;
    font-size: small;
    font-weight: bold;
    margin-left: 5px;
}

div.btnMgs a:link {
    display: block;
    text-decoration: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

div.btnMgs a:hover {
    display: block;
    background-color: #770077;
    color: #ffff00;
}

div.btnMgs a:visited {
    display: block;
}

div.btnDuga {
    position: relative;
    background-color: #eeffee;
    border: ridge 4px #00ff00;
    width: 70px;
    text-align: center;
    font-size: small;
    font-weight: bold;
    margin-left: 5px;
}

div.btnDuga a:link {
    display: block;
    text-decoration: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

div.btnDuga a:hover {
    display: block;
    background-color: #004400;
    color: #ffff00;
}

div.btnDuga a:visited {
    display: block;
}

div.aff-fanza {
    color: #dd0000;
    font-weight: bokd;
    border: solid 2px #ff0000;
    background-color: #ffeeee;
}

div.aff-duga {
    color: #00dd00;
    font-weight: bold;
    border: solid 2px #00ff00;
    background-color: #eeffee;
}

div.aff-mgs {
    color: #0000dd;
    font-weight: bold;
    border: solid 2px #0000ff;
    background-color: #eeeeff;
}

div.aff-dvd {
    color: #dddd00;
    font-weight: bold;
    border: solid 2px #ffff00;
    background-color: #ffffcc;
}

div.aff-blu-ray {
    color: #0000dd;
    font-weight: bold;
    border: solid 2px #0000aa;
    background-color: #ddddff;
}
*/
