@charset "UTF-8";

	ul#con_lst {
		padding: 1em 0.5em 0;
	
}

ul#con_lst li{
  position: relative;
  padding-left: 18px;
	font-size: 87.5% !important;
	line-height: 1.8;
}
 
ul#con_lst li:before {
  content: "";
  position: absolute;
  top: .6em;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #2754c0;
  border-radius: 50%;
}
/*--------------------------------------------------------------------------------------------------------------------*/
/*768px*//*1024px*/
@media print, screen and (min-width : 768px){		
ul#con_lst {
	line-height: 2.2;
}
}


	
