*, *:before, *:after {
	box-sizing: border-box;
}

/* *****************************************
	Base
***************************************** */
body.page:not(.home), /* homeは除外 */
.post, 
.single, 
.archive, 
.taxonomy {

	.container {
		p {
			font-size: 1rem;
			line-height: 2rem;
			margin: 10px 0;
		}
	}
}
