@charset "utf-8";

html {
	position: relative;
	min-height: 100%;
}

body {
	margin-bottom: 150px;
	/* footerHeight (FIX) */
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 150px;
	/* footerHeight (FIX) */
}

body,
body * {
	font-family: "ヒラギノ角ゴ Pro W3", Verdana, Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", Osaka;
	line-height: 1.5;
}
body {
	font-size: 13px;
}

area {
	outline: none;
}

a:not(.noTrans),
button:not(.noTrans) {
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

@media print {
a[href]:after {
	content: "" !important;
}

abbr[title]:after {
	content: "" !important;
}
}
