/* topics */#nitrocircus .topic {	background-color:#fff;	color:#000;		width:96%;	padding:2%;	margin-bottom:25px;}#nitrocircus .topic:after {	content: "";	display: table;	clear: both;}#nitrocircus .topic:last-child {	margin-bottom:0px;}#nitrocircus .topic_midashi {	font-size:150%;	font-weight:bold;	margin-bottom:15px;	border-bottom:3px solid #C8001E;	padding-bottom:3px;}#nitrocircus .topic p {	vertical-align:top;	line-height:160%;}#nitrocircus a:link {	color:#C8001E;	}@media only screen and (max-width: 768px) {	#nitrocircus .topic {		width:90%;		padding:5%;		margin-bottom:15px;	}	#nitrocircus .topic_midashi {		font-size:125%;		margin-bottom:15px;		border-bottom:3px solid #C8001E;		padding-bottom:3px;	}	#nitrocircus .topic p {		line-height:150%;	}}/* one-clm */#nitrocircus .one-clm {	width:100%;}/* two-clm */#nitrocircus .two-clm {	position:relative;	display:inline-block;	width:49%;	min-height:250px;}#nitrocircus .two-clm img  {	width:auto;	height:auto;	max-height:100%;	max-width:100%;	position:absolute;	/*top:0;	bottom:0;*/	left:0;	right:0;	margin:auto;}/* three-clm */#nitrocircus .three-clm {	display:inline-block;	width:31%;	padding:0 1%;}#nitrocircus .three-clm img {	width:100%;	height:auto;	margin:0 auto 20px;}@media only screen and (max-width: 768px) {#nitrocircus .two-clm {	display:block;	width:100%;    min-height: initial;    min-height: auto;		margin-bottom:0px;}#nitrocircus .two-clm img {	position:static;	width:100%;	height:auto;	margin-bottom:10px;	}#nitrocircus .three-clm {	display:-block;	width:100%;	padding:0;}#nitrocircus .three-clm img {	width:100%;	height:auto;	margin:0 auto 10px;}}