<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/*デスクトップ*/
@media (min-width: 1366px) {
	#archives {
	width: 1180px;
	margin: 0 auto;
	margin-top: 30px;
	text-align: center;
	}
	#archives h1 {
	background: url(https://cdn.tv-osaka.co.jp/cdn/v1.0/sp/osaka_lover/images/180526/desktop/ttl_archive.png) no-repeat;
	width: 1160px;
	height: 205px;
	font-size: 0em;
	margin: 0 auto;
	}
	#archives a {
	margin: 10px 5px;
	padding: 3px;
	border: #000 1px solid;
	text-decoration: none;
	}
	#archives dl {
	width: 1140px;
	display: flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	margin: 0 auto;
	}
	#archives dt {
	width: 265px;
	}
	#archives dt img {
	width: 100%;
	}
	#archives dd {
	font-size: 14px;
	text-align: center;
	margin: 5px 0;
	}
}

/*タブレット*/
@media (min-width: 768px) and (max-width: 1365px){
	#archives {
	margin-top: 3%;
	}
	#archives h1 {
	background: url(https://cdn.tv-osaka.co.jp/cdn/v1.0/sp/osaka_lover/images/180526/desktop/ttl_archive.png) no-repeat;
	width: 100%;
	height: 0;
	padding-top: calc( 205 / 1160 * 100%);
	background-size: contain;
 	font-size: 0em;
	margin: 0 auto;
	}
	#archives a {
	width: 32.5%;
	margin: 2px 0;
	padding: 2px;
	text-decoration: none;
	}
	#archives dl {
	display: flex;
	flex-wrap: wrap;
	width: 94%;
	margin: 0 auto;
	}
	#archives dt {
	width: 100%;
	}
	#archives dt  img{
	width: 100%;
	}
	#archives dd {
	width: 100%;
	font-size: 0.8em;
	text-align: center;
	margin-bottom:2px;
	padding: 5% 0;
	background-color: antiquewhite;
	}
}

/*スマホ*/
@media (max-width: 767px){
	#archives {
	margin-top: 3%;
	}
	#archives h1 {
	background: url(https://cdn.tv-osaka.co.jp/cdn/v1.0/sp/osaka_lover/images/180526/smp/ttl_archive.png) no-repeat;
	width: 100%;
	height: 0;
	padding-top: calc( 205 / 750 * 100%);
	background-size: contain;
 	font-size: 0em;
	margin: 0 auto;
	}
	#archives dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 94%;
	margin: 0 auto;
	}
	#archives a {
	width: 48%;
	margin: 2px 0;
	padding: 2px;
	text-decoration: none;
	}
	#archives dt {
	width: 100%;
 	font-size: 0em;
	margin: 0 auto;
	}
	#archives dt img {
	width: 100%;
	}
	#archives dd {
	font-size: 0.8em;
	text-align: center;
	margin-bottom:2px;
	padding: 4% 0;
	background-color: antiquewhite;
	}
}

</pre></body></html>