/*
 Theme Name:   steps2019
 Template:     wp-bootstrap-starter
*/

/*
wp-bootstrap-starterのテンプレート使用しているため、
theme「wp-bootstrap-starter」のcssも読み込んでいます。
*/

.widget {
  margin-bottom: 0;
}

#primary,#secondary{
	margin-top:	30px;
	margin-bottom: 30px;
}

@media (min-width: 600px) {
	#primary,#secondary{
		margin-top:	60px;
		margin-bottom: 60px;
	}
}

#secondary section{
	padding:0;
}

.btn_area{
	margin:20px 0 80px 0 !important;
	width:100%;
}



/* 記事タイトル ------ */

.entry-title{
	font-size:18px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	margin-bottom: 30px;
	color:#0C419A;
	line-height: 1.4;
	background: url("img/border.png") no-repeat bottom left;
	padding-bottom: 20px;
}

#blog-category .entry-title{
	background: none;
	padding-bottom: 0;
}
.entry-title a{
	text-decoration: underline;
	color:#0C419A;
	line-height: 1.4;
}

@media (min-width: 600px) {
	.entry-title{
		font-size:28px;
		margin-bottom: 50px;
	}
}

/* 記事タイトルの日付部分 ------ */

#primary .entry-meta{
	text-align:left;
	font-size:13px;
	margin-bottom: 10px;
	color: #666;
}
@media (min-width: 600px) {
	#primary .entry-meta{
		font-size:15px;
	}
}

/* 記事本文 ------ */

#blog-category article{
	border-bottom:1px dotted #aaa;
	padding-bottom: 40px;
	margin-bottom: 50px;
}

article p img{
	margin:15px auto;
	width: 100%;
height: inherit;
}

#primary .entry-content{
}

#primary .entry-content p{
	margin-bottom: 1rem;
}

/* ウィジェット最近の投稿のタイトル ------ */

h3.widget-title{
	font-size:16px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	color: #005BAC;
}
@media (min-width: 600px) {
	h3.widget-title{
		font-size:22px;
	}
}

/* ウィジェット最近の投稿 ------ */

#secondary .nav > li > a {
	position: relative;
	display: block;
	font-size:13px;
	color: #000;
	text-decoration: none;
	line-height: 1.4;
	padding:12px 0;
}

#secondary .nav > li{
	display: block;
	border-bottom: 2px solid #eee;
	line-height: 1.5;
	width: 100%;
	margin:0;
	padding:0;
}

@media (min-width: 600px) {
	#secondary .nav > li > a {
		padding:20px 0;
		line-height: 1.6;
		font-size:14px;
	}
}

#secondary .nav .post-date{
	font-size:13px;
}

#secondary .nav time{
	font-weight: bold;
	margin-bottom: 3px;
	display: inline-block;
}

nav.navigation{
	background-color: transparent;
	padding:0;
	margin:0;
}

nav.navigation a{
	display:inline-block;
	padding:10px 15px;
	background-color: #0C419A;
	width: 70px;
	color: #fff;
	text-align: center;
	border-radius: 2px;
	font-size:14px;
}
nav.navigation span{
	display:inline-block;
	padding:10px 15px;
	background-color: #999;
	width: 70px;
	color: #fff;
	text-align: center;
	border-radius: 2px;
	font-size:14px;
}


