@charset "UTF-8";

/* ===============================
	case1
 =============================== */
em {
	color: #2196f3;
	font-weight: bold;
}

#point {
	background: url(images/bg-case.png) repeat center center;
}

#point .insection {
	background: #fff url(images/point-mark.png) no-repeat center top;
}

#point h4 {
	background: #009de1;
	color: #fff;
}

ul.ast {
	padding-left: 1.5em;
}

ul.ast li {
	text-indent: -1.5em;
}
