@charset "utf-8";
@import "base.css";

.h2-immunity {
	background-image: url(../images/immunity/h2.png);
}
.contents-immunity h3 ,
.contents-policy h3 {
	background:url(../images/h3.png);
	color:#8094b5;
	line-height:1.2;
	font-size:2.3em;
	font-weight:normal;
	margin-bottom:20px;
	overflow:hidden;
	width:100%;
	clear:both;
}
.contents-immunity h3 span,
.contents-policy h3 span{
	border-left:solid 4px #c8d2e2;
	background:#FFF;
	line-height:1.2;
	height:100%;
	display:block;
	padding:0 5px;
	float:left;
}
.contents-immunity ul{
	list-style:none;
	}
dl.columns {
	border-top:solid 1px #CCC;
	padding-top:30px;
}
dl.columns dt{
	color:#000;
	font-weight:bold;
	background:#e8e8e8;
	margin-bottom:10px;
	font-size:1.5em;
	padding:5px;
}
dl.columns dd{
	margin-bottom:20px;
}