@charset "utf-8";
/***** MediaQuery *****/

/* Mobile+Tablet */
@media (max-width: 1023px) {
	#row8 #wing-r a+a { margin-top:10px!important; }
	#row8 #wing .left { display:none; }
}

/* PC */
@media (min-width: 1024px) {

}

#row8 #wing { z-index:1; position: fixed; bottom:24px; width:100%; /* max-width:1248px; */ }
#row8 #wing .right { position:relative; margin:0 auto; }
#row8 #wing .right > div { position:absolute; right:0; bottom:0; transform:translateX(-50%); }
#row8 #wing a { display: block; width:40px; height:40px; border-radius:50%; }
#row8 #wing a+a { margin-top:20px; }
#row8 #wing a.blk { background:black; }
#row8 #wing a.yellow { background:#FEE500; }
#row8 #wing a.green { background:#3EB044; }
#row8 #wing span { display: block; width: 40px; height: 40px; line-height: 40px; margin-bottom: 7px; text-align:center; }
#row8 #wing .left { position:relative; margin:0 auto; }
#row8 #wing .left > div { position:absolute; left:0; bottom:0; transform:translateX(50%); }
#row8 #wing .left > div a { background:black; }
#row8 #wing .left > div a:nth-child(2) img { width:10px; height:auto; }
#row8 #wing .left img { width:18px; height:auto; }