@charset "utf-8";

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

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

.main {
	margin: 0 20px;
	padding: 20px 0 0;
}

h2 {
	font-size: 1.8rem;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ ゴシック","Times New Roman";
	font-weight: lighter;
	margin-top: -40px;
	padding-left: 45px;
	margin-bottom: 25px;
}

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

.date p.month {
	padding-top: 4px;
	font-size: 1.1rem;
}

.date p.day {
	font-size: 1.8rem;
	line-height: 70%;
}

.photo {
	margin-bottom: 40px;
	text-align: center;
}

.postText {
	margin-bottom: 20px;
}

.postText img {
	margin-bottom: 20px;
}

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

.pagelink a {
	background-color: #fffa4a;
	padding: 10px;
	position: absolute;
	top: 0;
}

.pageprev {
	left: 0;
}

.pagenext {
	right: 0;
}

.sidebar {
	margin: 20px;
}

.widget {
	margin-bottom: 20px;
}

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

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

.clearFix {
	zoom: 1;
}