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


/* PC
-----------------------------------------------------------------
----------------------------------------------------------------- */

@media screen and (min-width: 641px) {

/* header
----------------------------------------------- */
header{
}


/* section.aaa
----------------------------------------------- */
section.aaa{
}

/* footer
----------------------------------------------- */
footer{
}

}

/* SmartPhone
-----------------------------------------------------------------
----------------------------------------------------------------- */

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


/* header
----------------------------------------------- */
header{
}


/* section.aaa
----------------------------------------------- */
section.aaa{
}

/* footer
----------------------------------------------- */
footer{
}
	
}