@charset "utf-8";
/*
Theme Name: Style-Wakiya
Theme URI: http://wakiya.com/
Description: Wakiyaスタッフブログ用スタイル
Version: 1.0
Author: Wakiya
*/

@import url("css/blog.css");

/* Clearfix
---------------*/

.post-content p,
.blog {
	_height: 1px;
	min-height: 1px;
	/*¥*//*/
	height: 1px;
	overflow: hidden;
	/**/
}

.post-content p:after,
.blog:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

.clear {
	display: block;
	clear: both;
}