@media only screen and (max-width: 1670px) {
	header { height: 28vw; background-size: 100%; image-rendering: auto; }
}

@media only screen and (max-width: 1220px) {
	body, header { overflow-x: hidden; }	
	nav, footer { max-width: 100%; }
	#container, #streaming { width: 98%; max-width: 98%; }
	section#content { min-width: 64vw; max-width: 64vw; }
	article .entry img { max-width: 13vw; height: auto; }
	aside { min-width: 29vw; max-width: 29vw; }
}

@media only screen and (max-width: 1120px) {
	nav #inner { padding: 25px 0; }
	nav #inner #social, footer #inner #btt { display: none; }
    #container { display: block; }
	section#content { min-width: 100%; max-width: 100%; margin: 0 auto; }
	article { margin-bottom: 80px; }
	aside { width: 100%; min-width: 100%; max-width: 100%; margin: 60px auto 0 auto; }
	aside .proj { max-width: 340px; }
    #pagination { text-align: center; }
}

@media only screen and (min-width: 901px) {
	#rmenu { display: block !important; }
}

@media only screen and (max-width: 900px) {
	#show-menu { display: block; }
	#rmenu, #streaming #info #synopsis { display: none; }
	nav #inner, footer #inner { display: block; }
	nav ul.menu li, footer ul#cred li { margin: 0 auto; padding: 15px 0; text-align: left; border-bottom: 1px solid #c9c9c9; display: block; }
	nav ul.menu li:last-child { padding-bottom: 0; border-bottom: none; }
	#container { margin: 40px auto; }
    #streaming #pic { max-height: 16vh; }
    #streaming #pic img { width: auto; height: 16vh; }
    #streaming #pic span { bottom: 2vh; font-size: 10px; }
    #streaming #info { flex: 1; }
	article .entry img { max-width: 17vw; }
	footer #inner { padding: 10px 0; }
	footer ul#cred li:last-child { border-bottom: none; }
}

@media only screen and (max-width: 800px) {	
    #streaming { display: none; }
}

@media only screen and (max-width: 680px) {	
	.site { min-height: 0; background-size: contain; height: 15vw; }
	article h1.title, article h2 { font-size: 21px; }
    article .cbox .cinner span, #latest { display: none; }
    article .cbox ul.post-categories { border-left: 10px solid #fffaff; }
}

@media only screen and (max-width: 560px) {	
	body { font-size: 11px; }
	article h1.title, article h2 { font-size: 17px; }
	article .entry img { max-width: 15vw; }
	article .cbox { font-size: 10px; }
}