@charset "UTF-8";

/* campaign */
#topics {
  width: 100%;
  margin-bottom: 10px;
}
#topics .campaign {
	margin-bottom: 12px;
	border: 5px solid #000;
  border-radius: 5px;
}
#topics .campaign .head {
	background-color: #000;
	font-weight: bold;
	font-size: 160%;
	color: #fff;
	text-align: center;
	padding: 10px;
}
#topics .campaign .contentsBox {
	padding: 10px 20px;
	text-align: center;
	line-height: 1.6;
	font-size: 108%;
}
#topics .campaign .contentsBox p.read {
  font-size: 108%;
  font-weight: bold;
  margin-bottom: 10px;
}
#topics .campaign .contentsBox p.read span {
	font-size: 92%;
  font-weight: normal;
}
#topics .campaign .contentsBox p.contents em {
	font-weight: bold;
	font-size: 120%;
}
#topics .campaign .contentsBox p.contents span {
	font-weight: bold;
	font-size: 140%;
	color: #e21b1b;
}
#topics .pdf {
  margin: 15px 0 10px;
}
#topics .pdf a {
  text-decoration: none;
  padding: 10px 30px;
  background-color: #ff9b23;
  color: #fff;
  font-size: 120%;
  border-radius: 5px;
}


#round-box-top {
  clear: both;
  float: none;
  margin: 0 auto;
  margin-bottom: 20px;
}
