
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, table, tbody, tfoot, thead, tr, th, td{
    font-family: 'Noto Sans JP', sans-serif;
}
body{
    background: url('https://s3-ap-northeast-1.amazonaws.com/ownly/cp/sample_recipt/bg.gif');
    color: #060c0c;
}

.fangate_container .fangate_entry_button a, .common_button a, #entry_button_area a, #entry_button_area input[type="submit"], #confirm_button_area input[type="button"]{
    background-color: #ab941d;
    display: inline-block;
    padding: 1em 2em 1.15em 2em;
    box-shadow: 0 -5px 0 rgba(0, 0, 0, 0.3) inset;
    border-radius: 60px;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 36px;
    width: 500px;
}


#footer {
    background-color: #fff;
    padding-bottom: 110px;
}
#footer .copyright, .not_affiliated, #footer .poweredBy a, #footer .poweredBy a span {
    font-size: 14px;
}
#push{
    display: none;
}
#wrap{
    margin: 0;
}
.not_affiliated {
    margin: 0px 0 -38px 0;
}

#main_caption{
    text-align: left;
    width: 980px;
    font-size: 18px;
}
#main_caption .box--recipt,
#main_caption .box--guide{
    background: #fff;
    border-radius: 42px;
    padding: 30px;
    margin-bottom: 30px;
    margin-top: 50px;
}
#main_caption .box--recipt h3,
#main_caption .box--guide h3{
    text-align: center;
    padding: 0.75em 1em;
}
#main_caption .box--recipt h4,
#main_caption .box--guide h4{
    display: inline-block;
    background: #060c0c;
    color: #fff;
    padding: 0.05em 1.5em;
    margin: 1.5em 0 0.5em 0;
    font-weight: normal;
}
#main_caption .box--recipt ul{
    list-style: disc;
    margin: 0 0 2em 1.5em;
}

#campain_link {
    text-align: center;
    margin: 50px 0 30px;
}
#campain_link a {
    display: none;
}
#campain_link li.sort_mypost {
    float: none;
}
#campain_link li.sort_mypost::before {
    content: url(https://s3-ap-northeast-1.amazonaws.com/ownly/cp/sample_recipt/page_main_sample-recipt-midashi03.png);
    display: inline-block;
    text-align: center;
    padding: 0.75em 1em;
    font-size: 18px;
}

#timeline {
    padding: 0 30px 30px;
    width: 980px;
    margin: 0 auto;
}

#timeline_list .box {
    box-shadow: 1px 1px 3px #ddd;
}
#timeline_list .box .post_areaname span {
    display: block;
    padding: 8px 16px;
    margin: 0 0 13px 0;
}

.post_list_loader img{
    filter: invert(40%) sepia(0%) saturate(2%) hue-rotate(144deg) brightness(158%) contrast(83%);
}

#entry_button_area{
    position: fixed;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    left: 0;
    z-index: 1000;
    padding: 15px 0 8px;
}
#entry_button_area .entry_button_area_in {
    padding-bottom: 0 !important;
}

#page-top {
    z-index: 1001;
}