
.navi_top{position:absolute;}
.cpage{
	min-width:1200px;min-height:100%;
	background:url(../images/comm/bg/bg.jpg) no-repeat center top;
	background-attachment: fixed;
}
.cpage{height:auto;}
.submenu{
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	box-sizing:content-box;	
	padding-top:264px;
	padding-left:26px;
	height:120px;
	display:none;
	font-size:0;
}
.submenu a{
	display:inline-block;*display:inline;_display:inline;
	height:87px;width:80px;
	vertical-align:top;text-align:center;
	font-size:15px;letter-spacing:-1px;color:#fff;
}
.submenu .sel{
	color:#555555;
	background:url(../images/comm/btn_on.png) no-repeat;
}
.submenu span{
	display:table-cell;
	width:70px;height:76px;
	vertical-align:middle;
}
.bg_img{
	min-height:100%;
	background-position:center top;
	background-repeat:no-repeat;
}
.content{text-align:center;font-size:0;}
#inner{width:880px; margin:0 auto;border-left:2px solid #66FEFF;padding-left:25px;}
.leftDeco{
	display:inline-block;*display:inline;_display:inline;
	display:none;
	width:264px;
	vertical-align:top;
	background:url(../images/comm/arrow.jpg) no-repeat right top;
}
.cIcon{
	 animation: keyMove 5s linear 0s infinite normal forwards;
}
@keyframes keyMove { 
	00.00%{transform: rotate(0deg)}  
	18.18%{transform: rotate(40deg)}  
	54.55%{transform: rotate(-40deg)}  
	80.73%{transform: rotate(360deg)}  
	100.00%{transform: rotate(360deg)}  
}
.rIcon{
	 animation: heart 3s linear 0s infinite normal forwards;
}
@keyframes heart { 
	00.00%{transform: scale(1)}  
	 5.00%{transform: scale(1.3)}  
	10.00%{transform: scale(1)}  
	15.00%{transform: scale(1.3)}  
	20.00%{transform: scale(1)}  
	100.00%{transform: scale(1)}
}
.tIcon{
	 animation: car 3s linear 0s infinite alternate forwards;
}
@keyframes car { 
	00.00%{transform: scale(1);margin-left:0px;}  
	30.00%{transform: scale(1);margin-left:-30px;}  
	70.00%{transform: scale(1.3);margin-left:30px;}
	100.00%{transform: scale(1.3);margin-left:0px;}
}
