@charset "UTF-8";
.catchphrase {
	color: #A7A7A7;
	background: #f6f6f6;
}
.catchphrase .inner {
	padding: 5px 0;
}
.catchphrase-wrapper {
  color: #A7A7A7;
  background: #f6f6f6;
}
.catchphrase-inner {
  width: 960px;
  margin: 0 auto;
  padding: 0 10px;
  padding: 5px 0;
}
.footer-wrapper {
  width: 960px;
  margin: 0 auto;
  padding-top: 15px;
}
.product-list-wrap {
	width: 100%;
	background: #E5E8ED;
}
.product-list-title {
	width: 100%;
	height: 30px;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	background: #ffffff;
	background: url(/shared/img/product-title-bk-repeat.png) repeat-x top center;
}
.product-list-title a {
	width: 100%;
	margin: 0 auto;
	padding-top: 7px;
	display: block;
	height: 30px;
	background: url(/shared/img/product-title-bk-gray.png) no-repeat top center;
}
.product-list-title a:hover {
	opacity: .4;
	filter: alpha(opacity=40);
	-ms-filter: "alpha(opacity=40)";
	background: #ffffff;
	height: 23px;
}
.series-title {
	display: block;
	margin: 0 auto;
	padding-left: 16px;
	width: 150px;
	height: 16px;
	background: url(/shared/img/ico-hide.png) no-repeat;
	background-position: 0 -32px;
	-webkit-background-size: 16px 48px;
    background-size: 16px 48px;
}
.series-title-txt {
	text-indent: -9999px;
	margin-top: 1px;
	margin-left: 5px;
	float: left;
	width: 162px;
	height: 16px;
	background: url(/shared/img/series-title.png) no-repeat;
}
.series-box-wrap {
	display: none;
	position: relative;
	background: url(/shared/img/bk-shadow.png) repeat-x top;
}
.series-box-wrap .inner {
	width: 980px;
	margin: 0 auto;
	padding: 0;
	/* background: url(/shared/img/bafferin-txt.png) no-repeat right 272px; */
}
.series-box {
	float: left;
	overflow: hidden;
	margin-top: 10px;
}
.series-sub-title {
	color: #001A53;
	font-weight: bold;
	background: url(/shared/img/ico-dot-line.png) repeat-x center;
}
.list-title-txt {
	background: #E5E8ED;
	padding-right: 5px;
}
.contents-list {
	margin: 8px 0 0 0;
}
.contents-list .list-img {
	background: #FFFFFF;
}
.list-img img:hover {
	opacity: .3;
	filter: alpha(opacity=30);
	-ms-filter: "alpha(opacity=30)";
}
.contents-list li {
	float: left;
	margin: 0 30px;
}
.contents-list li a {
	display: block;
	text-decoration: none;
}
.list-img {
	display: block;
	position: relative;
}
.list-img .icon-release{
	position: absolute;
	left:-29px;
	bottom:-5px;
}
.list-img .icon-release:hover{
	opacity:1;
}

.list-txt {
	display: block;
	line-height: 1.4;
	width: 180px;
	height: 70px;
	margin-top: 8px;
	color: #333333;
}
.list-title {
	display: block;
	margin-bottom: 5px;
	color: #0235CC;
	font-weight: bold;
	text-decoration: underline;
}
