html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
  -webkit-text-size-adjust: 100%;
  background-image: url(b016.jpg);
  text-align: center;
  word-wrap: break-word;
  font-size: 14px;
}
h1{
	font-size:1.6em;
}
a{
	text-decoration: none;
}
.catch_img {
	width: 100%;
	border-radius: 4px 4px 0 0;
	height:110px;
	object-fit: cover;
	object-position : 50% top;
}
img[src$="noimage.jpg"]{
	object-position : 50% 50%;
}
.outside_topics{
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
.outside_topics #topics{
	width: 180px;
	border: 1px solid #9b9bab;
	margin: 0 6px 6px 0;
	border-radius: 4px;
	background: #fafafa;
}
#footer{
	text-align:center;
}