.styleDoc p{font-size:16px;font-weight:300;line-height: 150%;box-sizing:border-box; padding-top:0px;margin-top:0px;}

figure.left-cimg-box{margin:2px 15px 10px 0px;text-algin:left;float:left;width:300px;box-sizing:border-box;}
figure.left-cimg-box > img{text-align:center; width:300px;vertical-align: top;}

figure.right-cimg-box{margin:2px 0px 10px 15px;text-algin:center;float:right;width:300px;}
figure.right-cimg-box > img{text-align:center;width:300px;}

figure.center-cimg-box{clear:both; margin:15px auto;text-algin:center; min-width:300px; max-width:1024px; overflow:hidden; display:table;}
figure.center-cimg-box > img{text-align:center;}

figure[class*="cimg-box"]  > figcaption{font-size:10pt;color:#515151;display:block;line-height:120%;margin-top:5px;}
figure[class*="cimg-box"] > figcaption::before{display:inline-block;content:"▲";padding-right:4px;}


@media screen and (max-width: 500px){

figure.left-cimg-box{margin:2px 15px 0px 0px;clear:both;width:100%; }
figure.left-cimg-box > img{text-align:center;vertical-align: top;width:100%;}

figure.right-cimg-box{margin:2px 15px 0px 0px;clear:both;width:100%; }
figure.right-cimg-box > img{text-align:center;vertical-align: top;width:100%;}

figure.center-cimg-box{margin:2px 15px 0px 0px;clear:both;width:100%; }
figure.center-cimg-box > img{text-align:center;vertical-align: top;width:100%;}

}



#downloadFile::after{display:block;clear:both; content:" ";}
#downloadFile > ul {list-style: none;margin:0px; padding:0px;}
#downloadFile > ul > li{list-style: none; margin:0px; float:left; padding: 3px 5px;}
#downloadFile > ul > li > a{color:#343434; display: block; width:100%; position: relative;}


#downloadFile > ul > li >a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: #3d9970;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

#downloadFile > ul > li > a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
#downloadFile > ul > li > a:hover{
	color: #605ca8;
}


#downloadFile > ul > li > a > i{ padding-right:5px;}
span.bold{font-weight:500;}
