body {
    text-align: justify;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

/* header */
.mdl-layout__header {
    height: 80px;
    min-height: 80px;
    max-height: 80px;
    background: linear-gradient(0deg, #cdbf8b, #ffffff);
}
.template-header .mdl-layout__header-row {
    padding-left: 0;
    height: 80px;
}
.lulu-header__title {
    padding: 0;
    height: 80px;
}
.template-header .mdl-layout__drawer-button {
    margin-left: auto;
    top: 6px;
    right: 0;
    background-color: transparent;
}
.template-header a.logo {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
	background: url("../../../../image/dpsws-logo_2025.png") no-repeat left center;
    background-size: contain;
    width: 80px;
    height: 80px;
}
.template-header h1 {
    display: inline-block;
    position: absolute;
    min-width: 16em;
    top: 22px;
    left: 100px;
    margin: 0;
    font-size: 1.4em;
}
.template-header h1 a {
    color: #65532D;
    font-weight: bold;
}
.template-header h1 a:hover {
    text-decoration: none;
}
.lulu-header__search {
    display: none;
}

/* drawer */
.mdl-layout__drawer {
    margin-left: auto;
    right: 0;
    transform: translateX(250px);
}
.template-ribbon {
    display: none;
}

/* main area */
main.template-main {
    margin-top: 0;
}
.template-main .template-container {
    width: 100%;
    margin: 0 auto;
}
.mdl-grid {
    padding: 0;
}
.mdl-cell--1-col {
    display: none;
}
.mdl-cell--10-col {
    padding: 20px;
}
.template-content, .template-content--type_sub {
    width: 100%;
    margin-bottom: 4px;
}
.template-content.template-content--type_sub {
    padding: 30px 20px;
}
.template-layout.is-small-screen .template-content.template-content--type_sub {
    padding: 30px 20px;
}
@media (min-width:768px) {
    .template-content {
        width: 75%;
    }
    .template-content--type_sub {
        width: calc(25% - 32px);
        padding: 40px 20px;
    }
}
.template-footer {
    margin-top: 4px;
}

/* main content */
.lulu-article__meta-information {
    text-align: right;
}
.lulu-article .lulu-article__meta-information + * {
    margin-top: 24px;
}
.lulu-article h2 {
    font-size: x-large;
    font-weight: bold;
    line-height: 1em;
}
.lulu-article h3 {
    font-size: large;
    line-height: 1.5em;
}
.lulu-article ul.list1 {
    margin-left: 1em;
}

/* side menu */
.template-content--type_sub h2 {
    font-size: large;
    line-height: 1.5em;
}
.template-content-type_sub ul {
    margin-left: 0;
    padding-left: 15px;
}
.template-content--type_sub li {
    margin-left: -1em;
    padding-left: 15px;
    list-style-type: none;
}


