@charset "utf-8";


/* --------------------------------------------------------------------------------
   index.html
-------------------------------------------------------------------------------- */


/* Contents
-------------------------------------------------------------------------------- */

/* -- Headings -- */
.packet {
	margin: 20px 0 70px;
	padding-top: 20px;
	border-top: 1px solid #cccccc;
}


/* Clear
-------------------------------------------------------------------------------- */

.section:after {
	content        : ".";
	height         : 0px;
	clear          : both;
	visibility     : hidden;
	display        : block;
}
.section { zoom:100%;}
