*,
*:before,
*:after{
	margin:0;
	padding:0;
  	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		  	box-sizing: border-box;
}
*:focus,
a:focus{
	outline:0;
	outline-offset:0;
}
html,
body{
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
html, body, div{
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-weight:normal;
}
body{
	background-color: #313131;
	margin: 0 auto;
	max-width:1024px;
}
img{
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
	width: 100%;
}

.table{
	display:table;
	width:100%;
    border-collapse: collapse;
    border-spacing: 0;
}
.table-1{
    background-color: #fff;
}
.tr{
	display:table-row;
}
.td, .th{
	display:table-cell;
	vertical-align: top; 
}
.table-1 .td:first-child{
	border-right:1px solid #c3bdbe;
}

.gif-1 .table .td{
	border:none;
}
.gif-1 .table .td-2{
	background-image:url(../images/gif_1.gif);
	background-repeat:no-repeat;
	background-position:top center;	
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}