@charset "shift-jis";
/* CSS Document */
#sns {
	width:750px;
}
#sns div.step{
	background:url(../IMAGE/170630snscamp/p_06.jpg) no-repeat;
	width:750px;
	height:335px;
	position: relative;
}
#sns div.step ul.bt{
	position: absolute;
	top:77px;
	left:42px;
}
#sns div.step ul.bt li{
	padding-bottom:10px;
}
#sns div.step ul.ap{
	position: absolute;
	top:265px;
	left:42px;
	display: table;
	table-layout: fixed;
	text-align: center;
	width:182px;
}
#sns div.step ul.ap li{
	display: table-cell;
	vertical-align: middle;
}
#sns div.step p.tagu{
	position: absolute;
	top:135px;
	right:47px;
	border:solid 1px #aaa;
	padding:10px;
	font-weight: 900;
	color: #f83837;
}

#sns div.bigtagu p.tagu{
	position: absolute;
	top: 650px;
	right: 140px;
	border: solid 1px #717171;
	padding: 10px 150px 10px 150px;
	font-size: 22px;
	font-weight: 900;
	color: #f83837;
}

#sns ul.bn {
  display: table;
  table-layout: fixed;
  text-align: center;
  width: 80%;
  margin:2% auto;
}
#sns ul.bn li {
  display: table-cell;
  vertical-align: middle;
  width:350px;
}
#sns ul.sns {
  display: table;
  table-layout: fixed;
  text-align: center;
  width: 80%;
  margin:2% auto;
}
#sns ul.sns li {
  display: table-cell;
  vertical-align: middle;
  width:250px;
}


