@charset "utf-8";

main {

}

main p {
	margin-bottom: 20px;
}
main p:last-child {
	margin-bottom: 0;
}

main p img {

}

main p strong {
	font-weight: normal;
}




/* 画面幅が767pxまでの時 */
@media screen and (max-width:767px){
	.only_pc { display:none }

	main {

	}
}
