.point-app-step{
   width: 640px;
   margin: 20px auto 50px;
   border: solid 1px #ddd;
}
.point-app-step .title-header{
   height: 200px;
   background: url(../img/title.png) no-repeat center center;
   -moz-background-size: 100% auto;
   -webkit-background-size: 100% auto;
   background-size: 100% auto;
   
}
.point-app-step .title-header .title{
   display: none;
}

.contents-box{
}
.contents-box .contents-title{
   position: relative;
   text-align: center;
   background: #cdcdcd;
   font-size: 15px;
   color: #222;
   padding: 10px 0;
   cursor: pointer;
}
.contents-box .contents-title .detail{
   position: absolute;
   right: 3px;
   top: 50%;
   width: 40px;
   height: 40px;
   background: url(/img/ipn/common/icon-direction-mono-top.svg) no-repeat;
   -moz-background-size:  15px auto;
   -webkit-background-size: 15px auto;
   background-size: 15px auto;
   background-position: right 5px center;
   margin-top: -20px;
   pointer-events: none;
}
.contents-box .contents-body{
   position: relative;
   overflow: hidden;
}

.contents-box .contents-body.steps{}
.contents-box .contents-body.steps img{
   display: block;
   width: 100%;
   height: auto;
   margin: 0;
}

.contents-box.close{
   margin-bottom: 1px;
}
.contents-box.close .contents-title .detail{
   background-image: url(/img/ipn/common/icon-direction-mono-bottom.svg);
}
.contents-box.close .contents-body{
   height: 0;
}

.btns .btn{
   display: block;
   width: 460px;
   height: 80px;
   line-height: 80px;
   text-align: left;
   text-indent: -9999px;
   overflow: hidden;
   font-size: 15px;
   padding: 0;
   background: none;
}
.btns .btn:hover{
   filter: alpha(opacity=80);
   -khtml-opacity: 0.8;
   -moz-opacity: 0.8;
   opacity:0.8;
}
.btns a.ios,
.btns a.android{
   position: absolute;
   width: 258px;
   height: 80px;
}
.btns a.ios:hover,
.btns a.android:hover{
   background: #fff;
   filter: alpha(opacity=20);
   -khtml-opacity: 0.2;
   -moz-opacity: 0.2;
   opacity:0.2;
}




/*download*/
.download .contents-title{
   height: auto;
   font-size: 24px;
   font-weight:normal;
   background: none;
   padding: 30px 0 0;
}
.download .contents-body{
   height: 320px;
   background-image: url(../img/download.png);
   background-repeat: no-repeat;
   background-position: center bottom;
   -moz-background-size:  100% auto;
   -webkit-background-size: 100% auto;
   background-size: 100% auto;
   margin: 0;
   padding: 0;
}
.download .ios     {left:   56px;top:  119px;}
.download .android {left:  328px;top:  119px;}


/*links*/
.links{
   padding: 30px;
}
.links .item{
   text-align: center;
   margin-bottom: 10px;
}
.links .item .caption{
   font-size: 18px;
   margin-bottom: 5px;
}
.links .item .btn{
   height: 80px;
   line-height: 80px;
   font-size: 24px;
   text-indent: 0;
   text-align: center;
   margin: auto;
   background: #f34173;
}