@charset "EUC-JP";

#mainTtl h1 {
  height: 110px;
  background: url(../news/images/bg_mainttl.png) no-repeat 50% 0;
  -webkit-background-size: cover;
  background-size: cover;
}

/* =====================================================================
      subContainer (backnumber)
* =================================================================== */

.backnumber ul li {
    width: 30%;
    float: left;
    margin-right: 5%;
}

.backnumber ul li:nth-child(3n) {
    margin-right: 0px;
}

.backnumber a.btnBn {
    color: #C62607;
    margin-top: 10px;
    width: 100%
}

.backnumber a.btnBn.current {
	background: #C62607;
	border-color: #C62607;
    color: #FFF;
}

/* =====================================================================
      News List Area
* =================================================================== */

.news-unit .newsListArea:nth-child(even) {
    background-color: #F9F6EC;
}

.newsListArea {
    width: 100%;
    zoom: 1;
}

.newsListArea dl {
    width: 100%;
    line-height: 150%;
    padding: 20px;
    margin-bottom: 0px;
}

.newsListArea dl dt {
    width: 30%;
    font-weight: normal;
    float: left;
    color: #666;
}

.newsListArea dl dd {
    width: 70%;
    font-weight: bold;
    float: left;
    color: #333;
}

.newsListArea dl dd a:link,
.newsListArea dl dd a:active,
.newsListArea dl dd a:visited {
    color: #333;
    text-decoration: none;
}

.newsListArea dl dd a:hover {
    text-decoration: underline;
}
/* =====================================================================
      News detail *New
* =================================================================== */
.newsDetailNew{ margin-bottom: 40px; }
.newsDetailImg {
    text-align: center;
    margin-bottom: 40px;
}

.newsDetailTxt {
    margin-bottom: 40px;
}
 .newsDetailTxt p{ line-height: 1.8; }

.table-responsive .table td,
.table-responsive .table th {}

.prContact > div {
    background-color: #F9F6EC;
    padding: 20px;
    min-height: 220px;
}

.prContact h4 {
    font-size: 1.6rem;
    margin-bottom: 20px;
    font-weight: bold;
}

.prContact li {
    margin-bottom: 5px;
    color: #333;
}

.prContact li span.tell {
	font-family: 'Noto Sans Japanese', sans-serif;
    color: #00639D;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
    margin-left: 0.5rem;
}

.prContact a {
    color: #C72708;
}
/* =====================================================================
      News detail *OLD
* =================================================================== */

.news-detail-date {
    padding: 15px 0;
}

.news-detail-image {
    margin: 30px auto;
    text-align: center;
}

.news-detail .news-datail-txt table {
    border-collapse: collapse !important;
    width: 100%;
    margin-bottom: 30px;
    border: none;
}

.news-detail .news-datail-txt table th,
.news-detail .news-datail-txt table tbody,
.news-detail .news-datail-txt table td {
    padding: 15px !important;
    border: none;
    border-bottom: 1px solid #ddd !important;
}

.news-detail-image .Center {
    text-align: center;
}
/* =====================================================================
      media :max-width: 1000px
* =================================================================== */

@media screen and (min-width: 767px) and (max-width: 1000px) {
    /*news detail*/
    
    .news-detail-image img {
        width: 70%;
    }
    /*back number buttom */
    
    .backnumber a.btnBn {
        font-size: 1.2rem;
    }
}
/* =====================================================================
      media :max-width: 767px
* =================================================================== */

@media screen and (min-width: 0) and (max-width: 767px) {

    /*backnumber btn*/
    
    .backnumber ul {
        margin: 0 10px;
    }
    .backnumber ul li {
        width: 49%;
        float: left;
        margin-right: 2%;
    }
    .backnumber ul li:nth-child(3n) {
        margin-right: 2%;
    }
    .backnumber ul li:nth-child(even) {
        margin-right: 0%;
    }
    /*新プレスリリースページ用*/
    .newsDetailNew{ margin-bottom: 20px; }
    
    .table-responsive {
        border: none;
    }
    .newsDetailImg {
        margin: 30px 0;
    }
    .newsDetailImg img {
        width: 70%;
    }
    .newsDetailTxt {
        margin-bottom: 40px;
    }
 
    .prContact > div {
        padding: 20px;
        margin: 5px 10px;
        min-height: 100px;
    }

    /*旧プレスリリースページ用*/
    
    .news-detail {
        margin: 0px 15px 30px 15px;
    }
    .news-detail-image img {
        width: 60%;
    }
    .newsDetailTxt {
        margin: 0px 10px 30px;
    }
}
