/*!
Theme Name: kobe-asteo
Author: kobe-asteo
*/

/*歯のコラム*/
#column a.links,.post-archive a.links{
	border-bottom: 1px solid #ccc;
	    display: block;
    padding: 15px 0;
}
.thumbnails{
	display: flex;
	align-items: center;
	gap:20px;
}
.thumbnail_img{
	width: 160px;
    height: 160px;
}
.thumbnail_img img{
	width: 100%;
	max-width: 100%;
	height: 160px;
	object-fit: cover;
}
.thumbnails .titles,.thumbnails .times,#column .culs{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}
.thumbnails .titles{
	font-size: 20px;
}
.post-thumbnail{
	margin: 20px auto;
}
.columns p{
	padding: 0;
}
#column .culs{
	text-align: center;
    display: table;
    margin: 30px auto;
    background: #002064;
    color: white;
    padding: 10px 30px;
}
.wp-pagenavi{
	text-align: center;
	margin: 60px auto;
}
.wp-pagenavi a, .wp-pagenavi span {
    padding: 10px 10px!important;
}
.wp-pagenavi span.current{
	background: #DCDFE2;
	border: 1px solid #DCDFE2!important;
	font-weight: normal!important;
}
.post-navigation .nav-links{
	display: flex;
	justify-content: center;
}
.post-navigation .nav-links>div{
	padding: 10px;
}
.single_content h2{
	font-weight: bold;
	position: relative;
    padding: .5em .2em;
    background-color: #2D4253;
    text-align: center !important;
    font-size: 20px !important;
    font-weight: bold;
    letter-spacing: 2px;
    color: #FFF;
    margin: 30px auto 30px;
}
h3.entry-title{
	margin-bottom: 0;
/* 	text-align:center; */
}
.single_content h3{
	border-left:4px solid #003f96;
	padding-left: .6rem;
	color: #003f96;
	font-size: 20px !important;
}
.single_content h4,.single_content h5,.single_content h6{
	font-size: 20px !important;
	font-weight: bold;
	display:table;
	    margin: 20px 0;
color: #003f96;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}
.single_content h4{
	color: #003f96;
}
.single_content h5{
	border-bottom: 1px solid #003f96;
}
.single_content h6{
	border-top: 1px solid #003f96;
}
@media(max-width:480px){
	.post-archive,.post-single{
		padding:0 10px;
	}
	.thumbnail_img,.thumbnail_img img{
		width: 90px;
        height: 90px;
        max-width: 90px;
        max-height: 90px;
	}
	h3.entry-title{
		font-size:20px;
		text-align:left;
	}
	.thumbnails .titles {
    font-size: 18px;
		line-height:1.2;
}
}