@charset "utf-8";
/*-----------------------------------------------------
common
--------------------------------------------------------*/
	.forPC,
	.forSP{display:none;}
	.forTB{display:inherit;}

/*-----------------------------------------------------
tablet
--------------------------------------------------------*/
img {max-width:100%; height:auto;}
html{font-size:10px;}
body{font-size:1.4rem;}
@media screen and (max-width: 900px) {
	body{font-size:1.3rem;}
}

/*--------------------------------------------------------------------
   header
---------------------------------------------------------------------*/

