body {
	font-size: 14px;
	font-family: 'Helvetica Neue', Helvetica, Arial, 'Hiragino Sans', "ヒラギノ角ゴシック", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3',Roboto, 'メイリオ', Meiryo, 'MS Pゴシック', sans-serif;
}

a {
	text-decoration: none;
}

ul {
	list-style: none;
	padding-left: 0;
}

[data-type="favorite"] i {
	color: #ff617c;
}

header .navbar-brand img {
	max-height: 40px;
}

header .navbar-nav img {
	object-fit: cover;
	width: 40px;
	height: 40px;
}

header .navbar-toggler img {
	width: 40px;
	height: 40px;
}

.dropdown-toggle.no-arrow::after {
	display: none;
}

#searchModal {
	.form-control[type=search] {
		border: 1px solid #ced4da;
	}
}

#main .container-lg 
, footer .container-lg
{
	max-width: 890px;
}

/* footer {
} */
	footer ul {
		list-style: none;
		padding-left: 0;
	}
		footer ul a {
			text-decoration: none;
		}
	footer img.logo {
		height: 40px;
	}


.page-title {
	margin-top: 1.5rem;
}
