@charset "UTF-8";

/* **************************************************

Name: news.css

Description: news common CSS

Create: 2026.01.16
Update: 

Copyright 2026 Hitachi Channel Solutions, Corp.

***************************************************** */

.ImgOnlyStyle img {
    max-width: 100%;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

/* Heading */
.NewsHeadingS {
    font-size: 105%;
    color: #333;
    border-bottom: 1px solid #999;
    margin-bottom: 15px;
    padding-bottom: 5px;
    line-height: 1.6;
}

/* dl List */
.dlList {
    margin-bottom: 15px;
    font-size: 90%;
}

.BoxPatternB .dlList,
.BoxPatternA .dlList {
    font-size: 83%;
}

.dlList > div {
    display: flex;
    gap: 0.5em;
}

.dlList > div > dt {
    font-weight: bold;
    width: fit-content;
}

.dlList > div > dd {
    flex: 1;
}

