@charset "utf-8";
/* --------------------------------------------------

	css/base.css

-------------------------------------------------- */

/* ------------------------
	global
------------------------ */

body {
	margin: 0;
	padding: 0;
}
div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,p,blockquote,table,th,td,ul,ol,li,form,code {
	margin: 0;
	padding: 0;
}
ul,ol,li {
	list-style: none;
}
br {
	letter-spacing: 0px;
}
a {
	color: #00A6FF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img,abbr {
	border: 0;
}
img {
	border: 0;
	vertical-align: top;
}
.out-link {
  color: #ff0000;
  font-size: 1.4em;
}
/* ------------------------
	clearfix
------------------------ */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
