
@charset "utf-8";

/*===================================================================
  CSS Import
===================================================================*/
@import url(./ress.css);
@import url(./font-awesome.css);

/*===================================================================
  Common
===================================================================*/
a{
	color: #0000c8;
	text-decoration: none;
}
a:hover{
	color: #ff0000;
	text-decoration: underline;
}
pre{
	padding: 10px 0;
	border-bottom: 1px #333333 solid;
}
div:after{
	content: "";
	clear: both;
	display: block;
}
