<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 */
@import url("common_in.css");
#packageList {
	padding-top: 33px;
	background: url(../../news/img/top.gif) no-repeat left top;
	border-bottom:1px solid #f4abb2;
}

#packageList li {
	width: 640px;
	padding:15px 0px;
	border-top:1px solid #f4abb2;
	display: table;
	background: url(../../package/img/arrow.png) no-repeat 600px center  #fcf8ef;
}

#packageList li .thumb {
	width: 150px;
	padding-left: 20px;
	display: table-cell;
	vertical-align:middle;
}

#packageList li .thumb p {
	width: 112px;
	border:solid 4px;
	border-radius: 0.3em;
}

#packageList li .thum01 p {
	border-color: #65c8df;
}
#packageList li .thum02 p {
	border-color: #fe7fb4;
}
#packageList li .thum03 p {
	border-color: #9dcc42;
}
#packageList li .thum04 p {
	border-color: #fea000;
}
#packageList li .thum05 p {
	border-color: #af82cc;
}
#packageList li .title {
	width: 400px;
	display: table-cell;
	vertical-align:middle;
}

#packageList li a {
	text-decoration: none;
}


#contents {
	position: relative;
}
#contents .backbtn{
	position: absolute;
	right: 0;
	top: -25px;
}


.packagebox {
	/*padding-top: 33px;
	background: url(../../news/img/top.gif) no-repeat left top;*/
}

.packagedetail {
	border-top:1px solid #f4abb2;
	padding-top: 20px;
}

.packagebox .box{
	padding: 0 20px;
}

.packagebox .box h3 {
	width: 520px;
	margin-left: 10px;
	background: url(../../special/img/detail/title_bg.png) no-repeat left bottom;
	padding-top: 20px;
	padding-left: 70px;
	padding-bottom: 20px;
}

.packagebox .box h3 span {
	color: #f66d9b;
}

.packagebox .box .jk {
	text-align: center;
	padding: 15px 0 20px 0;
}

.packagebox .box p {
	margin-bottom: 10px;
}

.type, .bold {
	color: #38220a;
	font-size: 26px;
}

.gray {
	color: #8f8f8f;
}

.blue {
	color: #3398ff;
}

.orange {
	color:#ffb402;
}
.packagelist li {
	background: url(../../radio/img/icon_heart.png) no-repeat left top;
	line-height: 27px;
	padding-left: 40px;
	margin-bottom: 8px;
}</pre></body></html>