/*
Theme Name: The HTML5 Reset Theme
Theme URI: http://html5reset.org
Description: A style-free theme to get you started on an HTML5-based WordPress theme of your own.
Author: Monkey Do! + @ckhicks
Author URI: http://monkeydo.biz
Version: 2.0
License: BSD 2-Clause
License URI: http://opensource.org/licenses/bsd-license.php
*/

/* Base */
html {
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: calc(100vw / 32);
}

body {
	color: #222222;
	background: #f7f2e9;
}

@media screen and (min-width:767px) {
	html {
	font-size: 1em;
	}
}

.width-wrap {
    margin: 0 auto;
    max-width: 1000px;
}

/* Header */
.header {
		background: #ffffff;
		height: 150px;
		left: 0;
		top: 0;
		width: 100%;
	}

	.header-wrap {
		padding-top: 1em;
		padding-bottom: 1em;
	}

.header-icon-image {
	color: red;
}