@charset "utf-8";

/* レスポンシブ対応 */
@import url(pc.css) screen and (min-width: 641px);
@import url(sp.css) screen and (max-width: 640px);

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