@charset "utf-8";

/* **************************************************** 0 to 479px ******************* */
p{
	padding:0 0.5em;
}


p.p-right{
	text-align:right;
}

img.img-right{
	display:block;
	margin:0 auto;
}


@media only screen and (min-width: 600px) { /* *************************************** */
img.img-right{
	float:right;
	margin:0 5px 10px 10px;
}



/* ** */}

@media only screen and (min-width: 960px) { /* *************************************** */


p{
	line-height:2;
}


/* ** */}

