/* リストの先頭記号設定 */
.list-icon {
    list-style-image: url("../images/square.gif");
}

/* インラインの設定date */
.date {
    display:inline;
    margin-right:10px;
}

/* インラインの設定summary */
.summary {
    display:inline;

}

/*----- Layout ニュース -----*/
.news-list{
    padding-right:2rem;
 }
 
 .news-list li {
     margin: 0;
     line-height: 140%;
     border-bottom: 1px #ddd solid;
     padding: 10px 0;
     overflow: hidden;
 }


/* 表_見出しの設定table-border-color */
.table-border-color{
    border-color: #4c4c4c;
}
/* 表_見出しの設定th-color */
.th-color tr th{
    background-color: #cccccc;

}

/* 表_見出しの設定th-color */
.th-width tr th td{
    width:100%;

}

/* 表_見出しの設定th-color */
.float-left{
    float:left;

}
/* 環境データベーストップページ、環境技術情報ナビの表示スタイル */
/* 検索結果リスト表示 */
.label {
    display: inline;
    padding: .25em .6em;
    font-size: 85%;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    background-color: #333333;
}
.tags {
    margin-top: 10px;
}
.label-box {
    display:inline-block;
    margin:8px 0 8px -2px;
}
.news {
    margin: 0 -2px -10px -2px;
    /* margin: 20px 0 0 0; */
    /* padding-top: 15px; */
    /* border-top: 1px solid #CCCCCC; */
}
.news-item a {
    font-weight: bold;
}
.news-item {
    /* font-size: 77%; */
    border-bottom: 1px solid #CCCCCC;
    margin: 30px 30px 30px 30px;
    padding: 0px 5px 25px 5px;
}
.news-item .label {
    display: inline;
    padding: .25em .6em;
    font-size: 85%;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    background-color: #333333;
}

/* ページ操作 */
.listpage-select:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
}
.listpage-select {
    /* border-bottom: 1px dashed #c4c4c3; */
    margin: 20px 0 0 0;
    zoom: 1;
}
.listpage-select .all-page {
    float: left;
    margin: 0 0 5px 0;
}
.listpage-select .all-page p {
    float: left;
    margin: 0 8px 0 0;
    padding: 0 0 0 0;
    text-indent: 0;
}
.listpage-select .listpage-link {
    float: right;
    margin: 0 0 5px 0;
}
.listpage-select .listpage-link a {
    margin: 3px;
}

.listpage-select .listpage-link .prev-page {
    float: right;
    padding: 0 7px 0 8px;
    background-image: url(/images/moreArrowLeft.gif);
    background-repeat: no-repeat;
    background-position: left 5px;
}

.listpage-select .listpage-link .next-page {
    float: right;
    border-left: 1px solid #999999;
    padding: 0 8px 0 7px;
    background-image: url(/images/moreArrow.gif);
    background-repeat: no-repeat;
    background-position: right 5px;
}

.listpage-select-bottom:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    line-height: 0;
    clear: both;
}

.listpage-select-bottom {
    /* border-top: 1px dashed #c4c4c3; */
    margin: 30px 0 20px 0;
    zoom: 1;
}

.listpage-select-bottom .listpage-link {
    float: right;
    margin: 5px 0 0 0;
}

.listpage-select-bottom .listpage-link .prev-page {
    float: right;
    padding: 0 7px 0 8px;
    background-image: url(/images/moreArrowLeft.gif);
    background-repeat: no-repeat;
    background-position: left 5px;
}

.listpage-select-bottom .listpage-link .next-page {
    float: right;
    border-left: 1px solid #999999;
    padding: 0 8px 0 7px;
    background-image: url(/images/moreArrow.gif);
    background-repeat: no-repeat;
    background-position: right 5px;
}

.title_font_size{
    font-size: 1.5rem;
}
