@charset "utf-8";

/* CSS Document */



.accordion { width:100%; float:left; margin:22px 0 0;}

.accordion h3 { width:100%; float:left; cursor:pointer; background:#ffffff url(../images/accordion-thumb1.png) no-repeat 97% center; border:1px solid #5a396e; border-radius:40px; margin:0 0 0; padding:13px 2.5% 13px;}

.accordion h3.active { background:#ffffff url(../images/accordion-thumb11.png) no-repeat 97% center; }

.accordion .content { width:100%; float:left; padding:33px 0 27px;}



/*Smartphone css*/

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

.accordion { width:100%; margin:8px 0 0;}

.accordion h3 { background-position:94% center; margin:0 0 0; padding:13px 5% 13px;}

.accordion h3.active { background-position:94% center;}

.accordion .content { width:100%; padding:22px 0 8px;}

}



@media screen and (min-width:481px) and (max-width:600px) {

.accordion { width:100%; margin:8px 0 0;}

.accordion h3 { background-position:94% center; margin:0 0 0; padding:13px 5% 13px;}

.accordion h3.active { background-position:94% center;}

.accordion .content { width:100%; padding:22px 0 8px;}

}



@media screen and (min-width:601px) and (max-width:767px) {

.accordion { width:100%; margin:8px 0 0;}

.accordion h3 { background-position:94% center; margin:0 0 0; padding:13px 5% 13px;}

.accordion h3.active { background-position:94% center;}

.accordion .content { width:100%; padding:22px 0 8px;}

}



@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) {



}