@charset "UTF-8";

/* -------------------------------------

 base

------------------------------------- */

html {
  width: 100%;
  background: url(../img/bg_furley_bg.png) repeat;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 62.5%;
}

body {
  width: 100%;
  margin: 0;
  font-size: 16px; font-size: 1.6rem;
  line-height: 1.4;
  text-align: center;
}

h1 {
	margin: 0;
	padding: 0 0 10px;
	font-size: 64px;
	line-height: 1.4;
	font-weight: bold;
	color: #333;
	text-shadow: 0 1px #fff;
}

h2 {
	margin: 0;
	padding: 0 0 10px;
	font-size: 24px;
	line-height: 1.4;
	color: #333;
	text-shadow: 0 1px #fff;
}

#container {
	width: 960px;
    margin: 0 auto;
}

#header {
	padding: 50px 0;
	border-bottom: 1px solid rgba(0,0,0,0.2);
    box-shadow: 0 1px 0 rgba(255,255,255,1);
	text-align: center;
}

#main {
	width: 100%;
	height: 100%;
	margin: 50px 0;
	text-align: left;
}


p.subtitle {
	display: inline;
	margin: 0;
	font-size: 18px;
	line-height: 1.4;
	color: #666;
	border-bottom: 1px #666 dashed;
}


