@charset "utf-8";

img{
border: 0;
}

p{
padding: 0px 20px;
}

#update-news{
border: 1px solid #99cc66;
margin: 5px 20px;
padding: 2px;
}

dl{
padding-left: 20px;
}

dl dd{
text-indent: -20px;
margin-bottom: 5px;
}

.strong{
font-weight: bold;
}


/* 製品改訂ページ一覧 */

h3{
border-left: 6px solid #0f2350;
border-bottom: 1px solid #0f2350;
margin: 20px 16px;
text-indent: 1.5em;
font-weight: normal;
}
.category li{
list-style-type:square;
line-height: 180%;
}
.midashi{
line-height: 200%;
font-size: 14px;
color: #640125;
font-weight: bold;
}

ul li a:hover{
color: #f00;
}

#update-news dl dd ul > li {
	margin:0 0 0 -38px;
	}

.category h4{
    position: relative;
    color: white;
    padding:0.5em 0.5em 0.5em 1.4em;
    background-color: #446689;
    border-radius: 5px;
    margin:1em 2em;
}
.category h4::after {
     position: absolute;
     top: 50%;
     left:0.7em;
     transform:translateY(-50%);
     content: '';
     width: 5px;
     height:1.75em;
     background-color:white;
}