@charset "utf-8";

/*----------------------------------
*
*　contents部分(記事)
*
----------------------------------*/

.blog{
	background-color: #fff;
	margin-top:20px;
	padding: 18px 20px 5px 20px;
}


#contents h2{
	font-weight: bold;
	font-size: 180%;
	width: 500px;
	float: left;
	color: #323232;
	line-height: 1.4em;
}
#contents .day{
	width: 150px;
	text-align: right;
	color: #017ec4;
	float: right;
	position:relative;
	bottom: 15px;
	letter-spacing: 0.1em;
}
.blogText{
	clear: both;
	border-top: #017ec4 2px solid;
	padding-top: 5px;
	font-size: 13px;
	line-height: 1.5em;
	letter-spacing: 0.08em;
}
.blogText p{
	margin-top: 10px;
}

/*
*カテゴリ表示部分
*/
.blog dl {
	float: right;
}	
.blog dl dt{
	float:left;
}	
.blog dl dd{
	float:left;
	margin-right: 1em;
}
.blog dl dd:last-child{
	margin-right: 0;
}
.blog dl dd a{
	color: #017ec4;
	text-decoration: underline
}
.blog dl dd a:hover{
	text-decoration: none;
}