@media print, screen and (min-width: 769px){ /* PCのみ */
	body {
		font-size: small;
	}
	#container {
		line-height: 120%;
	}
	p{
		padding: 0px 0px 10px 0px;
		margin: 0px 0px 0px 0px;
	}
	.text_xsmall {
		font-size: x-small;
		line-height: 120%;
	}
	.text_medium {
		font-size: medium;
		line-height: 160%;
	}
	#footer {
		font-size: x-small;
	}
}