@charset "utf-8";

.contents_summary dd p.box_txt {
	display: inline-block;
	border-radius: 3px;
	color: #fff;
	padding: 0 1.5em;
	margin-top: 8px;
	margin-bottom: 3px;
}

.contents_summary dd p.box_txt:first-of-type {
	margin-top: 0;
}

.red_box_txt {
	background-color: #cc0000;
}

.blue_box_txt {
	background-color: #0352b7;
}

.green_box_txt {
	background-color: #019d21;
}

@media screen and (max-width: 800px) {

}

@media screen and (max-width: 768px) {

}

@media screen and (max-width:480px) {

}
