@charset "utf-8";
/* CSS Document */

#v2_contentABC_div{
	height: auto;
	padding: 100px 0px 0px 0px;
/*	background-color: aqua;*/
}


#v2_contentABC_div div{
/*	background-color: yellow;*/
	margin: 20px 120px;
}

#v2_contentABC_div p{
	font-size: 20px;	
	line-height: 1.6;
	text-indent: 40px;
}

#v2_contentABC_div a{
	color: black;
}

#v2_contentABC_div h2{
	line-height: 2.0;
	margin: 20px 0 0 0;
}


@media screen and (max-width: 1200px) {
	#v2_contentABC_div{
		height: auto;
		padding: 50px 0px 0px 0px;
	}	
	#v2_contentABC_div div{
		margin: 10px 40px;
	}
	
}