#contents dl.news > dt.year{
	margin: 0;
}

#contents dl.news > dd{
	padding: 0 0 10px 75px;
	margin: -1.5em 10px 10px 0;
	border-bottom: 1px #666666 dotted;
}

#contents dl.topics_detail dt strong{
	font-size: 135%;
	margin: 0 5px;
}

#contents dl.topics_detail dd strong{
}

#contents dl.topics_detail .underline{
	text-decoration: underline;
}

#contents .table01{
	border-collapse: collapse;
}
#contents .table01 th,
#contents .table01 td{
	border: 1px solid #555;
}
#contents .table01 th{
	text-align: center;
	width: 5em;
}
#contents .table01 td{
	padding: .5em;
}
#contents .table01 td .notice{
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}

#contents dl.detailBox{
	margin-top: 10px;
}

#contents dl.detailBox > dt{
	font-weight: bold;
	font-size: 130%;
	border-bottom: 1px #999999 solid;
	margin-bottom: 10px;
}

#contents .date{
	margin-bottom: 10px;
}

#contents dl.detail2 dd{
	margin: -1.5em 0 5px 50px;
}

#contents dl.detail3 dd{
	margin: -1.5em 0 5px 7em;
}

#contents ul.point li{
	margin-left: 0.5em;
	text-indent: -0.5em;
}

@media screen and (max-width: 430px){
    #contents dl.news > dd {
        padding: 0;
        margin: 0;
    }
}