@charset "utf-8";
/* CSS Document */

body{
margin:0;
background:#eeeeee;
font-family: sans-serif;
}

/* LP本体 */

.lp-wrap{
max-width:750px;
margin:0 auto;
background:#ffffff;
box-shadow:0 0 30px rgba(0,0,0,0.15);
}

/* LP画像 */

.lp-img{
width:100%;
display:block;
}

/* フッター */

.footer{
text-align:center;
padding:25px;
font-size:13px;
background:#eeeeee;
}

.footer a{
color:#333;
text-decoration:none;
}

.footer p{
margin-top:10px;
}