/* CSS Document */



.single #main img {
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 1.2%;
}


.single h2 {
	font-weight: 600;
	font-size: 32px;
	margin-bottom: 2%;
}

.single .date {
	font-size: 18px;
	color: #888;
	margin-bottom: 1%;
	font-weight: 600;
}

.single .date span {
	background-color: #f2fafd;
	color: #00a0d4;
	padding: 0.6% 2%;
	font-size: 14.6px;
	font-size: 16px;
	font-weight: 600;
}

.single .main_txt p {
	margin-top: 2%;
	font-size: 16px;
	line-height: 2;
}

/*詳細ページのページ送り*/
.next_page {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	padding: 4% 0;
}

.next_page > li {
	width: 28%;
	margin-right: 4%;
	text-align: center;
}

.next_page li:last-child {
	margin-right: 0;
}

.next_page li:nth-child(2) a {
	background-color: #fff;
}

.next_page li a {
	color: #00a0d4;
	padding: 8%;
	background-color: #f2fafd;
	display: block;
}

/*最新記事一覧*/

.near_list {
	margin-top: 6%;
}

.near_list ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 6%;
}

.near_list h3 {
	font-size: 25px;
	border-bottom: 1px solid #ccecf6;
	margin-bottom: 2%;
	font-weight: 600;
}

.near_list h3 a {
	color: #000;
	font-size: 25px;
	font-weight: 600;
}

.near_list li {
	width: 32%;
	margin-right: 2%;
}

.near_list li:last-child {
	margin-right: 0;
}

.near_list li img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.near_list li h2 {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 600;
}

.near_list li a {
	display: block;
	background-color: #fff;
	color: #333;
}

.near_list li a:hover {
	color: #00a0d4;
}

.near_list li .date {
	font-size: 15px;
	color: #888;
	margin-bottom: 1%;
	font-weight: 600;
}

@media screen and (max-width: 414px) {
	.single h2 {
		font-size: 26px;
	}
	
	.next_page {
		display: block;
	}
	
	.next_page li {
		width: 100%;
	}
	
	.next_page li a {
	padding: 5% 0;
}

	.near_list li {
		width: 100%;
		margin-bottom: 4%;
	}
	
	.near_list h3,.near_list h3 a {
	font-size: 22px;
}


}

/*検索結果*/

.search .entry-header {
	background-image: none;
}

.search .page-header {
	margin-bottom: 10px;
	padding: 2%;
}

.search .entry-title a {
	font-size: 24px;
	color: #333;
	font-weight: 600;
}
