@charset "utf-8";

/* ----------------------------------------------------
　　■初期設定
---------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
body {
	font: normal small/1.5 "ヒラギノ角ゴ Pro W3", Verdana, "ＭＳ Ｐゴシック";
	color: #000000;
}
a {
	color: #FF6600;
	text-decoration: none;
	outline-width: 0;
}
a:hover {
	color: #007bba;
	text-decoration: none;
}
p, h1, h2, h3, h4, h5, h6, form {
	font: normal small/1.5 "ヒラギノ角ゴ Pro W3", Verdana, "ＭＳ Ｐゴシック";
	display: block;
}
ul, li, dl, dd, dt {
	list-style: none;
	display: block;
}
img {
	border-style: none;
}
.del {
	position: absolute;
	left: -9999px;
	font-size: 0px;
	line-height: 0px;
}
hr, .none {
	display: none;
}
.clear {
	clear: both;
}


/* CLEAR HACK
---------------------------------------------------- */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-table; }
/* *Hides from IE-mac \*/
*:first-child+html .clearfix {height: 1%;}
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* *End hide from IE-mac */



