@charset "UTF-8";
/* CSS Document */

#content .campaign_visual {
	margin: -15px -15px 19px;
}

#content .cam_term {
	display: table;
	margin-bottom: 1em;
	border: solid 2px #dc1616;
	font-weight: bold;
	border-radius: 5px;
	overflow: hidden;
	width: 100%;
}

#content .cam_term .term_title {
	display: table-cell;
	vertical-align: middle;
	padding: 12px 6px;
	color: #ffffff;
	font-size: 1rem;
	text-align: center;
	background: #dc1616;
	width: 9em;
	white-space: nowrap;
}

#content .cam_term .term_body {
	padding: 12px 6px;
	font-size: 1rem;
	display: table-cell;
	vertical-align: middle;
	background: #FFF7F7;
	text-align: center;
}

@media screen and (max-width: 640px) {
	#content .campaign_visual {
		margin: -13px -13px 19px;
	}

	#content .cam_term {
		display: block;
	}
	
	#content .cam_term .term_title {
		display: block;
		margin-bottom: 0;
		padding: 3px 6px;
		width: inherit;
	}
	
	#content .cam_term .term_body {
		padding: 3px 6px;
		display: block;
	}
}
