article.archive {
	font-family: "Arial";
}

article.detail figure.main h2.abig {
	font-size: 54px;
}

article.archive figure.main {
	position: relative;
}

article.archive figure.main span {
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
}

article.archive figure.main h3.archtitle {
	position: relative !important;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	color: #fff;
	z-index: 20;
	font-size: 32px;
	line-height: 32px;
}

article.archive figure.main p {
	color: #fff;
	position: relative;
	z-index: 20;
	padding: 0px;
	margin: 0px;
}

div.showbox {
	float: left;
	width: 100%;
}

figure.side {
	float: left;
	width: 50%;
	margin: 10px 15px 5px 0px;
	padding: 0px;
}

div.infobox {
	float: left;
	width: 100%;
	position: relative;
}

div.infobox:first-child {
	margin-top: 15px;
} 

figure.side img {
	width: 100%;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

figure.side img:hover {
	box-shadow: 0px 0px 15px #333;
}

.showbox aside {
	float: right;
	width: calc(50% - 15px);
	font-size: 17px;
	line-height: 20px;
}

strong.header {
	font-size: 12px;
}

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

ul.newest li {
	float: left;
	width: 100%;
	border-bottom: 1px solid #ccc;
	padding-bottom: 7px;
}

ul.newest li figure {
	float: left;
	width: 208px;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
}

ul.newest li figure img {
	width: 100%;
}

ul.newest li div.showinfo {
	float: right;
	width: calc(100% - 220px);
	margin-top: 7px;
}

ul.newest li div.showinfo div.info {
	float: left;
	width: 100%;
	font-size: 14px;
	line-height: 18px;
}

ul.newest li div.showinfo div.info strong {
	float: right;
	font-size: 18px;
	margin-top: 3px;
}

ul.newest li div.showinfo div.info p {
	margin: 0px;
	margin-top: 10px;
}

.buttonbar {
	float: right;
	padding: 0px 0px;
	margin-bottom: 0px;
	margin-top: 7px;
}

.slim .buttonbar {
	margin-top: 4px;
}

.buttonbar div {
	display: inline-block;
	width: auto;
}

.buttonbar div.right {
	float: right;
	text-align: right;
	width: auto;
	font-size: 12px;
	font-family: "Arial";
	font-weight: bold;
}

.buttonbar div.btngrp, .buttonbar a.btn {
	color: #000;
	font-size: 14px;
	font-family: "Arial";
	font-weight: bold;
	border: 1px solid #d5d5d5;
	border-radius: 3px;
	padding: 8px 10px 8px 50px;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	margin-right: 3px;
}

.buttonbar div.btngrp {
	line-height: 25px;
	padding: 8px 10px 9px 50px;
}

.buttonbar a.btn {
	padding: 12px 10px 14px 50px;
}

.slim .buttonbar a.btn {
	padding: 10px 10px 10px 50px;
}

.buttonbar a.btn:hover {
	background-color: #eaeaea;
	text-decoration: none;
}

.buttonbar div.btngrp a {
	color: #000;
}

.buttonbar div.btngrp a:hover {
	color: #CB080E;
	text-decoration: none;
}

.buttonbar div.btngrp:hover {
	text-decoration: none;
	background-color: #eaeaea;
}

.buttonbar div.btngrp:last-child {
	margin-right: 0px;
}

.buttonbar div.download {
	background: url("/images/icon_download.png") no-repeat 10px 5px;
}

.buttonbar a.player {
	background: url("/images/icon_player.png") no-repeat 10px 5px;
}

.buttonbar a.timer {
	background: url("/images/icon_timer.png") no-repeat 10px 5px;
}

.buttonbar a.search {
	background: url("/images/icon_search.png") no-repeat 10px 9px;
}

.buttonbar br {
	display: none;
}

.filter {
	float: left;
	width: 100%;
	border-bottom: 1px solid #777;
	padding: 10px 0px 10px 0px;
}

.filter span {
	float: left;
}

span.fyear {
	width: 130px;
}

span.fmonth {
	width: 190px;
}

span.fguest {
	width: calc(100% - 435px);
	text-align: right;
}

span.fsearch {
	width: 115px;
}

.filter span:last-child {
	float: right;
}

.filter span select {
	border: 1px solid #ccc;
	background-color: #f0f0f0;
	border-radius: 5px;
	padding: 10px 0px;
	font-size: 16px;
	outline: none;
	margin: 0px;
}

.filter span input {
	border: 1px solid #ccc;
	background-color: #f0f0f0;
	border-radius: 5px;
	padding: 8px 10px;
	font-size: 16px;
	outline: none;
	margin: 0px;
}

ul.showlist {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.showlist li {
	float: left;
	width: calc(33% - 12px);
	aspect-ratio: 1 / 1;
	background-color: #cde;
	margin: 0px;
	padding: 0px;
	border-radius: 20px;
	position: relative;
}

ul.showlist li.c1 {
	margin: 10px 10px 10px 0px;
}

ul.showlist li.c2 {
	margin: 10px 10px 10px 10px;
}

ul.showlist li.c3 {
	margin: 10px 0px 10px 10px;
}

ul.showlist li div.sbox {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0px;
	border-radius: 20px;
	text-align: center;
	background: #000000;
	background: linear-gradient(0deg,rgba(0, 0, 0, 0.85) 0%, rgba(255, 255, 255, 0) 85%);
	color: #fff;
}

ul.showlist li div.sbox a {
	margin-top: 20px;
	display: inline-block;
	opacity: 0.2;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

ul.showlist li:hover div.sbox a {
	opacity: 1;
}

ul.showlist li div.sbox h3 {
	font-size: 36px;
	margin: 10px 0px;
}

ul.showlist li div.sbox p {
	float: left;
	width: calc(100% - 20px);
	padding: 0px 10px;
	font-size: 15px;
	line-height: 20px;
	text-align: left;
	position: absolute;
	bottom: 0px;
	max-height: 80px;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

ul.showlist li:hover div.sbox p {
	max-height: 120px;

}

div.pager {
	width: 100%;
	text-align: center;
	font-family: "Arial";
}

div.pager a {
	background-color: #D5D5D5;
	padding: 3px 9px;
	font-size: 18px;
	color: #646464;
	font-weight: bold;
	border-radius: 7px;
	display: inline-block;
	min-width: 20px;
	text-decoration: none;
}

div.pager a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #333;
}

div.pager a.sel {
	background-color: #B51700;
	color: #fff;
}

div.pager br {
	display: none;
}

div.showbox hr {
	border: 1px solid #000;
}

@media (min-width: 350px) and (max-width: 550px) {
	div.pager br {
		display: inline-block
	}
	
	div.pager a {
		margin: 5px 0px;
	}
}

@media (min-width: 300px) and (max-width: 349px) {
	div.pager br {
		display: inline-block
	}
	
	div.pager a {
		margin: 5px 0px;
		font-size: 16px;
	}
}

@media (min-width: 460px) and (max-width: 700px) {
	ul.showlist li:nth-child(odd) {
		float: left;
		width: calc(50% - 10px);
		margin: 10px 0px;
	}
	
	ul.showlist li:nth-child(even) {
		float: right;
		width: calc(50% - 10px);
		margin: 10px 0px;
	}
	
	span.fyear {
		width: 50%;
		margin-bottom: 10px;
	}
	
	span.fmonth {
		width: 50%;
		margin-bottom: 10px;
	}
	
	span.fguest {
		width: calc(70% - 10px);
		text-align: left;
	}
	
	span.fguest input {
		width: calc(90% - 10px);
	}
	
	.filter span:last-child {
		margin-top: 5px;
		padding-right: 20px;
	}
}

@media (min-width: 380px) and (max-width: 459px) {
	ul.showlist li {
		aspect-ratio: 5/3.3;
	}
}

@media (min-width: 300px) and (max-width: 379px) {
	ul.showlist li {
		aspect-ratio: 5/4;
	}
	
	ul.showlist li div.sbox p {
		line-height: 18px;
	}
}

@media (min-width: 300px) and (max-width: 459px) {
	
	ul.showlist li, ul.showlist li.c1, ul.showlist li.c2, ul.showlist li.c3 {
		float: left;
		width: calc(100% - 10px);
		margin: 10px 5px;
	}
	
	span.fyear {
		width: 50%;
		margin-bottom: 10px;
	}
	
	span.fmonth {
		width: 50%;
		margin-bottom: 10px;
	}
	
	article.archive figure.main span {
		position: relative !important;
		float: left;
		margin: 10px 0px; 
		padding: 0px;
		bottom: auto;
		left: auto;
		right: auto;
	}
	
	article.archive figure.main span h3 {
		color: #CB080E !important;
	}
	
	article.archive figure.main span p {
		color: #333 !important;
	}
	
	article.archive figure.main img.gradient {
		display: none;
	}
	
	span.fyear {
		width: 50%;
		margin-bottom: 10px;
	}
	
	span.fmonth {
		width: 50%;
		margin-bottom: 10px;
	}
	
	span.fguest {
		width: calc(60% - 10px);
		text-align: left;
	}
	
	span.fguest input {
		width: calc(90% - 10px);
	}
	
	.filter span:last-child {
		margin-top: 5px;
		padding-right: 20px;
	}
}

@media (min-width: 300px) and (max-width: 349px) {
	span.fguest {
		width: calc(55% - 10px);
		text-align: left;
	}
}

@media (min-width: 500px) and (max-width: 768px) {
	figure.side {
		width: 100%;
		position: relative;
		z-index: 1;
	}
	
	.showbox aside, .showbox aside.first {
		position: absolute;
		width: 85%;
		bottom: 12px;
		right: 3px;
		padding: 0px 20px;
		color: #fff;
		background-color: rgba(0, 0, 0, 0.549);
		z-index: 2;
	}
	
	article.archive aside.media a {
		color: #fff !important;
	}
}

@media (min-width: 300px) and (max-width: 499px) {
	figure.side {
		width: 100%;
		position: relative;
		z-index: 1;
		margin-top: 0px;
	}
	
	.showbox aside, .showbox aside.first {
		position: relative;
		width: calc(100% - 20px);
		bottom: 12px;
		right: 3px;
		padding: 0px 10px;
		z-index: 2;
	}
	
	.showbox aside p:last-child, .showbox aside.first p:last-child {
		margin-bottom: 0px;
	}
	
	article.detail figure.main h2.abig {
		font-size: 32px;
	}
	
	.infobox aside h3 {
		background-color: #CB080E;
		padding: 10px;
		color: #fff;
	}
	
	aside.media {
		float: left;
		width: 100%;
		margin: 0px;
		padding: 0px;
		margin-left: 3px;
		background-color: rgba(211, 211, 211, 0.497);
		padding-bottom: 10px;
	}
	
	article.archive aside.media a {
		color: #fff !important;
	}
	
	aside.media h3 {
		margin: 0px;
	}
	
	aside.media p {
		margin-left: 10px;
		margin-right: 10px;
	}
}

@media (min-width: 530px) and (max-width: 640px) {
	/*
	.buttonbar br {
		display: inline-block;
	}
	*/
	.buttonbar {
		padding-bottom: 5px;
		line-height: 16px;
	}
	
	.buttonbar a.player {
		float: right;
	}
	
	ul.newest li figure {
		overflow: hidden;
		float: left;
	}
	
	ul.newest li figure img {
		width: 170%;
		margin-left: 0%;
	}
	
	.buttonbar a.player {
		padding: 12px 10px 14px 40px;
	}
	
	.buttonbar span {
		display: none;
	}
}

@media (min-width: 420px) and (max-width: 529px) {
	ul.newest li figure {
		width: 100%;
		display: none;
	}
	
	ul.newest li figure img {
		width: 100%;
	}
	
	ul.newest li div.showinfo {
		width: 100%;
	}
	
	.buttonbar {
		padding-bottom: 10px;
		line-height: 16px;
	}
}

@media (min-width: 300px) and (max-width: 419px) {
	ul.newest li figure {
		width: 100%;
		display: none;
	}
	
	ul.newest li figure img {
		width: 100%;
	}
	
	ul.newest li div.showinfo {
		width: 100%;
	}
	
	.buttonbar br {
		display: none;
	}
	
	.buttonbar {
		padding-bottom: 5px;
		line-height: 16px;
	}
	
	.buttonbar a.player {
		float: right;
	}
	
	.buttonbar div.btngrp span, .buttonbar a.btn span {
		display: none;
	}
	
	.buttonbar a.btn span {
		min-height: 42px;
	}
	
	.buttonbar a.player {
		padding: 12px 10px 14px 40px;
	}
}

