@charset "UTF-8";


/*共通部分*/

a{
text-decoration:none;
color:white;
}

.screenshots #base{
background-image:url("img/img_base_screenshots.png");
background-position:center top;
background-repeat:no-repeat;
margin:0 auto 0;
}

.screenshots #contentsbox{
width:900px;
padding:120px 0px 70px 0px;
margin:0 auto 0;
}

.screenshots .innerbox{
margin-left:-18px;
}

.screenshots .box{
display:block;
width:286px;
height:186px;
float:left;
margin:30px 0 0 18px;
border:1px solid red;
background-color:#000;
}

.screenshots .box .title{
text-align:center;
vertical-align:center;
margin-top:-5px;
}


/*共通部分_end*/
