@charset "utf-8";


/*PC
=========================================================*/
@media print , screen and (min-width: 651px){

}

/*smartphone
=========================================================*/
@media only screen and (max-width: 650px){

}


/* iPhone 4inch
=========================================================*/
@media only screen and (max-width: 320px){
}

/* Print
=========================================================*/
@media print{
}
