@charset "utf-8";


html {
	font-family: 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', Verdana, sans-serif;
	background: #fff;
	font-size: 14px !important;
}
body {
	width: 100%;
}

a {
	text-decoration: none;
}

img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}

/* header */

#highfiveweb-header {
	background-color: #ffff00;
	width: 100%;
}
#highfiveweb-header .inner {
	width: 94%;
	margin: 0 auto;
}
h1#logo {
	max-width: 70%;
}
h1#logo img {
	width: 100%;
}





/* clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}