.smallR { display:inline; top:-4px; position:relative; font-size:8px;}
.clear {overflow: hidden; width: 100%; height:0px; visibility:hidden; clear:both;}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
.display_block{ display:block}



#gotop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;    
    padding: 10px 15px;    
    font-size: 20px;
    background: #777;
    color: white;
    cursor: pointer;
}


.table_tr{
	display:block;
	border-bottom:#CCC 1px dotted;
	background:#FFF;
	padding:10px;
	height:auto;
}
.table_tr:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.table_tr:hover{
	display:block;
	background: #EFEFEF;
	}
.td_L {
	font-weight: bold;
	color:#333;
	display:block;
	float:left;
	width:30%;
}
.td_R {
	border-left: 1px #CCC dotted;
	float: left;
	padding-left: 10px;
	color: #666;
	width: 68%;
}
.td_R a{
	color:#666;
}
.td_R a:hover{
	color: #06C;
}
	
	
.bluetitle{
	font-family: Verdana, Geneva, sans-serif;
	text-transform:uppercase;
	font-size:22px;
	line-height:22px;
	color: #06C;
}
.blacktitle{
	font-family: Verdana, Geneva, sans-serif;
	text-transform:uppercase;
	word-spacing:3px;
	font-size:18px;
	line-height:22px;
	color: #333;
}
.sprline {
	width:auto;
	border-bottom:dotted 2px #CCCCCC;
	height:1px;
	clear:both;
}




	
/*arrow btn*/
 .prev_btn{
        background: url(../index/image/arr-1.png) no-repeat 14px 13px;
        background-color: #464646;
        display: inline-block;
        height: 35px;
        width: 35px;
	}
.next_btn{
        background: url(../index/image/arr-2.png) no-repeat 14px 13px;
        background-color: #464646;
        display: inline-block;
        height: 35px;
        text-decoration: none;
        width: 35px;
	}
.prev_btn:hover, .next_btn:hover{
        background-color: #282828;
	}
	
	
	
	
/*inser font type----------------------------------------------------*/
@font-face {    
	font-family: 'bebas';    
	src: url(../font/BEBAS___0.TTF);    
	font-weight: normal;    
	font-style: normal;
}


@font-face {
	font-family: 'InterstateBold';
	src: url('../fonts/interstate-webfont.eot');
	src: url('../fonts/interstate-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/interstate-webfont.woff') format('woff'),
		url('../fonts/interstate-webfont.ttf') format('truetype'),
		url('../fonts/interstate-webfont.svg#InterstateRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
