@charset "utf-8";

/* = blog
----------------------------------------------- */
.blogCurrent {
	background: url(../../img/pc/blog_on.png) no-repeat;
	display: block;
	text-indent: -9999px;
}

.post {
	background: url(../../img/pc/dots.png) repeat-x;
	margin-bottom: 30px;
}

.postInner {
	margin-top: -50px;
	padding-left: 70px;
}

.main {
	width: 680px;
	float: right;
}

h2 {
	font-size: 26px;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ ゴシック","Times New Roman";
	font-weight: lighter;
	margin-bottom: 30px;
}

.date {
	background: url(../../img/pc/date_tag.png) no-repeat;
	text-align: center;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ ゴシック","Times New Roman";
	font-weight: lighter;
	width: 50px;
	height: 58px;
}

.date p.month {
	padding-top: 5px;
}

.date p.day {
	font-size: 24px;
	line-height: 100%;
}

.photo {
	margin-bottom: 20px;
}

.postText {
	margin-bottom: 20px;
}

.pagelink {
	position: relative;
	height: 35px;
	margin-bottom: 20px;
}

.pagelink a {
	position: absolute;
	top: 0;
}

.pageprev {
	left: 0;
}

.pagenext {
	right: 0;
}

.sidebar {
	width: 160px;
	float: left;
}

.widget {
	margin-bottom: 20px;
}

h3 {
	font-size: 20px;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ ゴシック","Times New Roman";
	font-weight: lighter;
	padding-bottom: 5px;
	margin-bottom: 20px;
	background: url(../../img/pc/dots.png) repeat-x;
	background-position: bottom;
}

/* = clearFix
----------------------------------------------- */
.clearFix:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

.clearFix {
	zoom: 1;
}