﻿@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%;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.6;
	text-align: left;
	padding-bottom: 1em;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#conts .entry h3 {
	width: 100%;
	background-image: url(../images/h3_under.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 0.5em;
	line-height:1.7em;
	text-align:left;
	margin-bottom: 0;
}
#conts .entry p.date {
	text-align:right;
	font-size: 10px;
	margin-bottom: 10px;
}
#conts .entry p.auther {
	clear:both;
	text-align: right;
}
#conts a:link {
	color: #b75534;
}
#conts a:hover {
	color: #999999;
}
.entry-categories ul {
	margin-left: 5%;
	list-style-type: none;
}
