@charset "UTF-8";
/* CSS Document */
#story01 .innerBoxBG{
background: url(img/storyBG_GV1.jpg) no-repeat center bottom;
background-size:cover;
box-shadow: 0 0 6px #000;
}
#story02 .innerBoxBG{
background: url(img/storyBG_GV2.jpg) no-repeat center bottom;
background-size:cover;
box-shadow: 0 0 6px #000;
}
#story03 .innerBoxBG{
background: url(img/storyBG_GV3.jpg) no-repeat center bottom;
background-size:cover;
box-shadow: 0 0 6px #000;
}
.innerBoxBG p.pic img{
padding-bottom:40px;
}
/*-------------------------------
SP only
--------------------------------*/
@media screen and (max-width: 768px) {
#story p.txt,
#story p.pic{
width:90%;
margin:0 auto 20px;
}
}
/*-------------------------------
PC only
--------------------------------*/
@media screen and (min-width: 769px) {
#story p.txt{
width:720px;
margin:0 auto 20px;
}
#story p.pic{
width:480px;
margin:0 auto 20px;	
}

}