﻿/*---------------------------------------------
	Browser Default Initialization
  ---------------------------------------------*/

html {
	overflow-y: scroll;
}

body, div, dl, dt, dd, ul, ul li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td,
section, nav, article, aside, hgroup, header, address,
figure, figcaption {
	margin: 0;
	padding: 0;
}
address, caption, cite, code, dfn, em,  th, var {
	font-style: normal;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
q:before ,q:after {
	content: '';
}
object, embed {
	vertical-align: top;
}
hr, legend {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
img, abbr, acronym, fieldset {
	border: 0;
}
img {
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
}
ul li {
	list-style-type: none;
	line-height:1.5em
}



/*---------------------------------------------
	body
  ---------------------------------------------*/

body {
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color: #eee;
	font-size: 14px;
	line-height: 1em;
	text-align: left;
	-webkit-text-size-adjust: none;
background:#000;}


/*---------------------------------------------
	Anchor
  ---------------------------------------------*/

a {
	outline: none;
	color: #BBF92C;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover ,
a:active {
	text-decoration: underline;
}


/* For modern browsers */
footer .sns:after,
section:after,
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
footer .sns:after,
section:after,
.clearfix:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
footer .sns,
section,
.clearfix {
    zoom:1;
}