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

/* ================ Style ================= */
#letter {
	background: url(../images/bg_episode01.jpg) center top repeat-y;
}

#letter .primary{
	margin: 0 auto 160px;
}

.letter .bnr-area {
	margin: 0 auto 110px;
}
.letter .bnr-area ul {
	overflow: hidden;
}
.letter .bnr-area ul li {
	border: 2px dotted #f47789;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px!important;
	padding: 12px;
	box-sizing: border-box;
	margin: 0 auto;
	transition: all .3s;
	width: 420px;
}
.letter .bnr-area ul li a {
	border: 1px solid #f47789;
	display: block;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px!important;
	padding: 10px;
	box-sizing: border-box;
	color: #b4bd49;
	font-size: 0.8rem;
	font-weight: bold;
	background-color: #f47789;
	transition: all .3s;
}
.letter .bnr-area ul li span {
	display: block;
	/*padding: 20px;*/
	padding: 10px;
	background: url(../images/icon_window.png) right bottom no-repeat #f47789;
	transition: all .3s;
}
.letter .bnr-area ul li span dl {
	display: table;
	/*margin: 0 auto;*/
	text-align: center;
	/*width: 100%;*/
}
.letter .bnr-area ul li span dl dt {
	display: table-cell;
	vertical-align: middle;
}
.letter .bnr-area ul li span dl dd {
	display: table-cell;
	vertical-align: middle;
	padding-left: 20px;
	transition: all .3s;
}

.letter .bnr-area ul li:hover {
	/*border-color: #ccc;*/
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	border-radius: 60px!important;
}
.letter .bnr-area ul li:hover a {
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	border-radius: 60px!important;
	/*border: 1px solid #ccc;
	background-color: #ccc;*/
}
.letter .bnr-area ul li:hover span {
	/*background-color: #ccc;*/
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	border-radius: 60px!important;
	background-position: right center;
}
.letter .bnr-area ul li:hover span dl dd {
	padding-left: 15px;
}</pre></body></html>