@charset "UTF-8";

#main{
background:url(images/bg.jpg) center center no-repeat;
background-size: cover;
}
#cts{
width: 600px;
margin: 80px auto;
}
#cts p{
margin-left: -50px;
width: 600px;
height: 50px;
text-indent: -9999px;
position: relative;
}
#cts p:nth-child(1){
background:url(images/cast3.png) 0 0 no-repeat;
}
#cts p:nth-child(2){
background:url(images/cast3.png) 0 -50px no-repeat;
}
#cts p:nth-child(3){
background:url(images/cast3.png) 0 -100px no-repeat;
}
#cts p:nth-child(4){
background:url(images/cast3.png) 0 -150px no-repeat;
}
#cts p:nth-child(5){
background:url(images/cast3.png) 0 -200px no-repeat;
}
#cts p:nth-child(6){
background:url(images/cast3.png) 0 -250px no-repeat;
}
#cts p:nth-child(7){
background:url(images/cast3.png) 0 -300px no-repeat;
}
#cts p:nth-child(8){
background:url(images/cast3.png) 0 -350px no-repeat;
}
#cts p:nth-child(9){
background:url(images/cast3.png) 0 -400px no-repeat;
}
#cts p:nth-child(10){
background:url(images/cast3.png) 0 -450px no-repeat;
}
#cts p:nth-child(11){
background:url(images/cast3.png) 0 -500px no-repeat;
}
#cts p:nth-child(12){
background:url(images/cast3.png) 0 -550px no-repeat;
}
#cts p:nth-child(13){
background:url(images/cast3.png) 0 -600px no-repeat;
}
#cts p:nth-child(14){
background:url(images/cast3.png) 0 -650px no-repeat;
}
#cts p:nth-child(15){
background:url(images/cast3.png) 0 -700px no-repeat;
}
.comment{
display: block;
width: 104px;
height: 50px;
background:url(../comment/images/comment.png) 0 0 no-repeat;
text-indent: -9999px;
position: absolute;
margin-left: 490px;
}