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

@import url("reset.css");
@import url("jquery.mobile-1.0a3.min.css");
@import url("form.css");
@import url("font-awesome.min.css");
@import url("fukuya.css");
@import url("marquee.css");



.fa-blue:before{
	color: #00FFFF;
}
.fa-purple:before{
	color: #003366;
}
.fa-red:before{
	color: #FF0000;
}
.fa-green:before{
	color: #090;
}

.login {
	width: 200px;
	margin: 40px auto;
	padding: 20px 40px;
	background-color: #fafafa;
	border-radius: 4px;
}

.login-field label {
	display: block;
	overflow: hidden;
	height: 0;
}

.login-field input {
	display: block;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 5px;
	border: 1px solid #bbb;
	border-radius: 2px;
	padding: 5px;
	font-size: 14px;
}

.login-submit {
	-webkit-appearance: none;
	appearance: none;
	display: block;
	width: 100%;
	border: none;
	border-radius: 2px;
	padding: 0.75em;
	background-color: #428bca;
	font-size: 14px;
	text-align: center;
	color: #fff;
}




h1 {
  font-size: 28px;
  line-height: 1.5;
  margin: 15px 15px 30px;
}


.search-boxs {
  
	padding: 15px;
  
	background: #546e7a;
  
	position: relative;

}


.search-boxs input[type="text"] {

  font-size: 14px;
  
	width: 100%;
  
	height: 30px;
  
	letter-spacing: 1px;
  
	padding: 0 50px 0 15px;
  
	border: none;
  
	-moz-box-sizing: border-box;
  
	-webkit-box-sizing: border-box;
  
	box-sizing: border-box;
  
	-moz-border-radius: 4px;
  
	-webkit-border-radius: 4px;
  
	border-radius: 4px;
  
	-moz-box-shadow: 0 0 4px 0 #263238;
  
	-webkit-box-shadow: 0 0 4px 0 #263238;
  
	box-shadow: 0 0 4px 0 #263238;

}

.search-boxs button[type="submit"] {
  
	color: #757575;
  
	font-size: 16px;
  
	width: 40px;
  
	height: 30px;
  	
	border: none;
  
	-moz-border-radius: 0 4px 4px 0;
  
	-webkit-border-radius: 0;
  
	border-radius: 0 4px 4px 0;
  
	background: #e0e0e0;
  
	position: absolute;
  
	top: 15px;
  
	right: 15px;

}

.search-boxs .off-left{
 
 	position: absolute;
  left: -9999em;

}



.tab-bar {
	width: 80%;
	height: 48px;
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
}

.tab-bar li {
	float: left;
	width: 20%;
	height: 48px;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	box-sizing: border-box;
	position: relative;
	background: #999999;
}

.tab-bar li:first-child {
	border-right: none;
}

.tab-bar a {
	padding: 5px 0;
	display: block;
	text-align: center;
	color: #FF0000;
	text-decoration: none;
}

.tab-bar li .category-name {
	font-size: 12px;
	padding-top: 5px;
	display: block;
}

.tab-bar li .category-name {
	font-size: 12px;
	padding-top: 5px;
	display: block;
}

#content {
position: absolute;
	z-index: 1;
	top: 0;
	bottom: 48px;
	overflow: auto;
}


