<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* BASE CSS
----------------------------------------------------------------- */
.title-A {
	width: 100%;
	text-align: center;
}
.title-B {
	border-left: 7px solid #161B61;
	font-size: 18px;
	margin-bottom: 12px;
	margin-top: 5px;
	padding: 8px 10px 8px 15px;
	color: #161B61;
}
.title-C {
	font-size: 140%;
	text-align: left;
	color: #000;
}
.pager {
	width: 950px!important;
	margin: 0 auto;
}
/* 繝ｪ繧ｹ繝�
----------------------------------------------------------------- */
.area-list {
	width: 800px;
	margin: 20px auto 0;
}
.area-list:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.area-list li {
	width: 24%;
	float: left;
	background: #28a7e1;
	text-align: center;
	margin: 2px;
}
.area-list li a {
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 20px 5px;
	color: #fff;
}
/* 繝悶Ο繧ｰ隱ｭ縺ｿ霎ｼ縺ｿ驛ｨ蛻�css
----------------------------------------------------------------- */
.blog-information-wrap {
	width: 100%;
	margin-bottom: 30px;
	padding-bottom: 25px;
}
.blog-information {
	/* width:950px; */
	margin: 0 auto;
}
.blog-contents-wrap {
	display: flex;
	flex-wrap: wrap;
	/* width:950px; */
	margin: 0 auto;
}
.blog-contents {
	width: 24%;
	background: #fcfcfc;
	margin-right: 1%;
	margin-bottom: 13px;
	border: solid 1px #ccc;
	border-radius: 5px;
	position: relative;
	box-sizing: border-box;
}
.blog-contents:nth-child(6) {
}
.child .blog-contents:nth-child(6) {
}
.blog-contents.last {
	margin-right: 0px;
}
.blog-contents-img {
	width: 100%;
	height: 183px;
	overflow: hidden;
}
.blog-contents-img a {
	display: block;
	width: 183px;
	height: 183px;
}
.motto-btn p {
	width: 950px;
	margin: 10px auto 50px;
	text-align: center;
}
.motto-btn p a {
	display: inline-block;
	padding: 10px 15px;
	background: #2d90de;
	color: #fff;
	margin: 0 auto;
	text-align: center;
	font-size: 120%;
	border-radius: 5px;
}
.blog-item-wrap .motto-btn p a {
	background: #161B61;
}
.motto-btn p a:hover {
	opacity: 0.7;
	zoom: 1;
}
.shopname {
	background: #065d42;
	color: #fff;
	padding: 2px 5px;
	font-size: 110%;
	min-height: 50px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.title a {
	color: #161B61;
}
.blog-item-wrap .shopname {
	background: #E6D000;
}
.shopname span {margin: 0 auto;}
.blog-contents {
}
.blog-contents .title {
	padding: 10px 10px 30px;
}
.blog-content-txt {
	position: absolute;
	bottom: 0;
	right: 10px;
}
</pre></body></html>