@charset "utf-8";
/* CSS Document */

.accordion { width:100%; float:left; margin:16px 0 0;}
.accordion h3 { width:100%; float:left; cursor:pointer; background:#c1d82f url(../images/accordion-thumb1.png) no-repeat 97% center; border-radius:6px; margin:0 0 14px 0; padding:3px 20px 3px;}
.accordion h3.active { background:#c1d82f url(../images/accordion-thumb11.png) no-repeat 97% center; }
.accordion .content { width:100%; float:left; padding:0 0 22px;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.accordion { width:100%; margin:8px 0 0;}
.accordion h3 { background-position:94% center; padding:7px 5% 8px;}
.accordion h3.active { background-position:94% center;}
.accordion .content { width:100%; padding:5px 0 20px;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.accordion { width:100%; margin:8px 0 0;}
.accordion h3 { background-position:94% center; padding:7px 5% 8px;}
.accordion h3.active { background-position:94% center;}
.accordion .content { width:100%; padding:5px 0 20px;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.accordion { width:100%; margin:8px 0 0;}
.accordion h3 { background-position:94% center; padding:7px 5% 8px;}
.accordion h3.active { background-position:94% center;}
.accordion .content { width:100%; padding:5px 0 20px;}
}

@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) {

}