@media print, screen and (min-width: 768px){

.first_line{
	font-size:0;
	line-height:0;
	margin:15px 0 40px;
}

.business_tit{
	font-weight:bold;
	color:#333;
	font-size:125%;
	margin-bottom:10px;
}

.business_left{
	float:left;
	width:408px;
	margin-right:50px;
}

.business_right{
	float:right;
	width:180px;
}

.business_under{
	clear:both;
	padding-top:15px;
	padding-bottom:15px;
}

.business_under3{
	clear:both;
	padding-top:20px;
	padding-bottom:15px;
}

.business_left02{
	float:left;
	width:180px;
	margin-right:50px;
}

.business_right02{
	float:right;
	width:408px;
}

.business_box{
	padding-top:8px;
}

.business_under02{
	clear:both;
}

}

@media screen and (max-width: 768px){

.business_tit{
	font-weight:bold;
	color:#333;
	font-size:125%;
	margin-bottom:10px;
}

.business_left{
	float:left;
	width:408px;
	margin-right:50px;
}

.business_right{
	float:right;
	width:180px;
}

.business_under{
	clear:both;
	padding-top:15px;
	padding-bottom:15px;
}

.business_under3{
	clear:both;
	padding-top:20px;
	padding-bottom:15px;
}

.business_left02{
	float:left;
	width:180px;
	margin-right:50px;
}

.business_right02{
	float:right;
	width:408px;
}

.business_box{
	padding-top:8px;
}

.business_under02{
	clear:both;
}

}