@charset "utf-8";

.content-wrap-narrow {
	position: relative;
	margin: auto;
	width: 90%;
	max-width: 600px;
}

@media screen and (max-width: 1280px) {.content-wrap-narrow{width:90%;}}

.content-wrap {
	position: relative;
	margin: auto;
	width: 90%;
	max-width: 1100px;
}

@media screen and (max-width: 1280px) {.content-wrap{width:90%;}}

.content-wrap-wide {
	position: relative;
	margin: auto;
	width: 90%;
	max-width: 1600px;
}

@media screen and (max-width: 1280px) {.content-wrap-wide{width:96%;}}
@media screen and (min-width: 1025px) {.only-mobile{display:none !important}}
@media screen and (max-width: 1024px) {.only-pc{display:none !important}}

h1 {
	font: 800 40px 'Source Sans Pro', sans-serif;
	margin: 0;
	color: #222;
}

.altmodal h1{
	font: 300 26px 'Source Sans Pro', sans-serif;
	margin-bottom: 20px;
}

h2 {
	font: 400 20px 'Source Sans Pro', sans-serif;
	margin-top: 0;
	margin-bottom: 1rem;
	letter-spacing: 1px;
	color: #444;
}

* {
	box-sizing: border-box;
}

a, .anchor-like {
	cursor: pointer;
	color: #2d68c5;
	text-decoration: underline;
}

body {
	font: 400 16px 'Source Sans Pro', sans-serif;
	color: #666;
	background-color: #fff;
	margin: 0;
	padding: 0;
	height: auto;
}
	
img {
	border: 0;
}