@charset "utf-8";
/****************************************************************
  initialize
****************************************************************/
* {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
img {
	border: none;
	display: block;
}

/****************************************************************
  Basicaly Tags Style
****************************************************************/
html {
	height:100%;
	background: url(../image/background.jpg) repeat center top;
	background-size: cover;
}
body {
	font-size: .9em;
	width: 100%;
	color: #737477;
	line-height: 125%;
}
.breaker {
	display: block;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	margin-top: -1px;
	clear: both;
}
.texthide{
	text-indent:-9999px;
}
.hidden {
	display: none;
}

ul,li,ol,dl,dt,dd{
	list-style:none;
}

@media all and (max-width: 1271px) {
	body {
		width: 100%;
	}
}