@media screen and (max-width: 479px) {
/*===================================*/
.wrapper {
	width:320px;
	overflow:hidden;
}
/**********************************[header]***/
.load {
	float:right;
	width:70px;
	height:70px;
}

header {
	padding:20px 0 !important;
	height:auto !important;
}
header h1 {
	font-size:38px !important;
	padding:0 !important;

}
header h2 {
	text-align:left;
	padding-left:10px;
}
/**********************************[main]***/
.fb {
	max-width:280px;
	overflow:hidden;
	margin:0 -10px;
}
.main article section h1 {
font-size: 2em !important;
}
/**********************************[side]***/
.side {
	padding:20px;
	margin-bottom:30px;
}
.side .remix strong{
	font-size:1.4em;
}
.side .remix img{
	margin:0 10px 0 0  !important;
	box-shadow:1px 1px 1px rgba(0,0,0,0.5);
}
/**********************************[aside]***/
aside .wrapper{
		padding:30px 20px;
}
aside .rightbox{
	border-top:1px dotted #fff;
	padding-top:10px;
	margin-top:20px;
	clear: both;
}

/*  pagetop */
#pageTop {
	display:none !important;
}
/*===================================*/
}