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

@media print, screen and (min-width: 668px){
    
#agency_archive h3:after {
    width: 20px;
    top: 50%;
    bottom: 0;
    margin-top: -10px;
    right: 10px;
    height: 0%;
    padding-top: 20px;
    }
     #agency_archive h3 {
        font-size: 16px;
	padding: 3px 10px;
    }
    
    
}

@media screen and (max-width:667px){
    
    #agency_archive h3:after {
    width: 5%;
    top: 50%;
    bottom: 0;
    margin-top: -2.5%;
    right: 10px;
    height: 0%;
    padding-top: 5%;
    }
    #agency_archive h3 {
        font-size: 120%;
        line-height: 130%;
	padding: 2% 10px;
    }
    
}

#agency_archive h3:after {
    background-image: url(../images/common/open_close.png);
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    content: "";
    background-size: cover;
}


#agency_archive h3:not(.active):after {
    background-position: center bottom;
}
#agency_archive h3.active:after {
    background-position: center top !important;
}



#agency_archive h3 + .block {
	display: none;
	margin-left: 0px;
	margin-bottom: 10px;
    }
	
#agency_archive h3 {
	background-color: #fff;
	border: 1px solid #c9c9c9;
	font-weight: bold;
	position: relative;
    }