@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

/* ブログ一覧（最新・全て・月別）
--------------------------------------------------------------------*/
#content h3{
	margin-bottom: 60px;
}
#blog {
	overflow:hidden;
	/zoom:1;
	margin-bottom: 70px;
}

#blog #left {
	width: 639px;
	float:left;
}

#blog #left dl {
	margin-bottom: 50px;
}
#blog #left dl.none{
	margin-bottom: 40px;
}
#blog #left dl dt {
	position: relative;
	padding: 8px 15px 6px;
	margin: 0 0 14px;
	color: #000000;
	font-weight: bold;
	line-height: 1.2;
}
#blog #left dl dt::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 1px;
	background: #3AA8CE;
	width: 5px;
	height: 100%;
}

#blog #left dl dt a {
	font-weight: bold;
	color: #000000;
}
#blog #left dl dt a:hover{
	text-decoration: none;
}

#blog #left dl dd.time {
	font-size: 0.85em;
	line-height: 1.2;
	margin-bottom: 5px;
	text-align: left;
}

#blog #left dl dd.btn {
	text-align: center;
	margin-top: 25px;
}

#blog #right {
	float: right;
	width: 150px;
	padding-bottom: 20px;
}
#blog #right a {
	text-decoration: none;
}
#blog #right a:hover {
	text-decoration: underline;
}
#blog #right table {
	font-size:0.85em;
	margin: 11px 0 45px;
}
#blog #right table th,
#blog #right table td {
	border:none;
	padding: 5px 0 1px;
	text-align:center;
	background:none;
}
#blog #right table td {
	color: #333;
}
#blog #right table td a {
	color: #FF8405;
	font-weight: normal;
}
#blog #right table th {
	font-weight: normal;
	width: 21px;
}

#blog #right table caption {
	text-align:left;
	font-weight:bold;
	padding: 0 0px 7px 0;
	border-bottom: 1px solid #CCCCCC;
	color:#333;
}
#blog #right ul.arc {
	font-size:0.85em;
	line-height:1.6;
	padding:10px 0 0 16px;
	border: none;
	margin-bottom: 63px;
}

#blog #right ul.arc li {
	line-height: 1.0;
	background:url(../image/blog_icon.png) left top no-repeat;
	padding-left: 10px;
	margin-bottom:15px;
}
#blog #right ul.arc li a{
	color: #333;
}
#blog #right ul li.last {
	margin-bottom:0;
	padding-left:0;
	background:none;
	text-align:right;
	list-style:none;
}

#blog #right ul.news {
	margin-top: 13px;
	padding-bottom:10px;
}

#blog #right ul.news li {
	line-height: 1.4;
	list-style: none;
	margin-left: 0;
	font-size:0.85em;
	margin-bottom: 9px;
}
#blog #right ul.news li a{
	color: #000;
	font-weight: normal;
}
#blog #right ul.news li span{
	display: block;
	color: #BBBBBB;
	margin-top: 8px;
}