@charset "utf-8";

/* ========== defauly Style ========== */

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
img,
table,
tbody,
thead,
tr,
th,
td,
form,
label {
	margin: 0;
	padding: 0;
	border: 0;
	font: 12px "lr SVbN", "Osaka|";
	vertical-align:baseline;
	outline: 0;
	letter-spacing: 0;
	color: #333;
	line-height:160%;
}

a {
	color: #006680;
	text-decoration: underline;
	outline:none;
}

a:hover {
	color: #006680;
	text-decoration:none;
}

html {
	height:100%;
	margin-bottom:1px;
}

img {
	vertical-align: bottom;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	display:inline-block;
}

ol,
ul,
li {
	list-style:none;
}

/* ========== Holly Hack ========== */

*html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
