@charset "utf-8";

#topcontentsimgwp {
	width:100%;
	margin:0px auto 0;
	/*background-image:url(../../images/index/bg_main.png);*/
	background-repeat:no-repeat;
	background-position: 50% 0%;
}

/* topcontentsArea css */
#topcontentsArea {
	width:980px;
	margin:20px auto 0;
	padding:0px 0 0px 0;
	background-image:url(../../images/index/bg_contents.png);
	background-repeat:repeat-y;
	background-position: 50% 0%;
	text-align:left;
	position:relative;
}

/* topinnerSideConts css */
#topcontentsArea #topSideConts {
	float:left;
	width:170px;
	padding:30px 25px 50px 25px;
}
#topcontentsArea #topSideConts ul{
	margin:20px auto 0;
}
#topcontentsArea #topSideConts ul li{
	margin:0px auto;
	padding-bottom:30px;
	font-size:93%;
}
#topcontentsArea #topSideConts ul li dl dt {
}
#topcontentsArea #topSideConts ul li dl dd {
}
#topcontentsArea #topSideConts ul li dl dd.day {
	font-size:83%;
}
#topcontentsArea #topSideConts ul li dl dd.day span {
	margin-left:5px;
	padding-left:5px;
	color:#d10c89;
	border-left:#dad1da 1px solid;
}
#topcontentsArea #topSideConts ul li.end {
	text-align:right;
}
#topcontentsArea #topSideConts ul li.end a {
	padding-right:10px;
	background-image:url(../../images/index/ic_link.png);
	background-repeat:no-repeat;
	background-position: 100% 40%;
}




/* innerConts css */
#topcontentsArea #topConts{
	float:right;
	width:755px;
	height:650px;
	margin:-20px auto 0;
}
#topcontentsArea #topConts ul{
}
#topcontentsArea #topConts ul li {
	float:left;
}
#topcontentsArea #topConts ul li a{
	display:block;
	height:auto;
	text-indent:-2000px;
	overflow:hidden;
	position: absolute;
}
#topcontentsArea #topConts ul li.prod14 a{
    top: 80px;
    left: 220px;
    width: 230px;
    height: 545px;
}
#topcontentsArea #topConts ul li.prod15 a{
    top: -20px;
    left: 375px;
    width: 235px;
    height: 220px;
}
#topcontentsArea #topConts ul li.prod16 a{
    top: -20px;
    left: 612px;
    width: 320px;
    height: 230px;
}
#topcontentsArea #topConts ul li.prod17 a{
    top: 210px;
    left: 790px;
    width: 240px;
    height: 415px;
}
#topcontentsArea #topConts ul li.mainbtn a{
	top: 210px;
	left: 455px;
	width:340px;
	height:360px;
}





/* pageup css */
#topcontentsArea #pageup {
	position:fixed;
	right:-95px;
	bottom:20px;
}
#topcontentsArea #pageup img {
	transition: 0.5s;
}
#topcontentsArea #pageup img:hover {
  -moz-transform: scale(1.1,1.1);
  -webkit-transform: scale(1.1,1.1);
  -o-transform: scale(1.1,1.1);
  -ms-transform: scale(1.1,1.1);
}



/* cf */
#topConts:after,
#topcontentsArea:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#topConts,
#topcontentsArea {
	min-height: 1px;
	zoom: 1;
}
* html #topConts,
* html #topcontentsArea {
	height: 1px;
	/*讌~ｨ//*/
	height: auto;
	overflow: hidden;
	/**/
}
