@charset "utf-8";

/*-----------------------------------

topic.css
2015年リニューアルレイアウト
トピック

-----------------------------------*/


/*
メイン画像
-----------------------------------*/
.specialPage__header {
    position: relative;
    margin-bottom: 30px;
}
.specialPage__thumbnail {
    height: 393px;
	position: relative;
    overflow: hidden;
}
.specialPage__thumbnail img{
    width: 100% !important;
	max-width:100% !important;
	max-height:auto !important;
	height: auto;
    -ms-interpolation-mode: bicubic;
    display: inline-block;
    max-width: none;
}
.specialPage__content {
    background-color: rgba(111,107,100,.4);
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 12px 34px;
}
.specialPage__title {
    background-color: transparent;
    position: static;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 10px;
    padding: 0;
	color:#FFFFFF;
}
.specialPage__excerpt {
    color: #fff;
    font-size: 14px;
    margin: 0;
}
.specialPage__thumbnail:before{
    background: -webkit-linear-gradient(top,rgba(51,50,48,0),rgba(43,42,40,.7)) 0 100%;
    background: linear-gradient(to bottom,rgba(51,50,48,0),rgba(43,42,40,.7)) 0 100%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00333230, endColorstr='#($ieto)', GradientType=0);
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

/*
コンテンツヘッダー
-----------------------------------*/
#contents_header.topic .description,
#contents_header.topic .readmore { margin-left: 0; }
#contents_header.topic .readmore { margin-top: 13px; }

#contents_header.topic .readmore p { margin-bottom: 13px; }

/*
絞りこみ
-----------------------------------*/
#article_list .sort {
    margin-bottom: 13px;
    padding-bottom: 5px;
    border-radius: 3px;
    background: #f3e6d1;
    text-align: center;
}
#article_list .sort li { margin-top: 5px; }
#article_list .word_tag {
    position: relative;
}
#article_list .current .word_tag {
    border-color: #e38bb0;
    background: #e38bb0;
    color: #fff;
}
#article_list .current .word_tag:after {
    position: absolute;
    bottom: -20px;
    left: 50%;
    display: block;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top-color: #e38bb0;
    content: " ";
}

/*
詳細ページのトピックリスト
-----------------------------------*/
#relation_word .heading { margin-bottom: 0; }
#relation_word .heading a { color: #e38bb0; }
#relation_word .box_button {
    margin-top: 8px;
    text-align: right;
}
#relation_word .button { padding: 3px 21px 2px 5px; }
