@charset "utf-8";
.comcontent {
	padding:5px; 
	margin-left: 20px;
	margin-right: 20px;
	text-align: left;
	border:#0099cc 1px dashed;
	text-align: justify;
}

.comimg{
	width: 200px;
	margin:5px; 
	padding:5px; 
	border:#CCC 1px solid; 
	background:#FFF;
	}
	
.comimg2{
	width: 380px;
	margin:5px; 
	padding:5px; 
	border:#CCC 1px solid; 
	background:#FFF;
}
.company_wrap p{line-height: 180%}

@media screen and (max-width: 1024px){
	.company_wrap img{max-width: 100%;width:auto !important;height:auto !important;}
	.company_wrap table{width:100% !important;}
}	
@media screen and (max-width: 767px){
	.company_wrap table, .company_wrap tr, .company_wrap td, .company_wrap tbody{display: block;width:100%;box-sizing: border-box;}
	.company_wrap .comimg{float: left;width:auto;margin-right: 15px}
	.comcontent {line-height: 160%;border:0;box-sizing: border-box;}
	.comimg2{width: 100%;box-sizing: border-box;margin: 0 auto;border: 0;}
}