<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.blogListview {
	padding: 20px;
}
.blogDtl {
	padding: 20px;
	border-bottom: 1px solid #bbb;
}
.blogDtl:hover {
	opacity: 0.6;
}
.blogDtl img {
	width: 200px;
	float: left;
	background-color: #fff;
}
.blogDtl .txtR {
	width: 450px;
	float: right;
}
.blogDtl span:after {
	content: "\A" ;
	white-space: pre ;
}
.blogSrchTit {
	padding: 10px 0 10px 20px;
	background-color: #041126;
	color: #fff;
	font-family: "ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	font-size: 16px;
}
.blogSrchBox {
	margin-bottom: 20px;
}
.blogSrchBox ul {
	padding: 10px 10px 0;
}
.blogSrchBox ul li a {
	padding-left: 20px;
	background-image: url("../img/icon/icon_arrow_08.png");
	background-repeat: no-repeat;
	background-position: 0 4px;
	background-size: 14px auto;
	text-decoration: none;
	display: block;
	word-break: break-all;
}
.blogSrchBox ul li a:hover {
	text-decoration: underline;
}
.blogListHref {
	text-align: right;
	text-decoration: none;
}
.blogListHref a {
	text-decoration: none;
}
.blogSrchBox a:hover {
	text-decoration: underline;
}

/* 記事タイトル */
#main .tmpClH4 {
    padding-bottom: 0px;
}

.blogMore {
	margin: 40px 0;
	text-align:center;
	position: relative;
}

.blogMore div{
	display: inline-block;
	margin: 0 10px;
}
.blogPrev a,
.blogList a,
.blogNext a {
	background-color: #fff;
	border: solid 2px #041126;
	padding: 10px 40px;
	margin: 20px 0px;
	box-shadow: 1px 2px 2px #bbb;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

.blogPrev:hover,
.blogList:hover,
.blogNext:hover
 {
	opacity: 0.6;
}

.blogList {
	text-align: center;
}
.blogPrev {
	position: absolute;
	left: 0;
}
.blogNext {
	position: absolute;
	right: 0;
}

/* ---------------------------------------------
	media screen(600以下)
--------------------------------------------- */
@media screen and (max-width:600px) {

	.blogListview { padding: 10px;}
	.blogDtl {
		padding: 10px 0;
		border-bottom: 1px solid #bbb;
	}

	.blogDtl img {
		width: 30%;
		float: left;
	}
	.blogDtl .txtR {
		width: 65%;
		margin-top: -5px;
	}
	.blogMore {
		margin: 20px auto 40px;
		text-align: center;
	}
	.blogMore a {
		background-color: #fff;
		border: 2px solid #041126;
		box-shadow: 1px 2px 2px #bbb;
		margin: 20px 0;
		padding: 10px 60px;
		font-size: 16px;
		border-radius: 8px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
	}

	.blogSrchBox ul li a {
		background-position: 0 6px;
	}
	.blogSrchTit {
		padding: 10px;
	}
	.blogSrchBox ul {
		padding: 10px 10px 0;
	}

	.blogList {
		display: none !important;
	}

	.blogMore {
		position: relative;
		margin: 40px 0;
	}

	.blogPrev a,
	.blogNext a {
		background-color: #fff;
		border: solid 2px #041126;
		padding: 10px 30px;
		margin: 20px 0px;
		box-shadow: 1px 2px 2px #bbb;
		border-radius: 8px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
	}

}
</pre></body></html>