.topics {
	width:90%;
	margin:20px auto 10px auto;
}
.topics div.box {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #cc0000;
    border-radius: 8px;
}

.topics h3.newstitle {
	width: 100%;
	font-family: 'Shippori Mincho B1', serif;
	font-weight:200;	
	font-size: 24px;
	text-align: left;
	margin-bottom: 15px
	color:#FFF;
	background: #cc0000;
	border-radius: 8px;
	padding: 10px 20px;
}
.topics div.box .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #cc0000;
    font-weight: bold;
    margin-bottom:30px;
}

.topics p {
	font-family: 'Noto Sans JP', sans-serif;
	width: 98%;
	font-size: 16px;
	text-align: left;
	margin: 8px auto 8px auto;
	color: #333;
	font-weight:normal;	
}
.topics p.date {
	font-size: 16px;
	text-align: right;
	margin-bottom: 8px;
	color: #999;
	margin: 8px auto 16px auto;
}
