@charset "utf-8";
/* CSS Document */
@import url("import_style.css");

.left_con
			{ 
			text-align:left;
			margin-bottom:25px;
			margin-left:25px;
			clear:both;
			}
			
.left_con ul
			{ 
			color:#333;
			}
			
.left_con ul li
			{ 
			margin-top:5px;
			}
			
.left_cont	{ 
			margin-bottom:25px;
			clear:both;
			line-height:32px;
			}
			

.left_cont ul li
			{ 
			margin-left:25px;
			padding-left: 5px;
			text-align:left;
			list-style-type: "\・";
			margin-bottom: 18px;
			}

/* .left_cont ul li::marker
			{ 
			content: "\・";
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			} */
			
.container .lft_content img
			{ 
			margin:10px 0px 10px 10px;
			}

.center  {
	width: auto !important;
}

.profile_mb {
	display: none;
}

@media screen and (max-width: 767px) {
	.left_cont ul li{
		margin-left: 0px !important;
		list-style-type:none;
	}
}

			