/*
* Local CSS
* Author:Michinobu Nishimoto from Asuka-Design
* Ver:1.0
*/
@charset "utf-8";

@media(min-width:769px){
	/*.pageHeader{...}*/
}
@media(max-width:768px) and (min-width: 321px){
	/*.pageHeader{...}*/
}
@media(max-width:320px){
	/*.pageHeader{...}*/
}