@charset "utf-8";
/* CSS Document */
body {
margin: 0;
padding: 0;
font-family: "Helvetica Neue",
Arial,
"Hiragino Kaku Gothic ProN",
"Hiragino Sans",
Meiryo,
sans-serif;
}

body:before{
content:"";
display:block;
position:fixed;
top:0;
left:0;
z-index:-1;
width:100%;
height:100%;
background:url(../img/bg.jpg) center no-repeat;
background-size:cover;
background-position: top;
}

@media screen and (min-width : 951px) {/* large */


#wapper {
max-width: 1000px;
margin: auto;
-moz-background-size:100% auto;
background-size:100% auto;
}


}
@media screen and (max-width : 950px) {/* small *//* small *//* small *//* small *//* small *//* small *//* small *//* small *//* small *//* small *//* small *//* small *//* small *//* small *//* small *//* small *//* small *//* small *//* small *//* small */
#wapper {
max-width: 950px;
margin: auto;
-moz-background-size:100% auto;
background-size:100% auto;
/*background-color: #000;*/

}
}