@charset "utf-8";
/* CSS Document */

@import url("gallist.css");

/*SCHEDULE*/
#schedule h2{
margin-bottom:0px;
}

#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);
}
#nextback > span:nth-child(2){
font-size:13px;
}
#nextback > span:nth-child(2) span{
margin-right:3px;
}
#nextback span a{
color:#ffffff;

	background-color:#073C72;
	background-image: -moz-linear-gradient(#073C72, #071738); 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#073C72), to(#071738));	
	background-image: -webkit-linear-gradient(#073C72, #071738);	
	background-image: -o-linear-gradient(#073C72, #071738);
	background-image: -ms-linear-gradient(#073C72, #071738);

border: 1px solid #073C72;
/*box-shadow: 0 1px 0 #073C72, 0 1px 0 #073C72 inset;*/

padding:6px;
border-radius:4px;
display:block;

}
#nextback > span a:hover{
color:#ffffff;
}
#nextback span a span{
display:inline-block;
margin:0px 3px;
}
@media screen and (max-width: 667px) {
#nextback > span > span.fa{
display:none;
}
}