/*
Theme Name: rofuku-blog
Layout: Sidebar-Content-Sidebar
*/

@media print {
	#sidebar_left{ display:none;}
	#sidebar_right{ display:none;}
}
@media screen and (max-width: 600px) {
#sidebar_left{
	margin: 0 0 0 0;
	width: 100%;
	display:none;
	}
	
.content-area {
	margin: 0 0 0 0;
	float: left;
	width: 100%;
}
.site-main {
	margin: 0 0 0 0;
}
#sidebar_right{
	margin: 0 0 0 0;
	width: 100%;
	display:none;
}
.site-footer {
	background-color:#4A9300;
	clear: both;
	width: 100%;
}

.site-footer .site-info{
	text-align:center;} 
.site-footer .site-info a{
	color:#fff;
	text-decoration:none;
	
	}
}
@media screen and (min-width: 601px) {
#sidebar_left{
	margin: 0 1% 0 0;
	float: left;
	width: 19%;
	}
	
.content-area {
	margin: 0 1% 0 0;
	float: left;
	width: 59%;
}
.site-main {
	margin: 0 0 0 0;
}
#sidebar_right{
	margin: 0 0 0 0;
	float: left;
	width: 20%;
}
.site-footer {
	background-color:#4A9300;
	clear: both;
	width: 100%;
}

.site-footer .site-info{
	text-align:center;} 
.site-footer .site-info a{
	color:#fff;
	text-decoration:none;
	
	}
}


