p.title{
font-weight:bold;
color:#0076AE;
font-size:22px;
line-height:100%;
margin-bottom:5px;
}


.kuroList{margin-bottom:25px;}
.kuroList ul{
border:1px solid #DBD0B0;
background:#FBF8E1;
padding:10px 15px 0 15px;
}
.kuroList li{
border-top:1px solid #fff;
border-bottom:1px solid #DBD0B0;
padding:13px 10px 13px 26px;
font-size:17px;
position:relative;
}
.kuroList li:first-child{border-top:none;}
.kuroList li:last-child{border-bottom:none;}
.kuroList li strong{
font-size:18px;
color:#c00;
}
.kuroList li span{font-size:12px;}
.kuroList li:before{
content:"";
position:absolute;
left:3px;
top:50%;
margin-top:-12px;
display:block;
width:6px;
height:12px;
border-right:6px solid #0076AE;
border-bottom:6px solid #0076AE;

-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}


table.style table{
}
table.style table tr > *{
background:#fff;
border-right:none;
border-bottom:1px dotted #ccc;
}
table.style table tr:last-child > *{
border-bottom:none;
}
table.style table th{
padding-left:3px;
}