@charset "utf-8";
/*
Template: jstork
Theme Name: stork_custom
Theme URI:http://open-cage.com/stork/
*/


 .content .point ul {
 	position: relative;
 	padding: 0.5em 1em 0.5em 2.3em;
 	margin:2em 0;
 	background:#fff4ea;
 	box-shadow: 0 0 0 10px #fff4ea;
 	border: dashed 3px #ffdbb7;
 	border-radius: 3px;
 }

 .content .point ul li {
   line-height: 1.5;
 	padding:0.6em 0.6em 0.6em 15px;
 	color:#454545;
 	list-style-type: none!important;
 	text-shadow: 1px 1px 1px #fff;
 }
 .content .point ul li:before {
 	position: absolute;
 	font-family: FontAwesome;
 	content:"\f046";
 	font-size: 1.5em;
 	font-weight: 700;
 	color:#ff6347;
 	line-height: 0.8em;
 	left:18px;
 	text-shadow: 1px 1px 1px #fff;
 }
 .content .point ul li ul {
 	padding: 0.5em 1em 0.5em 2.3em;
 	margin: 0.5em 0;
 	border:none;
 	border-radius: 0px;
 }
