@charset "utf-8";
/* CSS Document */

.v2_nav{
	position: relative;
}


.v2_sol_div{
	margin: 50px 300px 50px 300px;
}

.v2_sol_div h1{
	line-height: 3.0;		
	text-align: center;
}

.v2_sol_div h3{
	line-height: 2.4;	
	font-size: 24px;
}

.v2_sol_div p{
	font-size: 20px;	
	line-height: 1.6;
	text-indent: 40px;
}

.v2_sol_div img{
	max-width: 80%;
}


.v2_sol_button{
	margin: 10px 20px 0 20px;
	width: 260px;
	height: 40px;

	font-size: 14px;
	opacity: 0.9;
	border-radius: 10px;
		color: white;
	background-color: #2e2f33;
}


.v2_sol_button_a{
	color: white;
}

@media screen and (max-width: 1200px) {
	.v2_sol_div{
/*		background-color: aqua;*/
		margin: 30px 30px 30px 30px;

	}
	

	
}

.v2_sol_footer a{
	color: black;
}