@charset "utf-8";
/**CSS Document**/
::selection {

    background-color: #c81528;
     color: #FFF;
}

::-moz-selection {

    background-color:#c81528;

    color: #FFF;
}

::-webkit-selection {

    background-color:#c81528;
    color: #FFF;
}
.between{
	width:1180px;
	margin:0 auto;
	overflow: hidden;
}
.clear{
	clear: both;
}
.float_l{
	float:left;
}
.float_r{
	float:right;
}
.clear_fl{
	height:0px;
	clear: both;
	overflow: hidden;
}
