@charset "UTF-8";
/* CSS Document */

html {
	font-size: 62.5%; /* sets the base font to 10px for easier math */
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	color: #333;
	line-height: 2.0em;
	margin: 0;
	padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
  vertical-align: bottom; }

img[src$=".svg"] {
  width: 100%; }

/*--------------------------------------------------------------------------------
　header
--------------------------------------------------------------------------------*/
header {
	width: 100%;
	height: 96px;/*105*/
	position: relative;
	font-family: 'Lora', serif;
	font-size: 16px;
	background : #1E1E1E;
        /*background : #1E1E1E url(../img/logo.svg) no-repeat center top;*/
	z-index: 10000;
	position: fixed;
}
header a {
	color: #333;
	text-decoration: none;
}
header h1 {
	margin: 0 auto;
	width: 148px;
	height: 96px;
}
header h1 img {
	width: 100%;
}
header .inner {
	width: 100%;
}
.fixed {
	position: fixed;
	top: 0;
	padding: 0;
	/*filter: alpha(opacity=99);
	-moz-opacity: 0.99;
	opacity: 0.99;
	-webkit-filter: drop-shadow(0 1px 2px rgba(0,0,0,.1));
	-moz-filter: drop-shadow(0 1px 2px rgba(0,0,0,.1));
	-ms-filter: drop-shadow(0 1px 2px rgba(0,0,0,.1));
	-o-filter: drop-shadow(0 1px 2px rgba(0,0,0,.1));
	filter: drop-shadow(0 1px 2px rgba(0,0,0,.1));*/
}


/*--------------------------------------------------------------------------------
　content
--------------------------------------------------------------------------------*/
#content {
	width: 100%;
	/*max-width: 1720px;*/
	margin: 0 auto;
}
#content img {
	width: 100%;
}