body {
    line-height:1;
    margin:0;
    font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    -webkit-text-size-adjust: none;
}
html,body{
     height:100%;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

ul {
	list-style:none;
	padding:0;
}
li {
	padding:0;
}

input, select {
    vertical-align:middle;
}

a {
    display: block;
}

a {
    -webkit-tap-highlight-color:transparent;
}

#header{
	width: 100%;
	height: 60px;
	background-image: -moz-linear-gradient(top, #3e3a39, #000000);
	background-image: -o-linear-gradient(top, #3e3a39, #000000);
	background-image: -webkit-linear-gradient(top, #3e3a39, #000000);
	background-image: linear-gradient(top, #3e3a39, #000000);
	background: -webkit-gradient( linear, left top, left bottom, from(#3e3a39), to(#000) );
	position: fixed;
	z-index: 1;
	padding-top: 0;
	padding-right: 3%;
	padding-bottom: 0;
	padding-left: 3%;
	top: 0px;
}
#footer{
    position: absolute;
    bottom: 0;
    color: #FFF;
    font-size: 70%;
    width: 100%;
    height: 30px;
    padding: 0 3%;
    text-align: center;
    background-image: -moz-linear-gradient(top, #3e3a39, #000000);
    background-image: -o-linear-gradient(top, #3e3a39, #000000);
    background-image: -webkit-linear-gradient(top, #3e3a39, #000000);
    background: -webkit-gradient( linear, left top, left bottom, from(#3e3a39), to(#000) );
}
.bs{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.center{
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.ti{
    text-indent: -5%;
    padding-left: 5%;
}


.clear {
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
}

.Visible   {
	position: absolute;
	left: -9999px;

}
