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


hr.style1 {
width: 860px;
height: 0.2px;
border: none;	
border-top: 0.2px #000000 solid;
text-align: center;		
}




@media only screen and (max-width: 980px) {

hr.style1 {
width: 86%;
height: 0.3px;
border: none;	
border-top: 0.3px #000000 solid;	
text-align: center;		
}

}	