@charset "utf-8";
/* CSS Document */

/**************************************************************************************************
BLOG
**************************************************************************************************/

/* - ClearFix ------------------------------------------------------ */
.clrFix:after { clear: both; height: 0; font-size: 0; visibility: hidden; display: block; content: "."; }
* html .clrFix             { zoom: 1; } /* IE6 */
*:first-child+html .clrFix { zoom: 1; } /* IE7 */
.clrFix {display:inline-table; }
/* Hides from IE-mac \*/
* html .clrFix {height:1%;}
.clrFix {display:block;}
/* End hide from IE-mac */


#contents #side{
	margin-bottom: 40px;
}
#contents #main.blog_top{
	/*margin-top:20px;*/
}
#contents #main.blog_top #main-column{
	margin: 0 45px 0 0 ;
	width:690px;
	float:left;
}

#contents #main.blog_top .column{
/* 	background:url(../blog_img/common/blog_top_bg4.jpg) no-repeat left 40px; */
	/* height:932px; */
	margin:0 0 40px 0;
	padding: 0;
	clear:both;
}
#main-title.blog_top h2{
	margin-top:15px;
	padding-bottom:20px;
	padding-left:10px;
	padding-top: 20px;
	clear:both;
}
/*右ナビブログリンク*/
#contents #main.blog_top .blog_link{
	margin:-31px 0 20px 0 ;
}

/*ブログ更新内容表示位置*/
.blog_blc_01{
	height: 150px;
	background: url(../blog_img/common/blog_blc_bg.png) no-repeat 0 0;
}
.blog_blc_02{
	background: url(../blog_img/common/blog_blc_boder.png) repeat-x 0 0;
	padding-top: 3px;
	margin-top: 30px;
}
.blog_set{
	padding: 0 15px;
}
.blog_set li{
	float: left;
	overflow: hidden;
	height: 118px;
	width: 205px;
	margin: 23px 0 0 22px;
}
.blog_blc_01 .blog_set li{
	margin-top: 13px;
}
.blog_set li:first-child{
	margin-left: 0;
}
.blog_set li .ttl{
	margin-bottom: 15px;
}
.blog_set .img{
	float: left;
	width: 60px;
	height: 60px;
	background: #eee;
	overflow: hidden;
}
.blog_set .img img{
	max-width: 100%;
}
.blog_set .text{
	float: right;
	position: relative;
	width: 135px;
	font-size: 12px;
}
.blog_set .text .up{
	position: absolute;
	top: 0;
	right: 0;
	font-weight: bold;
	color: #867700;
}
.blog_set .text a{
	text-decoration: underline;
}
.blog_set .text a:hover{
	text-decoration: none;
}

/*SNS用ボタン*/
#SNS_btnBlk{padding-top:30px;}
#SNS_btnBlk .sns{ float:left; display:inline; }
