@charset "UTF-8";

/*-----------------------------------------------------
news.css
update 2016年9月5日
-------------------------------------------------------*/

#news {
}

#news #search_box.search_mb {
    margin-bottom: 50px;
}

#news h2 {
    position: relative;
    text-align: center;
    margin-top: 50px;
    /*191225 PAL*/
/*    border-bottom: 1px #999 solid;
    padding-bottom: 40px;
    margin-bottom: 40px;*/
    padding-bottom: 0;
    margin-bottom: 60px;
}
/*191226 PAL*/
#news h2 img {
    display:none;
}
#news h2::before {
    content:"ニュース";
    font-weight: normal;
    font-family: 'Lato', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'Hiragino Kaku Gothic ProN', "メイリオ", Meiryo, "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif !important;
    font-size: 22px !important;
    letter-spacing: 0.05em;
}


    #news h2 .news_ttl_link{
        /*191226 PAL*/
        /*        font-size:14px;*/
        font-size:13px;
        border-bottom:solid 1px #dadada;
        position: absolute;
        bottom:5px;
        right:0;

    }
        #news h2 .news_ttl_link a{
            display: block;
            position: relative;
            padding:5px 0px 5px 20px;
            color:#333333;
        }
        #news h2 .news_ttl_link a:hover{
			color:#999;
        }
        #news h2 .news_ttl_link a:after {
            display: block;
            position: absolute;
            top: 50%;
            /*191226 PAL*/
/*            left: 5px;*/
            left: 0;
            padding: 0;
            width: 6px;
            height: 6px;
            margin-top: -4px;
            border-top: solid 1px #333333;
            border-right: solid 1px #333333;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            content: " ";
        }

#news .news_photo img{
    max-width: 100%;
    height: auto;

}
#news #news_list_block {}

#news #news_list_block h3 {
    margin-bottom: 30px;
}

#news #news_list_block .tab {
    margin-bottom: 40px;
    text-align: center;
}
#news #news_list_block .tab li{
    display: inline-block;
}
#news #news_list_block .tab li a {
    display: block;
    /*191225 PAL*/
/*    border: 1px solid #ccc;*/
    border: 1px solid #dadada;
/*    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;*/
    width: 150px;
    text-align: center;
    padding: 10px 0;
    float: left;
    margin-right: 10px;
}

#news #news_list_block .tab li.active a {
    /*191225 PAL*/
/*    background: #000;*/
    background: #808080;
    color: #fff;
}

#news #news_list_block .area {}

#news #news_list_block .area ul li {
    width: 250px;
    min-height:285px;
    float: left;
    margin: 0 20px 30px 0;
}
    #news #news_list_block .area ul li:nth-child(4n){
        margin: 0 0px 30px 0;
    }

#news_list_block ul li img {
}


#news #news_list_block .area dt {
    overflow: hidden;
    margin-bottom: 10px;
	text-align: center;
	width: 250px;
	height: 167px;
}

#news #news_list_block .area dd {
    line-height: 155%;
}

#news #news_list_block .area dd .day {
    /*101225 PAL*/
/*    margin-bottom: 5px;*/
    /*191227 PAL*/
/*    min-height: 22px;*/
    font-size: 10px;
    display: block;
    line-height: 1.8;
    color: #999;
}

#news #news_list_block .textOverflowTest4 {
    overflow: hidden;
    height: 55px;
    /*191225 PAL*/
/*    font-size:12px;*/
}

/* C21 ADD: 0件時余白*/
.newsarea_item_none {
    margin-top : 20px;
    margin-bottom: 20px;
}

/*--------- detail --------------------------*/

#news__inner{
    display: table;
    width:100%;
    margin-bottom: 80px;
}
    #news__inner #news_detail_l{
        display:table-cell;
        vertical-align: top;
    }
    #news__inner #news_detail_r{
        width: 310px;
        padding:68px 0 0 40px;
        display:table-cell;
        overflow: hidden;
        vertical-align: top;
        /*
        background: url(../images/news/slide_r_bg.png) right top repeat-y;
        */
    }

#news .detail_title {
   margin-top: 40px;
    /*position: relative;*/
}

#news .detail_title .title_ico {
    border: 1px #999 solid;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 15px;
    font-weight: bold;
   /* position: absolute;
    bottom: 0;
    right: 0;*/
}

#news .detail_title .title_days {
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom:1px solid #e6e6e6;
}

#news .detail_title .bold,
#news .detail_title .title_days .bold {
    font-weight: bold;
    font-size: 16px;
}

#news .detail_title h2 {
    margin-top: 0;
    text-align: left;
    font-size: 26px;
    padding-bottom: 0px;
    margin-bottom: 40px;
    border-bottom: none !important;
}
#news .detail_title h2::before {
    content:none;
}

#news .detail_txt {
    margin-top: 30px;
    margin-bottom: 50px;
    font-size: 14px;
}

#news .detail_other_box {
    margin-bottom: 0px;
}

#news .detail_other_box h3 {
    border-bottom: 1px #999 solid;
    padding-bottom: 20px;
    margin-bottom: 30px;
}


#news .side_on .detail_other_box ul {
    width:710px;
}
    #news .side_on .detail_other_box ul li {
        width: 170px;
        float: left;
        text-align: center;
        font-size: 14px;
/* 2020-11-24 PAL */
/*        letter-spacing: 2px; */
        letter-spacing: 1px;
        position: relative;
        margin-right: 10px;
        margin-bottom: 40px;
    }
        #news .side_on .detail_other_box ul li:last-child {
            margin-right: 0px;
        }

#news .side_off .detail_other_box ul {
    width: 1060px;
}
    #news .side_off .detail_other_box ul li {
        width: 200px;
        float: left;
        text-align: center;
        font-size: 14px;
        letter-spacing: 2px;
        position: relative;
        margin-right: 14px;
        margin-bottom: 40px;
    }
        #news .side_off .detail_other_box ul li:last-child {
            margin-right: 0px;
        }

#news .detail_other_box li .brand {
    margin-top: 10px;
}

#news .detail_other_box li .txt {
    margin-top: 5px;
    font-size: 14px;
    letter-spacing: 2px;
}

#news .detail_other_box li .textOverflowTest4 {
    overflow: hidden;
    height: 45px;
}


.recententry_box{
    width:310px;
    padding-top: 40px;
    background: url(../images/news/slide_r_bg.png) right top repeat-y;
}
    .recententry_box h3{
        text-align: center;
        margin-bottom: 30px;
        line-height: 1;
    }
    .recententry_box li{
        overflow: hidden;
        margin-bottom: 20px;
    }
        .recententry_box li a{
            display: block;
            overflow: hidden;
            padding: 0 20px;
        }
            .recententry_box li a .photo{
                width:114px;
                float: left;
            }
                .recententry_box li a .photo img{
                    width: 100%;
                    height: auto;
                }
            .recententry_box li a .txt_r{
                padding-left: 124px;
            }
            .recententry_box li .listInner a .txt_r .time{
                margin: 0px 0 0;
                font-size:12px;
            }
            .recententry_box li .listInner a .txt_r .brand{
                font-size:12px;
                font-weight: bold;
            }
            .recententry_box li .listInner a .txt_r .textOverflow p{
                height: auto;
                font-weight: bold;
				padding-right: 0px;
            }
            .recententry_box li .listInner a .txt_r .textOverflow p:before,
            .recententry_box li .listInner a .txt_r .textOverflow p:after{
                display: none;
            }

.recententry_box_link a{
    /*191225 PAL*/
/*    border-top:1px solid #dddddd;*/
    border-top:1px solid #dadada;
    display: block;
    padding: 23px 0px;
    line-height: 1;
    text-align: center;
    font-size:13px;
    /*191225 PAL*/
/*    font-weight: bold;*/
}

/**/
#number_block {
    margin-bottom: 50px;
}


