﻿@charset "utf-8";

/*----  ブログ　----*/

#conts {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-bottom: 10%;
}
#conts:after {
	 content : '';
  display : block;
  clear : both;
}
#conts h2 {
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 5%!important;
	margin-left: 0em;
}
#conts .entry {
	width: 90%;
	padding: 3%;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.6;
	text-align: left;
	background-color:#fcfbf6;
	border:#e2e2e2 solid 1px;
	border-radius:10px;
	margin-bottom: 1em;
}
#conts .entry h3 {
	width: 100%;
	color: #393A34;
	line-height: 1.7em;
	text-align: left;
	margin-bottom: 1em;
}
#conts .entry img {
	height:auto!important;
}
#conts .entry .entryheader {
	border-bottom: #b6b5b1 dotted 1px;
}
#conts .entry p.date {
	font-size: 10px;
	margin-bottom: 10px;
	color: #7e7e7e;
}
#conts .entry p.auther {
	float:right;
	color:#7e7e7e;
}
#conts .entry .more {
	text-align:right!important;
}
#conts a:link {
		color:#7e7e7e;
}
#conts a:hover {
	color: #C5B05F;
}
.entry-categories ul {
	margin-left: 5%;
	list-style-type: none;
}
