<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 #e60012;
    font-size: 18px;
    margin-bottom: 12px;
    margin-top: 5px;
    padding: 8px 10px 8px 15px;
    color:  #e60012;
}

.title-C{
	font-size: 140%;
	text-align:left;
}

/* 繝ｪ繧ｹ繝�
----------------------------------------------------------------- */
.area-list{
	width:950px;
	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:#e60012;
		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;
	}

	.blog-contents{
		width:19%;
		background:#fcfcfc;
		margin-right: 1%;
		margin-bottom:13px;
	}
	
	.blog-contents:nth-child(6){
		display: none;
	}
	
	.child .blog-contents:nth-child(6){
		display: block;
	}

	.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;
	text-align: center;
}

.motto-btn p a{
	display:inline-block;
	padding: 10px 15px;
	background: #fcc800;
	color: #000;
	margin: 0 auto;
	text-align: center;
	font-size: 120%;
	border-radius: 5px; 
}

.blog-item-wrap .motto-btn p a{
	background: #00CEFD;
}

.motto-btn p a:hover{
	opacity:0.7;
	zoom:1;
}

.shopname{
	background: #3cb371;
	color: #fff;
	padding: 2px 5px;
	font-size: 110%;
	height:45px;
}

.blog-item-wrap .shopname{
    background: #E6D000;
}
</pre></body></html>