@charset "utf-8";

html {
	font-size:16px;
	line-height:24px;
	font-kerning: normal;
	/*font-family: sans-serif;*/
}

p,h1,h2,h3,li,dl {
	margin:0;
	padding:0;
}

a { color: #00F; text-decoration: underline; }
a:hover { color: #39F; text-decoration: none; }

.alpha a:hover img{
	opacity:0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}

ul {
	list-style:none;
	margin:0;
	padding:0;
}

.hidden{
	display:none;
}

.right{
	float:right;
}

#footer #inner small {
	font-size:11px;
	color:#ffffff;
	line-height:12px;
}

#footer p.banner{
	float:left;
	margin:0 0 8px 0;
	padding:0;
	display:block;
}

.banner{
	float:left;
	margin:0 20px 20px 0;
}

.l{
	font-size:14px;
	line-height:20px;
	font-weight: 900;
}

.s{
	font-size:12px;
	line-height:16px;
}

/*--------------------------------
pagetop
--------------------------------*/
#back-top {
	position: fixed;
	bottom: 10px;
	margin-left: 1050px;
}

#back-top a {
	width: 60px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}
/* arrow icon (span tag) */
#back-top span {
	width: 80px;
	height: 80px;
	display: block;
	margin-bottom: 7px;
	background: #ddd url(../images/up-arrow.png) no-repeat center center;
	/* rounded corners */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #fb688b;
}

/*--------------------------------
clearfix
--------------------------------*/
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac */
html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */






