﻿@charset "utf-8";

*,
*:before,
*:after {
	line-height: 1;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	box-sizing: border-box;
	text-decoration: none;
}

a:link {
  color: #91969A;
}
a:visited {
  color: #91969A;
}
a:hover {
  color: #fff;
}
img {
max-width: 100%;
height: auto;
}
body {
	background-color: #304149;
	font-size: 15px;
font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
}
.container {
max-width: 767px;
margin: 0 auto;
/*height: 100vh;*/
/*position: relative;*/
}

#wrapper {
padding: 60px 0 20px;

}
header h1 {
color: #fff;
font-size: 20px;
padding: 20px; 10p;
text-align: center;
}

.fix-header {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 56px;
z-index: 1;
background-color: #fff;
box-shadow: 0 1px 4px 0 rgba(0,0,0,0.45);
}
.copy-right {
/*padding-bottom: 10px;*/
text-align: center;
padding-top: 20px;
    border-top: 1px solid #ccc;
    margin: 24px 10px;
color: #ccc;
}