@charset "utf-8";


#promotion.sp{
	display: none;
}

#promotion{
	display: table;
	margin-bottom: 4px;
	width: 100%;
	height: 52px;
	background: #fff;
	border: #dedede solid 1px;
	float: none;
}

#promotion a{
	display: table-cell;	
	vertical-align: middle;
}

#promotion a#postBtn{
	padding-left: 52px;
	font-size: 14px;
	background: #fff url('../images/popIcon_post@3x.png') 12px center no-repeat;
	background-size:  auto 32px;
	-webkit-background-size:  auto 32px;
    -moz-background-size:  auto 32px;
}

#promotion a#uploadBtn{
	width: 52px;
	background: #fff url('../images/popIcon_camera@3x.png') center no-repeat;
	background-size:  auto 28px;
	-webkit-background-size:  auto 28px;
    -moz-background-size:  auto 28px;
}

@media print, screen and (max-width: 767px){

	#promotion.sp{
		display: table;
	}

	#promotion.pc{
		display: none;
	}

}

@media print, screen and (max-width: 640px){

	#promotion{
		margin-bottom: 8px;
	}
	#wrapper #timeline #primary .top-link{
		margin-bottom: 0px;
	
	}
}
