/*直書きで修正*/
* {
	box-sizing: border-box;
}

body {
	margin: 8px 0;
}

a {
	color: #00e;
}

img {
	border-style: none;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

.p-maguro-main {
	margin: 0 auto;
	max-width: 900px;
	min-width: 960px;
}

.p-maguro-title {
	color: #FFF;
	background: #f55e27;
	font-size: 30px;
	font-weight: bold;
	height: auto;
	padding: 20px 0;
	margin: 50px 0 0;
	text-align: center;
	width: 100%;
}

.p-maguro-section {
	background: #f55e27;
	border-radius: 12px;
	margin: auto;
	margin-top: 30px;
	padding: 6px;
	max-width: 900px;
}

.p-maguro-sectionInner {
	background-color: #fff;
	border-radius: 8px;
	padding: 20px;
}

.p-maguro-pageTop {
	text-align: right;
	margin: 15px auto 0; 
	padding-right: 24px;
}

.p-maguro-footer {
	margin-top: 48px;
}

/* /html/item/css/item.cssの上書き */
.product-list__item:nth-of-type(1) {
	border-top: none !important;
	padding-top: 0 !important;
}