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

.accordion { width:610px; float:left; margin:0 auto 0;}
.accordion h2 { width:100%; float:left; cursor:pointer; margin:0 0 27px; padding:0 0 10px; border-bottom:1px solid #a1a1a1;}
.accordion h2.active { border-bottom:1px solid #000000;}
.accordion .content { width:100%; float:left; padding:0 0 0; }

/*Smartphone css*/
@media screen and (max-width: 480px) {
.accordion { width:100%;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.accordion { width:100%;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.accordion { width:100%;}
}

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

}