@charset "utf-8";
/* CSS Document */

@import url("gallist.css");

/*GALS*/
#gals h2{
}


.nextback{
width:100%;	
margin:10px auto;
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-weight:bold;
font-size:11px;
}
.nextback > span{
	display:inline-block;
	width:32%;
	width:calc(100%/3 - 8px);
	text-align:center;
}
.nextback span a{
color:#ffffff;
border:1px solid #cccccc;
padding:6px;
border-radius:4px;
display:block;

color: #333333;
    border: 1px solid #ddd;
    background: #eee;
    padding: 6px;
    border-radius: 0px;
    display: block;
}
.nextback > span a:hover{
color:#ffffff;
}
.nextback span a span{
display:inline-block;
margin:0px 3px;
}

#gals .nextback:after {  
content: ".";  
display: block;  
visibility: hidden;  
height: 0.1px;  
font-size: 0.1em;  
line-height: 0;  
clear: both;  
} 
