@charset "UTF-8";
/*----------------------------------------------------------------------------*/
html{
    font-size: 62.5%;
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
    font: 1.5rem "ヒラギノ角ゴ Pro W3", Arial, san-serif;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    line-height: 1;
    word-wrap: break-word;
    height: 100%;
    margin: 0;
    padding: 0;
}
a{
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}
li{
    list-style:none;
}
img{
    vertical-align:bottom;
}
/* clearfix */
.cf::after {
    content: '';
    display: block;
    clear: both;
}
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    background-color: #ffffff;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote::before,
blockquote::after,
q::before,
q::after {
    content:'';
    content:none;
}

/*-----------------------------------
 記事
-----------------------------------*/
body {
    margin-right :auto;
    margin-left :auto;
    width: 900px;
    background-image: url(/pc/img/pc_back.png);
    background-attachment: fixed;
    position: relative;
}

#wrap{
    background-color: #ffffff;
    width: 600px;
    margin: 0 auto;
    padding-bottom: 10px;
}





.title_area {
    padding: 10px;
}

.article_date {
    font-size: 70%;
    color: #8d8d8d;
}

.article_title {
    font-weight: bold;
    font-size: 120%;
}

.content_area {
    padding: 10px;
    margin-bottom: 15px;
    line-height: 25px;
}

.page_img {
    margin-bottom: 25px;
}

.button_read li a {
    display: block;
    padding: 20px 10px;
    margin-top: 15px;
    background-color: #00B9EF;
    color: #ffffff;
    text-align: center;
}

.button_stamp li a {
    display: block;
    padding: 20px 10px;
    margin-top: 15px;
    background-color: #ff3366;
    color: #fff;
    text-align: center;
}

.already_read {
    display: block;
    padding: 10px 10px;
    margin-top: 15px;
    background-color: #00B9EF;
    color: #ffffff;
    text-align: center;
}

.no_data {
    padding: 10px;
    font-size: 120%;
    text-align: center;
}

.font_bold {
    font-weight: bold;
}

.ad_area,
.ad_area1,
.ad_area2,
.ad_area3,
.ad_area4,
.ad_area5,
.ad_area6,
.ad_area7,
.ad_area8 {
    text-align: center;
    left: 0;
    right: 0;
}

/*-----------------------------------
 Top
-----------------------------------*/
.header_banner {
    position: relative;
    width: 100%;
}

.header_return {
    position: absolute;
    top: 12px;
    right: 20px;
    height: 40%;
}

.article_top a {
    color: #000000;
}

#article_area ul {
    width: 100%;
}

#article_area li {
    margin: 2%;
    list-style-type:none;
    float: left;
    width: 46%;
    height: 210px;
    font-weight: bold;
    font-size: 90%;
}

#article_area li a {
    color: #000000;
}

#article_area:after {
    content: "";
    display: block;
    clear: both;
}

.company {
    float: left;
    width: 100%;
    height: 25px;
    padding-top: 15px;
    background-color: #00B9EF;
    font-size: 80%;
    text-align: center;
}

.company a {
    color: #ffffff;
}

.copyright {
    float: left;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #3298ff;
    font-size: 50%;
    text-align: center;
    color: #000000;
}

/*-----------------------------------
 スタンプ
-----------------------------------*/
.body_stamp {
    background-color: #ffef80;
    height: 150%;
    width: 100%;
}


.back_stamp{
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: url(/sp/img/back_stamp_0.png);
    background-repeat: no-repeat;
    background-size: 600px auto;
}

.ad_area_stamp {
    width: 100%;
    position: absolute;
    top: 78%;
    text-align: center;
    left: 0;
    right: 0;
}

.btn_area {
    position: absolute;
    top: 80%;
    height: 10%;
    text-align: center;
    left: 0;
    right: 0;
}

.btn_area img {
    height: 100%;
}

.get_disp {
    position: absolute;
    top: 80%;
    height: 5%;
    width: 100%;
    display: block;
    padding: 10px 10px;
    color: #ff0000;
    text-align: center;
    left: 0;
    right: 0;
    font-weight: bold;
}

.btn_com {
    position: absolute;
    top: 85%;
    height: 10%;
    text-align: center;
    left: 0;
    right: 0;
}

.btn_com img {
    height: 100%;
}

.copyright_stamp {
    position: absolute;
    top: 150%;
    width: 600px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #3298ff;
    font-size: 50%;
    text-align: center;
    color: #000000;
}
