@charset "UTF-8";

/* =================================================*/
/* ニューストピックスページ定義用CSS                */
/* =================================================*/

.pageHead h2 img {
    width: 196px;
    height: 25px;
}
.pageHead{
    margin-bottom: 1em;
}

.campaign_list{
    padding: 1em;
    border-bottom: solid 1px #ddd;
    color: #757575;
    background: #fbfbfb;
    margin-bottom: 1em;
}

.campaign_box{
    margin-bottom: 1em;
}

.campaign_box a{
    text-decoration: none;
    display: block;
}

.campaign_thumb img{
    width: 100%;
    height: auto;
}

.campaign_mata > span{
    font-size: .85em;
    line-height: 1.2;
    display: block;
    padding: .5em 12px;
    color: #FFF;
    background-color: #222;
    margin-bottom: 5px;
}

.campaign_mata .campaign_title{
    color: #4EA4E0;
    font-size: 1.25em;
    padding: 0 .75em;
    line-height: 1.3;
}

/* 詳細 */

.content.campaign_article{
    line-height: 1.5;
}

.content.campaign_article img{
    max-width: 100%;
    height: auto;
}

#detail.data{
    padding: 0.25em 1.25em;
    background: #f5f5f5;
    font-size: .85em;
}

.campaign_post .campaign_article_title{
    color: #fff;
    background: #232323;
    font-size: 1.35em;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 1em;
    padding: 0.5em 0.75em;
}

.campaign_post .campaign_article_text{
    padding: 1em;
}