@charset "UTF-8";
/* 文献index.html dlスタイル
------------------------------------------------------------ */
div#contents-area dl.m01 {
margin-top: 0px;
margin-bottom: 15px;
margin-left:10px;
}

div#contents-area dl.m01 dt {
width: 6em;
float: left;
margin-top:0px;
}

div#contents-area dl.m01 dd {
margin-left: 6em;
margin-bottom: 10px;
}

div#contents-area dl.m01 dd.hodai {
font-weight:bold;
}

div#contents-area dl.m01 dd ul{
margin: 0;
}

ul.linkListA01 li.pdfD {
margin-left:18px;
padding-left:18px;
background-image:url(../../shared/img/icon_pdf01.gif);
background-repeat:no-repeat;
}
	
div#contents-area p.midashiP{
font-weight:bold;
margin-bottom:0;
}

/*追加(チェックシート)*/
.checkList {
margin-left: 0;
}

.checkList li {
background: url(../img/icon_chekbox_blk.gif) no-repeat left top;
margin-bottom: 3px;
padding-left: 23px;
list-style-type: none;
zoom:1;
}

.checkList li.attention {
background: url(../img/icon_chekbox_red.gif) no-repeat left top;
color: #E10000;
}

@media print {
.checkList {
margin-left: 0;
}

.checkList li {
list-style-image:url(../img/icon_chekbox_blk.gif);
list-style-position: inside;
background-image: none;
}

.checkList li.attention {
list-style-image:url(../img/icon_chekbox_red.gif);
background-image: none;
}
}
