body::before {
	content : "";
	display : block;
	position : fixed;
	top : 0;
	left : 0;
	z-index : -1;
	width : 100%;
	height : 100vh;
	background-color : #f0faeb;
	background-image : url(https://www.rupinasu.com/farm/cart/images/spbg.png);
	background-position :  center top;
	background-repeat : no-repeat;
	background-size : 100%;
}

body#cartbody {
	font-family : dnp-shuei-mgothic-std,sans-serif;
	font-weight : 400;
	font-style : normal;
	font-size : 100%;
	line-height : 1.45em;
	color : #2d3c28;
}

#header {
	width : 100%;
}

h2#ctitle {
	font-size : 165%;
	font-family : ten-mincho,serif;
	font-weight : 400;
	font-style : normal;
	color : #23644b;
	text-align : center;
	line-height : 1.15em;
	letter-spacing : -1px;
}

h2#ctitle font {
	letter-spacing : 1px;
}

h2#ctitle span {
	display : block;
	font-size : 60%;
	font-family : new-atten-round, sans-serif;
	font-weight : 700;
	font-style : normal;
	color : rgba(70,145,110,0.6);
	letter-spacing : 2px;
}

#cartbox {
	margin-bottom : 7%;
}