ec-in-bk
.ec-in {
position:absolute;
z-index:2;
width:100%;
max-width:1200px;
margin: 0 auto;
top:50%;
left: 50%;
-ms-transform: translate(-50%,-50%);/*ベンダプレフィクス*/
-webkit-transform: translate(-50%,-50%);/*ベンダプレフィクス*/
transform: translate(-50%,-50%);/*センタ寄せの修正*/
border-left:1px solid #cc0066;
border-right:1px solid #cc0066;
}
もどる