/*
 Theme Name:   Understrap Child
 Version: 1.1.0
 Template: understrap
*/
body {
  font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif !important;
}
.container {
	max-width: 980px!important;
}
ul.post-categories {
list-style-type: none!important;
}

.navbar {
	padding: 1rem 0!important;
}

.navbar-brand a {
	text-decoration: none;
}

a.nav-link {
	color: #fff!important;
}
.entry-title {
	font-size: 1.2rem;
	font-weight: bold;
}

.entry-title a {
	color: #063351;
	text-decoration: none;
}

.entry-title a:hover {
	color: #666;
}

.fs-7 {
	font-size: .8rem!important;
}

.wp-block-latest-posts__list li {
	padding: 3px 0;
}
.wp-block-categories-list {
	list-style-type: none!important;
	padding-left: 0;
}

.wp-block-categories-list li {
	padding: 3px 0;
}

#left-sidebar h2 {
	border-bottom: 1px dotted #777;
	font-size:1.2rem;
	font-weight: bold;
	padding-bottom: .5rem;
}

h1.page-title {
	font-size:1.6rem;
	font-weight: bold;
	margin-bottom:2rem;
}

.border-gray {
	border: 1px solid #bbb!important;
	padding: 2px 1rem;
}