
.blog_background {
    background-color: #060302;
}
.blog_contents .blog_header a {
    vertical-align: baseline !important;
    color: #fff !important;
}
.blog_contents .blog_header a:link, .blog_contents .blog_header a:visited {
    color: #fff !important;
    text-decoration: none !important;
}
.blog_contents .blog_header a:hover {
    color: #fcc !important;
}
.blog_header {
    background: none;
    color: #fff;
    text-shadow: #c60 -1px 1px 7px,#c60 2px 2px 7px,#c60 2px -1px 7px,#c60 -1px -1px 2px;
}
.sub_wide, .sub_short {
    background: rgba(255,255,255,.85);
    border: none !important;
    border-radius: 0px;
    border-radius: 5px;
    margin-left: 5px;
    margin-right: 5px;
}
.sub_wide a:link, .sub_short a:link, .sub_wide a:visited, .sub_short a:visited {}
.sub_wide a:hover, .sub_short a:hover {}
.sub_wide h5, .sub_short h5 {
    height: 25px;
    margin: 0px -5px;
    text-align: center;
    color: #633;
    border: none !important;
}
.blog_main {
    margin: 0px 20px 30px 0px;
    border: none !important;
    background: rgba(255,255,255,.85);
}
.blog_main h5 {
    color: #633;
    border-bottom: dotted 2px #966;
    padding: 10px;
}
.blog_main .blog_buy_info h5 {
    border-radius: 0;
    padding: 0 0 10px 0;
}
@media screen and (min-width: 769px) {
    #contents {
        padding-bottom: 30px;
    }
    .blog_background {
        padding-bottom: 1px;
        background-position: right 30px;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: 400px;
    }
    .blog_header {
        margin: auto;
        height: 250px;
        padding-top: 90px;
        padding-left: 10px;
        color: #fff;
        text-align: left;
    }
    .blog_header h2 {
        font-size: 35px;
        font-size: 3.5rem;
    }
    .blog_header p {
        font-size: 17px;
        font-size: 1.7rem;
    }
}
@media screen and (max-width:768px) {
    #mainView, #bds {
        background-size: 100%;
    }
    .blog_background {
        background-position: right top;
        background-repeat: no-repeat;
        background-size: 70%;
    }
    .sub_wide.blog_premium_message h5 {
        font-size: 1rem;
    }
    .blog_header {
        text-align: center;
        padding-top: 50px;
    }
    .blog_header h2 {
        font-size: 13px;
        font-size: 1.3rem;
    }
    .blog_header p {
        font-size: 11px;
        font-size: 1.1rem;
    }
}
