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


.img-center {
	display:block; width:50%;
}

.dy {
	margin:5px auto;
	padding: 15px 15px;
}
.a-body-extra1 p {
	position: relative; display:block;
  font-family: 'article-ind-text'!important;
  font-size: 14pt; line-height: 1.5; font-weight: normal;
  text-align: justify; text-indent: 14px;
  letter-spacing: normal; hyphens: auto;
	padding: 20px 0px;
}
.a-body-frame01 {
	border-left:solid 8px tomato; border-bottom:solid 4px tomato;
	padding-left:20px!important; padding-right:40px!important;
	background-color: LEMONCHIFFON;
	background: radial-gradient(circle at top right, transparent 25px, LEMONCHIFFON 0) top right;
	background-repeat: no-repeat;
	filter: drop-shadow(4px -3px 2px rgba(0,0,0,0.5));
}
.a-body-frame02 {
	border-right:solid 8px tomato; border-bottom:solid 4px tomato;
	padding-left:40px!important; padding-right:20px!important;
	background-color: LIGHTCYAN;
	filter: drop-shadow(-4px 0px 2px rgba(0,0,0,0.5));
}
.a-body-frame03 {
	border-left:solid 8px tomato; border-bottom:solid 4px tomato;
	padding-left:20px!important; padding-right:40px!important;
	background-color: CORNSILK;
	filter: drop-shadow(4px 0px 2px rgba(0,0,0,0.5));
}
.a-body-frame04 {
	border-right:solid 8px tomato;
	padding-left:40px!important; padding-right:20px!important;
	background-color: PALETURQUOISE;
	background: radial-gradient(circle at bottom left, transparent 25px, PALETURQUOISE 0) bottom left;
	background-repeat: no-repeat;
	filter: drop-shadow(-4px 3px 2px rgba(0,0,0,0.5));
}



@media screen and (max-width : 950px ){
.img-center { 
	width:75%;
}

}



@media screen and (max-width : 690px ){
.a-body-extra1 {
	padding: 10px 5px;
}
.img-center { 
	width:95%;
}

}
