body#cartbody {
	margin : 0;
	padding : 0;
	background-color : #f0faeb;
	background-image : url(https://www.rupinasu.com/farm/cart/images/bg.png);
	background-position :  center top;
	background-repeat : no-repeat;
	font-family : dnp-shuei-mgothic-std,sans-serif;
	font-weight : 400;
	font-style : normal;
	font-size : 110%;
	line-height : 1.65em;
	color : #32322d;
}

#header {
	width : 100%;
	margin-bottom : 70px;
}

h2#ctitle {
	color : #23644b;
	font-size : 230%;
	font-family : ten-mincho,serif;
	font-weight : 400;
	font-style : normal;
	text-align : center;
	letter-spacing : -2px;
}

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

h2#ctitle span {
	margin-left : 20px;
	font-size : 50%;
	font-family : new-atten-round, sans-serif;
	font-weight : 700;
	font-style : normal;
	color : rgba(70,145,110,0.6);
	vertical-align : 7px;
	letter-spacing : 2px;
}

#cartbox {
	overflow : hidden;
	display : flex;
	justify-content : center;
}