@charset "utf-8";
/* CSS Document */

.accordion { width:100%; float:left; margin:0 auto 0;}
.accordion h2 { width:100%; float:left; background-image:url(../images/feeser-icon2.png); background-repeat:no-repeat; background-position:97% center; cursor:pointer; margin:0 0 13px 0; padding:11px 32px 11px; border-radius:50px;}
.accordion h2.active { background-image:url(../images/feeser-icon1.png); background-repeat:no-repeat; background-position:97% center;}
.accordion .content { width:100%; float:left; padding:0 0 0;}
.accordion .color1 { background-color:#a2d3a6;}
.accordion .color2 { background-color:#db919a;}
.accordion .color3 { background-color:#93d2cf;}
.accordion .color11 { color:#a2d3a6;}
.accordion .color12 { color:#db919a;}
.accordion .color13 { color:#93d2cf;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.accordion h2 { background-position:95% center; padding:8px 5% 8px;}
.accordion h2.active { background-position:95% center;}
.accordion .content { padding:6px 0 3px;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.accordion h2 { background-position:95% center; padding:8px 5% 8px;}
.accordion h2.active { background-position:95% center;}
.accordion .content { padding:6px 0 3px;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.accordion h2 { background-position:95% center; padding:8px 5% 8px;}
.accordion h2.active { background-position:95% center;}
.accordion .content { padding:6px 0 3px;}
}

@media screen and (min-width:768px) and (max-width:900px) {

}

@media screen and (min-width:901px) and (max-width:1024px) {

}

@media screen and (min-width:1025px) and (max-width:1240px) {

}