@charset "utf-8";


@import url("./base.css");
@import url("./navi.css");

/* _w
-----------------------------------*/
.dotline {
	clear: left;
	height: 15px;
	background-image: url(http://www.smashxsmash.jp/images/dotline.gif);
	background-repeat:repeat-x;
	margin:2px 0;
}

/*  clear
----------------------------------*/
.clear{clear:both;}

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

