/* Normalize */
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
img {
	max-width: 100%;
	height: auto;
	border: 0;
}

/* Font */
body {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
}

/* Image */
img {
	display: inline-block;
	vertical-align: top;
}

/* wbhe */
table.excel {
	border-collapse: collapse;
}
table.excel td{
	border-width: 1px;
}

/* page */
.page-container {
	width: 100%;
	max-width: 1230px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 15px;
}

h1 {
	margin: 0;
	padding: 40px 0 20px 0;
	font-size: 30px;
	font-weight: 700;
	color: #222222;
}
h2 {
	margin: 0;
	padding: 30px 0;
	font-size: 24px;
	font-weight: 400;
	color: #222222;
}


.hdim {
	position: relative;
	width: 100%;
	height: 200px;
	margin-bottom: 0px;
	background: #eeeeee url(hdim/hdim.png) center center repeat-x;
	/* background-size: cover; */
}
.hdim .bgd {
	position: relative;
	background: url(hdim/shadow.png) center top repeat-x;
}
.hdim .page-container {
	position: relative;
	height: 200px;
}
.hdim .ttl {
	position: absolute;
	height: 60px;
	left: 15px;
	bottom: 0;
	background: url(hdim/yaka.png) left bottom no-repeat;
}
.hdim .ttl span {
	display: block;
	position: relative;
	left: 10px;
	height: 60px;
	top: 0;
	right: 0;
	line-height: 60px;
	background-color: rgba(222,222,222,.9);
	font-size: 30px;
	font-weight: 300;
	color: #333333;
	padding: 0 24px;
}


@media (max-width: 768px) {
	.hdim {
		display: none;
	}
} /* eo media */
