#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;
	padding: .5em;
	vertical-align: middle;
}
#contents .table01 th{
	text-align: center;
	font-weight: normal;
	/* width: 5em; */
}
/* #contents .table01 td{
	padding: .5em;
} */
#contents .table01 td .notice{
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}

#contents .table01.table02 th{
}
#contents .table01.table02 tr td:nth-of-type(1){
}

#contents .tbl {
	border-collapse: collapse;
}

#contents .tbl caption {
	text-align: left;
}

#contents .tbl th {
	white-space: nowrap;
}

#contents .tbl th,
#contents .tbl td {
	border: 1px solid #000;
	padding: 0.5em;
}

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

#contents dl.detail_c > 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;
}

#contents .detail_c .contributor {
	margin: .8em 0;
}

#contents .detail_c .contributor > span {
	color: #fff;
	width: 7.5em;
    color: #fff;
    text-align: center;
    padding: .1em .5em;
	display: inline-block;
	margin-left: .5em;
}
#contents .detail_c .generalMember {
	background-color: #2c57e4;
}
#contents .detail_c .member {
	background: #ff9000;
}
#contents .detail_c .general {
    background-color: #0071BC;
}
#contents .detail_c .emergency_bulletin{
    background-color: #662D91;
}
#contents .detail_c .important {
    background-color: #ED1C24;
}
#contents .detail_c .deals {
    background-color: #22B573;
}
#contents .detail_c .event {
    background-color: #f562c8;
}

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