	a {
		color: #0000ee;
		text-decoration: none;
	}

	img {
		max-width: 100%;
		width: auto;
		height: auto;
	}

	#hpb-main {
		margin: 0 auto;
		width: min(90%, 900px);
	}

	.p-maguro-main {
		margin: auto;
		width: min(100%, 640px);
	}

	.p-maguro-title {
		color: #FFF;
		font-weight: bold;
		font-size: 24px;
		text-align: center;
		background: #f55e27;
		border-radius: 5px;
		margin: .8em 0;
		padding: .5em 0;
	}

	.p-maguro-section {
		border: 6px solid #f55e27;
		border-radius: 12px;
	}

	.p-maguro-list {
		list-style-type: none;
		padding: 4%;
	}

	.p-maguro-item:not(:first-child) {
		border-top: 1px solid #ccc;
		margin-top: 25px;
		padding-top: 25px;
	}


	.p-maguro-itemLink {
		position: relative;
		display: block;
		font-size: 17px;
		width: 100%;
	}

	.p-maguro-itemName {
		font-size: 18px;
		text-decoration: underline;
		margin: 0;
		margin-top: 1em;
	}

	.p-maguro-itemText {
		color: black;
		font-size: 16px;
		text-decoration: none;
		margin: 0;
		margin-top: .5em;
	}

	.p-maguro-img {
		position: relative;
	}

	.p-maguro-img>img {
		display: block;
		height: 100%;
		width: 100%;
		object-fit: cover;
	}