@charset "UTF-8";

#contents {
	float: left;
}

#sidebar {
	float: right;
}



/*ここからタブレット用環境の設定
---------------------------------------------------------------------------*/
@media screen and (max-width:960px){

#sidebar {
	float: left;
}

}
