/* blog　ブログ　-----------------------------*/
#blogs h1 {
	text-align: center;
	margin-bottom: 15px;
	background-image: url(img/home/area03b.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}

#blogs h1 img {
	height: 115px;
	width: auto;
}

#blogs h2 {
	margin-bottom: 60px;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}

#blogs #blogs-list.container {
	width: 800px;
}

#blogs #side {
	width: 180px;
	float: left;
}

#blogs #side dl.dl1 {
	margin-bottom: 40px;
}

#blogs #side dl.dl1>dt {
	font-size: 1.6rem;
	background: #00482a;
	color: #fff;
	line-height: 1.3;
	padding: 10px;
}

#blogs #side dl.dl1>dd {
	font-size: 1.4rem;
}

#blogs #side dl.dl1 a {
	display: block;
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
	line-height: 1.3;
}

#blogs #side dl.dl1 a:hover {
	background: #f2f6f4;
}

#blogs #side dl.dl1 li.active a {
	background: #f2f6f4;
}

#blogs #side dl.dl1 dl.dl2 dd a {
	display: block;
	border-bottom: 1px dashed #ddd;
	padding: 10px 0 10px 10px;
	line-height: 1.3;
}

#blogs #side dl.dl1 dl.dl2 dt {
	position: relative;
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
	line-height: 1.3;
}

#blogs #side dl.dl1 dl.dl2 dt:hover {
	background: #f2f6f4;
}

#blogs #side dl.dl1 dl.dl2 dt:after {
	content: "";
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 2px #00482a;
	border-right: solid 2px #00482a;
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -3px;
}

#blogs #side dl.dl1 dl.dl2 dt.current:after {
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#blogs #side dl.dl1 dl.dl2 dd {
	display: none;
}

#blogs #lists {
	width: 550px;
	float: right;
}

#blogs #lists .cnt {
	width: 100%;
	display: table;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px dashed #e5e5e5;
}

#blogs #lists .pic {
	width: 85px;
	float: left;
	transition: 0.3s;
}

#blogs #lists dl {
	float: right;
	width: calc(100% - 100px);
	position: relative;
	padding: 0;
}

#blogs #lists dt {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
}

#blogs #lists dd {
	font-size: 1.3rem;
	line-height: 1.3;
	margin: 0.5em 0 0 0;
}

#blogs #lists dd.dd2 {
	font-size: 1.2rem;
}

#blogs #lists .pic .cate {
	color: #00482a;
	border: 1px solid #00482a;
	padding: 5px 0;
	width: 100%;
	box-sizing: border-box;
	display: block;
	text-align: center;
	line-height: 1;
	font-size: 1.2rem;
	margin-top: 5px;
}

#blogs #lists dd .newico {
	color: #f00;
	border: 1px #f00 solid;
	padding: 2px 10px 1px;
	margin: 0 0.5em 0 0;
	line-height: 1;
}

#blogs #lists dd .date {
	color: #666;
	display: inline-block;
}

#blogs #lists a:hover .pic {
	opacity: 0.6;
}

#blogs #lists .blogslist {
	margin-bottom: 25px;
}

#blogs #detail {
	width: 550px;
	float: right;
}

#blogs #detail .date {
	font-size: 1.2rem;
	color: #666;
	margin-bottom: 0.5em;
}

#blogs #detail .date span {
	color: #00482a;
	border: 1px solid #00482a;
	padding: 5px 10px;
	box-sizing: border-box;
	display: inline-block;
	text-align: center;
	line-height: 1;
	margin-right: 1em;
}

#blogs #detail .date span.newico {
	color: #f00;
	border: 1px #f00 solid;
	margin: 0 1em 0 0;
	padding: 5px 10px;
	line-height: 1;
}

#blogs #detail h2 {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 15px;
	text-align: left;
}

#blogs #detail .pic {
	margin-bottom: 25px;
}

#blogs #detail .entry {
	font-size: 1.4rem;
	line-height: 1.6;
	padding-bottom: 30px;
	display: table;
	width: 100%;
	border-bottom: 1px dashed #ddd;
}

#blogs #detail .entry p {
	margin-bottom: 2.5em;
}

#blogs #detail .entry p img {
	width: 100%;
}

#blogs #detail .entry p:last-of-type {
	margin-bottom: 0;
}

#blogs #detail .entry h3 {
	font-size: 1.6rem;
	margin-bottom: 0.5em;
	font-weight: bold;
}

#blogs #detail .entry img.alignleft {
	text-align: left;
	float: left;
	clear: both;
	margin: 0 1em 1em 0;
}

#blogs #detail .entry img.aligncenter {
	display: block;
	clear: both;
	margin: 1px auto;
}

#blogs #detail .entry img.alignright {
	display: block;
	float: right;
	clear: both;
	margin: 0 1em 1em 0;
}

#blogs #detail .entry strong {
	font-weight: bold;
}

#blogs #detail .entry em {
	font-style: italic;
}

#blogs #detail .entry blockquote {
	display: block;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 40px;
	-webkit-margin-end: 40px;
}

#blogs #detail .entry a {
	text-decoration: underline;
}

#blogs #detail .entry a:hover {
	text-decoration: none;
}

#blogs #detail dl {
	font-size: 1.4rem;
	line-height: 1.5;
	border-top: 1px dashed #ddd;
	padding: 20px 0 0 0;
}

#blogs #detail dt {
	font-weight: bold;
}

#blogs #detail .pageng {
	text-align: center;
	font-size: 1.7rem;
	line-height: 1;
	margin: 40px 0 30px 0;
}

#blogs #detail .pageng li {
	display: inline-block;
	border: 1px solid #ddd;
	margin: 0 10px;
}

#blogs #detail .pageng a {
	display: block;
	padding: 10px 45px;
}

#blogs #detail .pageng li:nth-of-type(2) a {
	padding: 10px 85px;
}

#blogs #detail .pageng a:hover {
	color: #fff;
	background: #00482a;
}

@media screen and (max-width: 801px) {
	#blogs h1 {
		margin-bottom: 10px;
	}

	#blogs h1 img {
		height: 100px;
	}

	#blogs h2 {
		margin-bottom: 40px;
		font-size: 1.6rem;
	}

	#blogs #blogs-list.container {
		width: 94%;
	}

	#blogs #side {
		width: 100%;
		float: none;
	}

	#blogs #side dl.dl1 {
		margin: 0 10px 30px 10px;
	}

	#blogs #side dl.dl1>dt {
		padding: 7px;
	}

	#blogs #side dl.dl1 a {
		padding: 7px 0;
	}

	#blogs #side dl.dl1 dl.dl2 dd a {
		padding: 7px 0 7px 7px;
	}

	#blogs #lists {
		width: 100%;
		float: none;
	}

	#blogs #lists dt {
		font-size: 1.6rem;
		line-height: 1.4;
	}

	#blogs #lists dd {
		font-size: 1.3rem;
		line-height: 1.3;
	}

	#blogs #lists dd.dd2 {
		font-size: 1.2rem;
	}

	#blogs #lists .pic .cate {
		font-size: 1.2rem;
	}

	#blogs #detail {
		width: 100%;
		float: none;
	}

	#blogs #detail h2 {
		font-size: 1.7rem;
		margin-bottom: 10px;
	}

	#blogs #detail .pic {
		margin-bottom: 15px;
	}

	#blogs #detail .pic img {
		width: 100%;
		max-width: none;
	}

	#blogs #detail .entry {
		line-height: 1.5;
		padding-bottom: 20px;
	}

	#blogs #detail .entry p {
		margin-bottom: 1.5em;
	}

	#blogs #detail .entry h3 {
		margin-bottom: 0.5em;
	}

	#blogs #detail .pageng {
		font-size: 1.7rem;
		margin: 40px 0 40px 0;
	}

	#blogs #detail .pageng li {
		margin: 0;
		width: 20%;
	}

	#blogs #detail .pageng li:nth-of-type(2) {
		width: 50%;
		margin: 0 2%;
	}

	#blogs #detail .pageng a {
		display: block;
		padding: 10px 0px;
	}

	#blogs #detail .pageng li:nth-of-type(2) a {
		padding: 10px 0px;
	}
}