@charset "utf-8";
/* メディア登場一覧 new　202212 */

#contents .btn1 {
	margin: 0 auto;
    display: flex;
}

#contents .btn1 a {
	display: block;
	width: 100%;
	height: auto;
	padding: 4px 20px;
	border: 1px solid #D60000;
	background-color: #D60000;
	color: #ffffff;
	font-size: 90%;
	text-decoration: none;
    text-align: center;
	transition: all 0.15s ease-out;
}

#contents .btn1 a:hover {
	background-color: #ffffff;
	color: #D60000;
}

@media screen and (max-width: 736px){
.w30 {width: 70%;}
}

p.archive { line-height: 1.6em}


