@charset "utf-8";

/* Reset */
html,body {width:100%;}
html {overflow-y:auto;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,form,fieldset,p,button {
  margin:0;
  padding:0;
}

body,h1,h2,h3,h4,input,button {
  font-family:Verdana, Geneva, sans-serif;
  font-size: 13px;
  color: #000;
}
body {
  background-color:#FFF;
  word-break:normal;
  *word-break:normal;
  -ms-word-break:normal;
}

img,fieldset,iframe {border:0 none;}
li{list-style:none;}
input{-webkit-border-radius:0; padding-left:0; padding-right:0; border:1px solid #dcdcdc}
select{-webkit-border-radius:0; padding-left:0; padding-right:0; border:1px solid #dcdcdc}
input,select,button{vertical-align: middle;}
input[type="radio"]{border:0; margin:0; background-color:#333;
    border-color: #FFF;}
input[type="text"],input[type="password"],input[type="email"],input[type="search"],input[type="image"],input[type="tel"],
textarea{-webkit-appearance:none;-webkit-border-radius:0;}
img{vertical-align:top;}
i,em,address{font-style:normal;}
label,button{cursor:pointer;}
button {margin:0; padding:0;}
a {
  color:#000;
  text-decoration:none;
}
a:hover {
  color: #000;
  text-decoration:none;
}
button * {position: relative;}

legend {
  *width: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* { -webkit-text-size-adjust: none; }

@font-face {
	font-family:'calibri';
	src: url('/mobile4/fonts/calibri_0.eot');
	src: url('/mobile4/fonts/calibri_0.woff') format('woff'),
		 url('/mobile4/fonts/calibri_0.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'calibri';
	src: url('/mobile4/fonts/calibrib_0.eot');
	src: url('/mobile4/fonts/calibrib_0.woff') format('woff'),
		 url('/mobile4/fonts/calibrib_0.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

.fixfixed .header, .fixfixed .search-wrap, .fixfixed .black-bg, .fixfixed .search-wrap .close-line img, .fixfixed .box-option{
	position: absolute;
 }
 
 .fixfixed .top-btn {
 	display:none;
 }