@charset "utf-8";
/* CSS Document */
@import url("import_style.css");
			
.left_con
			{ 
			float:left;
			text-align:left;
			margin-bottom:25px;
			margin-left:25px;
			clear:both;
			}
			
.left_con ul
			{ 
			color:#333;
			}
			
.left_con ul li
			{ 
			margin-top:5px;
			/* list-style-image:url(../images/icon.png); */
			margin-left:20px;
			list-style-type: "\・";
			padding-left: 5px;
			}

/* .left_con ul li::marker
			{ 
			content: "\・";
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			} */
			
.work_con
			{ 
			margin:10px auto 10px 25px;
			}	
			
