@charset "Shift-JIS";
@import "basic.css";
@import "head.css";
@import "foot.css";

/* ------------------------------
contents
-------------------------------- */
#contents {
	padding: 0 0 25px 0;
	width: 760px;
}
#contents .inner {
	padding-left: 25px;
}

/* ------------------------------
旧コンテンツ調整
-------------------------------- */



/* ------------------------------
clearfix
-------------------------------- */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-block; }
/* ＼*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

