@charset "utf-8";
/* ニュース用　css */


.list {
list-style: none;
}

.list li{
background-image: url(/inc/images/global/arrow02.gif);
background-repeat: no-repeat;
background-position: left;
padding: 5px 10px;
margin: 5px 0;
border-bottom: dotted 1px #ccc;
}

.list li span {
font-weight: bold;
padding: 0 20px 0 0;
}


.toBack {
padding: 10px;
border-top: dotted 1px #ccc;
margin-top: 30px;
clear: both;
text-align: center;
}

.toBacklist {
padding: 10px;
margin-top: 30px;
clear: both;
text-align: center;
}

h4 .date {
display: block;
font-size: 84%;
font-weight: normal;
}