/*
Theme Name: SUZU
Description: 
*/

/* reset */
html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, 
samp, small, span, strong, sub, sup, var,b, i, dl, dt, dd, ol, ul, li, fieldset, 
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, 
figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
}

html, body {
	width: 100%;
	height: 100%;
}

body {
	font-family: "Menlo","franklin-gothic-urw-cond",Osaka,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
	font-size: 13px;
	color: #fff;
	-webkit-text-size-adjust: 100%;
	background-color: #000;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

header, nav, article, aside, section, footer {
  display: block;
}

a {
	color: #fff;
	text-decoration: none; 
}

a:hover {
	color: #999;
}

a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  opacity: 0.5;
}

img {
	border: none;
	vertical-align: top;
} 

ul,li {
	list-style: none;
}

/* clearfix */
.clearfix:after {
	content: ""; 
	display: block; 
	clear: both;
}
/* wrapper */
#wrapper {
	width: 100%;
  height: 100%;
	position: relative;
}

/* header */
header {
	width: 100%;
  height: 48px;
	position: absolute;
	text-align: center;
  background-color: #000;
	z-index: 100;
}

header h1 {
	padding-top: 17px;
	font-size: 13px;
}

header h1 span {
	font-family: "franklin-gothic-urw-cond",Osaka,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
}

#audio {
  position: absolute;
  left: 20px;
  bottom: 13px;
  z-index: 150;
}

/* bg */
#maximage {
  position: fixed !important;
  display: none;
  z-index: -1;
}

/* footer */
footer {
	width: 100%;
  height: 66px;
	position: absolute;
	bottom: 0;
	font-size: 7px;
	text-align: center;
  background-color: #000;
	z-index: 100;
}

footer div {
  padding: 15px 0 12px;
  font-size: 12px;
}