@charset "utf-8";
/* CSS Document */

.news .D_contents .entryBody{
    margin-top: 30px;
}

.news .D_contents .entryBody p{
    min-height: 1em;/* 入力時に空のpタグで改行を入れられた時用 */
    margin-bottom: 1em;
}

.news .D_contents .entryBody h1{
    font-size: 2.4rem;
    line-height: 1.5;
}

.news .D_contents .entryBody h2{
    font-size: 2rem;
    line-height: 1.5;
}

.news .D_contents .entryBody>h3{
    font-size: 1.8rem;
    line-height: 1.5;
	border-bottom:none;
}

.news .D_contents .entryBody h4{
    font-size: 1.6rem;
    line-height: 1.5;
}

.news .D_contents .entryBody h5{
    font-size: 1.5rem;
    line-height: 1.5;
}

.news .D_contents .entryBody ul{
    list-style-type: disc;
    font-size: 1.5rem;
    line-height: 1.5;
    padding-left: 1em;
    margin: 1em 0;
}

.news .D_contents .entryBody ul li{
	list-style-type: disc;
}

.news .D_contents .entryBody ol{
    list-style-type: decimal;
    font-size: 1.5rem;
    line-height: 1.5;
    padding-left: 1em;
    margin: 1em 0;
}


.news .D_contents .entryBody ul li,
.news .D_contents .entryBody ol li{
    margin-bottom: .75em;
}

.news .D_contents .entryBody ul li:last-child,
.news .D_contents .entryBody ol li:last-child{
    margin: 0;
}

.news .D_contents .entryBody table th,
.news .D_contents .entryBody table td{
    font-size: 1.5rem;
    padding: .5em;
    border: 1px solid #ccc;
}

.news .D_contents .entryBody img{
    width: auto;
    max-width: 100%;
    height: auto;
}
