<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 */
#Content {
	margin-bottom: 80px;
}
h4 {
	font-size: 200%;
	color: #92618d;
	border-bottom: 1px solid #b68f54;
	padding-bottom: 10px;
}
.list-press {
	color: #92618d;
	border-top: 1px dashed #b68f54;
}
.list-press dt {
	clear: both;
	float: left;
	font-size: 117%;
	padding: 25px 25px 0 30px;
	position: relative;
	z-index: 333;
}
.list-press dt:before {
	font-family: FontAwesome;
	font-size: 200%;
	content: '\f0da';
	position: absolute;
	top: 13px;
	left: 10px;
}
.list-press dt .fa {
	padding-right: 10px;
}
.list-press dd {
	border-bottom: 1px dashed #b68f54;
	font-size: 117%;
}
.list-press  a {
	color: #92618d;
	display: block;
	padding: 25px 0 15px;
}


.list-press a:hover {
	text-decoration: underline;
	background-color: #F1EFF5;
}



@media screen and (max-width : 767px) {
	.list-press dt {
		float: left;
		padding: 25px 15px 10px 25px;
		font-size: 117%;
		position: relative;
		z-index: 333;
	}
	.list-press dd {
		/*	padding: 15px 10px;*/
	}
}

@media screen and (max-width : 575px) {
	.list-press dt::before{
		top:1em;
	}
	.list-press dt{
		font-size: 12px;
		display: block;
		float: none;
		padding: 15px 0 0 25px;
		width: 100%;
	}
	.list-press dd {
		display: block;
		float: none;
	}
	.list-press dd a{
		left: 2em;
		position: relative;
		width: 88%;
		padding: 5px;
	}
		.list-press dd a:hover{
			background-color: transparent;
		}
}

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