@charset "UTF-8";
/* CSS Document */

.basic h4.color1 {
	color: #c8a17e;
}

.basic h4.color2 {
	color: #f6ab00;
}

.basic .img1 {
	display: none;
}

.basic .img2 {
	width: 70%;
	margin: 12px auto 0;
}

.basic .img3 {
	display: none;
}

.basic .img4 {
	margin-top: 12px;
}

.basic .img5 {
	margin: 14px auto 0;
	width: 70%;
}

.basic .img6 {
	margin-top: 14px;
}

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

.basic .img1 {
	display: block;
	width: 31%;
	float: right;
	padding: 0 4%;
}

.basic .img2 {
	display: none;
}

.basic .img3 {
	display: block;
	width: 51%;
	float: right;
	margin: 0 0 2% 2%;
}

.basic .img4 {
	display: none;
}

.basic .text1 {
	width: 58%;
	float: right;
}

.basic .img5 {
	width: 38%;
	float: left;
	margin: 0;
}

.basic .img6 {
	margin-top:18px;
}

}