p
{
	color: #00f ;	/* 青色 */
}

/*モバイル*/
@media screen and ( max-width:479px )
{
	p { color: #00f ;	/* 青色 */ }
	img { width: 100%; }
}
